浏览代码

Merge pull request #635 from dbenamy/Marlin_v1

Add (correct) missing pin definitions for Y2
ErikZalm 11 年前
父节点
当前提交
ec1cf6e7f8
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      Marlin/pins.h

+ 8
- 0
Marlin/pins.h 查看文件

@@ -414,6 +414,10 @@
414 414
     #define Z_MIN_PIN          18
415 415
     #define Z_MAX_PIN          -1
416 416
 
417
+    #define Y2_STEP_PIN        36
418
+    #define Y2_DIR_PIN         34
419
+    #define Y2_ENABLE_PIN      30
420
+
417 421
     #define Z2_STEP_PIN        36
418 422
     #define Z2_DIR_PIN         34
419 423
     #define Z2_ENABLE_PIN      30
@@ -452,6 +456,10 @@
452 456
     #define Z_MIN_PIN          18
453 457
     #define Z_MAX_PIN          19
454 458
 
459
+    #define Y2_STEP_PIN        36
460
+    #define Y2_DIR_PIN         34
461
+    #define Y2_ENABLE_PIN      30
462
+
455 463
     #define Z2_STEP_PIN        36
456 464
     #define Z2_DIR_PIN         34
457 465
     #define Z2_ENABLE_PIN      30

正在加载...
取消
保存