|
@ -1,5 +1,4 @@ |
|
|
/*
|
|
|
/*==============================================================================
|
|
|
================================================================================ |
|
|
|
|
|
|
|
|
|
|
|
Marlin Firmware |
|
|
Marlin Firmware |
|
|
|
|
|
|
|
@ -12,8 +11,8 @@ |
|
|
Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware. |
|
|
Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware. |
|
|
|
|
|
|
|
|
To configure Marlin you must edit Configuration.h and Configuration_adv.h |
|
|
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 |
|
|
located in the root 'Marlin' folder. Check our Configurations repository to |
|
|
there's a more suitable starting-point for your specific hardware. |
|
|
see if there's a more suitable starting-point for your specific hardware. |
|
|
|
|
|
|
|
|
Before diving in, we recommend the following essential links: |
|
|
Before diving in, we recommend the following essential links: |
|
|
|
|
|
|
|
@ -25,6 +24,9 @@ Marlin Firmware Official Website |
|
|
|
|
|
|
|
|
Configuration |
|
|
Configuration |
|
|
|
|
|
|
|
|
|
|
|
- https://github.com/MarlinFirmware/Configurations
|
|
|
|
|
|
Example configurations for several printer models. |
|
|
|
|
|
|
|
|
- https://www.youtube.com/watch?v=3gwWVFtdg-4
|
|
|
- https://www.youtube.com/watch?v=3gwWVFtdg-4
|
|
|
A good 20-minute overview of Marlin configuration by Tom Sanladerer. |
|
|
A good 20-minute overview of Marlin configuration by Tom Sanladerer. |
|
|
(Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.) |
|
|
(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
|
|
|
- https://marlinfw.org/docs/development/coding_standards.html
|
|
|
Before submitting code get to know the Coding Standards. |
|
|
Before submitting code get to know the Coding Standards. |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------*/ |
|
|