mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-04 20:36:00 +01:00
z_tilt: unresolved reference fixed
Signed-off-by: Petri Honkala <cruwaller@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
3a4a1d678e
commit
b2d5a8e65b
@@ -69,7 +69,7 @@ class ZTilt:
|
||||
except:
|
||||
logging.exception("z_tilt adjust_steppers")
|
||||
for s in self.z_steppers:
|
||||
z.set_ignore_move(False)
|
||||
s.set_ignore_move(False)
|
||||
raise
|
||||
def adjust_steppers(self, x_adjust, y_adjust, z_adjust):
|
||||
toolhead = self.printer.lookup_object('toolhead')
|
||||
|
||||
Reference in New Issue
Block a user