Skip to content

Commit

Permalink
Support GT2560 3rd extruder (MarlinFirmware#17797)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-real-orca authored and HairingX committed Jun 16, 2021
1 parent 1074bc5 commit b4e0f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/mega/pins_GT2560_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@
//
#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

//
// Heaters / Fans
//
#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
Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions Marlin/src/pins/mega/pins_GT2560_V3_A20.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e0f34

Please sign in to comment.