mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
parent
68c3916d46
commit
3ee1248cf2
1 changed files with 2 additions and 2 deletions
|
@ -427,10 +427,10 @@ namespace LanguageNarrow_en {
|
|||
LSTR MSG_SHAPING_ZETA = _UxGT("@ damping");
|
||||
LSTR MSG_SHAPING_A_FREQ = STR_A _UxGT(" frequency"); // ProUI
|
||||
LSTR MSG_SHAPING_B_FREQ = STR_B _UxGT(" frequency"); // ProUI
|
||||
LSTR MSG_SHAPING_C_FREQ = STR_B _UxGT(" frequency"); // ProUI
|
||||
LSTR MSG_SHAPING_C_FREQ = STR_C _UxGT(" frequency"); // ProUI
|
||||
LSTR MSG_SHAPING_A_ZETA = STR_A _UxGT(" damping"); // ProUI
|
||||
LSTR MSG_SHAPING_B_ZETA = STR_B _UxGT(" damping"); // ProUI
|
||||
LSTR MSG_SHAPING_C_ZETA = STR_B _UxGT(" damping"); // ProUI
|
||||
LSTR MSG_SHAPING_C_ZETA = STR_C _UxGT(" damping"); // ProUI
|
||||
LSTR MSG_XY_FREQUENCY_LIMIT = _UxGT("XY Freq Limit");
|
||||
LSTR MSG_XY_FREQUENCY_FEEDRATE = _UxGT("Min FR Factor");
|
||||
LSTR MSG_STEPS_PER_MM = _UxGT("Steps/mm");
|
||||
|
|
Loading…
Reference in a new issue