mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-07 23:17:37 -06:00
gcode: Support reading from gcode input before mcu is ready
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
6ebb1a68cb
commit
dbdf1e137e
3 changed files with 34 additions and 23 deletions
|
@ -336,7 +336,7 @@ class MCU:
|
|||
self.is_shutdown = True
|
||||
logging.info("%s: %s" % (params['#name'], params['#msg']))
|
||||
self.serial.dump_debug()
|
||||
self._printer.shutdown()
|
||||
self._printer.note_shutdown()
|
||||
# Connection phase
|
||||
def connect(self):
|
||||
if not self._is_fileoutput:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue