Ver código fonte

Update Marlin.ino config info

Scott Lahteine 4 anos atrás
pai
commit
6350b98fc2
1 arquivos alterados com 9 adições e 5 exclusões
  1. 9
    5
      Marlin/Marlin.ino

+ 9
- 5
Marlin/Marlin.ino Ver arquivo

@@ -1,5 +1,4 @@
1
-/*
2
-================================================================================
1
+/*==============================================================================
3 2
 
4 3
   Marlin Firmware
5 4
 
@@ -12,8 +11,8 @@
12 11
 Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.
13 12
 
14 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 17
 Before diving in, we recommend the following essential links:
19 18
 
@@ -25,6 +24,9 @@ Marlin Firmware Official Website
25 24
 
26 25
 Configuration
27 26
 
27
+  - https://github.com/MarlinFirmware/Configurations
28
+    Example configurations for several printer models.
29
+
28 30
   - https://www.youtube.com/watch?v=3gwWVFtdg-4
29 31
     A good 20-minute overview of Marlin configuration by Tom Sanladerer.
30 32
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
@@ -50,4 +52,6 @@ Contributing
50 52
 
51 53
   - https://marlinfw.org/docs/development/coding_standards.html
52 54
     Before submitting code get to know the Coding Standards.
53
-*/
55
+
56
+
57
+------------------------------------------------------------------------------*/

Carregando…
Cancelar
Salvar