Never stop spinning the extruder fan on thermal failures

This commit is contained in:
Yuri D'Elia 2022-07-07 11:09:54 +02:00
parent eccfcd7424
commit c98e133ae2

View File

@ -211,6 +211,7 @@ void checkExtruderAutoFans()
{
fanState &= ~1;
fanState |= current_temperature[0] > EXTRUDER_AUTO_FAN_TEMPERATURE;
fanState |= get_temp_error();
}
setExtruderAutoFanState(fanState);
#endif