Parcourir la 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 il y a 10 ans
Parent
révision
32a6451ad8
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      Marlin/pins.h

+ 4
- 0
Marlin/pins.h Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer