Explorar o código

Disable TACH_1 fancheck on selftest

Kevin Lee %!s(int64=4) %!d(string=hai) anos
pai
achega
9b16e2e628
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Firmware/ultralcd.cpp

+ 2 - 0
Firmware/ultralcd.cpp

@@ -6370,12 +6370,14 @@ static bool fan_error_selftest()
         return 1;
     }
 #endif
+ /*
 #ifdef TACH_1
     if (fan_speed[1] <= 20) { //print fan error
         LCD_ALERTMESSAGERPGM(MSG_FANCHECK_PRINT);
         return 1;
     }
 #endif
+*/
 #endif //FANCHECK
     return 0;
 }