Update temperature.cpp

This commit is contained in:
InsanityAutomation
2021-02-10 07:26:20 -05:00
parent 80123bfdf2
commit 3a9f043c58
+1
View File
@@ -3254,6 +3254,7 @@ void Temperature::tick() {
#if ENABLED(AUTO_REPORT_TEMPERATURES)
AutoReporter<Temperature::AutoReportTemp> Temperature::auto_reporter;
void Temperature::AutoReportTemp::report() {
PORT_REDIRECT(SERIAL_ALL);
print_heater_states(active_extruder);
SERIAL_EOL();
}