Merge pull request #1198 from PavelSindler/communication_timeouts
communication timeouts fix
This commit is contained in:
commit
7e9220ada2
1 changed files with 2 additions and 0 deletions
|
@ -453,11 +453,13 @@ void fsensor_update(void)
|
||||||
|
|
||||||
enquecommand_front_P((PSTR("G1 E-3 F200")));
|
enquecommand_front_P((PSTR("G1 E-3 F200")));
|
||||||
process_commands();
|
process_commands();
|
||||||
|
KEEPALIVE_STATE(IN_HANDLER);
|
||||||
cmdqueue_pop_front();
|
cmdqueue_pop_front();
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
|
|
||||||
enquecommand_front_P((PSTR("G1 E3 F200")));
|
enquecommand_front_P((PSTR("G1 E3 F200")));
|
||||||
process_commands();
|
process_commands();
|
||||||
|
KEEPALIVE_STATE(IN_HANDLER);
|
||||||
cmdqueue_pop_front();
|
cmdqueue_pop_front();
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue