Disable filament runout when MMU is unloading
This commit is contained in:
parent
762080ab1a
commit
a1881b4a07
|
|
@ -295,6 +295,7 @@ bool MMU2::unload() {
|
||||||
WaitForHotendTargetTempBeep();
|
WaitForHotendTargetTempBeep();
|
||||||
|
|
||||||
{
|
{
|
||||||
|
FSensorBlockRunout blockRunout;
|
||||||
ReportingRAII rep(CommandInProgress::UnloadFilament);
|
ReportingRAII rep(CommandInProgress::UnloadFilament);
|
||||||
filament_ramming();
|
filament_ramming();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue