Skip to content

Commit c6d532a

Browse files
committed
MMU: Disable FINDA runout during Homing and MBL
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
1 parent ef834c0 commit c6d532a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/Marlin_main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,10 @@ bool check_fsensor() {
524524
return printJobOngoing()
525525
&& mcode_in_progress != 600
526526
&& !saved_printing
527+
&& !mesh_bed_leveling_flag
528+
&& !homing_flag
527529
&& e_active();
530+
528531
}
529532

530533
bool __attribute__((noinline)) babystep_allowed() {

0 commit comments

Comments
 (0)