Przeglądaj źródła

Init next_auto_fan_check_ms to zero

Scott Lahteine 8 lat temu
rodzic
commit
e88575c8ec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Wyświetl plik

185
 #endif
185
 #endif
186
 
186
 
187
 #if HAS_AUTO_FAN
187
 #if HAS_AUTO_FAN
188
-  millis_t Temperature::next_auto_fan_check_ms;
188
+  millis_t Temperature::next_auto_fan_check_ms = 0;
189
 #endif
189
 #endif
190
 
190
 
191
 unsigned char Temperature::soft_pwm[HOTENDS];
191
 unsigned char Temperature::soft_pwm[HOTENDS];

Ładowanie…
Anuluj
Zapisz