initial mirror mode

This commit is contained in:
InsanityAutomation
2019-06-08 14:04:45 -04:00
parent e9a23f3ed8
commit 87efed957e
5 changed files with 78 additions and 42 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ int8_t Stepper::count_direction[NUM_AXIS] = {
#define X_APPLY_DIR(v,ALWAYS) \
if (extruder_duplication_enabled || ALWAYS) { \
X_DIR_WRITE(v); \
X2_DIR_WRITE(v); \
X2_DIR_WRITE(mirrored_duplication_mode ? !(v) : v); \
} \
else { \
if (movement_extruder()) X2_DIR_WRITE(v); else X_DIR_WRITE(v); \