diff options
author | Matt Shirley <mdshw5@gmail.com> | 2020-02-17 20:59:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 20:59:08 -0500 |
commit | 477b83469cf732c51a8818db768c78ab4aa55c8b (patch) | |
tree | e3b14d1af16bbbf6552a50c246ddd3b63e938c1f /config/printer-wanhao-duplicator-9-2018.cfg | |
parent | aa0a889b04433ab50c1e17be8289cfed4d2565a6 (diff) | |
download | kutter-477b83469cf732c51a8818db768c78ab4aa55c8b.tar.gz kutter-477b83469cf732c51a8818db768c78ab4aa55c8b.tar.xz kutter-477b83469cf732c51a8818db768c78ab4aa55c8b.zip |
config: add mesh_min to printer-wanhao-duplicator-9-2018.cfg (#2525)
This is a small change I forgot to make when copying my config to this template.
Signed-off-by: Matt Shirley <mdshw5@gmail.com>
Diffstat (limited to 'config/printer-wanhao-duplicator-9-2018.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-9-2018.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-wanhao-duplicator-9-2018.cfg b/config/printer-wanhao-duplicator-9-2018.cfg index 6e38e71f..82e1bf79 100644 --- a/config/printer-wanhao-duplicator-9-2018.cfg +++ b/config/printer-wanhao-duplicator-9-2018.cfg @@ -89,7 +89,7 @@ square_corner_velocity: 15.0 [bed_mesh] speed: 120 -mesh_min: 0,0 +mesh_min: 27,3 mesh_max: 270,290 probe_count: 5,3 horizontal_move_z: 10 |