From 6350b98fc21c7e622a7f57a657830fb4ba1075da Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 19 Jun 2020 18:10:43 -0500 Subject: [PATCH] Update Marlin.ino config info --- Marlin/Marlin.ino | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Marlin/Marlin.ino b/Marlin/Marlin.ino index d1d58d483..213c18a94 100644 --- a/Marlin/Marlin.ino +++ b/Marlin/Marlin.ino @@ -1,5 +1,4 @@ -/* -================================================================================ +/*============================================================================== Marlin Firmware @@ -12,8 +11,8 @@ Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware. To configure Marlin you must edit Configuration.h and Configuration_adv.h -located in the root 'Marlin' folder. Check the config/examples folder to see if -there's a more suitable starting-point for your specific hardware. +located in the root 'Marlin' folder. Check our Configurations repository to +see if there's a more suitable starting-point for your specific hardware. Before diving in, we recommend the following essential links: @@ -25,6 +24,9 @@ Marlin Firmware Official Website Configuration + - https://github.com/MarlinFirmware/Configurations + Example configurations for several printer models. + - https://www.youtube.com/watch?v=3gwWVFtdg-4 A good 20-minute overview of Marlin configuration by Tom Sanladerer. (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.) @@ -50,4 +52,6 @@ Contributing - https://marlinfw.org/docs/development/coding_standards.html Before submitting code get to know the Coding Standards. -*/ + + +------------------------------------------------------------------------------*/