📝 Add links to README

This commit is contained in:
Scott Lahteine 2021-10-26 18:44:22 -05:00 committed by GitHub
parent b17fbdf8ed
commit 13e350eb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,32 @@
# 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
Release: For most Marlin users. Select the version that matches the Marlin version you are compiling.
Bugfix: For users compiling the bugfix branch of Marlin.
Import: For developers maintaining the Configuration examples.
- **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))
- **Development** branches are also maintained here.
- [bugfix-2.0.x](tree/bugfix-2.0.x) contains unpublished features under development.
- [import-2.0.x](tree/import-2.0.x) is for new contributions. Submitted pull requests must be based on this branch.