Browse Source

E2 pins for GT 2560 v3 (#16016)

Vertabreaker 5 years ago
parent
commit
12417d087b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/mega/pins_GT2560_V3.h

+ 4
- 0
Marlin/src/pins/mega/pins_GT2560_V3.h View File

@@ -112,6 +112,10 @@
112 112
 #define E1_DIR_PIN         47
113 113
 #define E1_ENABLE_PIN      48
114 114
 
115
+#define E2_STEP_PIN        43
116
+#define E2_DIR_PIN         45
117
+#define E2_ENABLE_PIN      41
118
+
115 119
 //
116 120
 // Temperature Sensors
117 121
 //

Loading…
Cancel
Save