소스 검색

Escape the M33 string arg (#19515)

Victor Oliveira 3 년 전
부모
커밋
61d96ce1c9
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp 파일 보기

@@ -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…
취소
저장