From 92406826307eafafd3e2efe30cec8402e9886f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Br=C3=A1zio?= Date: Tue, 5 Apr 2016 02:21:23 +0100 Subject: [PATCH] Followup #3326: Update DEFAULT_SOURCE_URL comment --- Marlin/language.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Marlin/language.h b/Marlin/language.h index 5d8033e363..8ffa0913f2 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -82,6 +82,12 @@ #endif #ifndef DEFAULT_SOURCE_URL + /** + * The SOURCE_CODE_URL is the location where users will find the Marlin Source + * Code which is installed on the device. In most cases —unless the manufacturer + * has a distinct Github fork— the Source Code URL should just be the main + * Marlin repository. + */ #define DEFAULT_SOURCE_URL "https://github.com/MarlinFirmware/Marlin" #endif