|
|
@ -101,7 +101,7 @@ unsigned char Temperature::soft_pwm_bed;
|
|
|
|
millis_t Temperature::watch_heater_next_ms[HOTENDS] = { 0 };
|
|
|
|
millis_t Temperature::watch_heater_next_ms[HOTENDS] = { 0 };
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(THERMAL_PROTECTION_HOTENDS) && WATCH_BED_TEMP_PERIOD > 0
|
|
|
|
#if ENABLED(THERMAL_PROTECTION_BED) && WATCH_BED_TEMP_PERIOD > 0
|
|
|
|
int Temperature::watch_target_bed_temp = 0;
|
|
|
|
int Temperature::watch_target_bed_temp = 0;
|
|
|
|
millis_t Temperature::watch_bed_next_ms = 0;
|
|
|
|
millis_t Temperature::watch_bed_next_ms = 0;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|