Patch DISTINCT_E_FACTORS bug
This commit is contained in:
@ -147,7 +147,7 @@ volatile long Stepper::endstops_trigsteps[XYZ];
|
||||
X2_STEP_WRITE(v); \
|
||||
} \
|
||||
else { \
|
||||
if (current_block->active_extruder != 0) X2_STEP_WRITE(v); else X_STEP_WRITE(v); \
|
||||
if (current_block->active_extruder) X2_STEP_WRITE(v); else X_STEP_WRITE(v); \
|
||||
}
|
||||
#else
|
||||
#define X_APPLY_DIR(v,Q) X_DIR_WRITE(v)
|
||||
|
Reference in New Issue
Block a user