Browse Source

🔧 Mark Thermal Variance Monitor EXPERIMENTAL

FB4S_WIFI
Scott Lahteine 2 years ago
parent
commit
0fafcd20cd
  1. 6
      Marlin/Configuration_adv.h

6
Marlin/Configuration_adv.h

@ -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)

Loading…
Cancel
Save