Browse Source

PFW-1362 Add a log when FINDA filament runout is triggered

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

+ 1 - 0
Firmware/mmu2.cpp

@@ -214,6 +214,7 @@ void MMU2::mmu_loop() {
 
 
     // Check for FINDA filament runout
     // Check for FINDA filament runout
     if (!FindaDetectsFilament() && CHECK_FSENSOR) {
     if (!FindaDetectsFilament() && CHECK_FSENSOR) {
+        SERIAL_ECHOLNPGM("FINDA filament runout!");
         stop_and_save_print_to_ram(0, 0);
         stop_and_save_print_to_ram(0, 0);
         restore_print_from_ram_and_continue(0);
         restore_print_from_ram_and_continue(0);
         if (SpoolJoin::spooljoin.isSpoolJoinEnabled() && get_current_tool() != (uint8_t)FILAMENT_UNKNOWN) // Can't auto if F=?
         if (SpoolJoin::spooljoin.isSpoolJoinEnabled() && get_current_tool() != (uint8_t)FILAMENT_UNKNOWN) // Can't auto if F=?