Skip to content

Commit

Permalink
🔧 Mark Thermal Variance Monitor EXPERIMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 4, 2022
1 parent 0e1ecf1 commit 87e19fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,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)
Expand Down

0 comments on commit 87e19fe

Please sign in to comment.