Browse Source

Basic RAMPS SD_DETECT_PIN override

pull/1/head
Scott Lahteine 5 years ago
parent
commit
63f6ad3fd2
  1. 4
      Marlin/src/pins/pins_RAMPS.h

4
Marlin/src/pins/pins_RAMPS.h

@ -436,7 +436,9 @@
#endif
#define BTN_ENC 35
#define SD_DETECT_PIN 49
#ifndef SD_DETECT_PIN
#define SD_DETECT_PIN 49
#endif
#define KILL_PIN 41
#if ENABLED(BQ_LCD_SMART_CONTROLLER)

Loading…
Cancel
Save