Rename some "kill" messages
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user