浏览代码

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();
 	  }