gcode: Add support for CLEAR_SHUTDOWN command

Add ability to clear the MCU shutdown flag from the console.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2016-12-01 00:08:35 -05:00
parent fbd7cc243b
commit d2ecc9d80c
4 changed files with 17 additions and 15 deletions

View file

@ -26,9 +26,9 @@ Error configuring printer
"""
message_shutdown = """
This is an unrecoverable error. Please correct the
underlying issue and then manually restart both the
firmware and the host software.
Once the underlying issue is corrected, the "CLEAR_SHUTDOWN"
command can be used to clear the firmware flag and restart
the host software.
Printer is shutdown
"""