Browse Source

Merge pull request #3390 from jbrazio/docs/update-source-url

Update DEFAULT_SOURCE_URL comment
Scott Lahteine 8 years ago
parent
commit
d5f0db26dc
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/language.h

+ 6
- 0
Marlin/language.h View File

@@ -82,6 +82,12 @@
82 82
 #endif
83 83
 
84 84
 #ifndef DEFAULT_SOURCE_URL
85
+  /**
86
+   * The SOURCE_CODE_URL is the location where users will find the Marlin Source
87
+   * Code which is installed on the device. In most cases —unless the manufacturer
88
+   * has a distinct Github fork— the Source Code URL should just be the main
89
+   * Marlin repository.
90
+   */
85 91
   #define DEFAULT_SOURCE_URL "https://github.com/MarlinFirmware/Marlin"
86 92
 #endif
87 93
 

Loading…
Cancel
Save