Scott Lahteine 6 yıl önce
ebeveyn
işleme
3845baf398
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/src/feature/runout.h

+ 1
- 1
Marlin/src/feature/runout.h Dosyayı Görüntüle

@@ -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…
İptal
Kaydet