@@ -564,7 +564,7 @@ void DGUSScreenHandlerMKS::MeshLevel(DGUS_VP_Variable &var, void *val_ptr) {
564
564
queue.enqueue_now (F (" G29S2" ));
565
565
mesh_point_count--;
566
566
if (mks_language_index == MKS_English) {
567
- const char level_buf_en2[] = " Level Finsh " ;
567
+ const char level_buf_en2[] = " Leveling Done " ;
568
568
dgusdisplay.WriteVariable (VP_AutoLevel_1_Dis, level_buf_en2, 32 , true );
569
569
}
570
570
else if (mks_language_index == MKS_SimpleChinese) {
@@ -1709,8 +1709,8 @@ void DGUSScreenHandlerMKS::DGUS_LanguageDisplay(uint8_t var) {
1709
1709
const char Info_EEPROM_2_buf_en[] = " Revert setting?" ;
1710
1710
dgusdisplay.WriteVariable (VP_Info_EEPROM_2_Dis, Info_EEPROM_2_buf_en, 32 , true );
1711
1711
1712
- const char Info_PrinfFinsh_1_buf_en [] = " Print Done" ;
1713
- dgusdisplay.WriteVariable (VP_Info_PrinfFinsh_1_Dis, Info_PrinfFinsh_1_buf_en , 32 , true );
1712
+ const char Info_PrintFinish_1_buf_en [] = " Print Done" ;
1713
+ dgusdisplay.WriteVariable (VP_Info_PrintFinish_1_Dis, Info_PrintFinish_1_buf_en , 32 , true );
1714
1714
1715
1715
const char TMC_X_Step_buf_en[] = " X_SenSitivity" ;
1716
1716
dgusdisplay.WriteVariable (VP_TMC_X_Step_Dis, TMC_X_Step_buf_en, 32 , true );
@@ -1973,8 +1973,8 @@ void DGUSScreenHandlerMKS::DGUS_LanguageDisplay(uint8_t var) {
1973
1973
const uint16_t TMC_Z_Step_buf_ch[] = { 0x205A , 0xE9C1 , 0xF4C3 , 0xC8B6 , 0x2000 };
1974
1974
dgusdisplay.WriteVariable (VP_TMC_Z_Step_Dis, TMC_Z_Step_buf_ch, 16 , true );
1975
1975
1976
- const uint16_t Info_PrinfFinsh_1_buf_ch [] = { 0xF2B4 , 0xA1D3 , 0xEACD , 0xC9B3 , 0x2000 };
1977
- dgusdisplay.WriteVariable (VP_Info_PrinfFinsh_1_Dis, Info_PrinfFinsh_1_buf_ch , 32 , true );
1976
+ const uint16_t Info_PrintFinish_1_buf_ch [] = { 0xF2B4 , 0xA1D3 , 0xEACD , 0xC9B3 , 0x2000 };
1977
+ dgusdisplay.WriteVariable (VP_Info_PrintFinish_1_Dis, Info_PrintFinish_1_buf_ch , 32 , true );
1978
1978
1979
1979
const uint16_t TMC_X_Current_buf_ch[] = { 0x2058 , 0xE1D6 , 0xE7B5 , 0xF7C1 , 0x2000 };
1980
1980
dgusdisplay.WriteVariable (VP_TMC_X_Current_Dis, TMC_X_Current_buf_ch, 16 , true );
0 commit comments