Explorar el Código

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

InsanityAutomation hace 5 años
padre
commit
c5be59ddfe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Marlin/src/feature/runout.h

+ 2
- 0
Marlin/src/feature/runout.h Ver fichero

@@ -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

Loading…
Cancelar
Guardar