Browse Source

🔧 Mark Thermal Variance Monitor EXPERIMENTAL

Scott Lahteine 2 years ago
parent
commit
87e19fe5e7
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Marlin/Configuration_adv.h

+ 5
- 1
Marlin/Configuration_adv.h View File

@@ -347,7 +347,11 @@
347 347
 #endif
348 348
 
349 349
 #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
351 355
 #endif
352 356
 
353 357
 #if ENABLED(PIDTEMP)

Loading…
Cancel
Save