Scott Lahteine 6 年前
父节点
当前提交
3845baf398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/runout.h

+ 1
- 1
Marlin/src/feature/runout.h 查看文件

@@ -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

正在加载...
取消
保存