Move LPC SD options to configs, add MKS_MINI_DISPLAY to SKR boards (#13712)
This commit is contained in:
committed by
Scott Lahteine
parent
9b578ca343
commit
5f49b65c1f
@@ -185,13 +185,9 @@
|
||||
//
|
||||
// SD Support
|
||||
//
|
||||
//#define USB_SD_DISABLED // Disable host access to SD card as mass storage device through USB
|
||||
//#define USB_SD_ONBOARD // Enable host access to SD card as mass storage device through USB
|
||||
|
||||
//#define LPC_SD_LCD // Marlin uses the SD drive attached to the LCD
|
||||
#define LPC_SD_ONBOARD // Marlin uses the SD drive on the control board. There is no SD detect pin
|
||||
// for the onboard card. Init card from LCD menu or send M21 whenever printer
|
||||
// is powered on to enable SD access.
|
||||
#if !ANY(LPC_SD_LCD, LPC_SD_ONBOARD, LPC_SD_CUSTOM_CABLE)
|
||||
#define LPC_SD_ONBOARD
|
||||
#endif
|
||||
|
||||
#if ENABLED(LPC_SD_LCD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user