[2.0.x] Followup to IDEX changes (#11707)
This commit is contained in:
parent
d62f4df0b7
commit
d1ceaf5550
13 changed files with 250 additions and 273 deletions
|
|
@ -231,10 +231,7 @@ int8_t Stepper::count_direction[NUM_AXIS] = { 0, 0, 0, 0 };
|
|||
#define X_APPLY_DIR(v,ALWAYS) \
|
||||
if (extruder_duplication_enabled || ALWAYS) { \
|
||||
X_DIR_WRITE(v); \
|
||||
if (symmetric_duplication_mode) \
|
||||
X2_DIR_WRITE(!v); \
|
||||
else \
|
||||
X2_DIR_WRITE(v); \
|
||||
X2_DIR_WRITE(bool(v)); \
|
||||
} \
|
||||
else { \
|
||||
if (movement_extruder()) X2_DIR_WRITE(v); else X_DIR_WRITE(v); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue