#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.