diff options
Diffstat (limited to 'test')
-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 |