From 3845baf398badf4c8ada016c92702e1e2fb5eeea Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 27 Jan 2019 22:53:20 -0600 Subject: [PATCH] Followup to #12982 --- Marlin/src/feature/runout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/feature/runout.h b/Marlin/src/feature/runout.h index 48470e6c26..f937679055 100644 --- a/Marlin/src/feature/runout.h +++ b/Marlin/src/feature/runout.h @@ -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