Enable watchdog for all variants.
This commit is contained in:
parent
8692565cf0
commit
a9d6ae296b
4 changed files with 11 additions and 0 deletions
|
@ -97,6 +97,9 @@ AXIS SETTINGS
|
|||
// New XYZ calibration
|
||||
//#define NEW_XYZCAL
|
||||
|
||||
// Watchdog support
|
||||
#define WATCHDOG
|
||||
|
||||
|
||||
/*------------------------------------
|
||||
EXTRUDER SETTINGS
|
||||
|
|
|
@ -97,6 +97,8 @@ AXIS SETTINGS
|
|||
// New XYZ calibration
|
||||
//#define NEW_XYZCAL
|
||||
|
||||
// Watchdog support
|
||||
#define WATCHDOG
|
||||
|
||||
/*------------------------------------
|
||||
EXTRUDER SETTINGS
|
||||
|
|
|
@ -103,6 +103,9 @@
|
|||
// New XYZ calibration
|
||||
#define NEW_XYZCAL
|
||||
|
||||
// Watchdog support
|
||||
#define WATCHDOG
|
||||
|
||||
// Fan check
|
||||
#define FANCHECK
|
||||
|
||||
|
|
|
@ -104,6 +104,9 @@
|
|||
// New XYZ calibration
|
||||
#define NEW_XYZCAL
|
||||
|
||||
// Watchdog support
|
||||
#define WATCHDOG
|
||||
|
||||
// Fan check
|
||||
#define FANCHECK
|
||||
|
||||
|
|
Loading…
Reference in a new issue