|
@ -32,6 +32,7 @@ |
|
|
#define en 1234 |
|
|
#define en 1234 |
|
|
#if LCD_LANGUAGE == en |
|
|
#if LCD_LANGUAGE == en |
|
|
#define NOT_EXTENDED_ISO10646_1_5X7 |
|
|
#define NOT_EXTENDED_ISO10646_1_5X7 |
|
|
|
|
|
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³") |
|
|
#endif |
|
|
#endif |
|
|
#undef en |
|
|
#undef en |
|
|
|
|
|
|
|
@ -672,7 +673,7 @@ |
|
|
#define MSG_FILAMENT _UxGT("Filament") |
|
|
#define MSG_FILAMENT _UxGT("Filament") |
|
|
#endif |
|
|
#endif |
|
|
#ifndef MSG_VOLUMETRIC_ENABLED |
|
|
#ifndef MSG_VOLUMETRIC_ENABLED |
|
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3") |
|
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³") |
|
|
#endif |
|
|
#endif |
|
|
#ifndef MSG_FILAMENT_DIAM |
|
|
#ifndef MSG_FILAMENT_DIAM |
|
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.") |
|
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.") |
|
|