From 9dbf731d9acb529cd810080df36f2f48860390a5 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 18 Aug 2019 18:29:04 -0400 Subject: [PATCH] fix runout trigering oon either sensor --- .../TFT/13_C_StopPause.bmp.tft | Bin 3973 -> 4041 bytes .../TFT/71_E_10mmMove.bmp.tft | Bin 12394 -> 12461 bytes Marlin/src/feature/runout.h | 2 ++ 3 files changed, 2 insertions(+) diff --git a/Marlin/CRX_ABL_1.70_ScreenFiles/TFT/13_C_StopPause.bmp.tft b/Marlin/CRX_ABL_1.70_ScreenFiles/TFT/13_C_StopPause.bmp.tft index d1c851e060fea605598ad115e19455e86022bca4..71b1f631adb45798ff18d39b68535a670aa92744 100644 GIT binary patch delta 11 ScmZpbKPkVVm4C7$zY72ws{{A| delta 7 OcmX>p-zvYMl^*~Mege?| diff --git a/Marlin/CRX_ABL_1.70_ScreenFiles/TFT/71_E_10mmMove.bmp.tft b/Marlin/CRX_ABL_1.70_ScreenFiles/TFT/71_E_10mmMove.bmp.tft index 9713e67488b295b6a69b9bf9a5dc04d449efe7ca..1c973a901876f86d0bbedf23cf725f48b21237db 100644 GIT binary patch delta 11 ScmaErur_f+rom)Y0~Y`yiv-R9 delta 9 QcmZ3R_$pyTrU4^202h4&t^fc4 diff --git a/Marlin/src/feature/runout.h b/Marlin/src/feature/runout.h index 5c4b4d5684..faf2d8b110 100644 --- a/Marlin/src/feature/runout.h +++ b/Marlin/src/feature/runout.h @@ -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