aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/probe_eddy_current.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/probe_eddy_current.py b/klippy/extras/probe_eddy_current.py
index f670765c..73616af0 100644
--- a/klippy/extras/probe_eddy_current.py
+++ b/klippy/extras/probe_eddy_current.py
@@ -208,7 +208,7 @@ class EddyEndstopWrapper:
if self._is_sampling:
return
self._is_sampling = True
- self._is_from_home = is_home
+ self._start_from_home = is_home
self._sensor_helper.add_client(self._add_measurement)
def _stop_measurements(self, is_home=False):
if not self._is_sampling or (is_home and not self._start_from_home):