From 120fcd1215d9f831665a3e3681e64450adace9d3 Mon Sep 17 00:00:00 2001
From: Stephan <veigl@gmx.net>
Date: Sun, 3 May 2020 05:19:05 +0200
Subject: [PATCH] Support GT2560 3rd extruder (#17797)

---
 Marlin/src/pins/mega/pins_GT2560_V3.h     | 6 +++---
 Marlin/src/pins/mega/pins_GT2560_V3_A20.h | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Marlin/src/pins/mega/pins_GT2560_V3.h b/Marlin/src/pins/mega/pins_GT2560_V3.h
index 08f9018a29..34d1f81227 100644
--- a/Marlin/src/pins/mega/pins_GT2560_V3.h
+++ b/Marlin/src/pins/mega/pins_GT2560_V3.h
@@ -121,7 +121,7 @@
 //
 #define TEMP_0_PIN                            11  // Analog Input
 #define TEMP_1_PIN                             9  // Analog Input
-#define TEMP_2_PIN                             1  // Analog Input
+#define TEMP_2_PIN                             8  // Analog Input
 #define TEMP_BED_PIN                          10  // Analog Input
 
 //
@@ -129,7 +129,7 @@
 //
 #define HEATER_0_PIN                          10
 #define HEATER_1_PIN                           3
-#define HEATER_2_PIN                           1
+#define HEATER_2_PIN                           2
 #define HEATER_BED_PIN                         4
 #define FAN_PIN                                9
 #define FAN1_PIN                               8
@@ -140,7 +140,7 @@
 //
 #define SD_DETECT_PIN                         38
 #define SDSS                                  53
-#define LED_PIN                                6
+#define LED_PIN                               13  // Use 6 (case light) for external LED. 13 is internal (yellow) LED.
 #define PS_ON_PIN                             12
 #define SUICIDE_PIN                           54  // This pin must be enabled at boot to keep power flowing
 
diff --git a/Marlin/src/pins/mega/pins_GT2560_V3_A20.h b/Marlin/src/pins/mega/pins_GT2560_V3_A20.h
index 06ac9fd9df..5e322a0356 100644
--- a/Marlin/src/pins/mega/pins_GT2560_V3_A20.h
+++ b/Marlin/src/pins/mega/pins_GT2560_V3_A20.h
@@ -30,6 +30,8 @@
 #define LCD_PINS_D4                          21
 #define LCD_PINS_D7                           6
 
+#define SPEAKER  // The speaker can produce tones
+
 #if ENABLED(NEWPANEL)
   #define BTN_EN1                            16
   #define BTN_EN2                            17