Skip to content

Commit

Permalink
Autogenerated - Upstream 2e7126f
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippy-Tools-Bot committed Jul 5, 2024
1 parent 4a34657 commit c340747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b39f075
2e7126f
1 change: 1 addition & 0 deletions klippy/extras/smart_effector.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __init__(self, config):
self.query_endstop = self.probe_wrapper.query_endstop
self.multi_probe_begin = self.probe_wrapper.multi_probe_begin
self.multi_probe_end = self.probe_wrapper.multi_probe_end
self.get_position_endstop = self.probe_wrapper.get_position_endstop
# Common probe implementation helpers
self.cmd_helper = probe.ProbeCommandHelper(
config, self, self.probe_wrapper.query_endstop)
Expand Down

0 comments on commit c340747

Please sign in to comment.