소스 검색

Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z

Scott Lahteine 9 년 전
부모
커밋
a4c78ae786
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h 파일 보기

@@ -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…
취소
저장