Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to localize lcd menu? #1999

Closed
karabas2011 opened this issue Sep 21, 2019 · 6 comments
Closed

How to localize lcd menu? #1999

karabas2011 opened this issue Sep 21, 2019 · 6 comments

Comments

@karabas2011
Copy link

What files I need to translate to my language to see cyrillic LCD menu?

@klipper-gitissuebot
Copy link

Hi @karabas2011,

It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions).

Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days.

For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md

The log can still be attached to this ticket - just add a comment and attach the log to that comment.

Best regards,
~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.

@FHeilmann
Copy link
Contributor

your klipper installation has the following file: klippy/extras/display/menu.cfg
There you can translate all the lines that start with name to localize the LCD menu. Unfortunately klipper does not yet have a localization system so you'll have to do this by hand for your printer.

@karabas2011
Copy link
Author

karabas2011 commented Sep 23, 2019

Thank you very much!

@karabas2011
Copy link
Author

But it seems that I need to switch LCD to second code page. LCD2004 has two hardcoded charset pages. F.e. rrd smart constroller has second japanese page. Mine one has cyrillic. Marlin switches normally.

@klipper-gitissuebot
Copy link

It appears the Klipper log file was not provided.
I'm closing this now, sorry. Feel free to attach the log to this ticket sometime in the future, or create a new issue once you can provide the log file.

@KevinOConnor
Copy link
Collaborator

It would require code changes to modify the character set on the lcd2004 display. If someone is interested in doing that, the code is in klippy/extras/display/hd44780.py .

-Kevin

@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants