diff options
Diffstat (limited to 'klippy/extras/gcode_move.py')
-rw-r--r-- | klippy/extras/gcode_move.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/gcode_move.py b/klippy/extras/gcode_move.py index 1b9a22b7..306b4b35 100644 --- a/klippy/extras/gcode_move.py +++ b/klippy/extras/gcode_move.py @@ -54,6 +54,7 @@ class GCodeMove: toolhead = self.printer.lookup_object('toolhead') self.move_with_transform = toolhead.move self.position_with_transform = toolhead.get_position + self.reset_last_position() def _handle_shutdown(self): if not self.is_printer_ready: return |