|
|
@ -1172,18 +1172,16 @@
|
|
|
|
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
|
|
|
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
|
|
|
//#define BINARY_FILE_TRANSFER
|
|
|
|
//#define BINARY_FILE_TRANSFER
|
|
|
|
|
|
|
|
|
|
|
|
#if HAS_SDCARD_CONNECTION
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Set this option to one of the following (or the board's defaults apply):
|
|
|
|
* Set this option to one of the following (or the board's defaults apply):
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* LCD - Use the SD drive in the external LCD controller.
|
|
|
|
* LCD - Use the SD drive in the external LCD controller.
|
|
|
|
* ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.)
|
|
|
|
* ONBOARD - Use the SD drive on the control board. (No SD_DETECT_PIN. M21 to init.)
|
|
|
|
* CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file).
|
|
|
|
* CUSTOM_CABLE - Use a custom cable to access the SD (as defined in a pins file).
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
|
|
|
|
* :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//#define SDCARD_CONNECTION LCD
|
|
|
|
//#define SDCARD_CONNECTION LCD
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // SDSUPPORT
|
|
|
|
#endif // SDSUPPORT
|
|
|
|
|
|
|
|
|
|
|
|