File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 13331333 * is less tested and is known to interfere with Servos.
13341334 * [1] This requires USB_INTR_PIN to be interrupt-capable.
13351335 */
1336+ //#define USE_UHS2_USB
13361337 //#define USE_UHS3_USB
13371338
13381339 /**
Original file line number Diff line number Diff line change 382382 #define POLL_JOG
383383#endif
384384
385+ #if ENABLED (USB_FLASH_DRIVE_SUPPORT ) && NONE (USE_OTG_USB_HOST , USE_UHS3_USB )
386+ #define USE_UHS2_USB
387+ #endif
388+
385389/**
386390 * Driver Timings (in nanoseconds)
387391 * NOTE: Driver timing order is longest-to-shortest duration.
Original file line number Diff line number Diff line change @@ -272,7 +272,8 @@ HAS_DGUS_LCD = src_filter=+<src/lcd/extui/lib/dgus> +<src/lcd/extui/d
272272TOUCH_UI_FTDI_EVE = src_filter =+<src/lcd/extui/lib/ftdi_eve_touch_ui>
273273EXTUI_EXAMPLE = src_filter =+<src/lcd/extui/example.cpp>
274274MALYAN_LCD = src_filter =+<src/lcd/extui/malyan_lcd.cpp>
275- USB_FLASH_DRIVE_SUPPORT = src_filter =+<src/sd/usb_flashdrive/lib-uhs2> +<src/sd/usb_flashdrive/lib-uhs3>
275+ USE_UHS2_USB = src_filter =+<src/sd/usb_flashdrive/lib-uhs2>
276+ USE_UHS3_USB = src_filter =+<src/sd/usb_flashdrive/lib-uhs3>
276277AUTO_BED_LEVELING_BILINEAR = src_filter =+<src/feature/bedlevel/abl>
277278AUTO_BED_LEVELING_(3POINT|(BI)?LINEAR) = src_filter =+<src/gcode/bedlevel/abl>
278279MESH_BED_LEVELING = src_filter =+<src/feature/bedlevel/mbl> +<src/gcode/bedlevel/mbl>
You can’t perform that action at this time.
0 commit comments