Browse Source

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 years ago
parent
commit
32a6451ad8
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/pins.h

+ 4
- 0
Marlin/pins.h View File

137
 #define Y2_DIR_PIN          40
137
 #define Y2_DIR_PIN          40
138
 #define Y2_ENABLE_PIN       36
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
 #define SDPOWER            -1
144
 #define SDPOWER            -1
141
 #define SDSS               11
145
 #define SDSS               11
142
 #define SDCARDDETECT       -1 // 10 optional also used as mode pin
146
 #define SDCARDDETECT       -1 // 10 optional also used as mode pin

Loading…
Cancel
Save