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

🔧 English as default on Ender-5 S1 #1097

Merged

Conversation

thisiskeithb
Copy link
Member

@thisiskeithb thisiskeithb commented Aug 30, 2024

Description

Flip Ender-5 S1 languages so English is the primary language.

Note

I know this printer is still pending support in MarlinFirmware/Marlin#25382.

There's still an error with the languages as they are now (before this PR), so there is likely a bug in the upstream sanity check since these language defines are different:

LCD_LANGUAGE_2 (en) cannot be the same as LCD_LANGUAGE.

With the change in this PR, this config will now fail with the following (expected) error:

Marlin/src/gcode/ota/M936.cpp:30:12: fatal error: ../../lcd/rts/lcd_rts.h: No such file or directory
   30 |   #include "../../lcd/rts/lcd_rts.h"

Benefits

English will be the default language for this config.

Related Issues

@thinkyhead thinkyhead merged commit 8814027 into MarlinFirmware:import-2.1.x Sep 2, 2024
1 check failed
@thisiskeithb thisiskeithb deleted the pr/flip_e5s1_languages branch September 2, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants