No need to check the fan in the menu

This commit is contained in:
leptun 2019-09-22 14:04:58 +03:00
parent 2363f19a62
commit 3c17f7e145

View file

@ -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