diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-12-21 11:16:06 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-12-21 11:16:06 -0500 |
commit | 4f087c331c4a19f424ab7d8d0f4b845cbf75f345 (patch) | |
tree | f5b6dc2f085cdbc1aaa295976cd2f4992640a864 | |
parent | 18456f71f873ea3d48ac0d81b1382b0c749288d9 (diff) | |
download | kutter-4f087c331c4a19f424ab7d8d0f4b845cbf75f345.tar.gz kutter-4f087c331c4a19f424ab7d8d0f4b845cbf75f345.tar.xz kutter-4f087c331c4a19f424ab7d8d0f4b845cbf75f345.zip |
klippy: Update config error message - use "RESTART" when ready to continue
It is possible to restart the host software with a RESTART command
after manually resetting the micro-controller.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | klippy/klippy.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index 978d6447..148c64c5 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -20,8 +20,9 @@ Printer is halted """ message_mcu_connect_error = """ -This is an unrecoverable error. Please manually restart -both the firmware and the host software. +This is an unrecoverable error. Please manually restart the +micro-controller and then issue the "RESTART" command to +restart the host software. Error configuring printer """ |