mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-10 16:27:56 -06:00
parent
0f0b91b68f
commit
f9ba4728de
233 changed files with 2097 additions and 0 deletions
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1488,6 +1488,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1482,6 +1482,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1471,6 +1471,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1486,6 +1486,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1479,6 +1479,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1479,6 +1479,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1479,6 +1479,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1482,6 +1482,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1478,6 +1478,15 @@
|
||||||
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
// Enable if SD detect is rendered useless (e.g., by using an SD extender)
|
||||||
//#define NO_SD_DETECT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue