From e82ff89fe46cdaf1fff299053bfe308d0bd7400e Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Wed, 29 Nov 2023 08:04:08 +0000 Subject: [PATCH] update idm.py. Signed-off-by: Sgr A* VMT <1611902585@qq.com> --- idm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idm.py b/idm.py index 55607e4..c0cf81f 100644 --- a/idm.py +++ b/idm.py @@ -261,7 +261,7 @@ class IDMProbe: (dist, samples) = self._sample(self.z_settling_time, num_samples) elif math.isinf(dist) and dist < 0: # We were below the valid range of the model - msg = "Attempted to probe with Beacon below calibrated model range" + msg = "Attempted to probe with IDM below calibrated model range" raise self.printer.command_error(msg) elif self.toolhead.get_position()[2] < target - tdt: # We are below the probing target height, we'll move to the