Browse Source

Add (correct) missing pin definitions for Y2

I tested this and it works.
Daniel Benamy 11 years ago
parent
commit
cab84e0e5b
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/pins.h

+ 8
- 0
Marlin/pins.h View File

414
     #define Z_MIN_PIN          18
414
     #define Z_MIN_PIN          18
415
     #define Z_MAX_PIN          -1
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
     #define Z2_STEP_PIN        36
421
     #define Z2_STEP_PIN        36
418
     #define Z2_DIR_PIN         34
422
     #define Z2_DIR_PIN         34
419
     #define Z2_ENABLE_PIN      30
423
     #define Z2_ENABLE_PIN      30
452
     #define Z_MIN_PIN          18
456
     #define Z_MIN_PIN          18
453
     #define Z_MAX_PIN          19
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
     #define Z2_STEP_PIN        36
463
     #define Z2_STEP_PIN        36
456
     #define Z2_DIR_PIN         34
464
     #define Z2_DIR_PIN         34
457
     #define Z2_ENABLE_PIN      30
465
     #define Z2_ENABLE_PIN      30

Loading…
Cancel
Save