From b0d859f220457f0a1c15b5be452620f19043ae16 Mon Sep 17 00:00:00 2001 From: Chris Whiteford Date: Thu, 4 Oct 2018 18:55:58 -0400 Subject: stepper: Adding support for a second_homing_speed parameter (#677) Signed-off-by: Chris Whiteford --- config/example.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/example.cfg') 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. -- cgit v1.2.3-70-g09d2