Bladeren bron

🔧 Mark Thermal Variance Monitor EXPERIMENTAL

Scott Lahteine 3 jaren geleden
bovenliggende
commit
87e19fe5e7
1 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 5
    1
      Marlin/Configuration_adv.h

+ 5
- 1
Marlin/Configuration_adv.h Bestand weergeven

347
 #endif
347
 #endif
348
 
348
 
349
 #if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER)
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
 #endif
355
 #endif
352
 
356
 
353
 #if ENABLED(PIDTEMP)
357
 #if ENABLED(PIDTEMP)

Laden…
Annuleren
Opslaan