🌐 MSG_MOVE_100MM (#22242)

This commit is contained in:
Sébastien Gariépy
2021-06-27 17:44:49 -04:00
committed by GitHub
parent d32feb7cd5
commit 81ca2dd273
27 changed files with 33 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");