Skip to content

Commit

Permalink
Update z_tilt_ng.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Nov 28, 2024
1 parent d806d37 commit ced92d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions klippy/extras/z_tilt_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ def start(self, gcmd):
minval=0.0,
maxval=MAX_RETRY_TOLERANCE,
)
self.increasing_threshold = gcmd.get_float(
"INCREASING_THRESHOLD", self.default_increasing_threshold, above=0.0
)
self.max_deviation = gcmd.get_float(
"MAX_DEVIATION",
self.default_max_deviation,
Expand Down

0 comments on commit ced92d2

Please sign in to comment.