Skip to content

Commit

Permalink
Quick fix for probing_move
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfDrYoMan authored Apr 15, 2024
1 parent 2d65028 commit f71d13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions klippy/extras/dockable_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@ def wait_for_trigger(self, eventtime):
def get_position_endstop(self):
return self.position_endstop

def probing_move(self, pos, speed):
phoming = self.printer.lookup_object('homing')
return phoming.probing_move(self, pos, speed)

def load_config(config):
msp = DockableProbe(config)
config.get_printer().add_object('probe', probe.PrinterProbe(config, msp))
Expand Down

0 comments on commit f71d13f

Please sign in to comment.