From 8920479f857712d92a6d083f89b91d4830d2436f Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 13 Apr 2017 14:53:41 -0400 Subject: 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 --- klippy/klippy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'klippy/klippy.py') 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 """ -- cgit v1.2.3-70-g09d2