Skip to content

Commit

Permalink
dockable_probe: def probing_move() (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz authored Apr 25, 2024
1 parent 3f3d378 commit 3c7477e
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 @@ -719,6 +719,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)
Expand Down

0 comments on commit 3c7477e

Please sign in to comment.