probe: Add a default probing_move() function to HomingViaProbeHelper

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2025-04-04 01:25:56 -04:00
parent db7a9cf071
commit 6a87c5e9f5
4 changed files with 11 additions and 12 deletions

View File

@@ -92,9 +92,6 @@ class SmartEffectorProbe:
return self.cmd_helper.get_status(eventtime)
def start_probe_session(self, gcmd):
return self.probe_session.start_probe_session(gcmd)
def probing_move(self, pos, speed):
phoming = self.printer.lookup_object('homing')
return phoming.probing_move(self, pos, speed)
def probe_prepare(self, hmove):
toolhead = self.printer.lookup_object('toolhead')
self.probe_wrapper.probe_prepare(hmove)