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
   config_line(PSTR("SupportG10G11"), ENABLED(FWRETRACT));
93
   config_line(PSTR("SupportG10G11"), ENABLED(FWRETRACT));
94
   #if ENABLED(FWRETRACT)
94
   #if ENABLED(FWRETRACT)
95
     PGMSTR(RET_STR, "Retraction");
95
     PGMSTR(RET_STR, "Retraction");
96
-    PGMSTR(UNRET_STR, "RetractionUndo"),
96
+    PGMSTR(UNRET_STR, "RetractionUndo");
97
     PGMSTR(SPEED_STR, "Speed");
97
     PGMSTR(SPEED_STR, "Speed");
98
     // M10 Retract with swap (long) moves
98
     // M10 Retract with swap (long) moves
99
     config_line(PSTR("Length"), fwretract.settings.retract_length, RET_STR);
99
     config_line(PSTR("Length"), fwretract.settings.retract_length, RET_STR);

Loading…
Cancel
Save