Skip to content

Commit

Permalink
dockable_probe: fix PROBE_ACCURACY position while restore_toolhead=fa…
Browse files Browse the repository at this point in the history
…lse (#219)

* dockable_probe: fix probe_accuracy while restore_toolhead=false

* black format
  • Loading branch information
fbeauKmi authored Apr 25, 2024
1 parent 3c7477e commit 1146825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions klippy/extras/dockable_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ def multi_probe_begin(self):
# will complete the probing next to the dock.
return_pos = self.toolhead.get_position()
self.auto_attach_probe(return_pos)
if not self.restore_toolhead:
self.toolhead.manual_move(return_pos, self.travel_speed)

def multi_probe_end(self):
self.multi = MULTI_OFF
Expand Down

0 comments on commit 1146825

Please sign in to comment.