🔧 Mark Thermal Variance Monitor EXPERIMENTAL

This commit is contained in:
Scott Lahteine 2022-03-04 16:11:19 -06:00
parent 6ae37a33cc
commit 1c8e64994e
275 changed files with 1375 additions and 275 deletions

View file

@ -350,7 +350,11 @@
#endif
#if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER)
#define THERMAL_PROTECTION_VARIANCE_MONITOR // Detect a sensor malfunction preventing temperature updates
/**
* Thermal Protection Variance Monitor - EXPERIMENTAL.
* Kill the machine on a stuck temperature sensor. Disable if you get false positives.
*/
//#define THERMAL_PROTECTION_VARIANCE_MONITOR // Detect a sensor malfunction preventing temperature updates
#endif
#if ENABLED(PIDTEMP)