Merge pull request #1982 from CONSULitAS/Development_Update_language.h
language.h: update documentation / URL für K8200
This commit is contained in:
commit
995b84944b
@ -32,8 +32,8 @@
|
|||||||
// kana_utf Japanese
|
// kana_utf Japanese
|
||||||
// cn Chinese
|
// cn Chinese
|
||||||
|
|
||||||
|
// fallback if no language is set, don't change
|
||||||
#ifndef LANGUAGE_INCLUDE
|
#ifndef LANGUAGE_INCLUDE
|
||||||
// pick your language from the list above
|
|
||||||
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
|
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -53,6 +53,7 @@
|
|||||||
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
||||||
#elif MB(K8200)
|
#elif MB(K8200)
|
||||||
#define MACHINE_NAME "K8200"
|
#define MACHINE_NAME "K8200"
|
||||||
|
#define FIRMWARE_URL "https://github.com/CONSULitAS/Marlin-K8200"
|
||||||
#elif MB(5DPRINT)
|
#elif MB(5DPRINT)
|
||||||
#define MACHINE_NAME "Makibox"
|
#define MACHINE_NAME "Makibox"
|
||||||
#elif MB(SAV_MKI)
|
#elif MB(SAV_MKI)
|
||||||
|
Loading…
Reference in New Issue
Block a user