Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
aa5a4716
Unverified
Commit
aa5a4716
authored
9 years ago
by
João Brázio
Browse files
Options
Downloads
Patches
Plain Diff
Update default config
parent
c4e6e41b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/Configuration.h
+22
-22
22 additions, 22 deletions
Marlin/Configuration.h
with
22 additions
and
22 deletions
Marlin/Configuration.h
+
22
−
22
View file @
aa5a4716
...
...
@@ -786,28 +786,28 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
//
#define LCD_LANGUAGE en
/
**
*
LCD Character Set
*
*
Note: This option is NOT applicable to Graphical Displays.
*
*
All character-based LCD's provide ASCII plus one of these
*
language extensions:
*
*
- JAPANESE ... the most common
*
- WESTERN ... with more accented characters
*
- CYRILLIC ... for the Russian language
*
*
To determine the language extension installed on your controller:
*
*
- Compile and upload with LCD_LANGUAGE set to 'test'
*
- Click the controller to view the LCD menu
*
- The LCD will display Japanese, Western, or Cyrillic text
*
*
See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
*
*
:['JAPANESE','WESTERN','CYRILLIC']
*
/
/
/
//
LCD Character Set
//
//
Note: This option is NOT applicable to Graphical Displays.
//
//
All character-based LCD's provide ASCII plus one of these
//
language extensions:
//
//
- JAPANESE ... the most common
//
- WESTERN ... with more accented characters
//
- CYRILLIC ... for the Russian language
//
//
To determine the language extension installed on your controller:
//
//
- Compile and upload with LCD_LANGUAGE set to 'test'
//
- Click the controller to view the LCD menu
//
- The LCD will display Japanese, Western, or Cyrillic text
//
//
See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
//
//
:['JAPANESE','WESTERN','CYRILLIC']
/
/
#define DISPLAY_CHARSET_HD44780 JAPANESE
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment