Merge pull request #1198 from PavelSindler/communication_timeouts

communication timeouts fix
This commit is contained in:
PavelSindler 2018-09-27 11:23:58 +02:00 committed by GitHub
commit 7e9220ada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,11 +453,13 @@ void fsensor_update(void)
enquecommand_front_P((PSTR("G1 E-3 F200")));
process_commands();
KEEPALIVE_STATE(IN_HANDLER);
cmdqueue_pop_front();
st_synchronize();
enquecommand_front_P((PSTR("G1 E3 F200")));
process_commands();
KEEPALIVE_STATE(IN_HANDLER);
cmdqueue_pop_front();
st_synchronize();