소스 검색

Add leapfrog and dual Y/Z

I have added the pin set for the leapfrog and the support of dual Y and Z
bonm014 10 년 전
부모
커밋
32a6451ad8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      Marlin/pins.h

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

@@ -137,6 +137,10 @@
137 137
 #define Y2_DIR_PIN          40
138 138
 #define Y2_ENABLE_PIN       36
139 139
 
140
+#define Z2_STEP_PIN         37
141
+#define Z2_DIR_PIN          40
142
+#define Z2_ENABLE_PIN       36
143
+
140 144
 #define SDPOWER            -1
141 145
 #define SDSS               11
142 146
 #define SDCARDDETECT       -1 // 10 optional also used as mode pin

Loading…
취소
저장