Browse Source

Grace period followup

Scott Lahteine 6 years ago
parent
commit
fc39c925ca
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/module/temperature.cpp

+ 0
- 3
Marlin/src/module/temperature.cpp View File

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…
Cancel
Save