makerbase-mks / MKS-Robin-Nano-V3.X

Robin nano V3 is an upgraded version of Robin Nano V2.0. The upgrade changes are quite large, including upgrading the MCU to the M4 core, and adding support for USB disk.
GNU General Public License v3.0
136 stars 65 forks source link

Configuration_adv.h USB FLASH SUPPORT #104

Open D-Vanditmars opened 2 years ago

D-Vanditmars commented 2 years ago

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

wagnerism commented 1 year ago

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