My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Scott Lahteine 5070fae231 Batch appercase hex values 3 年前
..
UHS_host Batch appercase hex values 3 年前
dyn_SWI Batch appercase hex values 3 年前
README.txt Update USB_FLASH_DRIVE_SUPPORT (#15021) 4 年前

README.txt

==== USB HOST SHIELD 3.0 LIBRARY ====

The lib-uhs3/ folder contains a subset of the files from the USB Host Shield
3.0 library:

https://github.com/felis/UHS30


==== LICENSE SUMMARY ====

Source Path: Repository: License:
------------ ----------- --------
usb_flashdrive/lib github.com/felis/UHS30 GPLv2 or later


==== MARLIN INTEGRATION WORK ====

All additional work done to integrate USB into Marlin was performed by
AlephObjects, Inc. and is licensed under the GPLv3.

This version of UHS3 has been modified for better compatibility with Marlin.
The upstream version of UHS 3.0 runs a frame timer interrupt every 1 ms to
handle device polling. This timer interrupt interferes with Marlin's stepper
IRQ, so the flag USB_HOST_MANUAL_POLL has been added to move the polling to
the idle task. Additional logic was added to disable and enable the frame
IRQ.

SKIP_PAGE3F and USB_NO_TEST_UNIT_READY were added to work around bugs with
certain devices.

-- marcio@alephobjects.com