Selaa lähdekoodia

Escape the M33 string arg (#19515)

Victor Oliveira 3 vuotta sitten
vanhempi
commit
61d96ce1c9
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp Näytä tiedosto

@@ -247,7 +247,7 @@ void GCodeParser::parse(char *p) {
247 247
     #if ENABLED(EXPECTED_PRINTER_CHECK)
248 248
       case 16:
249 249
     #endif
250
-    case 23: case 28: case 30: case 117: case 118: case 928:
250
+    case 23: case 28: case 30: case 33: case 117: case 118: case 928:
251 251
       string_arg = unescape_string(p);
252 252
       return;
253 253
     default: break;

Loading…
Peruuta
Tallenna