mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 01:01:06 -07:00
MANUAL_STEPPER STOP_ON_ENDSTOP= should set actual position when moved
up to endstop, not presumed position. Signed-off-by: Martin Kebert <kmarty@kebik.cz>
This commit is contained in:
parent
12cd1d9e81
commit
24755831f9
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class PrinterHoming:
|
|||
triggered, check_triggered):
|
||||
hmove = HomingMove(self.printer, endstops, toolhead)
|
||||
try:
|
||||
hmove.homing_move(pos, speed, triggered=triggered,
|
||||
hmove.homing_move(pos, speed, probe_pos=True, triggered=triggered,
|
||||
check_triggered=check_triggered)
|
||||
except self.printer.command_error:
|
||||
if self.printer.is_shutdown():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue