Only watch the heater that was set
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user