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