Skip to content

Commit

Permalink
fix sd pin config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidramiro committed May 6, 2020
1 parent 157f38f commit 7b3b248
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
#define CONTROLLER_FAN_PIN TG_FAN1_PIN
#define FIL_RUNOUT_PIN 19
#define BUZZER 31
#define BEEPER_PIN 31
#define BEEPER_PIN 31
#define SDSS 53
#define LED_PIN 13
#define SD_DETECT_PIN 49
// Remap MOSFET pins to common usages:

#define RAMPS_D10_PIN TG_HEATER_0_PIN // HEATER_0_PIN is always RAMPS_D10_PIN in pins_RAMPS.h
Expand Down

0 comments on commit 7b3b248

Please sign in to comment.