Skip to content

Commit

Permalink
MMU: Disable FINDA runout during Homing and MBL
Browse files Browse the repository at this point in the history
If for some reason a user added a extrusion move in the firmware. Prevent FINDA runout
from triggering.

Change in memory:
Flash: +16 bytes
SRAM: 0 bytes
  • Loading branch information
gudnimg committed Aug 16, 2023
1 parent ef834c0 commit d819a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ bool check_fsensor() {
return printJobOngoing()
&& mcode_in_progress != 600
&& !saved_printing
&& !mesh_bed_leveling_flag
&& !homing_flag
&& e_active();
}

Expand Down

0 comments on commit d819a0b

Please sign in to comment.