Update runout.h

This commit is contained in:
InsanityAutomation
2019-06-22 17:14:09 -04:00
parent ca917eadfb
commit 0824dd196b
+1 -1
View File
@@ -62,7 +62,7 @@ class FilamentRunoutSensor {
#else
// Read the sensor for the active extruder
bool is_out;
if(dual_x_carriage_mode >= DXC_DUPLICATION_MODE)
if(extruder_duplication_enabled)
{
is_out = (READ(FIL_RUNOUT_PIN) == FIL_RUNOUT_INVERTING) || (READ(FIL_RUNOUT2_PIN) == FIL_RUNOUT_INVERTING);
} else {