Skip to content

Commit

Permalink
oops missing gcode obj
Browse files Browse the repository at this point in the history
  • Loading branch information
pellcorp committed Nov 6, 2024
1 parent 561e101 commit a7fcc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klippy/mcu.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ class MCU:
def __init__(self, config, clocksync):
self._config = config
self._printer = printer = config.get_printer()
self.gcode = printer.lookup_object("gcode")
self._clocksync = clocksync
self._reactor = printer.get_reactor()
self._name = config.get_name()
Expand Down

0 comments on commit a7fcc3e

Please sign in to comment.