--- title: Download regenerate: true description: Download the latest Marlin source code category: [ default ] header: | Previous releases can be downloaded directly from the [Marlin Github page](//github.com/MarlinFirmware/Marlin/releases). footer: | Also find on the project page... - Detailed [release notes](//github.com/MarlinFirmware/Marlin/releases), - Resources for [reporting issues](//github.com/MarlinFirmware/Marlin/issues), and - The tools needed to [join the project](//guides.github.com/activities/contributing-to-open-source/). ---
| Description | Version | Download | Configurations | {% for release in site.data.marlin.downloads %}
|---|---|---|---|
|
{% if release.extra %}{{ release.extra }} {% endif %} {{ release.description }} {{ release.tools }} |
{{ release.version }} |
{{ release.file }} | {% if release.config %} View / Download {% else %} (included) {% endif %} |
| Description | Version | Download | Configurations | {% for nightly in site.data.marlin.nightlies %}
|---|---|---|---|
|
{% if nightly.extra %}{{ nightly.extra }} {% endif %} {{ nightly.description }} {{ nightly.tools }} |
{{ nightly.version }} |
{{ nightly.file }} | {% if nightly.config %} View / Download {% endif %} |
| Description | Version | Download | Configurations | {% for nightly in site.data.marlin.patched %}
|---|---|---|---|
|
{% if nightly.extra %}{{ nightly.extra }} {% endif %} {{ nightly.description }} {{ nightly.tools }} |
{{ nightly.version }} |
{{ nightly.file }} | {% if nightly.config %} View / Download {% endif %} |