Browse Source

Clarify Delta & SCARA config location (#20403)

Keith Bennett 4 years ago
parent
commit
2a4f8acd62
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/Configuration.h

+ 4
- 4
Marlin/Configuration.h View File

@@ -56,15 +56,15 @@
56 56
 //===========================================================================
57 57
 //============================= DELTA Printer ===============================
58 58
 //===========================================================================
59
-// For a Delta printer start with one of the configuration files in the
60
-// config/examples/delta directory and customize for your machine.
59
+// For a Delta printer, start with one of the configuration files in the config/examples/delta directory
60
+// from https://github.com/MarlinFirmware/Configurations/branches/all and customize for your machine.
61 61
 //
62 62
 
63 63
 //===========================================================================
64 64
 //============================= SCARA Printer ===============================
65 65
 //===========================================================================
66
-// For a SCARA printer start with the configuration files in
67
-// config/examples/SCARA and customize for your machine.
66
+// For a SCARA printer, start with one of the configuration files in the config/examples/SCARA directory
67
+// from https://github.com/MarlinFirmware/Configurations/branches/all and customize for your machine.
68 68
 //
69 69
 
70 70
 // @section info

Loading…
Cancel
Save