소스 검색

Help hosts when password-locked (#20348)

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

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

@@ -252,6 +252,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
252 252
   #if ENABLED(PASSWORD_FEATURE)
253 253
     if (password.is_locked && !parser.is_command('M', 511)) {
254 254
       SERIAL_ECHO_MSG(STR_PRINTER_LOCKED);
255
+      if (!no_ok) queue.ok_to_send();
255 256
       return;
256 257
     }
257 258
   #endif

Loading…
취소
저장