Skip to content

Commit

Permalink
Fix runout trigger on "inactive" sensor (#14990)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored and thinkyhead committed Aug 19, 2019
1 parent af5a7a2 commit c5be59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/feature/runout.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ class FilamentSensorBase {
&& (dual_x_carriage_mode == DXC_DUPLICATION_MODE || dual_x_carriage_mode == DXC_MIRRORED_MODE)
#elif ENABLED(MULTI_NOZZLE_DUPLICATION)
&& extruder_duplication_enabled
#else
&& false
#endif
#endif
) return runout_states; // Any extruder
Expand Down

0 comments on commit c5be59d

Please sign in to comment.