瀏覽代碼

Grace period followup

Scott Lahteine 5 年之前
父節點
當前提交
fc39c925ca
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      Marlin/src/module/temperature.cpp

+ 0
- 3
Marlin/src/module/temperature.cpp 查看文件

@@ -2229,9 +2229,6 @@ void Temperature::readings_ready() {
2229 2229
     temp_chamber.acc = 0;
2230 2230
   #endif
2231 2231
 
2232
-  // Give ADC temperature readings time to settle at boot-up before testing
2233
-  if (grace_period) return;
2234
-
2235 2232
   static constexpr int8_t temp_dir[] = {
2236 2233
     #if ENABLED(HEATER_0_USES_MAX6675)
2237 2234
       0

Loading…
取消
儲存