DangerKlippers/danger-klipper

smart_effector.py references missing attribute in probe.py

Closed this issue · 1 comments

The latest commit [82b779a] of smart_effector.py references functions in main Klipper's probe.py that have not been merged upstream:

File "/home/timeburn/klipper/klippy/extras/smart_effector.py", line 186, in load_config
smart_effector = SmartEffectorEndstopWrapper(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/timeburn/klipper/klippy/extras/smart_effector.py", line 74, in init
self.cmd_helper = probe.ProbeCommandHelper(
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'extras.probe' has no attribute 'ProbeCommandHelper'

Reverting to commit 5ed6d70 allows it to load normally.

The function was introduced to probe.py here:
Klipper3d/klipper@8fc11b4

Thanks. I am reverting this commit.