Browse Source

Support GT2560 3rd extruder (#17797)

Stephan 5 years ago
parent
commit
120fcd1215
No account linked to committer's email address

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

@@ -121,7 +121,7 @@
121 121
 //
122 122
 #define TEMP_0_PIN                            11  // Analog Input
123 123
 #define TEMP_1_PIN                             9  // Analog Input
124
-#define TEMP_2_PIN                             1  // Analog Input
124
+#define TEMP_2_PIN                             8  // Analog Input
125 125
 #define TEMP_BED_PIN                          10  // Analog Input
126 126
 
127 127
 //
@@ -129,7 +129,7 @@
129 129
 //
130 130
 #define HEATER_0_PIN                          10
131 131
 #define HEATER_1_PIN                           3
132
-#define HEATER_2_PIN                           1
132
+#define HEATER_2_PIN                           2
133 133
 #define HEATER_BED_PIN                         4
134 134
 #define FAN_PIN                                9
135 135
 #define FAN1_PIN                               8
@@ -140,7 +140,7 @@
140 140
 //
141 141
 #define SD_DETECT_PIN                         38
142 142
 #define SDSS                                  53
143
-#define LED_PIN                                6
143
+#define LED_PIN                               13  // Use 6 (case light) for external LED. 13 is internal (yellow) LED.
144 144
 #define PS_ON_PIN                             12
145 145
 #define SUICIDE_PIN                           54  // This pin must be enabled at boot to keep power flowing
146 146
 

+ 2
- 0
Marlin/src/pins/mega/pins_GT2560_V3_A20.h View File

@@ -30,6 +30,8 @@
30 30
 #define LCD_PINS_D4                          21
31 31
 #define LCD_PINS_D7                           6
32 32
 
33
+#define SPEAKER  // The speaker can produce tones
34
+
33 35
 #if ENABLED(NEWPANEL)
34 36
   #define BTN_EN1                            16
35 37
   #define BTN_EN2                            17

Loading…
Cancel
Save