Skip to content

Commit

Permalink
🩹 Even more Z input shaper followup (#27119)
Browse files Browse the repository at this point in the history
Followup to #27118
  • Loading branch information
thisiskeithb authored May 23, 2024
1 parent 68c3916 commit 3ee1248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3ee1248

Please sign in to comment.