printer: probe add initial eddy support

gets the offsets

remove dockable since it's not on mainline, custom modules should use custom command settings if needed
This commit is contained in:
Alfredo Monclus
2024-06-21 13:54:34 -03:00
parent b11e18fd59
commit 85cbbdd240

View File

@@ -228,7 +228,7 @@ class Printer:
return self.sensors
def get_probe(self):
probe_types = ["probe", "bltouch", "smart_effector", "dockable_probe"]
probe_types = ["probe", "bltouch", "smart_effector", "probe_eddy_current"]
for probe_type in probe_types:
if self.config_section_exists(probe_type):
logging.info(f"Probe type: {probe_type}")