فهرست منبع

Prevent timeout when printing from SD with USB host connected

leptun 5 سال پیش
والد
کامیت
14b72d2b46
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -1753,7 +1753,7 @@ void loop()
 	}
     
 #ifdef FANCHECK
-    if ((saved_printing_type == PRINTING_TYPE_USB) && fan_check_error)
+    if (fan_check_error)
     {
         process_commands(); //used to process pausing
         KEEPALIVE_STATE(PAUSED_FOR_USER);