🌐 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

@@ -235,6 +235,7 @@ namespace Language_fr {
PROGMEM Language_Str MSG_MOVE_01MM = _UxGT("Déplacer 0.1mm");
PROGMEM Language_Str MSG_MOVE_1MM = _UxGT("Déplacer 1mm");
PROGMEM Language_Str MSG_MOVE_10MM = _UxGT("Déplacer 10mm");
PROGMEM Language_Str MSG_MOVE_100MM = _UxGT("Déplacer 100mm");
PROGMEM Language_Str MSG_SPEED = _UxGT("Vitesse");
PROGMEM Language_Str MSG_BED_Z = _UxGT("Lit Z");
PROGMEM Language_Str MSG_NOZZLE = _UxGT("Buse");