🩹 Fix serial temp error language
This commit is contained in:
parent
fe9e890233
commit
63fba6119b
@ -1814,7 +1814,7 @@ void Temperature::mintemp_error(const heater_id_t heater_id) {
|
|||||||
// Make sure temperature is decreasing
|
// Make sure temperature is decreasing
|
||||||
if (watch_cooler.elapsed(ms)) { // Time to check the cooler?
|
if (watch_cooler.elapsed(ms)) { // Time to check the cooler?
|
||||||
if (degCooler() > watch_cooler.target) // Failed to decrease enough?
|
if (degCooler() > watch_cooler.target) // Failed to decrease enough?
|
||||||
_temp_error(H_COOLER, GET_TEXT_F(MSG_COOLING_FAILED), GET_TEXT_F(MSG_COOLING_FAILED));
|
_temp_error(H_COOLER, GET_EN_TEXT_F(MSG_COOLING_FAILED), GET_TEXT_F(MSG_COOLING_FAILED));
|
||||||
else
|
else
|
||||||
start_watching_cooler(); // Start again if the target is still far off
|
start_watching_cooler(); // Start again if the target is still far off
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user