mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-19 21:57:03 +01:00
Followup to #12982
This commit is contained in:
@@ -101,7 +101,7 @@ class TFilamentMonitor : public FilamentMonitorBase {
|
||||
#if NUM_RUNOUT_SENSORS > 1
|
||||
host_action_filament_runout(false);
|
||||
SERIAL_CHAR(' ');
|
||||
SERIAL_ECHO(int(active_extruder));
|
||||
SERIAL_ECHOLN(int(active_extruder));
|
||||
#else
|
||||
host_action_filament_runout();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user