Browse Source

Grace period followup

pull/1/head
Scott Lahteine 5 years ago
parent
commit
fc39c925ca
  1. 3
      Marlin/src/module/temperature.cpp

3
Marlin/src/module/temperature.cpp

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

Loading…
Cancel
Save