Merge pull request #1801 from thinkyhead/fixup_probing

Minor optimizations
This commit is contained in:
Scott Lahteine
2015-04-03 22:30:01 -07:00
19 changed files with 203 additions and 158 deletions

View File

@ -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