Skip to content

Commit

Permalink
🔧 English as default on MKS H43 (#27218)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Jul 5, 2024
1 parent e6a61b1 commit b303bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/dgus/mks/DGUSDisplayDef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void MKS_reset_settings() {
{ 20, 20 }, { 20, 20 },
{ X_CENTER, Y_CENTER }
};
mks_language_index = MKS_SimpleChinese;
mks_language_index = MKS_English;
COPY(mks_corner_offsets, init_dgus_level_offsets);
mks_park_pos.set(20, 20, 10);
mks_min_extrusion_temp = 0;
Expand Down

0 comments on commit b303bb1

Please sign in to comment.