mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
📝 Add links to README
This commit is contained in:
parent
b17fbdf8ed
commit
13e350eb02
1 changed files with 27 additions and 7 deletions
32
README.md
32
README.md
|
@ -1,12 +1,32 @@
|
||||||
# Configurations
|
# Configurations
|
||||||
Pre-tested Configurations for Marlin Firmware
|
Pre-tested Configurations for Marlin Firmware. Links below…
|
||||||
|
|
||||||
**NB** If you are downloading these configuration files in a zip file from the CODE button, **you first must select the branch** that matches the version of Marlin you are compiling.
|
*Before downloading configurations in ZIP format using the CODE button above you must select the correct branch for your version of Marlin.*
|
||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
|
|
||||||
Release: For most Marlin users. Select the version that matches the Marlin version you are compiling.
|
- **Release** branches will apply to most users. Select the branch for your version of Marlin.
|
||||||
|
Version|File Tree|Download
|
||||||
|
---|---|---
|
||||||
|
2.0.9.2|([Browse](tree/release-2.0.9.2))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.9.2.zip))
|
||||||
|
2.0.9.1|([Browse](tree/release-2.0.9.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.9.1.zip))
|
||||||
|
2.0.9|([Browse](tree/release-2.0.9))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.9.zip))
|
||||||
|
2.0.8.2|([Browse](tree/release-2.0.8.2))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.8.2.zip))
|
||||||
|
2.0.8.1|([Browse](tree/release-2.0.8.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.8.1.zip))
|
||||||
|
2.0.8|([Browse](tree/release-2.0.8))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.8.zip))
|
||||||
|
2.0.7.2|([Browse](tree/release-2.0.7.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.7.2.zip))
|
||||||
|
2.0.7.1|([Browse](tree/release-2.0.7.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.7.1.zip))
|
||||||
|
2.0.7|([Browse](tree/release-2.0.7))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.7.zip))
|
||||||
|
2.0.6.1|([Browse](tree/release-2.0.6.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.6.1.zip))
|
||||||
|
2.0.6|([Browse](tree/release-2.0.6))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.6.zip))
|
||||||
|
2.0.5|([Browse](tree/release-2.0.5))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.5.zip))
|
||||||
|
2.0.4|([Browse](tree/release-2.0.4))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.4.zip))
|
||||||
|
2.0.3|([Browse](tree/release-2.0.3))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.3.zip))
|
||||||
|
2.0.2|([Browse](tree/release-2.0.2))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.2.zip))
|
||||||
|
2.0.1|([Browse](tree/release-2.0.1))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.1.zip))
|
||||||
|
2.0.0|([Browse](tree/release-2.0.0))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-2.0.0.zip))
|
||||||
|
1.1.9|([Browse](tree/release-1.1.9))|([Download ZIP](//MarlinFirmware/Configurations/archive/refs/heads/release-1.1.9.zip))
|
||||||
|
|
||||||
Bugfix: For users compiling the bugfix branch of Marlin.
|
- **Development** branches are also maintained here.
|
||||||
|
- [bugfix-2.0.x](tree/bugfix-2.0.x) contains unpublished features under development.
|
||||||
Import: For developers maintaining the Configuration examples.
|
- [import-2.0.x](tree/import-2.0.x) is for new contributions. Submitted pull requests must be based on this branch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue