To build Marlin 2.0.6 we are using PlatformIO. Detailed build and install instructions are posted at:
Platform | MCU | Example Boards |
---|---|---|
Arduino AVR | ATmega | RAMPS 1.4 |
Geeetech AVR | ATmega | GT2560 Rev A+ |
I sincerely thank Marlin Firmware project Authors, Maintainers and Contributors for their contribution to project.
If you wish to contribute to original Marlin Firmware Project, you should definitely check out links below:
I have disabled / commented Marlin static bootscreen which includes Marlin firmware logo, version and website URL.
- Actual Marlin static bootscreen logo is disabled at : Marlin/src/lcd/dogm/ultralcd_DOGM.cpp
- Search in that file using #disabled_code
GIMP | RepRapDiscount Full Graphic Smart Controller |
---|---|
Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.
While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.