diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 4f2765fd55..fea4e96152 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -719,7 +719,7 @@ static float analog2temp(int raw, uint8_t e) { SERIAL_ERROR_START; SERIAL_ERROR((int)e); SERIAL_ERRORLNPGM(MSG_INVALID_EXTRUDER_NUM); - kill(); + kill(PSTR(MSG_KILLED)); return 0.0; }