Add EXTRA_FAN_SPEED feature

This commit is contained in:
studiodyne 2017-10-07 16:29:22 +02:00 committed by Scott Lahteine
parent 31d0b77df7
commit e04902f589
33 changed files with 333 additions and 17 deletions

View file

@ -354,6 +354,10 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
#if FAN_COUNT > 0
extern int16_t fanSpeeds[FAN_COUNT];
#if ENABLED(EXTRA_FAN_SPEED)
extern int16_t old_fanSpeeds[FAN_COUNT],
new_fanSpeeds[FAN_COUNT];
#endif
#if ENABLED(PROBING_FANS_OFF)
extern bool fans_paused;
extern int16_t paused_fanSpeeds[FAN_COUNT];