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/generic-cramps.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/generic-cramps.cfg')
-rw-r--r-- | config/generic-cramps.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-cramps.cfg b/config/generic-cramps.cfg index 1ef2373e..5a848b2a 100644 --- a/config/generic-cramps.cfg +++ b/config/generic-cramps.cfg @@ -34,7 +34,7 @@ homing_speed: 50 step_pin: P8_19 dir_pin: P8_18 enable_pin: !P9_14 -step_distance: 0.00025 +step_distance: .0025 endstop_pin: ^P9_13 position_endstop: 0 position_max: 200 |