Ver Fonte

Never stop spinning the extruder fan on thermal failures

Yuri D'Elia há 3 anos atrás
pai
commit
c98e133ae2
1 ficheiros alterados com 1 adições e 0 exclusões
  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