mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-14 01:06:02 +01:00
probe: Verify the toolhead moves at least some distance on a probe
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
31ec098577
commit
a9a0bb87fa
@@ -70,8 +70,7 @@ class PrinterProbe:
|
||||
pos = toolhead.get_position()
|
||||
pos[2] = self.z_position
|
||||
try:
|
||||
homing_state.homing_move(
|
||||
pos, [(self.mcu_probe, "probe")], self.speed, probe_pos=True)
|
||||
homing_state.probing_move(pos, self.mcu_probe, self.speed)
|
||||
except homing.EndstopError as e:
|
||||
reason = str(e)
|
||||
if "Timeout during endstop homing" in reason:
|
||||
|
||||
Reference in New Issue
Block a user