send busy messages when checking for filament presence

This commit is contained in:
PavelSindler 2018-09-25 19:14:57 +02:00
parent 0e7afc67ca
commit e6a00b8f53

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