Skip to content

Commit

Permalink
Revert "smart_effector: Define get_position_endstop() wrapper"
Browse files Browse the repository at this point in the history
This reverts commit 82b779a.
  • Loading branch information
rogerlz committed Sep 17, 2024
1 parent b933662 commit 936e3d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions klippy/extras/smart_effector.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ 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
)
self.probe_offsets = probe.ProbeOffsetsHelper(config)
self.probe_session = probe.ProbeSessionHelper(config, self)
# SmartEffector control
control_pin = config.get("control_pin", None)
if control_pin:
Expand Down

0 comments on commit 936e3d0

Please sign in to comment.