Add more options to the Bed Leveling menu
This commit is contained in:
@ -45,7 +45,6 @@
|
||||
#define MSG_LEVEL_BED_WAITING _UxGT("单击开始热床调平") //"Click to Begin"
|
||||
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("下个热床调平点") //"Next Point"
|
||||
#define MSG_LEVEL_BED_DONE _UxGT("完成热床调平") //"Leveling Done!"
|
||||
#define MSG_LEVEL_BED_CANCEL _UxGT("取消热床调平") //"Cancel"
|
||||
#define MSG_SET_HOME_OFFSETS _UxGT("设置原点偏移") //"Set home offsets"
|
||||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("偏移已启用") //"Offsets applied"
|
||||
#define MSG_SET_ORIGIN _UxGT("设置原点") //"Set origin"
|
||||
@ -65,6 +64,7 @@
|
||||
#define MSG_EXTRUDE _UxGT("挤出") //"Extrude"
|
||||
#define MSG_RETRACT _UxGT("回抽") //"Retract"
|
||||
#define MSG_MOVE_AXIS _UxGT("移动轴") //"Move axis"
|
||||
#define MSG_BED_LEVELING _UxGT("调平热床") //"Bed leveling"
|
||||
#define MSG_LEVEL_BED _UxGT("调平热床") //"Level bed"
|
||||
#define MSG_MOVE_X _UxGT("移动X") //"Move X"
|
||||
#define MSG_MOVE_Y _UxGT("移动Y") //"Move Y"
|
||||
|
Reference in New Issue
Block a user