Browse Source

Fix runout trigger on "inactive" sensor (#14990)

InsanityAutomation 5 years ago
parent
commit
c5be59ddfe
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/feature/runout.h

+ 2
- 0
Marlin/src/feature/runout.h View File

249
               && (dual_x_carriage_mode == DXC_DUPLICATION_MODE || dual_x_carriage_mode == DXC_MIRRORED_MODE)
249
               && (dual_x_carriage_mode == DXC_DUPLICATION_MODE || dual_x_carriage_mode == DXC_MIRRORED_MODE)
250
             #elif ENABLED(MULTI_NOZZLE_DUPLICATION)
250
             #elif ENABLED(MULTI_NOZZLE_DUPLICATION)
251
               && extruder_duplication_enabled
251
               && extruder_duplication_enabled
252
+            #else
253
+              && false
252
             #endif
254
             #endif
253
           #endif
255
           #endif
254
         ) return runout_states;               // Any extruder
256
         ) return runout_states;               // Any extruder

Loading…
Cancel
Save