Update temperature.cpp

This commit is contained in:
InsanityAutomation
2021-02-06 12:57:41 -05:00
parent 3cacab40da
commit 7d4870fb4d
+1
View File
@@ -3125,6 +3125,7 @@ void Temperature::tick() {
#if ENABLED(AUTO_REPORT_TEMPERATURES)
Temperature::AutoReportTemp Temperature::auto_reporter;
void Temperature::AutoReportTemp::auto_report() {
PORT_REDIRECT(SERIAL_ALL);
print_heater_states(active_extruder);
SERIAL_EOL();
}