Browse Source

Support GT2560 3rd extruder (#17797)

vanilla_fb_2.0.x
Stephan 4 years ago
committed by GitHub
parent
commit
120fcd1215
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Marlin/src/pins/mega/pins_GT2560_V3.h
  2. 2
      Marlin/src/pins/mega/pins_GT2560_V3_A20.h

6
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

2
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

Loading…
Cancel
Save