浏览代码

Better THERMAL_PROTECTION_GRACE_PERIOD

See #13783
Scott Lahteine 6 年前
父节点
当前提交
b6279abd30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/HAL/HAL_LPC1768/HAL.h

+ 1
- 1
Marlin/src/HAL/HAL_LPC1768/HAL.h 查看文件

@@ -148,7 +148,7 @@ using FilteredADC = LPC176x::ADC<ADC_LOWPASS_K_VALUE, ADC_MEDIAN_FILTER_SIZE>;
148 148
 #define HAL_ADC_READY()        FilteredADC::finished_conversion()
149 149
 
150 150
 // A grace period for the ADC readings to stabilize before they start causing thermal protection errors.
151
-#define THERMAL_PROTECTION_GRACE_PERIOD 500
151
+#define THERMAL_PROTECTION_GRACE_PERIOD 800
152 152
 
153 153
 // Parse a G-code word into a pin index
154 154
 int16_t PARSED_PIN_INDEX(const char code, const int16_t dval);

正在加载...
取消
保存