瀏覽代碼

🩹 Fix M412_report formatting (#22834)

Giuliano Zaro 3 年之前
父節點
當前提交
8fd5a4037a
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/feature/runout/M412.cpp

+ 1
- 1
Marlin/src/gcode/feature/runout/M412.cpp 查看文件

@@ -68,7 +68,7 @@ void GcodeSuite::M412() {
68 68
 
69 69
 void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
70 70
   report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
71
-  SERIAL_ECHOLNPGM(
71
+  SERIAL_ECHOPGM(
72 72
     "  M412 S", runout.enabled
73 73
     #if HAS_FILAMENT_RUNOUT_DISTANCE
74 74
       , " D", LINEAR_UNIT(runout.runout_distance())

Loading…
取消
儲存