diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-02-25 16:00:55 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-02-25 16:00:55 -0500 |
commit | 5d635c525270149d45e0e33316f6986336c02e35 (patch) | |
tree | 730645bf27461122723bd9d0cedfd410d3232504 /config/printer-wanhao-duplicator-i3-plus-2017.cfg | |
parent | 22d7e48aa243e62194e4bf5e2d7fc73c830c90ea (diff) | |
download | kutter-5d635c525270149d45e0e33316f6986336c02e35.tar.gz kutter-5d635c525270149d45e0e33316f6986336c02e35.tar.xz kutter-5d635c525270149d45e0e33316f6986336c02e35.zip |
config: Use .0025 as the default z step_distance in sample configs
Don't use tiny step distances on the Z as that could cause a surprise
to users that copy the config without updating all the settings. (A Z
step distance that is too small would cause a high motor velocity.) A
step distance of .0025 is very popular in practice, so change the
default example configs to use that.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-plus-2017.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-plus-2017.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-wanhao-duplicator-i3-plus-2017.cfg b/config/printer-wanhao-duplicator-i3-plus-2017.cfg index 3b40cf24..f0e26829 100644 --- a/config/printer-wanhao-duplicator-i3-plus-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-plus-2017.cfg @@ -31,7 +31,7 @@ homing_speed: 30.0 step_pin: PK5 dir_pin: PK7 enable_pin: !PK4 -step_distance: 0.0025 +step_distance: .0025 endstop_pin: ^!PA1 position_endstop: 0.5 position_max: 180 |