Explorar el Código

Escape the M33 string arg (#19515)

Victor Oliveira hace 3 años
padre
commit
61d96ce1c9
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp Ver fichero

@@ -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…
Cancelar
Guardar