mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 06:33:59 -06:00
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:
parent
fbd7cc243b
commit
d2ecc9d80c
4 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue