Parcourir la source

Fix line ending in M360 (#17917)

Gurmeet Athwal il y a 4 ans
Parent
révision
91fe0e1022
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/gcode/host/M360.cpp

+ 1
- 1
Marlin/src/gcode/host/M360.cpp Voir le fichier

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

Chargement…
Annuler
Enregistrer