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

This commit is contained in:
Guðni Már Gilbert 2022-09-10 15:01:08 +00:00 committed by D.R.racer
parent c5bb34f226
commit 8610636906
1 changed files with 1 additions and 0 deletions

View File

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