Skip to content

Commit 87e19fe

Browse files
committed
🔧 Mark Thermal Variance Monitor EXPERIMENTAL
1 parent 0e1ecf1 commit 87e19fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Marlin/Configuration_adv.h

+5-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,11 @@
347347
#endif
348348

349349
#if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER)
350-
#define THERMAL_PROTECTION_VARIANCE_MONITOR // Detect a sensor malfunction preventing temperature updates
350+
/**
351+
* Thermal Protection Variance Monitor - EXPERIMENTAL.
352+
* Kill the machine on a stuck temperature sensor. Disable if you get false positives.
353+
*/
354+
//#define THERMAL_PROTECTION_VARIANCE_MONITOR // Detect a sensor malfunction preventing temperature updates
351355
#endif
352356

353357
#if ENABLED(PIDTEMP)

0 commit comments

Comments
 (0)