Browse Source

Disable filament runout when MMU is unloading

Guðni Már Gilbert 2 years ago
parent
commit
a1881b4a07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/mmu2.cpp

+ 1 - 0
Firmware/mmu2.cpp

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