Browse Source

Escape the M33 string arg (#19515)

vanilla_fb_2.0.x
Victor Oliveira 4 years ago
committed by GitHub
parent
commit
61d96ce1c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/parser.cpp

2
Marlin/src/gcode/parser.cpp

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

Loading…
Cancel
Save