My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Travis Ziegler 1866e25eef
🩹 Fix LPC176x USB Host Shield (#24588)
1 ano atrás
..
README.txt 📝 AlephObjects => LulzBot 2 anos atrás
Usb.cpp Apply pointer formatting 3 anos atrás
Usb.h Fix links to secure sites (#18745) 3 anos atrás
UsbCore.h 🐛 Spellcheck comments (#22496) 2 anos atrás
address.h Fix links to secure sites (#18745) 3 anos atrás
confdescparser.h 🐛 Spellcheck comments (#22496) 2 anos atrás
hexdump.h Fix links to secure sites (#18745) 3 anos atrás
macros.h Batch appercase hex values 3 anos atrás
masstorage.cpp 🎨 Macros for optional arguments (#21969) 3 anos atrás
masstorage.h 🎨 Macros for optional arguments (#21969) 3 anos atrás
max3421e.h 🎨 Misc code and spacing cleanup 2 anos atrás
message.cpp 🩹 Fix LPC176x USB Host Shield (#24588) 1 ano atrás
message.h Fix links to secure sites (#18745) 3 anos atrás
parsetools.cpp Fix links to secure sites (#18745) 3 anos atrás
parsetools.h Fix links to secure sites (#18745) 3 anos atrás
printhex.h Nybbles & Bits 3 anos atrás
settings.h Number serial from 1 to match settings 3 anos atrás
usb_ch9.h Fix links to secure sites (#18745) 3 anos atrás
usbhost.cpp 🎨 Misc. USB flash code cleanup 2 anos atrás
usbhost.h Apply pointer formatting 3 anos atrás

README.txt


==== USB HOST SHIELD 2.0 LIBRARY ====

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

https://github.com/felis/USB_Host_Shield_2.0

While the original library was released under the GPLv2 and could not be
commingled with Marlin, the developers have graciously re-licenced the
files needed for Marlin as "GPLv2 or later", as documented in this thread.

https://github.com/felis/USB_Host_Shield_2.0/issues/364

Small modifications have been made to the source. Please search for
USB_FLASH_DRIVE_SUPPORT or look at the patch file to see what was changed.

==== LICENSE SUMMARY ====

Source Path: Repository: License:
------------ ----------- --------
lib-uhs3/ github.com/felis/USB_Host_Shield_2.0 GPLv2 or later
lib-uhs3/lib/masstorage.cpp github.com/greiman/UsbFat [1] MIT
lib-uhs3/lib/settings.h github.com/greiman/UsbFat [1] MIT

[1] Changes related to SKIP_WRITE_PROTECT and DELAY only

==== PERFORMANCE ENHANCEMENTS FOR USB DRIVES ====

There are also some small performance enhancements from Bill Greiman, regarding
SKIP_WRITE_PROTECT and DELAY. These changes came from the following repo:

https://github.com/greiman/UsbFat

While the original library was released under the GPLv2 and could not be
commingled with Marlin, the developer has graciously re-licenced his changes
under the "MIT" license, as documented here:

https://github.com/greiman/UsbFat/issues/8

==== MARLIN INTEGRATION WORK ====

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