Skip to content

Commit a0fd588

Browse files
committed
📌 TH3D EZBoard SD_DETECT_PIN 27
1 parent 876f996 commit a0fd588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/inc/Conditionals_post.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
*/
512512
#if ENABLED(SDSUPPORT)
513513

514-
#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD)
514+
#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD) && DISABLED(KEEP_SD_DETECT)
515515
//
516516
// The external SD card is not used. Hardware SPI is used to access the card.
517517
// When sharing the SD card with a PC we want the menu options to

Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
#define SDCARD_CONNECTION ONBOARD
140140

141-
//#define SD_DETECT_PIN P0_25 // SD_CD
141+
#define SD_DETECT_PIN P0_27 // SD_CD
142142
#define SD_SCK_PIN P0_07
143143
#define SD_MISO_PIN P0_08
144144
#define SD_MOSI_PIN P0_09

0 commit comments

Comments
 (0)