diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index a2af14c6e..4237b5c5c 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -241,8 +241,7 @@ bool MMU2::VerifyFilamentEnteredPTFE() { // Wait for move to finish and monitor the fsensor the entire time // A single 0 reading will set the bit. fsensorState |= (WhereIsFilament() == FilamentState::NOT_PRESENT); - marlin_manage_heater(); - marlin_manage_inactivity(true); + safe_delay_keep_alive(0); } if (fsensorState) {