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

@@ -191,9 +191,6 @@ class BLTouchProbe:
self.verify_raise_probe()
self.sync_print_time()
self.multi = 'OFF'
def probing_move(self, pos, speed):
phoming = self.printer.lookup_object('homing')
return phoming.probing_move(self, pos, speed)
def probe_prepare(self, hmove):
if self.multi == 'OFF' or self.multi == 'FIRST':
self.lower_probe()