From 0f32b6915455946fb5d5183fba6582e3ec02b226 Mon Sep 17 00:00:00 2001 From: ellensp Date: Sat, 16 Jan 2021 13:05:40 +1300 Subject: [PATCH] Explain branches in README (#399) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b1553fd0c5..b600b8604a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Configurations Pre-tested Configurations for Marlin Firmware + +**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. + +## 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.