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 | |
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')
-rw-r--r-- | config/kit-zav3d-2019.cfg | 4 | ||||
-rw-r--r-- | config/printer-creality-cr20-pro-2019.cfg | 4 | ||||
-rw-r--r-- | config/printer-tevo-flash-2018.cfg | 5 | ||||
-rw-r--r-- | config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg | 4 | ||||
-rw-r--r-- | config/sample-probe-as-z-endstop.cfg | 4 |
5 files changed, 11 insertions, 10 deletions
diff --git a/config/kit-zav3d-2019.cfg b/config/kit-zav3d-2019.cfg index 01beadcb..d1e70ccc 100644 --- a/config/kit-zav3d-2019.cfg +++ b/config/kit-zav3d-2019.cfg @@ -129,8 +129,8 @@ sample_retract_dist: 3.0 [bed_mesh] speed: 100 horizontal_move_z: 5 -min_point: 30,30 -max_point: 150,150 +mesh_min: 69,41 +mesh_max: 189,161 probe_count: 3,3 [homing_override] diff --git a/config/printer-creality-cr20-pro-2019.cfg b/config/printer-creality-cr20-pro-2019.cfg index 0aed3f88..e3ef59f5 100644 --- a/config/printer-creality-cr20-pro-2019.cfg +++ b/config/printer-creality-cr20-pro-2019.cfg @@ -69,8 +69,8 @@ z_hop_speed: 100 [bed_mesh] speed: 100 horizontal_move_z: 8 -min_point: 60,30 -max_point: 235,220 +mesh_min: 106,39 +mesh_max: 281,229 probe_count: 3,3 [heater_bed] diff --git a/config/printer-tevo-flash-2018.cfg b/config/printer-tevo-flash-2018.cfg index 8c1adf8c..bd5e9d60 100644 --- a/config/printer-tevo-flash-2018.cfg +++ b/config/printer-tevo-flash-2018.cfg @@ -119,6 +119,7 @@ gcode: # Mesh Bed Leveling. [bed_mesh] -min_point: 5,0 -max_point: 230,210 +mesh_min: 5,18 +mesh_max: 230,228 probe_count: 9,9 +algorithm: bicubic diff --git a/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg index 4c28a06b..6ed68cab 100644 --- a/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg +++ b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg @@ -76,6 +76,6 @@ max_z_velocity: 5 max_z_accel: 100 [bed_mesh] -min_point: 20,20 -max_point: 190,130 +mesh_min: 20,20 +mesh_max: 190,130 probe_count: 4,4 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 |