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-mini-rambo.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-mini-rambo.cfg')
-rw-r--r-- | config/generic-mini-rambo.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-mini-rambo.cfg b/config/generic-mini-rambo.cfg index 31e4af76..88b4672b 100644 --- a/config/generic-mini-rambo.cfg +++ b/config/generic-mini-rambo.cfg @@ -27,7 +27,7 @@ position_max: 210 step_pin: PC2 dir_pin: PL2 enable_pin: !PA5 -step_distance: 0.00039 +step_distance: .0025 endstop_pin: ^PB4 #endstop_pin: ^PA1 position_endstop: 0.5 |