mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 04:54:11 -06:00
probe_eddy_current: Do not support QUERY_PROBE command
Report an error if a user issues a QUERY_PROBE command (instead of always returning not-triggered). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
3fb1191cad
commit
ab9b9e8584
1 changed files with 1 additions and 2 deletions
|
@ -438,8 +438,7 @@ class PrinterEddyProbe:
|
|||
self.param_helper = probe.ProbeParameterHelper(config)
|
||||
self.mcu_probe = EddyEndstopWrapper(
|
||||
config, self.sensor_helper, self.calibration, self.param_helper)
|
||||
self.cmd_helper = probe.ProbeCommandHelper(
|
||||
config, self, self.mcu_probe.query_endstop)
|
||||
self.cmd_helper = probe.ProbeCommandHelper(config, self)
|
||||
self.probe_offsets = probe.ProbeOffsetsHelper(config)
|
||||
self.homing_helper = probe.HomingViaProbeHelper(config, self.mcu_probe,
|
||||
self.param_helper)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue