diff options
author | FanDjango <51046875+FanDjango@users.noreply.github.com> | 2020-02-12 16:09:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 10:09:39 -0500 |
commit | 4d9a36b34f5c7d3245a35a74a95e3877984d1402 (patch) | |
tree | c3cc215277d1797b56b910a528ab9c72244572c6 /config | |
parent | cb042e749dea6b8ec24449d26c656d191585fdaf (diff) | |
download | kutter-4d9a36b34f5c7d3245a35a74a95e3877984d1402.tar.gz kutter-4d9a36b34f5c7d3245a35a74a95e3877984d1402.tar.xz kutter-4d9a36b34f5c7d3245a35a74a95e3877984d1402.zip |
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 <fandjango@gmx.de>
Diffstat (limited to 'config')
-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. |