Scott Lahteine 6 years ago
parent
commit
3845baf398
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/runout.h

+ 1
- 1
Marlin/src/feature/runout.h View File

101
             #if NUM_RUNOUT_SENSORS > 1
101
             #if NUM_RUNOUT_SENSORS > 1
102
               host_action_filament_runout(false);
102
               host_action_filament_runout(false);
103
               SERIAL_CHAR(' ');
103
               SERIAL_CHAR(' ');
104
-              SERIAL_ECHO(int(active_extruder));
104
+              SERIAL_ECHOLN(int(active_extruder));
105
             #else
105
             #else
106
               host_action_filament_runout();
106
               host_action_filament_runout();
107
             #endif
107
             #endif

Loading…
Cancel
Save