aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-melzi.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-02-25 16:00:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-02-25 16:00:55 -0500
commit5d635c525270149d45e0e33316f6986336c02e35 (patch)
tree730645bf27461122723bd9d0cedfd410d3232504 /config/generic-melzi.cfg
parent22d7e48aa243e62194e4bf5e2d7fc73c830c90ea (diff)
downloadkutter-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/generic-melzi.cfg')
-rw-r--r--config/generic-melzi.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg
index 9df8c157..22d6f036 100644
--- a/config/generic-melzi.cfg
+++ b/config/generic-melzi.cfg
@@ -35,7 +35,7 @@ homing_speed: 50
step_pin: PB3
dir_pin: !PB2
enable_pin: !PA5
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^!PC4
position_endstop: 0.5
position_max: 200