Explorar el Código

Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z

Scott Lahteine hace 9 años
padre
commit
a4c78ae786
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h Ver fichero

@@ -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…
Cancelar
Guardar