소스 검색

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
     temp_chamber.acc = 0;
2229
     temp_chamber.acc = 0;
2230
   #endif
2230
   #endif
2231
 
2231
 
2232
-  // Give ADC temperature readings time to settle at boot-up before testing
2233
-  if (grace_period) return;
2234
-
2235
   static constexpr int8_t temp_dir[] = {
2232
   static constexpr int8_t temp_dir[] = {
2236
     #if ENABLED(HEATER_0_USES_MAX6675)
2233
     #if ENABLED(HEATER_0_USES_MAX6675)
2237
       0
2234
       0

Loading…
취소
저장