Never stop spinning the extruder fan on thermal failures
This commit is contained in:
parent
eccfcd7424
commit
c98e133ae2
@ -211,6 +211,7 @@ void checkExtruderAutoFans()
|
||||
{
|
||||
fanState &= ~1;
|
||||
fanState |= current_temperature[0] > EXTRUDER_AUTO_FAN_TEMPERATURE;
|
||||
fanState |= get_temp_error();
|
||||
}
|
||||
setExtruderAutoFanState(fanState);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user