Go to file
Thomas Basler 8b504021bc Made G38 working 2019-02-03 02:17:29 +01:00
.github Merge bugfix-1.1.x for 1.1.9 update 2018-07-31 02:16:18 -05:00
Marlin Made G38 working 2019-02-03 02:17:29 +01:00
buildroot Restore at90usb1286.json 2018-09-05 04:34:09 -05:00
.gitattributes Add hidden option to output Bilinear grids in JSON 2017-04-05 23:43:17 -05:00
.gitignore [1.1.x] Git ignore for VS (#11156) 2018-06-30 02:51:20 -05:00
.travis.yml Restore .travis.yml 2018-09-09 03:17:22 -05:00
LICENSE Update LICENSE 2015-11-12 13:09:59 -06:00
README.md Merge remote-tracking branch 'upstream/1.1.x' into 1.1.x 2018-10-06 17:01:34 +02:00
platformio.ini Update board_f_cpu to board_build.f_cpu 2018-05-26 23:29:27 -05:00
process-palette.json 1.1.x version of Auto-build PR 10503 (#10561) 2018-04-28 11:30:40 -05:00

README.md

Marlin 3D Printer Firmware

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. First created in 2011 for RepRap and Ultimaker printers, today Marlin drives a majority of the world's most popular 3D printers. Marlin delivers outstanding print quality with unprecedented control over the process.

Marlin 1.1 represents an evolutionary leap over Marlin 1.0.2. It is the result of over two years of effort by several volunteers around the world who have paid meticulous and sometimes obsessive attention to every detail. For this release we focused on code quality, performance, stability, and overall user experience. Several new features have also been added, many of which require no extra hardware.

For complete Marlin documentation click over to the Marlin Homepage <marlinfw.org>, where you will find in-depth articles, how-to videos, and tutorials on every aspect of Marlin, as the site develops. For release notes, see the Releases page.

The 1.1.x branch is home to all tagged releases of Marlin 1.1 (final version 1.1.9 August 2018).

This branch will receive no further updates. All future development —including all bug fixes— will take place in the bugfix-2.0.x branch, which will also serve as the root for all future Marlin development. Be sure to test bugfix-2.0.x before reporting any bugs you find in 1.1.9.

Marlin 1.1.9 is the final release of the 8-bit flat version of Marlin Firmware. A monumental amount of talent and effort has gone into its production, and thanks are due to many people around the world. Throughout Marlin 1.1 development we worked closely with the community, contributors, vendors, host developers, library developers, etc. to improve the quality, configurability, and compatibility of Marlin Firmware, all while continuing to support a wide variety of Arduino-based boards.

Marlin 1.0.x

Previous releases of Marlin include 1.0.2-2 (December 2016) and 1.0.1 (December 2014). Any version of Marlin prior to 1.0.1 (when we started tagging versions) can be collectively referred to as Marlin 1.0.0.

Contributing to Marlin

Marlin 1.1.x

The 1.1.x branch is home to all tagged releases of Marlin 1.1 (final version 1.1.9 July 2018).

This branch will receive no further updates. All future development —including all bug fixes— will take place in the bugfix-2.0.x branch, which will also serve as the root for all future Marlin development. Be sure to test bugfix-2.0.x before reporting any bugs you find in 1.1.9.

Marlin 1.1.9 is the final release of the 8-bit flat version of Marlin Firmware. A monumental amount of talent and effort has gone into its production, and thanks are due to many people around the world. Throughout Marlin 1.1 development we worked closely with the community, contributors, vendors, host developers, library developers, etc. to improve the quality, configurability, and compatibility of Marlin Firmware, all while continuing to support a wide variety of Arduino-based boards.

Marlin 1.0.x

Previous releases of Marlin include 1.0.2-2 (December 2016) and 1.0.1 (December 2014). Any version of Marlin prior to 1.0.1 (when we started tagging versions) can be collectively referred to as Marlin 1.0.0.

Contributing to Marlin

If you have coding or writing skills you're encouraged to contribute to Marlin. You may also contribute suggestions, feature requests, and bug reports through the Marlin Issue Queue.

Before contributing, please read our Contributing Guidelines and Code of Conduct.

Marlin Resources

Credits

Marlin's administrators are:

Notable contributors include:

License

Marlin is published under the GPLv3 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.