Skip to content

Commit c4f48a6

Browse files
gudnimgDRracer
authored andcommitted
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 61ec6b8 commit c4f48a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/Marlin_main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ bool check_fsensor() {
528528
return printJobOngoing()
529529
&& mcode_in_progress != 600
530530
&& !saved_printing
531+
&& !mesh_bed_leveling_flag
532+
&& !homing_flag
531533
&& e_active();
532534
}
533535

0 commit comments

Comments
 (0)