Browse Source

Make display language configurable in Configuration.h

AnHardt 10 years ago
parent
commit
8e92729141
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      Marlin/Configuration.h

+ 6
- 1
Marlin/Configuration.h View File

559
 #define ABS_PREHEAT_HPB_TEMP 100
559
 #define ABS_PREHEAT_HPB_TEMP 100
560
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
560
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
561
 
561
 
562
-//LCD and SD support
562
+//==============================LCD and SD support=============================
563
+
564
+// Define your display language below. Replace (en) with your language code and uncomment.
565
+// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu
566
+// See also language.h
567
+//#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
563
 
568
 
564
 // Character based displays can have different extended charsets.
569
 // Character based displays can have different extended charsets.
565
 #define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"
570
 #define DISPLAY_CHARSET_HD44780_JAPAN     // "ääööüüß23°"

Loading…
Cancel
Save