🌐 Update auto home axis strings

This commit is contained in:
Scott Lahteine
2022-01-09 04:39:15 -06:00
parent e23c696566
commit 42449b8683
5 changed files with 5 additions and 15 deletions

View File

@ -68,12 +68,10 @@ namespace Language_it {
LSTR MSG_DEBUG_MENU = _UxGT("Menu di debug");
LSTR MSG_PROGRESS_BAR_TEST = _UxGT("Test barra avanzam.");
LSTR MSG_AUTO_HOME = _UxGT("Auto Home");
LSTR MSG_AUTO_HOME_A = _UxGT("Home @");
LSTR MSG_AUTO_HOME_X = _UxGT("Home X");
LSTR MSG_AUTO_HOME_Y = _UxGT("Home Y");
LSTR MSG_AUTO_HOME_Z = _UxGT("Home Z");
LSTR MSG_AUTO_HOME_I = _UxGT("Home ") LCD_STR_I;
LSTR MSG_AUTO_HOME_J = _UxGT("Home ") LCD_STR_J;
LSTR MSG_AUTO_HOME_K = _UxGT("Home ") LCD_STR_K;
LSTR MSG_AUTO_Z_ALIGN = _UxGT("Allineam.automat. Z");
LSTR MSG_ITERATION = _UxGT("Iterazione G34: %i");
LSTR MSG_DECREASING_ACCURACY = _UxGT("Precisione in calo!");