|
@@ -1388,13 +1388,16 @@
|
1388
|
1388
|
* Set this option to one of the following (or the board's defaults apply):
|
1389
|
1389
|
*
|
1390
|
1390
|
* LCD - Use the SD drive in the external LCD controller.
|
1391
|
|
- * ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.)
|
|
1391
|
+ * ONBOARD - Use the SD drive on the control board.
|
1392
|
1392
|
* CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file).
|
1393
|
1393
|
*
|
1394
|
1394
|
* :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
|
1395
|
1395
|
*/
|
1396
|
1396
|
//#define SDCARD_CONNECTION LCD
|
1397
|
1397
|
|
|
1398
|
+ // Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
|
1399
|
+ //#define NO_SD_DETECT
|
|
1400
|
+
|
1398
|
1401
|
#endif // SDSUPPORT
|
1399
|
1402
|
|
1400
|
1403
|
/**
|