瀏覽代碼

Fix line ending in M360 (#17917)

Gurmeet Athwal 4 年之前
父節點
當前提交
91fe0e1022
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/host/M360.cpp

+ 1
- 1
Marlin/src/gcode/host/M360.cpp 查看文件

@@ -93,7 +93,7 @@ void GcodeSuite::M360() {
93 93
   config_line(PSTR("SupportG10G11"), ENABLED(FWRETRACT));
94 94
   #if ENABLED(FWRETRACT)
95 95
     PGMSTR(RET_STR, "Retraction");
96
-    PGMSTR(UNRET_STR, "RetractionUndo"),
96
+    PGMSTR(UNRET_STR, "RetractionUndo");
97 97
     PGMSTR(SPEED_STR, "Speed");
98 98
     // M10 Retract with swap (long) moves
99 99
     config_line(PSTR("Length"), fwretract.settings.retract_length, RET_STR);

Loading…
取消
儲存