Skip to content

Commit

Permalink
removed wrongly placed param
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon authored and rogerlz committed Dec 20, 2024
1 parent 6cd2a8f commit adab1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion klippy/extras/z_tilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit adab1d4

Please sign in to comment.