MULTI_VOLUME

MarlinFirmware/Marlin#21344
This commit is contained in:
Scott Lahteine 2021-04-13 17:42:22 -05:00
parent 0f0b91b68f
commit f9ba4728de
233 changed files with 2097 additions and 0 deletions

View file

@ -1478,6 +1478,15 @@
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
//#define NO_SD_DETECT
// Multiple volume support - EXPERIMENTAL.
//#define MULTI_VOLUME
#if ENABLED(MULTI_VOLUME)
#define VOLUME_SD_ONBOARD
#define VOLUME_USB_FLASH_DRIVE
#define DEFAULT_VOLUME SD_ONBOARD
#define DEFAULT_SHARED_VOLUME USB_FLASH_DRIVE
#endif
#endif // SDSUPPORT
/**