Parcourir la source

Never stop spinning the extruder fan on thermal failures

Yuri D'Elia il y a 3 ans
Parent
commit
c98e133ae2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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