Only watch the heater that was set

This commit is contained in:
Scott Lahteine
2015-05-10 20:26:45 -07:00
parent 28c87ec81b
commit 9b3d4380d3
4 changed files with 12 additions and 14 deletions

View File

@ -138,7 +138,7 @@ void setExtruderAutoFanState(int pin, bool state);
void checkExtruderAutoFans();
#ifdef WATCH_TEMP_PERIOD
void start_watching_heaters();
void start_watching_heater(int e=0);
#endif
FORCE_INLINE void autotempShutdown() {