diff --git a/Marlin/language_es.h b/Marlin/language_es.h index cc877ec3a5f94c9d3e7aaf17deabb53631c937df..364a3aa4f00d429e52f402b37b6302f9419d7d9f 100644 --- a/Marlin/language_es.h +++ b/Marlin/language_es.h @@ -39,6 +39,7 @@ #define MSG_EXTRUDE "Extruir" #define MSG_RETRACT "Retraer" #define MSG_MOVE_AXIS "Mover ejes" +#define MSG_LEVEL_BED "Nivelar cama" #define MSG_MOVE_X "Mover X" #define MSG_MOVE_Y "Mover Y" #define MSG_MOVE_Z "Mover Z" diff --git a/Marlin/language_it.h b/Marlin/language_it.h index 238906d71065e3addebc212dc9db390febefb005..ecaa787cacfc9e82c046d3274625fda1666a9bb5 100644 --- a/Marlin/language_it.h +++ b/Marlin/language_it.h @@ -39,6 +39,7 @@ #define MSG_EXTRUDE "Estrudi" #define MSG_RETRACT "Ritrai" #define MSG_MOVE_AXIS "Muovi Asse" +#define MSG_LEVEL_BED "Livellamento piano" #define MSG_MOVE_X "Muovi X" #define MSG_MOVE_Y "Muovi Y" #define MSG_MOVE_Z "Muovi Z"