Browse Source

Init next_auto_fan_check_ms to zero

pull/1/head
Scott Lahteine 8 years ago
parent
commit
e88575c8ec
  1. 2
      Marlin/temperature.cpp

2
Marlin/temperature.cpp

@ -185,7 +185,7 @@ int Temperature::minttemp_raw[HOTENDS] = ARRAY_BY_HOTENDS(HEATER_0_RAW_LO_TEMP ,
#endif
#if HAS_AUTO_FAN
millis_t Temperature::next_auto_fan_check_ms;
millis_t Temperature::next_auto_fan_check_ms = 0;
#endif
unsigned char Temperature::soft_pwm[HOTENDS];

Loading…
Cancel
Save