From 1d1d0434e7aafeb951fde226b10bb5cf9b3396e9 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Tue, 30 Jan 2024 20:00:23 +0800 Subject: [PATCH] fix --- idm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idm.py b/idm.py index cbc5de3..e933d8f 100644 --- a/idm.py +++ b/idm.py @@ -322,7 +322,7 @@ class IDMProbe: if "z" not in kin_status["homed_axes"]: self.toolhead.get_last_move_time() pos = self.toolhead.get_position() - pos[2] = ( + pos[2] = ( kin_status["axis_maximum"][2] - 2.0 - gcmd.get_float("CEIL", self.cal_ceil)