Skip to content

Commit

Permalink
quad_gantry_level : remove local 'adjust_z_steppers' function Klipper…
Browse files Browse the repository at this point in the history
…3d#2

Signed-off-by: JaeYoung Kim <jykeith123@gmail.com>
  • Loading branch information
JYKeith123 committed Dec 9, 2019
1 parent 59e9bb8 commit 3354f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klippy/extras/quad_gantry_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def __init__(self, config):
if len(self.probe_helper.probe_points) != 4:
raise config.error(
"Need exactly 4 probe points for quad_gantry_level")
self.z_helper = z_tilt.ZAdjustHelper(config, 4)
gantry_corners = config.get('gantry_corners').split('\n')
try:
gantry_corners = [line.split(',', 1)
Expand Down

0 comments on commit 3354f82

Please sign in to comment.