Pārlūkot izejas kodu

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

InsanityAutomation 5 gadus atpakaļ
vecāks
revīzija
c5be59ddfe
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      Marlin/src/feature/runout.h

+ 2
- 0
Marlin/src/feature/runout.h Parādīt failu

@@ -249,6 +249,8 @@ class FilamentSensorBase {
249 249
               && (dual_x_carriage_mode == DXC_DUPLICATION_MODE || dual_x_carriage_mode == DXC_MIRRORED_MODE)
250 250
             #elif ENABLED(MULTI_NOZZLE_DUPLICATION)
251 251
               && extruder_duplication_enabled
252
+            #else
253
+              && false
252 254
             #endif
253 255
           #endif
254 256
         ) return runout_states;               // Any extruder

Notiek ielāde…
Atcelt
Saglabāt