Add 0.025mm Manual Move for Z (#14456)

This commit is contained in:
Tanguy Pruvot
2019-07-01 10:17:50 +02:00
committed by Scott Lahteine
parent 56c4a96180
commit ca7f56e60b
29 changed files with 39 additions and 6 deletions

View File

@@ -164,6 +164,7 @@
#define MSG_MOVE_Y _UxGT("移动Y") //"Move Y"
#define MSG_MOVE_Z _UxGT("移动Z") //"Move Z"
#define MSG_MOVE_E _UxGT("挤出机") //"Extruder"
#define MSG_MOVE_0025MM _UxGT("移动 0.025 mm") //"Move 0.025mm"
#define MSG_MOVE_01MM _UxGT("移动 0.1 mm") //"Move 0.1mm"
#define MSG_MOVE_1MM _UxGT("移动 1 mm") //"Move 1mm"
#define MSG_MOVE_10MM _UxGT("移动 10 mm") //"Move 10mm"