Sfoglia il codice sorgente

Escape the M33 string arg (#19515)

Victor Oliveira 3 anni fa
parent
commit
61d96ce1c9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp Vedi File

@@ -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…
Annulla
Salva