Escape the M33 string arg (#19515)
This commit is contained in:
parent
3d521a2e34
commit
fd83407991
@ -247,7 +247,7 @@ void GCodeParser::parse(char *p) {
|
|||||||
#if ENABLED(EXPECTED_PRINTER_CHECK)
|
#if ENABLED(EXPECTED_PRINTER_CHECK)
|
||||||
case 16:
|
case 16:
|
||||||
#endif
|
#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);
|
string_arg = unescape_string(p);
|
||||||
return;
|
return;
|
||||||
default: break;
|
default: break;
|
||||||
|
Loading…
Reference in New Issue
Block a user