Report auto temp to both serial ports, if available (#13301)
This commit is contained in:
committed by
Scott Lahteine
parent
367d392880
commit
38bef9da91
@ -2660,6 +2660,7 @@ void Temperature::isr() {
|
||||
void Temperature::auto_report_temperatures() {
|
||||
if (auto_report_temp_interval && ELAPSED(millis(), next_temp_report_ms)) {
|
||||
next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
|
||||
PORT_REDIRECT(SERIAL_BOTH);
|
||||
print_heater_states(active_extruder);
|
||||
SERIAL_EOL();
|
||||
}
|
||||
|
Reference in New Issue
Block a user