mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-12 17:27:55 -06:00
parent
fea91e9a3f
commit
edb9b6fe45
272 changed files with 2448 additions and 0 deletions
|
@ -1646,6 +1646,15 @@
|
|||
*/
|
||||
//#define NO_SD_HOST_DRIVE // Disable SD Card access over USB (for security).
|
||||
|
||||
/**
|
||||
* By default the framework is responsible for the shared media I/O.
|
||||
* Enable this if you need Marlin to take care of the shared media I/O.
|
||||
* Useful if shared media isn't working properly on some boards.
|
||||
*/
|
||||
#if ENABLED(SDSUPPORT) && DISABLED(NO_SD_HOST_DRIVE)
|
||||
//#define DISKIO_HOST_DRIVE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Additional options for Graphical Displays
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue