mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-07 23:17:37 -06:00
homing: Pass printer instead of toolhead object to Homing class
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e7498fa241
commit
fedf90680e
3 changed files with 5 additions and 4 deletions
|
@ -513,7 +513,7 @@ class GCodeParser:
|
|||
axes.append(self.axis2pos[axis])
|
||||
if not axes:
|
||||
axes = [0, 1, 2]
|
||||
homing_state = homing.Homing(self.toolhead)
|
||||
homing_state = homing.Homing(self.printer)
|
||||
if self.is_fileinput:
|
||||
homing_state.set_no_verify_retract()
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue