🌐 MSG_MOVE_100MM (#22242)

This commit is contained in:
Sébastien Gariépy
2021-06-27 17:44:49 -04:00
committed by Scott Lahteine
parent ae76011e75
commit ec3daadf43
28 changed files with 34 additions and 6 deletions

View File

@@ -89,6 +89,7 @@ namespace Language_ca {
PROGMEM Language_Str MSG_MOVE_01MM = _UxGT("Mou 0.1mm");
PROGMEM Language_Str MSG_MOVE_1MM = _UxGT("Mou 1mm");
PROGMEM Language_Str MSG_MOVE_10MM = _UxGT("Mou 10mm");
PROGMEM Language_Str MSG_MOVE_100MM = _UxGT("Mou 100mm");
PROGMEM Language_Str MSG_SPEED = _UxGT("Velocitat");
PROGMEM Language_Str MSG_BED_Z = _UxGT("Llit Z");
PROGMEM Language_Str MSG_NOZZLE = _UxGT("Nozzle");