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/printer-tevo-flash-2018.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/printer-tevo-flash-2018.cfg')
-rw-r--r-- | config/printer-tevo-flash-2018.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
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 |