Browse Source

Disable TACH_1 fancheck on selftest

Kevin Lee 3 years ago
parent
commit
9b16e2e628
1 changed files with 2 additions and 0 deletions
  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;
 }