mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
homing: Verify the endstops are no longer triggered after retract move
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e0aa067cc9
commit
ab1972d1cf
4 changed files with 28 additions and 10 deletions
|
@ -58,7 +58,7 @@ class CartKinematics:
|
|||
homing_state.plan_home(list(coord), homepos, [s], s.homing_speed)
|
||||
# Retract
|
||||
coord[axis] = rpos
|
||||
homing_state.plan_move(list(coord), s.homing_speed)
|
||||
homing_state.plan_retract(list(coord), [s], s.homing_speed)
|
||||
# Home again
|
||||
coord[axis] = r2pos
|
||||
homing_state.plan_home(list(coord), homepos, [s], s.homing_speed/2.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue