tweak style

This commit is contained in:
Scott Lahteine
2024-04-18 17:44:39 -05:00
parent 812da8d902
commit 515a06d4b8
+1 -2
View File
@@ -4419,11 +4419,10 @@ void Temperature::isr() {
#if ENABLED(AUTO_REPORT_TEMPERATURES)
AutoReporter<Temperature::AutoReportTemp> Temperature::auto_reporter;
void Temperature::AutoReportTemp::report() {
if(!wait_for_heatup) {
if (wait_for_heatup) return;
print_heater_states(active_extruder OPTARG(HAS_TEMP_REDUNDANT, ENABLED(AUTO_REPORT_REDUNDANT)));
SERIAL_EOL();
}
}
#endif
#if HAS_HOTEND && HAS_STATUS_MESSAGE