diff options
author | Arksine <arksine.code@gmail.com> | 2019-12-17 14:15:49 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-01-09 14:14:13 -0500 |
commit | dc51788f9abefe2fbd260dafb4693bd7f58ebb76 (patch) | |
tree | 1fbbca6aff2a7aa6471f598a416d5f8fdd5a1db5 /test/klippy | |
parent | 8013699c451664148b392ea30a7b952bbaba40eb (diff) | |
download | kutter-dc51788f9abefe2fbd260dafb4693bd7f58ebb76.tar.gz kutter-dc51788f9abefe2fbd260dafb4693bd7f58ebb76.tar.xz kutter-dc51788f9abefe2fbd260dafb4693bd7f58ebb76.zip |
test: update sample configs and test configs with new bed_mesh options
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'test/klippy')
-rw-r--r-- | test/klippy/bltouch.cfg | 4 | ||||
-rw-r--r-- | test/klippy/screws_tilt_adjust.cfg | 4 | ||||
-rw-r--r-- | test/klippy/z_virtual_endstop.cfg | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/test/klippy/bltouch.cfg b/test/klippy/bltouch.cfg index aef0b093..6390b598 100644 --- a/test/klippy/bltouch.cfg +++ b/test/klippy/bltouch.cfg @@ -58,8 +58,8 @@ control_pin: ar32 z_offset: 1.15 [bed_mesh] -min_point: 10,10 -max_point: 180,180 +mesh_min: 10,10 +mesh_max: 180,180 [mcu] serial: /dev/ttyACM0 diff --git a/test/klippy/screws_tilt_adjust.cfg b/test/klippy/screws_tilt_adjust.cfg index cc985d19..eb816f1f 100644 --- a/test/klippy/screws_tilt_adjust.cfg +++ b/test/klippy/screws_tilt_adjust.cfg @@ -61,8 +61,8 @@ sample_retract_dist: 2. samples_result: median [bed_mesh] -min_point: 10,10 -max_point: 180,180 +mesh_min: 10,10 +mesh_max: 180,180 [mcu] serial: /dev/ttyACM0 diff --git a/test/klippy/z_virtual_endstop.cfg b/test/klippy/z_virtual_endstop.cfg index e73c0154..9e6425a8 100644 --- a/test/klippy/z_virtual_endstop.cfg +++ b/test/klippy/z_virtual_endstop.cfg @@ -57,8 +57,8 @@ pin: ar9 z_offset: 1.15 [bed_mesh] -min_point: 10,10 -max_point: 180,180 +mesh_min: 10,10 +mesh_max: 180,180 [mcu] serial: /dev/ttyACM0 |