Machine: Custom, external driver, nema 23
Board: C3d
Firmware: Smoothie
Just trying to figure out how to get the machine to jog off the home switches a set amount after homing so that they are not under load
Endstop Debounce count is still set to the factory 100 setting
I set the Alpha and Beta_Homing_Retract to 5mm. The machine homes, retracts off the endstop switches a bit, but then returns right back the same amount back onto the switches.
Am I missing a particular variable to get them to bounce off the endstops and STAY off them at a preset deistance?
Thanks
alpha_fast_homing_rate_mm_s 100 # feedrates in mm/second
beta_fast_homing_rate_mm_s 100 # "
gamma_fast_homing_rate_mm_s 4 # "
alpha_slow_homing_rate_mm_s 5 # "
beta_slow_homing_rate_mm_s 5 # "
gamma_slow_homing_rate_mm_s 2 # "
alpha_homing_retract_mm 5 # distance in mm
beta_homing_retract_mm 5 # "
gamma_homing_retract_mm 0 # "
#endstop_debounce_count 100 # uncomment if you get noise on your endstops, default is 100