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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user