diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index 00bbb4a47..93d90f771 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -328,6 +328,8 @@ bool MMU2::VerifyFilamentEnteredPTFE() // Wait for move to finish and monitor the fsensor the entire time // A single 0 reading will set the bit. fsensorState |= !fsensor.getFilamentPresent(); + manage_heater(); + manage_inactivity(true); } if (fsensorState)