From 6423fe7601cfa30fb5cd4775253714200e8731fb Mon Sep 17 00:00:00 2001 From: CONSULitAS Date: Tue, 28 Apr 2015 01:01:57 +0200 Subject: [PATCH 1/2] =?UTF-8?q?language.h:=20update=20documentation=20/=20?= =?UTF-8?q?URL=20f=C3=BCr=20K8200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit language.h: update documentation for LANGUAGE_INCLUDE language.h: URL für K8200 github repository --- Marlin/language.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index c9ddfeee4..9448c07fe 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -32,7 +32,7 @@ // kana_utf Japanese #ifndef LANGUAGE_INCLUDE - // pick your language from the list above + // pick your default from the list above, individual language ist set in LCD section of Configuration.h #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en) #endif @@ -52,6 +52,7 @@ #define FIRMWARE_URL "http://3dprint.elettronicain.it/" #elif MB(K8200) #define MACHINE_NAME "K8200" + #define FIRMWARE_URL "https://github.com/CONSULitAS/Marlin-K8200" #elif MB(5DPRINT) #define MACHINE_NAME "Makibox" #elif MB(SAV_MKI) From b96b28b7cc6fc6aa0a7e3d6b90a2ab435de1a526 Mon Sep 17 00:00:00 2001 From: CONSULitAS Date: Mon, 18 May 2015 23:11:26 +0200 Subject: [PATCH 2/2] language.h: update documentation for LANGUAGE_INCLUDE language.h: update documentation for LANGUAGE_INCLUDE @thinkyhead What do you think? I think there should be a warning like this. --- Marlin/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index 9448c07fe..c13f50c1b 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -31,8 +31,8 @@ // kana Japanese // kana_utf Japanese +// fallback if no language is set, don't change #ifndef LANGUAGE_INCLUDE - // pick your default from the list above, individual language ist set in LCD section of Configuration.h #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en) #endif