diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 14:53:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 14:53:41 -0400 |
commit | 8920479f857712d92a6d083f89b91d4830d2436f (patch) | |
tree | 1d175d00d8d368a6adc94a7e2506bd6669f9a3b0 /klippy/klippy.py | |
parent | 4c25eae9b406d28d1c7e300aab7f8b4a4168c69b (diff) | |
download | kutter-8920479f857712d92a6d083f89b91d4830d2436f.tar.gz kutter-8920479f857712d92a6d083f89b91d4830d2436f.tar.xz kutter-8920479f857712d92a6d083f89b91d4830d2436f.zip |
klippy: Remove CLEAR_SHUTDOWN command
Advice users to issue a FIRMWARE_RESTART command on a printer shutdown
event, and remove support for CLEAR_SHUTDOWN. A full mcu reset is
preferable and it simplifies the interface.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 c73c18c2..a352663f 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -39,9 +39,9 @@ Error configuring printer """ message_shutdown = """ -Once the underlying issue is corrected, the "CLEAR_SHUTDOWN" -command can be used to clear the firmware flag and restart -the host software. +Once the underlying issue is corrected, use the +"FIRMWARE_RESTART" command to reset the firmware, reload the +config, and restart the host software. Printer is shutdown """ |