diff options
author | Chris Whiteford <github@chrisandtennille.com> | 2018-10-04 18:55:58 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-04 18:55:58 -0400 |
commit | b0d859f220457f0a1c15b5be452620f19043ae16 (patch) | |
tree | 83648d1225efc0651e7713d1143dc4f99161b4aa /config | |
parent | 97927172f15c96dc941743f559575ca5ddcf55e1 (diff) | |
download | kutter-b0d859f220457f0a1c15b5be452620f19043ae16.tar.gz kutter-b0d859f220457f0a1c15b5be452620f19043ae16.tar.xz kutter-b0d859f220457f0a1c15b5be452620f19043ae16.zip |
stepper: Adding support for a second_homing_speed parameter (#677)
Signed-off-by: Chris Whiteford <chris@chrisandtennille.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/example.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 636b1095..57dfb043 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -49,6 +49,11 @@ position_max: 200 #homing_speed: 5.0 # Maximum velocity (in mm/s) of the stepper when homing. The default # is 5mm/s. +#second_homing_speed: 5.0 +# Maximum velocity (in mm/s) of the stepper when performing the second +# stage of homing (the move off the endstop and then back towards for the +# second trigger). This parameter is optional, and defaults to +# homing_speed/2.0 #homing_retract_dist: 5.0 # Distance to backoff (in mm) before homing a second time during # homing. The default is 5mm. |