Explorar el Código

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

Update DEFAULT_SOURCE_URL comment
Scott Lahteine hace 8 años
padre
commit
d5f0db26dc
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      Marlin/language.h

+ 6
- 0
Marlin/language.h Ver fichero

@@ -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…
Cancelar
Guardar