My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Scott Lahteine 622e795214 🎨 Format some lib-uhs3 code 1 рік тому
..
UHS_host 🎨 Format some lib-uhs3 code 1 рік тому
dyn_SWI Batch appercase hex values 3 роки тому
README.txt 📝 AlephObjects => LulzBot 2 роки тому

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
LulzBot 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.