Browse Source

No need to check the fan in the menu

leptun 4 years ago
parent
commit
3c17f7e145
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/ultralcd.cpp

+ 0 - 1
Firmware/ultralcd.cpp

@@ -6463,7 +6463,6 @@ static void lcd_main_menu()
 
 
 #ifdef FANCHECK
-  checkFanSpeed(); //Check manually to get most recent fan speed status
   if((fan_check_error == EFCE_FIXED) && (saved_printing_type == PRINTING_TYPE_USB))
     MENU_ITEM_SUBMENU_P(_i("Resume print"), lcd_resume_print);////MSG_RESUME_PRINT
 #endif