Browse Source

Basic RAMPS SD_DETECT_PIN override

Scott Lahteine 6 years ago
parent
commit
63f6ad3fd2
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/pins/pins_RAMPS.h

+ 3
- 1
Marlin/src/pins/pins_RAMPS.h View File

436
       #endif
436
       #endif
437
 
437
 
438
       #define BTN_ENC           35
438
       #define BTN_ENC           35
439
-      #define SD_DETECT_PIN     49
439
+      #ifndef SD_DETECT_PIN
440
+        #define SD_DETECT_PIN   49
441
+      #endif
440
       #define KILL_PIN          41
442
       #define KILL_PIN          41
441
 
443
 
442
       #if ENABLED(BQ_LCD_SMART_CONTROLLER)
444
       #if ENABLED(BQ_LCD_SMART_CONTROLLER)

Loading…
Cancel
Save