USE_MARLIN_DISKIO_FOR_HOST_DRIVE

MarlinFirmware/Marlin#19939
This commit is contained in:
Scott Lahteine 2022-02-05 15:03:05 -06:00
parent fea91e9a3f
commit edb9b6fe45
272 changed files with 2448 additions and 0 deletions

View file

@ -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
*