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,7 +101,7 @@ class TFilamentMonitor : public FilamentMonitorBase {
101 101
             #if NUM_RUNOUT_SENSORS > 1
102 102
               host_action_filament_runout(false);
103 103
               SERIAL_CHAR(' ');
104
-              SERIAL_ECHO(int(active_extruder));
104
+              SERIAL_ECHOLN(int(active_extruder));
105 105
             #else
106 106
               host_action_filament_runout();
107 107
             #endif

Loading…
Cancel
Save