Browse Source

Fix #1800

pull/1/head
Scott Lahteine 10 years ago
parent
commit
fc3c76fc16
  1. 2
      Marlin/temperature.cpp

2
Marlin/temperature.cpp

@ -84,7 +84,7 @@ unsigned char soft_pwm_bed;
static unsigned long thermal_runaway_timer[4]; // = {0,0,0,0};
#endif
#if HAS_BED_THERMAL_PROTECTION
static TRState thermal_runaway_bed_state_machine = { TRInactive, TRInactive, TRInactive, TRInactive };
static TRState thermal_runaway_bed_state_machine = TRInactive;
static unsigned long thermal_runaway_bed_timer;
#endif
#endif

Loading…
Cancel
Save