From adab1d4e3f4e7ab0c926dbb145a400e51a572bed Mon Sep 17 00:00:00 2001 From: Zeanon Date: Thu, 19 Dec 2024 15:17:42 +0100 Subject: [PATCH] removed wrongly placed param --- klippy/extras/z_tilt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/klippy/extras/z_tilt.py b/klippy/extras/z_tilt.py index 4fdf54922..a9fa520cc 100644 --- a/klippy/extras/z_tilt.py +++ b/klippy/extras/z_tilt.py @@ -174,7 +174,6 @@ def __init__(self, config): self.z_positions = config.getlists( "z_positions", seps=(",", "\n"), parser=float, count=2 ) - self.default_rehome_z = config.getboolean("rehome_z", False) self.retry_helper = RetryHelper(config) self.probe_helper = probe.ProbePointsHelper(config, self.probe_finalize) self.probe_helper.minimum_points(2)