Skip to content

Commit

Permalink
Escape the M33 string arg (MarlinFirmware#19515)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and vgadreau committed Dec 9, 2020
1 parent f02cc01 commit 92b4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 92b4bc7

Please sign in to comment.