Browse Source

language.h: update documentation / URL für K8200

language.h: update documentation for LANGUAGE_INCLUDE
language.h: URL für K8200 github repository
CONSULitAS 10 years ago
parent
commit
6423fe7601
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/language.h

+ 2
- 1
Marlin/language.h View File

32
 // kana_utf Japanese
32
 // kana_utf Japanese
33
 
33
 
34
 #ifndef LANGUAGE_INCLUDE
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
   #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
36
   #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
37
 #endif
37
 #endif
38
 
38
 
52
   #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
52
   #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
53
 #elif MB(K8200)
53
 #elif MB(K8200)
54
   #define MACHINE_NAME "K8200"
54
   #define MACHINE_NAME "K8200"
55
+  #define FIRMWARE_URL "https://github.com/CONSULitAS/Marlin-K8200"
55
 #elif MB(5DPRINT)
56
 #elif MB(5DPRINT)
56
   #define MACHINE_NAME "Makibox"
57
   #define MACHINE_NAME "Makibox"
57
 #elif MB(SAV_MKI)
58
 #elif MB(SAV_MKI)

Loading…
Cancel
Save