Browse Source

By mistake enabled the watchdog by default. This should be off by default.

daid303 12 years ago
parent
commit
7e348fcb5f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -182,7 +182,7 @@
182 182
 #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // no z because of layer shift.
183 183
 
184 184
 // The hardware watchdog should reset the Microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
185
-#define USE_WATCHDOG
185
+//#define USE_WATCHDOG
186 186
 
187 187
 #ifdef USE_WATCHDOG
188 188
 // you cannot watchdog reboot on Arduino mega2560 due to a bug in he bootloader. Hence we need to ask the user to reset.

Loading…
Cancel
Save