diff options
Diffstat (limited to 'klippy/klippy.py')
-rw-r--r-- | klippy/klippy.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index 2787a6aa..d1bf26e8 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -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 """ |