فهرست منبع

Avoid watchdog while doing VerifyFilamentEnteredPTFE

D.R.racer 2 سال پیش
والد
کامیت
5639620041
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Firmware/mmu2.cpp

+ 2 - 0
Firmware/mmu2.cpp

@@ -328,6 +328,8 @@ bool MMU2::VerifyFilamentEnteredPTFE()
         // Wait for move to finish and monitor the fsensor the entire time
         // A single 0 reading will set the bit.
         fsensorState |= !fsensor.getFilamentPresent();
+        manage_heater();
+        manage_inactivity(true);
     }
 
     if (fsensorState)