Browse Source

Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z

Scott Lahteine 9 years ago
parent
commit
a4c78ae786
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h View File

@@ -143,6 +143,9 @@
143 143
       #define _E3_PINS E3_STEP_PIN, E3_DIR_PIN, E3_ENABLE_PIN, HEATER_3_PIN, analogInputToDigitalPin(TEMP_3_PIN),
144 144
     #endif
145 145
   #endif
146
+#elif ENABLED(Y_DUAL_STEPPER_DRIVERS) || ENABLED(Z_DUAL_STEPPER_DRIVERS)
147
+  #undef _E1_PINS
148
+  #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN,
146 149
 #endif
147 150
 
148 151
 #ifdef X_STOP_PIN

Loading…
Cancel
Save