From dbdf1e137e74392a7aa0858d524498a41bddabea Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 22 Nov 2016 19:38:51 -0500 Subject: gcode: Support reading from gcode input before mcu is ready Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/mcu.py') diff --git a/klippy/mcu.py b/klippy/mcu.py index e71423bc..2e15287f 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -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: -- cgit v1.2.3-70-g09d2