🧑💻 Fewer string macros
This commit is contained in:
@ -85,9 +85,9 @@ namespace Language_it {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Offset home X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Offset home Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Offset home Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Offset home ") LCD_STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Offset home ") LCD_STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Offset home ") LCD_STR_K;
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Offset home ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Offset home ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Offset home ") STR_K;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Offset applicato");
|
||||
LSTR MSG_SET_ORIGIN = _UxGT("Imposta Origine");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Wizard Tramming");
|
||||
@ -268,9 +268,9 @@ namespace Language_it {
|
||||
LSTR MSG_MOVE_X = _UxGT("Muovi X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Muovi Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Muovi Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Muovi ") LCD_STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Muovi ") LCD_STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Muovi ") LCD_STR_K;
|
||||
LSTR MSG_MOVE_I = _UxGT("Muovi ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Muovi ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Muovi ") STR_K;
|
||||
LSTR MSG_MOVE_E = _UxGT("Estrusore");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Estrusore *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Ugello freddo");
|
||||
@ -325,45 +325,45 @@ namespace Language_it {
|
||||
LSTR MSG_SELECT_E = _UxGT("Seleziona *");
|
||||
LSTR MSG_ACC = _UxGT("Accel");
|
||||
LSTR MSG_JERK = _UxGT("Jerk");
|
||||
LSTR MSG_VA_JERK = _UxGT("V") LCD_STR_A _UxGT("-jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") LCD_STR_B _UxGT("-jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") LCD_STR_C _UxGT("-jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") LCD_STR_I _UxGT("-jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") LCD_STR_J _UxGT("-jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") LCD_STR_K _UxGT("-jerk");
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Deviaz. giunzioni");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocità");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vmax ") LCD_STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vmax ") LCD_STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vmax ") LCD_STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vmax ") LCD_STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vmax ") LCD_STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vmax ") LCD_STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax ") LCD_STR_E;
|
||||
LSTR MSG_VMAX_A = _UxGT("Vmax ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vmax ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vmax ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vmax ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vmax ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vmax ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax ") STR_E;
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vmax *");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VTrav min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Accelerazione");
|
||||
LSTR MSG_AMAX_A = _UxGT("Max ") LCD_STR_A _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_B = _UxGT("Max ") LCD_STR_B _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_C = _UxGT("Max ") LCD_STR_C _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_I = _UxGT("Max ") LCD_STR_I _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_J = _UxGT("Max ") LCD_STR_J _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_K = _UxGT("Max ") LCD_STR_K _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max ") LCD_STR_E _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_A = _UxGT("Max ") STR_A _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_B = _UxGT("Max ") STR_B _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_C = _UxGT("Max ") STR_C _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_I = _UxGT("Max ") STR_I _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_J = _UxGT("Max ") STR_J _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_K = _UxGT("Max ") STR_K _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max ") STR_E _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max * Accel");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-Ritrazione");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-Spostamento");
|
||||
LSTR MSG_XY_FREQUENCY_LIMIT = _UxGT("Frequenza max");
|
||||
LSTR MSG_XY_FREQUENCY_FEEDRATE = _UxGT("Feed min");
|
||||
LSTR MSG_STEPS_PER_MM = _UxGT("Passi/mm");
|
||||
LSTR MSG_A_STEPS = LCD_STR_A _UxGT(" passi/mm");
|
||||
LSTR MSG_B_STEPS = LCD_STR_B _UxGT(" passi/mm");
|
||||
LSTR MSG_C_STEPS = LCD_STR_C _UxGT(" passi/mm");
|
||||
LSTR MSG_I_STEPS = LCD_STR_I _UxGT(" passi/mm");
|
||||
LSTR MSG_J_STEPS = LCD_STR_J _UxGT(" passi/mm");
|
||||
LSTR MSG_K_STEPS = LCD_STR_K _UxGT(" passi/mm");
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" passi/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" passi/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" passi/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" passi/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" passi/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" passi/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E passi/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* passi/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -497,9 +497,9 @@ namespace Language_it {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") LCD_STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") LCD_STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") LCD_STR_K;
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Totali");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Interrompi se FC");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Risc.Fallito"); // Max 12 characters
|
||||
@ -577,12 +577,12 @@ namespace Language_it {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Alimentatore");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Potenza Drive");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Driver ") LCD_STR_A _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Driver ") LCD_STR_B _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Driver ") LCD_STR_C _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Driver ") LCD_STR_I _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Driver ") LCD_STR_J _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Driver ") LCD_STR_K _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Driver ") STR_A _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Driver ") STR_B _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Driver ") STR_C _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Driver ") STR_I _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Driver ") STR_J _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Driver ") STR_K _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("Driver E %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERR.CONNESSIONE TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Scrivi DAC EEPROM");
|
||||
|
Reference in New Issue
Block a user