Firmware2/README.md

149 lines
10 KiB
Markdown
Raw Permalink Normal View History

<p align="center"><img src="buildroot/share/pixmaps/logo/marlin-outrun-nf-500.png" height="250" alt="MarlinFirmware's logo" /></p>
<h1 align="center">Marlin 3D Printer Firmware</h1>
<p align="center">
<a href="/LICENSE"><img alt="GPL-V3.0 License" src="https://img.shields.io/github/license/marlinfirmware/marlin.svg"></a>
<a href="https://github.com/MarlinFirmware/Marlin/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/marlinfirmware/marlin.svg"></a>
<a href="https://github.com/MarlinFirmware/Marlin/releases"><img alt="Last Release Date" src="https://img.shields.io/github/release-date/MarlinFirmware/Marlin"></a>
<a href="https://github.com/MarlinFirmware/Marlin/actions"><img alt="CI Status" src="https://github.com/MarlinFirmware/Marlin/actions/workflows/test-builds.yml/badge.svg"></a>
<a href="https://github.com/sponsors/thinkyhead"><img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/thinkyhead?color=db61a2"></a>
<br />
2022-12-12 02:46:55 +01:00
<a href="https://fosstodon.org/@marlinfirmware"><img alt="Follow MarlinFirmware on Mastodon" src="https://img.shields.io/mastodon/follow/109450200866020466?domain=https%3A%2F%2Ffosstodon.org&logoColor=%2300B&style=social"></a>
</p>
2020-04-13 00:21:02 +02:00
Additional documentation can be found at the [Marlin Home Page](https://marlinfw.org/).
2017-05-21 02:13:04 +02:00
Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
2022-06-01 01:44:57 +02:00
## Marlin 2.1
2022-06-01 01:44:57 +02:00
Marlin 2.1 continues to support both 32-bit ARM and 8-bit AVR boards while adding support for up to 9 coordinated axes and to up to 8 extruders.
2017-09-06 13:28:32 +02:00
2017-07-27 10:02:53 +02:00
Download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases).
## Example Configurations
2022-12-19 00:22:11 +01:00
Before you can build Marlin for your machine you'll need a configuration for your specific hardware. Upon request, your vendor will be happy to provide you with the complete source code and configurations for your machine, but you'll need to get updated configuration files if you want to install a newer version of Marlin. Fortunately, Marlin users have contributed dozens of tested configurations to get you started. Visit the [MarlinFirmware/Configurations](https://github.com/MarlinFirmware/Configurations) repository to find the right configuration for your hardware.
2022-06-01 01:44:57 +02:00
## Building Marlin 2.1
2018-04-30 11:59:20 +02:00
2022-12-19 00:22:11 +01:00
To build and upload Marlin you will use one of these tools:
2017-09-06 13:28:32 +02:00
2022-12-19 00:22:11 +01:00
- The free [Visual Studio Code](https://code.visualstudio.com/download) using the [Auto Build Marlin](https://marlinfw.org/docs/basics/auto_build_marlin.html) extension.
- The free [Arduino IDE](https://www.arduino.cc/en/main/software) : See [Building Marlin with Arduino](https://marlinfw.org/docs/basics/install_arduino.html)
Marlin is optimized to build with the **PlatformIO IDE** extension for **Visual Studio Code**. You can still build Marlin with **Arduino IDE**, and we hope to improve the Arduino build experience, but at this time PlatformIO is the better choice.
2017-09-06 13:28:32 +02:00
2022-07-30 01:53:39 +02:00
## Hardware Abstraction Layer (HAL)
2022-12-19 00:22:11 +01:00
Marlin includes an abstraction layer to provide a common API for all the platforms it targets. This allows Marlin code to address the details of motion and user interface tasks at the lowest and highest levels with no system overhead, tying all events directly to the hardware clock.
Every new HAL opens up a world of hardware. At this time we need HALs for RP2040 and the Duet3D family of boards. A HAL that wraps an RTOS is an interesting concept we would can explore. Did you know that Marlin includes a Simulator that can run on Windows, macOS, and Linux? Join the Discord to help move these sub-projects forward!
## 8-Bit AVR Boards
A core tenet of this project is to keep supporting 8-bit AVR boards while also maintaining a single codebase that applies equally to all machines. We want casual hobbyists to benefit from the community's innovations as much as possible just as much as those with fancier machines. Plus, those old AVR-based machines are often the best for your testing and feedback!
2022-07-30 01:53:39 +02:00
2019-12-01 20:56:18 +01:00
### Supported Platforms
2017-09-06 13:28:32 +02:00
2019-12-01 20:56:18 +01:00
Platform|MCU|Example Boards
--------|---|-------
[Arduino AVR](https://www.arduino.cc/)|ATmega|RAMPS, Melzi, RAMBo
[Teensy++ 2.0](https://www.microchip.com/en-us/product/AT90USB1286)|AT90USB1286|Printrboard
2019-12-01 20:56:18 +01:00
[Arduino Due](https://www.arduino.cc/en/Guide/ArduinoDue)|SAM3X8E|RAMPS-FD, RADDS, RAMPS4DUE
2021-05-15 21:56:27 +02:00
[ESP32](https://github.com/espressif/arduino-esp32)|ESP32|FYSETC E4, E4d@BOX, MRR
[LPC1768](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc1700-cortex-m3/512-kb-flash-64-kb-sram-ethernet-usb-lqfp100-package:LPC1768FBD100)|ARM® Cortex-M3|MKS SBASE, Re-ARM, Selena Compact
[LPC1769](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc1700-cortex-m3/512-kb-flash-64-kb-sram-ethernet-usb-lqfp100-package:LPC1769FBD100)|ARM® Cortex-M3|Smoothieboard, Azteeg X5 mini, TH3D EZBoard
2019-12-01 20:56:18 +01:00
[STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html)|ARM® Cortex-M3|Malyan M200, GTM32 Pro, MKS Robin, BTT SKR Mini
[STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html)|ARM® Cortex-M4|ARMED, Rumba32, SKR Pro, Lerdge, FYSETC S6, Artillery Ruby
2019-12-01 20:56:18 +01:00
[STM32F7x6](https://www.st.com/en/microcontrollers-microprocessors/stm32f7x6.html)|ARM® Cortex-M7|The Borg, RemRam V1
2022-07-30 01:53:39 +02:00
[STM32G0B1RET6](https://www.st.com/en/microcontrollers-microprocessors/stm32g0x1.html)|ARM® Cortex-M0+|BigTreeTech SKR mini E3 V3.0
[STM32H743xIT6](https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html)|ARM® Cortex-M7|BigTreeTech SKR V3.0, SKR EZ V3.0, SKR SE BX V2.0/V3.0
2019-12-01 20:56:18 +01:00
[SAMD51P20A](https://www.adafruit.com/product/4064)|ARM® Cortex-M4|Adafruit Grand Central M4
[Teensy 3.5](https://www.pjrc.com/store/teensy35.html)|ARM® Cortex-M4|
[Teensy 3.6](https://www.pjrc.com/store/teensy36.html)|ARM® Cortex-M4|
2020-09-29 03:59:49 +02:00
[Teensy 4.0](https://www.pjrc.com/store/teensy40.html)|ARM® Cortex-M7|
[Teensy 4.1](https://www.pjrc.com/store/teensy41.html)|ARM® Cortex-M7|
2021-05-15 21:56:27 +02:00
Linux Native|x86/ARM/etc.|Raspberry Pi
2022-06-01 01:44:57 +02:00
## Submitting Patches
2022-12-19 00:22:11 +01:00
Proposed patches should be submitted as a Pull Request against the ([bugfix-2.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.1.x)) branch.
- Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
- Please submit Feature Requests and Bug Reports to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues/new/choose). Support resources are also listed there.
- Whenever you add new features, be sure to add tests to `buildroot/tests` and then run your tests locally, if possible.
- It's optional: Running all the tests on Windows might take a long time, and they will run anyway on GitHub.
- If you're running the tests on Linux (or on WSL with the code on a Linux volume) the speed is much faster.
- You can use `make tests-all-local` or `make tests-single-local TEST_TARGET=...`.
- If you prefer Docker you can use `make tests-all-local-docker` or `make tests-all-local-docker TEST_TARGET=...`.
2019-12-01 20:56:18 +01:00
## Marlin Support
2021-05-15 21:56:27 +02:00
The Issue Queue is reserved for Bug Reports and Feature Requests. To get help with configuration and troubleshooting, please use the following resources:
2019-12-01 20:56:18 +01:00
- [Marlin Documentation](https://marlinfw.org) - Official Marlin documentation
2019-12-01 20:56:18 +01:00
- [Marlin Discord](https://discord.gg/n5NJ59y) - Discuss issues with Marlin users and developers
- Facebook Group ["Marlin Firmware"](https://www.facebook.com/groups/1049718498464482/)
- RepRap.org [Marlin Forum](https://forums.reprap.org/list.php?415)
2019-12-01 20:56:18 +01:00
- Facebook Group ["Marlin Firmware for 3D Printers"](https://www.facebook.com/groups/3Dtechtalk/)
- [Marlin Configuration](https://www.youtube.com/results?search_query=marlin+configuration) on YouTube
2021-05-15 21:56:27 +02:00
## Contributors
2021-05-15 21:56:27 +02:00
Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to [all the contributors](https://github.com/MarlinFirmware/Marlin/graphs/contributors) who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.
2019-01-04 00:00:35 +01:00
2021-05-15 21:56:27 +02:00
## Administration
Regular users can open and close their own issues, but only the administrators can do project-related things like add labels, merge changes, set milestones, and kick trolls. The current Marlin admin team consists of:
2022-11-28 05:52:06 +01:00
<table align="center">
<tr><td>Project Maintainer</td></tr>
<tr><td>
2022-12-04 02:18:03 +01:00
🇺🇸  **Scott Lahteine**
[@thinkyhead](https://github.com/thinkyhead)
2022-11-28 05:52:06 +01:00
[<kbd>Donate 💸  </kbd>](https://www.thinkyhead.com/donate-to-marlin)
</td><td>
2022-12-04 02:18:03 +01:00
🇺🇸  **Roxanne Neufeld**
[@Roxy-3D](https://github.com/Roxy-3D)
🇺🇸  **Keith Bennett**
[@thisiskeithb](https://github.com/thisiskeithb)
2022-11-28 05:52:06 +01:00
[<kbd>Donate 💸  </kbd>](https://github.com/sponsors/thisiskeithb)
2022-12-04 02:18:03 +01:00
🇺🇸  **Jason Smith**
2022-11-28 05:52:06 +01:00
[@sjasonsmith](https://github.com/sjasonsmith)
</td><td>
2022-12-04 02:18:03 +01:00
🇧🇷  **Victor Oliveira**
2022-11-28 05:52:06 +01:00
[@rhapsodyv](https://github.com/rhapsodyv)
2022-12-04 02:18:03 +01:00
🇬🇧  **Chris Pepper**
2022-11-28 05:52:06 +01:00
[@p3p](https://github.com/p3p)
2022-12-04 02:18:03 +01:00
🇳🇿  **Peter Ellens**
[@ellensp](https://github.com/ellensp)
2022-11-28 05:52:06 +01:00
[<kbd>Donate 💸  </kbd>](https://ko-fi.com/ellensp)
</td><td>
2022-12-04 02:18:03 +01:00
🇺🇸  **Bob Kuhn**
2022-11-28 05:52:06 +01:00
[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)
2022-12-04 02:18:03 +01:00
🇳🇱  **Erik van der Zalm**
[@ErikZalm](https://github.com/ErikZalm)
[<kbd>Donate 💸  </kbd>](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
2022-11-28 05:52:06 +01:00
</td></tr>
</table>
## License
Marlin is published under the [GPL license](/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.