Updated example configurations
This commit is contained in:
parent
aa5a4716cf
commit
5373ac6373
@ -769,28 +769,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -778,28 +778,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -780,28 +780,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -803,28 +803,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE // K8200: for Display VM8201
|
#define DISPLAY_CHARSET_HD44780 JAPANESE // K8200: for Display VM8201
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -786,28 +786,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -781,28 +781,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -794,28 +794,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -807,28 +807,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -778,28 +778,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -786,28 +786,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -915,28 +915,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -915,28 +915,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -919,28 +919,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -912,28 +912,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -920,28 +920,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
#define LCD_LANGUAGE en
|
#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -789,28 +789,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -780,28 +780,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||||||
//
|
//
|
||||||
//#define LCD_LANGUAGE en
|
//#define LCD_LANGUAGE en
|
||||||
|
|
||||||
/**
|
//
|
||||||
* LCD Character Set
|
// LCD Character Set
|
||||||
*
|
//
|
||||||
* Note: This option is NOT applicable to Graphical Displays.
|
// Note: This option is NOT applicable to Graphical Displays.
|
||||||
*
|
//
|
||||||
* All character-based LCD's provide ASCII plus one of these
|
// All character-based LCD's provide ASCII plus one of these
|
||||||
* language extensions:
|
// language extensions:
|
||||||
*
|
//
|
||||||
* - JAPANESE ... the most common
|
// - JAPANESE ... the most common
|
||||||
* - WESTERN ... with more accented characters
|
// - WESTERN ... with more accented characters
|
||||||
* - CYRILLIC ... for the Russian language
|
// - CYRILLIC ... for the Russian language
|
||||||
*
|
//
|
||||||
* To determine the language extension installed on your controller:
|
// To determine the language extension installed on your controller:
|
||||||
*
|
//
|
||||||
* - Compile and upload with LCD_LANGUAGE set to 'test'
|
// - Compile and upload with LCD_LANGUAGE set to 'test'
|
||||||
* - Click the controller to view the LCD menu
|
// - Click the controller to view the LCD menu
|
||||||
* - The LCD will display Japanese, Western, or Cyrillic text
|
// - The LCD will display Japanese, Western, or Cyrillic text
|
||||||
*
|
//
|
||||||
* See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
||||||
*
|
//
|
||||||
* :['JAPANESE','WESTERN','CYRILLIC']
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
||||||
*/
|
//
|
||||||
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user