|
@@ -3948,7 +3948,10 @@ void Temperature::isr() {
|
3948
|
3948
|
|
3949
|
3949
|
#if ENABLED(AUTO_REPORT_TEMPERATURES)
|
3950
|
3950
|
AutoReporter<Temperature::AutoReportTemp> Temperature::auto_reporter;
|
3951
|
|
- void Temperature::AutoReportTemp::report() { print_heater_states(active_extruder); SERIAL_EOL(); }
|
|
3951
|
+ void Temperature::AutoReportTemp::report() {
|
|
3952
|
+ print_heater_states(active_extruder OPTARG(HAS_TEMP_REDUNDANT, ENABLED(AUTO_REPORT_REDUNDANT)));
|
|
3953
|
+ SERIAL_EOL();
|
|
3954
|
+ }
|
3952
|
3955
|
#endif
|
3953
|
3956
|
|
3954
|
3957
|
#if HAS_HOTEND && HAS_STATUS_MESSAGE
|