From 003cb20b9fcf98bd80501d20634b41863ebf4dee Mon Sep 17 00:00:00 2001 From: "Roger D. Winans" Date: Sat, 22 May 2021 00:14:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Configurations=20section?= =?UTF-8?q?=20to=20README=20(#21955)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Scott Lahteine --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6657221c82..764206c110 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Marlin 2.0 takes this popular RepRap firmware to the next level by adding suppor Download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases). +## Example Configurations + +Before building Marlin you'll need to configure it for your specific hardware. Your vendor should have already provided source code with configurations for the installed firmware, but if you ever decide to upgrade you'll need updated configuration files. Marlin users have contributed dozens of tested example configurations to get you started. Visit the [MarlinFirmware/Configurations](https://github.com/MarlinFirmware/Configurations) repository to find the right configuration for your hardware. + ## Building Marlin 2.0 To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). Detailed build and install instructions are posted at: