This commit is contained in:
Scott Lahteine 2019-01-27 22:53:20 -06:00
parent 48a3502656
commit 3845baf398

View file

@ -101,7 +101,7 @@ class TFilamentMonitor : public FilamentMonitorBase {
#if NUM_RUNOUT_SENSORS > 1 #if NUM_RUNOUT_SENSORS > 1
host_action_filament_runout(false); host_action_filament_runout(false);
SERIAL_CHAR(' '); SERIAL_CHAR(' ');
SERIAL_ECHO(int(active_extruder)); SERIAL_ECHOLN(int(active_extruder));
#else #else
host_action_filament_runout(); host_action_filament_runout();
#endif #endif