Browse Source

Fix line ending in M360 (#17917)

Gurmeet Athwal 4 years ago
parent
commit
91fe0e1022
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/host/M360.cpp

+ 1
- 1
Marlin/src/gcode/host/M360.cpp View File

@@ -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…
Cancel
Save