Explorar o código

Keep PRUSA RESET available even in non-farm mode

D.R.racer %!s(int64=3) %!d(string=hai) anos
pai
achega
6a62674bd8
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      Firmware/Marlin_main.cpp

+ 1 - 5
Firmware/Marlin_main.cpp

@@ -3910,11 +3910,7 @@ void process_commands()
 #endif //defined(W25X20CL) && defined(BOOTAPP)
             softReset();
 #else //WATCHDOG
-            // careful!
-            if (farm_mode)
-                asm volatile("jmp 0x3E000");
-            else
-                puts_P(PSTR("Not in farm mode."));
+            asm volatile("jmp 0x3E000");
 #endif //WATCHDOG
 		}else if (code_seen("fv")) { // PRUSA fv
         // get file version