From 4d9a36b34f5c7d3245a35a74a95e3877984d1402 Mon Sep 17 00:00:00 2001 From: FanDjango <51046875+FanDjango@users.noreply.github.com> Date: Wed, 12 Feb 2020 16:09:39 +0100 Subject: homing: Ability to set retract speed between homing moves (#2487) On the retract move between homing moves, use a different speed (typically a faster one). Signed-off-by: Mike Stiemke --- config/example.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/example.cfg') 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. -- cgit v1.2.3-70-g09d2