Merge pull request #1813 from prusa3d/MK3_3.7.1

Enable watchdog for all variants.
This commit is contained in:
Marek Běl 2019-05-10 17:33:44 +00:00 committed by GitHub
commit 176b28bc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View File

@ -97,6 +97,9 @@ AXIS SETTINGS
// New XYZ calibration
//#define NEW_XYZCAL
// Watchdog support
#define WATCHDOG
/*------------------------------------
EXTRUDER SETTINGS

View File

@ -97,6 +97,8 @@ AXIS SETTINGS
// New XYZ calibration
//#define NEW_XYZCAL
// Watchdog support
#define WATCHDOG
/*------------------------------------
EXTRUDER SETTINGS

View File

@ -103,6 +103,9 @@
// New XYZ calibration
#define NEW_XYZCAL
// Watchdog support
#define WATCHDOG
// Fan check
#define FANCHECK

View File

@ -104,6 +104,9 @@
// New XYZ calibration
#define NEW_XYZCAL
// Watchdog support
#define WATCHDOG
// Fan check
#define FANCHECK