Avoid watchdog while doing VerifyFilamentEnteredPTFE
This commit is contained in:
parent
84d9eee61d
commit
5639620041
|
|
@ -328,6 +328,8 @@ bool MMU2::VerifyFilamentEnteredPTFE()
|
||||||
// Wait for move to finish and monitor the fsensor the entire time
|
// Wait for move to finish and monitor the fsensor the entire time
|
||||||
// A single 0 reading will set the bit.
|
// A single 0 reading will set the bit.
|
||||||
fsensorState |= !fsensor.getFilamentPresent();
|
fsensorState |= !fsensor.getFilamentPresent();
|
||||||
|
manage_heater();
|
||||||
|
manage_inactivity(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fsensorState)
|
if (fsensorState)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue