Explorar o código

Never stop spinning the extruder fan on thermal failures

Yuri D'Elia %!s(int64=3) %!d(string=hai) anos
pai
achega
c98e133ae2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Firmware/fancheck.cpp

+ 1 - 0
Firmware/fancheck.cpp

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