Message for every KILL and STOP

No more mystery halts & resets

Moved messages to language.h

Added current command to inactive timeout message
This commit is contained in:
Bob-the-Kuhn
2017-03-14 12:24:46 -05:00
parent 48925b7298
commit b31604a492
2 changed files with 32 additions and 7 deletions

View File

@ -200,6 +200,11 @@
#define MSG_ERR_EEPROM_WRITE "Error writing to EEPROM!"
#define MSG_STOP_BLTOUCH "STOP called because of BLTouch error - restart with M999"
#define MSG_STOP_UNHOMED "STOP called because of unhomed error - restart with M999"
#define MSG_KILL_INACTIVE_TIME "KILL caused by too much inactive time - current command: "
#define MSG_KILL_BUTTON "KILL caused by KILL button/pin"
// temperature.cpp strings
#define MSG_PID_AUTOTUNE "PID Autotune"
#define MSG_PID_AUTOTUNE_START MSG_PID_AUTOTUNE " start"