瀏覽代碼

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…
取消
儲存