Rename some "kill" messages

This commit is contained in:
Scott Lahteine
2020-04-13 14:53:21 -05:00
parent a7a76f123d
commit 22da1b2b31
31 changed files with 56 additions and 56 deletions

View File

@ -325,7 +325,7 @@ void Endstops::not_homing() {
// If the last move failed to trigger an endstop, call kill
void Endstops::validate_homing_move() {
if (trigger_state()) hit_on_purpose();
else kill(GET_TEXT(MSG_LCD_HOMING_FAILED));
else kill(GET_TEXT(MSG_KILL_HOMING_FAILED));
}
#endif