diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-12 23:12:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-12 23:15:22 -0400 |
commit | 830cfc5414cc2ab9a634417ca6fecb3ee83feb93 (patch) | |
tree | b3f0cddb3e7ed20c16b6805c44afc4a8c134e357 /klippy/klippy.py | |
parent | 45afa045782c7edaaeb2d4a1b36b7455d196e57a (diff) | |
download | kutter-830cfc5414cc2ab9a634417ca6fecb3ee83feb93.tar.gz kutter-830cfc5414cc2ab9a634417ca6fecb3ee83feb93.tar.xz kutter-830cfc5414cc2ab9a634417ca6fecb3ee83feb93.zip |
klippy: Rework starting error message
Commit 9bc4239e now emphasizes the first line of a multi-line error
message, so rework startup_message to conform to that.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/klippy.py')
-rw-r--r-- | klippy/klippy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index b28099ce..69ceea50 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -12,9 +12,9 @@ import gcode, pins, mcu, chipmisc, toolhead, extruder, heater message_ready = "Printer is ready" message_startup = """ +Printer is not ready The klippy host software is attempting to connect. Please retry in a few moments. -Printer is not ready """ message_restart = """ |