From f8de9ae080933e2715b639546c539003e1b34894 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 4 Apr 2025 02:14:01 -0400 Subject: probe: Add a new ProbeEndstopSessionHelper class Move the HomingViaProbeHelper() instance from ProbeSessionHelper to a new ProbeEndstopSessionHelper class. Signed-off-by: Kevin O'Connor --- klippy/extras/bltouch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/bltouch.py') diff --git a/klippy/extras/bltouch.py b/klippy/extras/bltouch.py index 6fba29fc..3d817d72 100644 --- a/klippy/extras/bltouch.py +++ b/klippy/extras/bltouch.py @@ -64,7 +64,7 @@ class BLTouchProbe: self.cmd_helper = probe.ProbeCommandHelper( config, self, self.mcu_endstop.query_endstop) self.probe_offsets = probe.ProbeOffsetsHelper(config) - self.probe_session = probe.ProbeSessionHelper(config, self) + self.probe_session = probe.ProbeEndstopSessionHelper(config, self) # Register BLTOUCH_DEBUG command self.gcode = self.printer.lookup_object('gcode') self.gcode.register_command("BLTOUCH_DEBUG", self.cmd_BLTOUCH_DEBUG, -- cgit v1.2.3-70-g09d2