MMU: Disable E-motor after Try-load-unload

The filament is never in the nozzle at this point so there
should be no oozing.

When a single material MMU print, I can hear audible noise
from the motor after executing Tx code. After some timeout
(while the heaters still heating up) I can hear the firmware
disable the E-motor. But we can safely disable it immediately
after the try-load-unload sequence.

Change in memory:
Flash: +4 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-05-21 14:57:59 +00:00 committed by DRracer
parent 06c42bf85f
commit 70ae3353ce
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,8 @@ bool MMU2::VerifyFilamentEnteredPTFE() {
}
}
Disable_E0();
if (fsensorState) {
IncrementLoadFails();
return false;