mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-04 05:40:31 -07:00
🐛🔧 Move extra volume flags
This commit is contained in:
parent
b23f86f83f
commit
d434729da6
2 changed files with 8 additions and 8 deletions
|
|
@ -36,12 +36,6 @@
|
|||
#if ENABLED(SDSUPPORT)
|
||||
#define HAS_MEDIA 1
|
||||
#endif
|
||||
#if ENABLED(MULTI_VOLUME)
|
||||
#define HAS_MULTI_VOLUME 1
|
||||
#endif
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||
#define HAS_USB_FLASH_DRIVE 1
|
||||
#endif
|
||||
|
||||
//
|
||||
// Serial Port Info
|
||||
|
|
|
|||
|
|
@ -1246,8 +1246,14 @@
|
|||
#define HOMING_BUMP_MM { 0, 0, 0 }
|
||||
#endif
|
||||
|
||||
#if HAS_USB_FLASH_DRIVE && NONE(USE_OTG_USB_HOST, USE_UHS3_USB)
|
||||
#define USE_UHS2_USB
|
||||
#if ENABLED(MULTI_VOLUME)
|
||||
#define HAS_MULTI_VOLUME 1
|
||||
#endif
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||
#define HAS_USB_FLASH_DRIVE 1
|
||||
#if NONE(USE_OTG_USB_HOST, USE_UHS3_USB)
|
||||
#define USE_UHS2_USB
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue