diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 5b9b3264..b8531691 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -55,6 +55,10 @@ position_max: 200 # Distance to backoff (in mm) before homing a second time during # homing. Set this to zero to disable the second home. The default # is 5mm. +#homing_retract_speed: +# Speed to use on the retract move after homing in case this should +# be different from the homing speed, which is the default for this +# parameter #second_homing_speed: # Velocity (in mm/s) of the stepper when performing the second home. # The default is homing_speed/2. |