|
@@ -32,7 +32,7 @@
|
32
|
32
|
// kana_utf Japanese
|
33
|
33
|
|
34
|
34
|
#ifndef LANGUAGE_INCLUDE
|
35
|
|
- // pick your language from the list above
|
|
35
|
+ // pick your default from the list above, individual language ist set in LCD section of Configuration.h
|
36
|
36
|
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
|
37
|
37
|
#endif
|
38
|
38
|
|
|
@@ -52,6 +52,7 @@
|
52
|
52
|
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
|
53
|
53
|
#elif MB(K8200)
|
54
|
54
|
#define MACHINE_NAME "K8200"
|
|
55
|
+ #define FIRMWARE_URL "https://github.com/CONSULitAS/Marlin-K8200"
|
55
|
56
|
#elif MB(5DPRINT)
|
56
|
57
|
#define MACHINE_NAME "Makibox"
|
57
|
58
|
#elif MB(SAV_MKI)
|