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

@@ -543,8 +543,8 @@
#ifndef MSG_HOTEND_TOO_COLD
#define MSG_HOTEND_TOO_COLD _UxGT("Hotend too cold")
#endif
#ifndef MSG_MOVE_0025MM
#define MSG_MOVE_0025MM _UxGT("Move 0.025mm")
#ifndef MSG_MOVE_Z_DIST
#define MSG_MOVE_Z_DIST _UxGT("Move %smm")
#endif
#ifndef MSG_MOVE_01MM
#define MSG_MOVE_01MM _UxGT("Move 0.1mm")