fix reseting during filament change

This commit is contained in:
PavelSindler 2018-08-22 11:09:12 +02:00
parent 3fe9932a53
commit f99196a7a0
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ bool mmu_get_response(void)
while (!mmu_ready) while (!mmu_ready)
{ {
// mmu_loop(); // mmu_loop();
manage_heater();
if (mmu_state != 3) if (mmu_state != 3)
break; break;
delay_keep_alive(100); delay_keep_alive(100);