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:
@@ -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}")
|
||||
|
Reference in New Issue
Block a user