Browse Source

Merge pull request #831 from PavelSindler/M600_timeout

M600 communication timeout fix
PavelSindler 6 năm trước cách đây
mục cha
commit
b01d7b72e0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 	  }