瀏覽代碼

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

Update DEFAULT_SOURCE_URL comment
Scott Lahteine 8 年之前
父節點
當前提交
d5f0db26dc
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      Marlin/language.h

+ 6
- 0
Marlin/language.h 查看文件

@@ -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…
取消
儲存