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

@ -3168,7 +3168,7 @@ inline void gcode_M104() {
#endif
#ifdef WATCH_TEMP_PERIOD
start_watching_heaters();
start_watching_heater(target_extruder);
#endif
}
}
@ -3282,7 +3282,7 @@ inline void gcode_M109() {
#endif
#ifdef WATCH_TEMP_PERIOD
start_watching_heaters();
start_watching_heater(target_extruder);
#endif
millis_t temp_ms = millis();