This commit is contained in:
Sgr A* VMT
2024-01-30 20:00:23 +08:00
parent 96afa9a0a1
commit 1d1d0434e7

2
idm.py
View File

@@ -322,7 +322,7 @@ class IDMProbe:
if "z" not in kin_status["homed_axes"]: if "z" not in kin_status["homed_axes"]:
self.toolhead.get_last_move_time() self.toolhead.get_last_move_time()
pos = self.toolhead.get_position() pos = self.toolhead.get_position()
pos[2] = ( pos[2] = (
kin_status["axis_maximum"][2] kin_status["axis_maximum"][2]
- 2.0 - 2.0
- gcmd.get_float("CEIL", self.cal_ceil) - gcmd.get_float("CEIL", self.cal_ceil)