Fix runout trigger on "inactive" sensor (#14990)
This commit is contained in:
parent
af5a7a2925
commit
c5be59ddfe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user