Browse Source

Revert `M602`

3d-gussner 3 years ago
parent
commit
9110ffd4ae
1 changed files with 1 additions and 8 deletions
  1. 1 8
      Firmware/Marlin_main.cpp

+ 1 - 8
Firmware/Marlin_main.cpp

@@ -8136,14 +8136,7 @@ Sigma_Exit:
     */
     case 602:
     {
-        if (isPrintPaused) {
-#ifdef FANCHECK
-        if((fan_check_error == EFCE_FIXED) || (fan_check_error == EFCE_OK))
-            lcd_resume_print();
-        else
-#endif //FANCHECK
-            SERIAL_PROTOCOLLNRPGM(MSG_OCTOPRINT_PAUSED); //inform octoprint of pause
-        }
+        if (isPrintPaused) lcd_resume_print();
     }
     break;