Configurable Z move distance (#14593)

This commit is contained in:
MarcelMo
2019-07-30 09:16:26 +02:00
committed by Scott Lahteine
parent 842466f4d9
commit f8aa52346f
119 changed files with 142 additions and 32 deletions

View File

@@ -206,7 +206,7 @@
#define MSG_MOVE_Z _UxGT("Posunúť Z")
#define MSG_MOVE_E _UxGT("Extrudér")
#define MSG_HOTEND_TOO_COLD _UxGT("Hotend je studený")
#define MSG_MOVE_0025MM _UxGT("Posunúť o 0,025mm")
#define MSG_MOVE_Z_DIST _UxGT("Posunúť o %smm")
#define MSG_MOVE_01MM _UxGT("Posunúť o 0,1mm")
#define MSG_MOVE_1MM _UxGT("Posunúť o 1mm")
#define MSG_MOVE_10MM _UxGT("Posunúť o 10mm")