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 /config/sample-probe-as-z-endstop.cfg | |
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 'config/sample-probe-as-z-endstop.cfg')
-rw-r--r-- | config/sample-probe-as-z-endstop.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sample-probe-as-z-endstop.cfg b/config/sample-probe-as-z-endstop.cfg index 99211674..f242726a 100644 --- a/config/sample-probe-as-z-endstop.cfg +++ b/config/sample-probe-as-z-endstop.cfg @@ -42,6 +42,6 @@ points: # Example bed_mesh config section [bed_mesh] -min_point: 20,20 -max_point: 200,200 +mesh_min: 20,20 +mesh_max: 200,200 probe_count: 4,4 |