Browse Source

Update Marlin.ino config info

Scott Lahteine 4 years ago
parent
commit
6350b98fc2
1 changed files with 9 additions and 5 deletions
  1. 9
    5
      Marlin/Marlin.ino

+ 9
- 5
Marlin/Marlin.ino View File

1
-/*
2
-================================================================================
1
+/*==============================================================================
3
 
2
 
4
   Marlin Firmware
3
   Marlin Firmware
5
 
4
 
12
 Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.
11
 Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.
13
 
12
 
14
 To configure Marlin you must edit Configuration.h and Configuration_adv.h
13
 To configure Marlin you must edit Configuration.h and Configuration_adv.h
15
-located in the root 'Marlin' folder. Check the config/examples folder to see if
16
-there's a more suitable starting-point for your specific hardware.
14
+located in the root 'Marlin' folder. Check our Configurations repository to
15
+see if there's a more suitable starting-point for your specific hardware.
17
 
16
 
18
 Before diving in, we recommend the following essential links:
17
 Before diving in, we recommend the following essential links:
19
 
18
 
25
 
24
 
26
 Configuration
25
 Configuration
27
 
26
 
27
+  - https://github.com/MarlinFirmware/Configurations
28
+    Example configurations for several printer models.
29
+
28
   - https://www.youtube.com/watch?v=3gwWVFtdg-4
30
   - https://www.youtube.com/watch?v=3gwWVFtdg-4
29
     A good 20-minute overview of Marlin configuration by Tom Sanladerer.
31
     A good 20-minute overview of Marlin configuration by Tom Sanladerer.
30
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
32
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
50
 
52
 
51
   - https://marlinfw.org/docs/development/coding_standards.html
53
   - https://marlinfw.org/docs/development/coding_standards.html
52
     Before submitting code get to know the Coding Standards.
54
     Before submitting code get to know the Coding Standards.
53
-*/
55
+
56
+
57
+------------------------------------------------------------------------------*/

Loading…
Cancel
Save