소스 검색

Merge pull request #831 from PavelSindler/M600_timeout

M600 communication timeout fix
PavelSindler 6 년 전
부모
커밋
b01d7b72e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -6568,6 +6568,7 @@ Sigma_Exit:
 			process_commands();
 		    cmdqueue_pop_front();
 		}
+		KEEPALIVE_STATE(IN_HANDLER);
 		fsensor_enable();
 		fsensor_restore_print_and_continue();
 	  }