Avoid watchdog while doing VerifyFilamentEnteredPTFE

This commit is contained in:
D.R.racer 2022-11-20 11:23:25 +01:00 committed by DRracer
parent 84d9eee61d
commit 5639620041
1 changed files with 2 additions and 0 deletions

View File

@ -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)