aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/z_tilt.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/z_tilt.py')
-rw-r--r--klippy/extras/z_tilt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/klippy/extras/z_tilt.py b/klippy/extras/z_tilt.py
index 71d53831..98a1807b 100644
--- a/klippy/extras/z_tilt.py
+++ b/klippy/extras/z_tilt.py
@@ -18,8 +18,7 @@ class ZTilt:
except:
raise config.error("Unable to parse z_positions in %s" % (
config.get_name()))
- self.probe_helper = probe.ProbePointsHelper(
- config, self, default_points=self.z_positions)
+ self.probe_helper = probe.ProbePointsHelper(config, self)
self.z_steppers = []
# Register Z_TILT_ADJUST command
self.gcode = self.printer.lookup_object('gcode')