浏览代码

🔧 Mark Thermal Variance Monitor EXPERIMENTAL

Scott Lahteine 3 年前
父节点
当前提交
87e19fe5e7
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      Marlin/Configuration_adv.h

+ 5
- 1
Marlin/Configuration_adv.h 查看文件

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

正在加载...
取消
保存