SHORT_MANUAL_Z_MOVE => FINE_MANUAL_MOVE

This commit is contained in:
Scott Lahteine
2020-12-13 01:50:02 -06:00
parent c824086825
commit b0392be4bf
33 changed files with 48 additions and 46 deletions

View File

@@ -85,7 +85,7 @@ namespace Language_ca {
PROGMEM Language_Str MSG_MOVE_Z = _UxGT("Mou Z");
PROGMEM Language_Str MSG_MOVE_E = _UxGT("Extrusor");
PROGMEM Language_Str MSG_MOVE_EN = _UxGT("Extrusor *");
PROGMEM Language_Str MSG_MOVE_Z_DIST = _UxGT("Mou %smm");
PROGMEM Language_Str MSG_MOVE_N_MM = _UxGT("Mou %smm");
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");