소스 검색

Disable filament runout when MMU is unloading

Guðni Már Gilbert 3 년 전
부모
커밋
a1881b4a07
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();