Merge pull request #831 from PavelSindler/M600_timeout

M600 communication timeout fix
This commit is contained in:
PavelSindler 2018-06-12 07:30:32 +02:00 committed by GitHub
commit b01d7b72e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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