Disable filament runout when MMU is unloading

This commit is contained in:
Guðni Már Gilbert 2022-06-15 18:41:11 +00:00 committed by D.R.racer
parent 762080ab1a
commit a1881b4a07
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ bool MMU2::unload() {
WaitForHotendTargetTempBeep();
{
FSensorBlockRunout blockRunout;
ReportingRAII rep(CommandInProgress::UnloadFilament);
filament_ramming();