MKS-Robin-Nano-V3.X icon indicating copy to clipboard operation
MKS-Robin-Nano-V3.X copied to clipboard

Configuration_adv.h USB FLASH SUPPORT

Open D-Vanditmars opened this issue 2 years ago • 1 comments

Configuation_adv.h: After 2021.6.7, you can use the multi-volume function. Use the TF card and USB disk together: #define USB_FLASH_DRIVE_SUPPORT

--> #define USE_OTG_USB_HOST <-- Need to also define the use of Native USB OTG

Only use TF card: // #define USB_FLASH_DRIVE_SUPPORT

D-Vanditmars avatar Apr 18 '22 22:04 D-Vanditmars

I had this same issue. It would be nice if https://github.com/makerbase-mks/MKS-Robin-Nano-V3.X/blob/main/firmware/Marlin-bugfix2.0.x-MKS-2.1.2/README.md were updated to include

#define USB_OTG_USB_HOST

wagnerism avatar May 29 '23 21:05 wagnerism