Fix filament runout and mirror mode

This commit is contained in:
InsanityAutomation
2019-01-19 00:21:21 -05:00
parent dd2c7f5f44
commit 0675f2853c
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -279,7 +279,10 @@ 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); \
X2_DIR_WRITE(v); \
if (scaled_duplication_mode) \
X2_DIR_WRITE(!v); \
else \
X2_DIR_WRITE(v); \
} \
else { \
if (movement_extruder()) X2_DIR_WRITE(v); else X_DIR_WRITE(v); \
+1 -1
View File
@@ -131,7 +131,7 @@
#define FAN1_PIN 12
#define NUM_RUNOUT_SENSORS 2
#define FIL_RUNOUT_PIN 23
#define FIL_RUNOUT_PIN 22
#define FIL_RUNOUT2_PIN 21
//