浏览代码

Add 0.025mm Manual Move for Z (#14456)

Tanguy Pruvot 6 年前
父节点
当前提交
ca7f56e60b

+ 1
- 0
Marlin/src/lcd/language/language_an.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
72
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
73
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
73
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
74
 #define MSG_MOVE_E                          _UxGT("Extrusor")
74
 #define MSG_MOVE_E                          _UxGT("Extrusor")
75
+#define MSG_MOVE_0025MM                     _UxGT("Mover 0.025mm")
75
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
76
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
76
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
77
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
77
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")
78
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_bg.h 查看文件

62
 #define MSG_MOVE_Y                          _UxGT("Движение по Y")
62
 #define MSG_MOVE_Y                          _UxGT("Движение по Y")
63
 #define MSG_MOVE_Z                          _UxGT("Движение по Z")
63
 #define MSG_MOVE_Z                          _UxGT("Движение по Z")
64
 #define MSG_MOVE_E                          _UxGT("Екструдер")
64
 #define MSG_MOVE_E                          _UxGT("Екструдер")
65
+#define MSG_MOVE_0025MM                     _UxGT("Премести с 0.025mm")
65
 #define MSG_MOVE_01MM                       _UxGT("Премести с 0.1mm")
66
 #define MSG_MOVE_01MM                       _UxGT("Премести с 0.1mm")
66
 #define MSG_MOVE_1MM                        _UxGT("Премести с 1mm")
67
 #define MSG_MOVE_1MM                        _UxGT("Премести с 1mm")
67
 #define MSG_MOVE_10MM                       _UxGT("Премести с 10mm")
68
 #define MSG_MOVE_10MM                       _UxGT("Премести с 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_ca.h 查看文件

76
 #define MSG_MOVE_Y                          _UxGT("Mou Y")
76
 #define MSG_MOVE_Y                          _UxGT("Mou Y")
77
 #define MSG_MOVE_Z                          _UxGT("Mou Z")
77
 #define MSG_MOVE_Z                          _UxGT("Mou Z")
78
 #define MSG_MOVE_E                          _UxGT("Extrusor")
78
 #define MSG_MOVE_E                          _UxGT("Extrusor")
79
+#define MSG_MOVE_0025MM                     _UxGT("Mou 0.025mm")
79
 #define MSG_MOVE_01MM                       _UxGT("Mou 0.1mm")
80
 #define MSG_MOVE_01MM                       _UxGT("Mou 0.1mm")
80
 #define MSG_MOVE_1MM                        _UxGT("Mou 1mm")
81
 #define MSG_MOVE_1MM                        _UxGT("Mou 1mm")
81
 #define MSG_MOVE_10MM                       _UxGT("Mou 10mm")
82
 #define MSG_MOVE_10MM                       _UxGT("Mou 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_cz.h 查看文件

202
 #define MSG_MOVE_Z                          _UxGT("Posunout Z")
202
 #define MSG_MOVE_Z                          _UxGT("Posunout Z")
203
 #define MSG_MOVE_E                          _UxGT("Extrudér")
203
 #define MSG_MOVE_E                          _UxGT("Extrudér")
204
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend je studený")
204
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend je studený")
205
+#define MSG_MOVE_0025MM                     _UxGT("Posunout o 0,025mm")
205
 #define MSG_MOVE_01MM                       _UxGT("Posunout o 0,1mm")
206
 #define MSG_MOVE_01MM                       _UxGT("Posunout o 0,1mm")
206
 #define MSG_MOVE_1MM                        _UxGT("Posunout o 1mm")
207
 #define MSG_MOVE_1MM                        _UxGT("Posunout o 1mm")
207
 #define MSG_MOVE_10MM                       _UxGT("Posunout o 10mm")
208
 #define MSG_MOVE_10MM                       _UxGT("Posunout o 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_da.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Flyt Y")
72
 #define MSG_MOVE_Y                          _UxGT("Flyt Y")
73
 #define MSG_MOVE_Z                          _UxGT("Flyt Z")
73
 #define MSG_MOVE_Z                          _UxGT("Flyt Z")
74
 #define MSG_MOVE_E                          _UxGT("Extruder")
74
 #define MSG_MOVE_E                          _UxGT("Extruder")
75
+#define MSG_MOVE_0025MM                     _UxGT("Flyt 0.025mm")
75
 #define MSG_MOVE_01MM                       _UxGT("Flyt 0.1mm")
76
 #define MSG_MOVE_01MM                       _UxGT("Flyt 0.1mm")
76
 #define MSG_MOVE_1MM                        _UxGT("Flyt 1mm")
77
 #define MSG_MOVE_1MM                        _UxGT("Flyt 1mm")
77
 #define MSG_MOVE_10MM                       _UxGT("Flyt 10mm")
78
 #define MSG_MOVE_10MM                       _UxGT("Flyt 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_de.h 查看文件

195
 #define MSG_MOVE_Z                          _UxGT("Bewege Z")
195
 #define MSG_MOVE_Z                          _UxGT("Bewege Z")
196
 #define MSG_MOVE_E                          _UxGT("Bewege Extruder")
196
 #define MSG_MOVE_E                          _UxGT("Bewege Extruder")
197
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend zu kalt")
197
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend zu kalt")
198
+#define MSG_MOVE_0025MM                     _UxGT(" 0,025 mm")
198
 #define MSG_MOVE_01MM                       _UxGT(" 0,1 mm")
199
 #define MSG_MOVE_01MM                       _UxGT(" 0,1 mm")
199
 #define MSG_MOVE_1MM                        _UxGT(" 1,0 mm")
200
 #define MSG_MOVE_1MM                        _UxGT(" 1,0 mm")
200
 #define MSG_MOVE_10MM                       _UxGT("10,0 mm")
201
 #define MSG_MOVE_10MM                       _UxGT("10,0 mm")

+ 1
- 0
Marlin/src/lcd/language/language_el-gr.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Μετακίνηση Y")
72
 #define MSG_MOVE_Y                          _UxGT("Μετακίνηση Y")
73
 #define MSG_MOVE_Z                          _UxGT("Μετακίνηση Z")
73
 #define MSG_MOVE_Z                          _UxGT("Μετακίνηση Z")
74
 #define MSG_MOVE_E                          _UxGT("Εξωθητήρας")
74
 #define MSG_MOVE_E                          _UxGT("Εξωθητήρας")
75
+#define MSG_MOVE_0025MM                     _UxGT("Μετακίνηση 0,025 μμ")
75
 #define MSG_MOVE_01MM                       _UxGT("Μετακίνηση 0,1 μμ")
76
 #define MSG_MOVE_01MM                       _UxGT("Μετακίνηση 0,1 μμ")
76
 #define MSG_MOVE_1MM                        _UxGT("Μετακίνηση 1 μμ")
77
 #define MSG_MOVE_1MM                        _UxGT("Μετακίνηση 1 μμ")
77
 #define MSG_MOVE_10MM                       _UxGT("Μετακίνηση 10 μμ")
78
 #define MSG_MOVE_10MM                       _UxGT("Μετακίνηση 10 μμ")

+ 4
- 3
Marlin/src/lcd/language/language_el.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Μετακίνηση Y")
72
 #define MSG_MOVE_Y                          _UxGT("Μετακίνηση Y")
73
 #define MSG_MOVE_Z                          _UxGT("Μετακίνηση Z")
73
 #define MSG_MOVE_Z                          _UxGT("Μετακίνηση Z")
74
 #define MSG_MOVE_E                          _UxGT("Εξωθητήρας")
74
 #define MSG_MOVE_E                          _UxGT("Εξωθητήρας")
75
-#define MSG_MOVE_01MM                       _UxGT("Μετακίνηση 0,1μμ")
76
-#define MSG_MOVE_1MM                        _UxGT("Μετακίνηση 1μμ")
77
-#define MSG_MOVE_10MM                       _UxGT("Μετακίνηση 10μμ")
75
+#define MSG_MOVE_0025MM                     _UxGT("Μετακίνηση 0,025 μμ")
76
+#define MSG_MOVE_01MM                       _UxGT("Μετακίνηση 0,1 μμ")
77
+#define MSG_MOVE_1MM                        _UxGT("Μετακίνηση 1 μμ")
78
+#define MSG_MOVE_10MM                       _UxGT("Μετακίνηση 10 μμ")
78
 #define MSG_SPEED                           _UxGT("Ταχύτητα")
79
 #define MSG_SPEED                           _UxGT("Ταχύτητα")
79
 #define MSG_BED_Z                           _UxGT("Επ. Εκτύπωσης Z")
80
 #define MSG_BED_Z                           _UxGT("Επ. Εκτύπωσης Z")
80
 #define MSG_NOZZLE                          _UxGT("Ακροφύσιο")
81
 #define MSG_NOZZLE                          _UxGT("Ακροφύσιο")

+ 3
- 0
Marlin/src/lcd/language/language_en.h 查看文件

543
 #ifndef MSG_HOTEND_TOO_COLD
543
 #ifndef MSG_HOTEND_TOO_COLD
544
   #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend too cold")
544
   #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend too cold")
545
 #endif
545
 #endif
546
+#ifndef MSG_MOVE_0025MM
547
+  #define MSG_MOVE_0025MM                     _UxGT("Move 0.025mm")
548
+#endif
546
 #ifndef MSG_MOVE_01MM
549
 #ifndef MSG_MOVE_01MM
547
   #define MSG_MOVE_01MM                       _UxGT("Move 0.1mm")
550
   #define MSG_MOVE_01MM                       _UxGT("Move 0.1mm")
548
 #endif
551
 #endif

+ 1
- 0
Marlin/src/lcd/language/language_es.h 查看文件

80
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
80
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
81
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
81
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
82
 #define MSG_MOVE_E                          _UxGT("Extrusor")
82
 #define MSG_MOVE_E                          _UxGT("Extrusor")
83
+#define MSG_MOVE_0025MM                     _UxGT("Mover 0.025mm")
83
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
84
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
84
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
85
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
85
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")
86
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_eu.h 查看文件

166
 #define MSG_MOVE_Y                          _UxGT("Mugitu Y")
166
 #define MSG_MOVE_Y                          _UxGT("Mugitu Y")
167
 #define MSG_MOVE_Z                          _UxGT("Mugitu Z")
167
 #define MSG_MOVE_Z                          _UxGT("Mugitu Z")
168
 #define MSG_MOVE_E                          _UxGT("Estrusorea")
168
 #define MSG_MOVE_E                          _UxGT("Estrusorea")
169
+#define MSG_MOVE_0025MM                     _UxGT("Mugitu 0.025mm")
169
 #define MSG_MOVE_01MM                       _UxGT("Mugitu 0.1mm")
170
 #define MSG_MOVE_01MM                       _UxGT("Mugitu 0.1mm")
170
 #define MSG_MOVE_1MM                        _UxGT("Mugitu 1mm")
171
 #define MSG_MOVE_1MM                        _UxGT("Mugitu 1mm")
171
 #define MSG_MOVE_10MM                       _UxGT("Mugitu 10mm")
172
 #define MSG_MOVE_10MM                       _UxGT("Mugitu 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_fi.h 查看文件

65
 #define MSG_MOVE_Y                          _UxGT("Liikuta Y")
65
 #define MSG_MOVE_Y                          _UxGT("Liikuta Y")
66
 #define MSG_MOVE_Z                          _UxGT("Liikuta Z")
66
 #define MSG_MOVE_Z                          _UxGT("Liikuta Z")
67
 #define MSG_MOVE_E                          _UxGT("Extruder")
67
 #define MSG_MOVE_E                          _UxGT("Extruder")
68
+#define MSG_MOVE_0025MM                     _UxGT("Liikuta 0.025mm")
68
 #define MSG_MOVE_01MM                       _UxGT("Liikuta 0.1mm")
69
 #define MSG_MOVE_01MM                       _UxGT("Liikuta 0.1mm")
69
 #define MSG_MOVE_1MM                        _UxGT("Liikuta 1mm")
70
 #define MSG_MOVE_1MM                        _UxGT("Liikuta 1mm")
70
 #define MSG_MOVE_10MM                       _UxGT("Liikuta 10mm")
71
 #define MSG_MOVE_10MM                       _UxGT("Liikuta 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_fr.h 查看文件

195
 #define MSG_MOVE_Z                          _UxGT("Déplacer Z")
195
 #define MSG_MOVE_Z                          _UxGT("Déplacer Z")
196
 #define MSG_MOVE_E                          _UxGT("Extrudeur")
196
 #define MSG_MOVE_E                          _UxGT("Extrudeur")
197
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Buse trop froide")
197
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Buse trop froide")
198
+#define MSG_MOVE_0025MM                     _UxGT("Déplacer 0.025mm")
198
 #define MSG_MOVE_01MM                       _UxGT("Déplacer 0.1mm")
199
 #define MSG_MOVE_01MM                       _UxGT("Déplacer 0.1mm")
199
 #define MSG_MOVE_1MM                        _UxGT("Déplacer 1mm")
200
 #define MSG_MOVE_1MM                        _UxGT("Déplacer 1mm")
200
 #define MSG_MOVE_10MM                       _UxGT("Déplacer 10mm")
201
 #define MSG_MOVE_10MM                       _UxGT("Déplacer 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_gl.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
72
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
73
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
73
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
74
 #define MSG_MOVE_E                          _UxGT("Extrusor")
74
 #define MSG_MOVE_E                          _UxGT("Extrusor")
75
+#define MSG_MOVE_0025MM                     _UxGT("Mover 0.025mm")
75
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
76
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
76
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
77
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
77
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")
78
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_hr.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Miči Y")
72
 #define MSG_MOVE_Y                          _UxGT("Miči Y")
73
 #define MSG_MOVE_Z                          _UxGT("Miči Z")
73
 #define MSG_MOVE_Z                          _UxGT("Miči Z")
74
 #define MSG_MOVE_E                          _UxGT("Extruder")
74
 #define MSG_MOVE_E                          _UxGT("Extruder")
75
+#define MSG_MOVE_0025MM                     _UxGT("Miči 0.025mm")
75
 #define MSG_MOVE_01MM                       _UxGT("Miči 0.1mm")
76
 #define MSG_MOVE_01MM                       _UxGT("Miči 0.1mm")
76
 #define MSG_MOVE_1MM                        _UxGT("Miči 1mm")
77
 #define MSG_MOVE_1MM                        _UxGT("Miči 1mm")
77
 #define MSG_MOVE_10MM                       _UxGT("Miči 10mm")
78
 #define MSG_MOVE_10MM                       _UxGT("Miči 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_it.h 查看文件

197
 #define MSG_MOVE_Z                          _UxGT("Muovi Z")
197
 #define MSG_MOVE_Z                          _UxGT("Muovi Z")
198
 #define MSG_MOVE_E                          _UxGT("Estrusore")
198
 #define MSG_MOVE_E                          _UxGT("Estrusore")
199
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Ugello freddo")
199
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Ugello freddo")
200
+#define MSG_MOVE_0025MM                     _UxGT("Muovi di 0.025mm")
200
 #define MSG_MOVE_01MM                       _UxGT("Muovi di 0.1mm")
201
 #define MSG_MOVE_01MM                       _UxGT("Muovi di 0.1mm")
201
 #define MSG_MOVE_1MM                        _UxGT("Muovi di 1mm")
202
 #define MSG_MOVE_1MM                        _UxGT("Muovi di 1mm")
202
 #define MSG_MOVE_10MM                       _UxGT("Muovi di 10mm")
203
 #define MSG_MOVE_10MM                       _UxGT("Muovi di 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_jp-kana.h 查看文件

82
 #define MSG_MOVE_Y                          _UxGT("Yジク イドウ")                  // "Move Y"
82
 #define MSG_MOVE_Y                          _UxGT("Yジク イドウ")                  // "Move Y"
83
 #define MSG_MOVE_Z                          _UxGT("Zジク イドウ")                  // "Move Z"
83
 #define MSG_MOVE_Z                          _UxGT("Zジク イドウ")                  // "Move Z"
84
 #define MSG_MOVE_E                          _UxGT("エクストルーダー")                // "Extruder"
84
 #define MSG_MOVE_E                          _UxGT("エクストルーダー")                // "Extruder"
85
+#define MSG_MOVE_0025MM                     _UxGT("0.025mm イドウ")               // "Move 0.025mm"
85
 #define MSG_MOVE_01MM                       _UxGT("0.1mm イドウ")                 // "Move 0.1mm"
86
 #define MSG_MOVE_01MM                       _UxGT("0.1mm イドウ")                 // "Move 0.1mm"
86
 #define MSG_MOVE_1MM                        _UxGT("  1mm イドウ")                 // "Move 1mm"
87
 #define MSG_MOVE_1MM                        _UxGT("  1mm イドウ")                 // "Move 1mm"
87
 #define MSG_MOVE_10MM                       _UxGT(" 10mm イドウ")                 // "Move 10mm"
88
 #define MSG_MOVE_10MM                       _UxGT(" 10mm イドウ")                 // "Move 10mm"

+ 1
- 0
Marlin/src/lcd/language/language_ko_KR.h 查看文件

177
 #define MSG_MOVE_Y                          _UxGT("Move Y")
177
 #define MSG_MOVE_Y                          _UxGT("Move Y")
178
 #define MSG_MOVE_Z                          _UxGT("Move Z")
178
 #define MSG_MOVE_Z                          _UxGT("Move Z")
179
 #define MSG_MOVE_E                          _UxGT("Extruder")
179
 #define MSG_MOVE_E                          _UxGT("Extruder")
180
+#define MSG_MOVE_0025MM                     _UxGT("Move 0.025mm")
180
 #define MSG_MOVE_01MM                       _UxGT("Move 0.1mm")
181
 #define MSG_MOVE_01MM                       _UxGT("Move 0.1mm")
181
 #define MSG_MOVE_1MM                        _UxGT("Move 1mm")
182
 #define MSG_MOVE_1MM                        _UxGT("Move 1mm")
182
 #define MSG_MOVE_10MM                       _UxGT("Move 10mm")
183
 #define MSG_MOVE_10MM                       _UxGT("Move 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_nl.h 查看文件

80
 #define MSG_MOVE_Y                          _UxGT("Verplaats Y")
80
 #define MSG_MOVE_Y                          _UxGT("Verplaats Y")
81
 #define MSG_MOVE_Z                          _UxGT("Verplaats Z")
81
 #define MSG_MOVE_Z                          _UxGT("Verplaats Z")
82
 #define MSG_MOVE_E                          _UxGT("Extruder")
82
 #define MSG_MOVE_E                          _UxGT("Extruder")
83
+#define MSG_MOVE_0025MM                     _UxGT("Verplaats 0.025mm")
83
 #define MSG_MOVE_01MM                       _UxGT("Verplaats 0.1mm")
84
 #define MSG_MOVE_01MM                       _UxGT("Verplaats 0.1mm")
84
 #define MSG_MOVE_1MM                        _UxGT("Verplaats 1mm")
85
 #define MSG_MOVE_1MM                        _UxGT("Verplaats 1mm")
85
 #define MSG_MOVE_10MM                       _UxGT("Verplaats 10mm")
86
 #define MSG_MOVE_10MM                       _UxGT("Verplaats 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_pl.h 查看文件

70
 #define MSG_MOVE_Y                          _UxGT("Przesuń w Y")
70
 #define MSG_MOVE_Y                          _UxGT("Przesuń w Y")
71
 #define MSG_MOVE_Z                          _UxGT("Przesuń w Z")
71
 #define MSG_MOVE_Z                          _UxGT("Przesuń w Z")
72
 #define MSG_MOVE_E                          _UxGT("Ekstruzja (os E)")
72
 #define MSG_MOVE_E                          _UxGT("Ekstruzja (os E)")
73
+#define MSG_MOVE_0025MM                     _UxGT("Przesuń co .025mm")
73
 #define MSG_MOVE_01MM                       _UxGT("Przesuń co .1mm")
74
 #define MSG_MOVE_01MM                       _UxGT("Przesuń co .1mm")
74
 #define MSG_MOVE_1MM                        _UxGT("Przesuń co 1mm")
75
 #define MSG_MOVE_1MM                        _UxGT("Przesuń co 1mm")
75
 #define MSG_MOVE_10MM                       _UxGT("Przesuń co 10mm")
76
 #define MSG_MOVE_10MM                       _UxGT("Przesuń co 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_pt-br.h 查看文件

189
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
189
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
190
 #define MSG_MOVE_E                          _UxGT("Mover Extrusor")
190
 #define MSG_MOVE_E                          _UxGT("Mover Extrusor")
191
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Extrus. mto fria")
191
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Extrus. mto fria")
192
+#define MSG_MOVE_0025MM                     _UxGT("Mover 0.025mm")
192
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
193
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
193
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
194
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
194
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")
195
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_pt.h 查看文件

70
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
70
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
71
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
71
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
72
 #define MSG_MOVE_E                          _UxGT("Mover Extrusor")
72
 #define MSG_MOVE_E                          _UxGT("Mover Extrusor")
73
+#define MSG_MOVE_0025MM                     _UxGT("Mover 0.025mm")
73
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
74
 #define MSG_MOVE_01MM                       _UxGT("Mover 0.1mm")
74
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
75
 #define MSG_MOVE_1MM                        _UxGT("Mover 1mm")
75
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")
76
 #define MSG_MOVE_10MM                       _UxGT("Mover 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_ru.h 查看文件

168
 #define MSG_MOVE_Y                          _UxGT("Движение по Y")
168
 #define MSG_MOVE_Y                          _UxGT("Движение по Y")
169
 #define MSG_MOVE_Z                          _UxGT("Движение по Z")
169
 #define MSG_MOVE_Z                          _UxGT("Движение по Z")
170
 #define MSG_MOVE_E                          _UxGT("Экструдер")
170
 #define MSG_MOVE_E                          _UxGT("Экструдер")
171
+#define MSG_MOVE_0025MM                     _UxGT("Движение 0.025мм")
171
 #define MSG_MOVE_01MM                       _UxGT("Движение 0.1мм")
172
 #define MSG_MOVE_01MM                       _UxGT("Движение 0.1мм")
172
 #define MSG_MOVE_1MM                        _UxGT("Движение 1мм")
173
 #define MSG_MOVE_1MM                        _UxGT("Движение 1мм")
173
 #define MSG_MOVE_10MM                       _UxGT("Движение 10мм")
174
 #define MSG_MOVE_10MM                       _UxGT("Движение 10мм")

+ 1
- 0
Marlin/src/lcd/language/language_sk.h 查看文件

206
 #define MSG_MOVE_Z                          _UxGT("Posunúť Z")
206
 #define MSG_MOVE_Z                          _UxGT("Posunúť Z")
207
 #define MSG_MOVE_E                          _UxGT("Extrudér")
207
 #define MSG_MOVE_E                          _UxGT("Extrudér")
208
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend je studený")
208
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend je studený")
209
+#define MSG_MOVE_0025MM                     _UxGT("Posunúť o 0,025mm")
209
 #define MSG_MOVE_01MM                       _UxGT("Posunúť o 0,1mm")
210
 #define MSG_MOVE_01MM                       _UxGT("Posunúť o 0,1mm")
210
 #define MSG_MOVE_1MM                        _UxGT("Posunúť o 1mm")
211
 #define MSG_MOVE_1MM                        _UxGT("Posunúť o 1mm")
211
 #define MSG_MOVE_10MM                       _UxGT("Posunúť o 10mm")
212
 #define MSG_MOVE_10MM                       _UxGT("Posunúť o 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_tr.h 查看文件

186
 #define MSG_MOVE_Z                          _UxGT("Z Hareketi")
186
 #define MSG_MOVE_Z                          _UxGT("Z Hareketi")
187
 #define MSG_MOVE_E                          _UxGT("Ekstruder")
187
 #define MSG_MOVE_E                          _UxGT("Ekstruder")
188
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Nozul Çok Soğuk")
188
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Nozul Çok Soğuk")
189
+#define MSG_MOVE_0025MM                     _UxGT("0.025mm")
189
 #define MSG_MOVE_01MM                       _UxGT("0.1mm")
190
 #define MSG_MOVE_01MM                       _UxGT("0.1mm")
190
 #define MSG_MOVE_1MM                        _UxGT("1mm")
191
 #define MSG_MOVE_1MM                        _UxGT("1mm")
191
 #define MSG_MOVE_10MM                       _UxGT("10mm")
192
 #define MSG_MOVE_10MM                       _UxGT("10mm")

+ 1
- 0
Marlin/src/lcd/language/language_uk.h 查看文件

72
 #define MSG_MOVE_Y                          _UxGT("Рух по Y")
72
 #define MSG_MOVE_Y                          _UxGT("Рух по Y")
73
 #define MSG_MOVE_Z                          _UxGT("Рух по Z")
73
 #define MSG_MOVE_Z                          _UxGT("Рух по Z")
74
 #define MSG_MOVE_E                          _UxGT("Екструдер")
74
 #define MSG_MOVE_E                          _UxGT("Екструдер")
75
+#define MSG_MOVE_0025MM                     _UxGT("Рух по 0.025mm")
75
 #define MSG_MOVE_01MM                       _UxGT("Рух по 0.1mm")
76
 #define MSG_MOVE_01MM                       _UxGT("Рух по 0.1mm")
76
 #define MSG_MOVE_1MM                        _UxGT("Рух по 1mm")
77
 #define MSG_MOVE_1MM                        _UxGT("Рух по 1mm")
77
 #define MSG_MOVE_10MM                       _UxGT("Рух по 10mm")
78
 #define MSG_MOVE_10MM                       _UxGT("Рух по 10mm")

+ 1
- 0
Marlin/src/lcd/language/language_zh_CN.h 查看文件

164
 #define MSG_MOVE_Y                          _UxGT("移动Y")  //"Move Y"
164
 #define MSG_MOVE_Y                          _UxGT("移动Y")  //"Move Y"
165
 #define MSG_MOVE_Z                          _UxGT("移动Z")  //"Move Z"
165
 #define MSG_MOVE_Z                          _UxGT("移动Z")  //"Move Z"
166
 #define MSG_MOVE_E                          _UxGT("挤出机")  //"Extruder"
166
 #define MSG_MOVE_E                          _UxGT("挤出机")  //"Extruder"
167
+#define MSG_MOVE_0025MM                     _UxGT("移动 0.025 mm")  //"Move 0.025mm"
167
 #define MSG_MOVE_01MM                       _UxGT("移动 0.1 mm")  //"Move 0.1mm"
168
 #define MSG_MOVE_01MM                       _UxGT("移动 0.1 mm")  //"Move 0.1mm"
168
 #define MSG_MOVE_1MM                        _UxGT("移动 1 mm")  //"Move 1mm"
169
 #define MSG_MOVE_1MM                        _UxGT("移动 1 mm")  //"Move 1mm"
169
 #define MSG_MOVE_10MM                       _UxGT("移动 10 mm")  //"Move 10mm"
170
 #define MSG_MOVE_10MM                       _UxGT("移动 10 mm")  //"Move 10mm"

+ 1
- 0
Marlin/src/lcd/language/language_zh_TW.h 查看文件

164
 #define MSG_MOVE_Y                          _UxGT("移動Y")  //"Move Y"
164
 #define MSG_MOVE_Y                          _UxGT("移動Y")  //"Move Y"
165
 #define MSG_MOVE_Z                          _UxGT("移動Z")  //"Move Z"
165
 #define MSG_MOVE_Z                          _UxGT("移動Z")  //"Move Z"
166
 #define MSG_MOVE_E                          _UxGT("擠出機")  //"Extruder"
166
 #define MSG_MOVE_E                          _UxGT("擠出機")  //"Extruder"
167
+#define MSG_MOVE_0025MM                     _UxGT("移動 0.025 mm")  //"Move 0.025mm"
167
 #define MSG_MOVE_01MM                       _UxGT("移動 0.1 mm")  //"Move 0.1mm"
168
 #define MSG_MOVE_01MM                       _UxGT("移動 0.1 mm")  //"Move 0.1mm"
168
 #define MSG_MOVE_1MM                        _UxGT("移動 1 mm")  //"Move 1mm"
169
 #define MSG_MOVE_1MM                        _UxGT("移動 1 mm")  //"Move 1mm"
169
 #define MSG_MOVE_10MM                       _UxGT("移動 10 mm")  //"Move 10mm"
170
 #define MSG_MOVE_10MM                       _UxGT("移動 10 mm")  //"Move 10mm"

+ 6
- 3
Marlin/src/lcd/menu/menu_motion.cpp 查看文件

239
   move_menu_scale = scale;
239
   move_menu_scale = scale;
240
   ui.goto_screen(_manual_move_func_ptr);
240
   ui.goto_screen(_manual_move_func_ptr);
241
 }
241
 }
242
-void menu_move_10mm() { _goto_manual_move(10); }
243
-void menu_move_1mm()  { _goto_manual_move( 1); }
244
-void menu_move_01mm() { _goto_manual_move( 0.1f); }
242
+void menu_move_10mm()   { _goto_manual_move(10); }
243
+void menu_move_1mm()    { _goto_manual_move( 1); }
244
+void menu_move_01mm()   { _goto_manual_move( 0.1f); }
245
+void menu_move_0025mm() { _goto_manual_move( 0.025f); }
245
 
246
 
246
 void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int8_t eindex=-1) {
247
 void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int8_t eindex=-1) {
247
   _manual_move_func_ptr = func;
248
   _manual_move_func_ptr = func;
269
     MENU_ITEM(submenu, MSG_MOVE_10MM, menu_move_10mm);
270
     MENU_ITEM(submenu, MSG_MOVE_10MM, menu_move_10mm);
270
     MENU_ITEM(submenu, MSG_MOVE_1MM, menu_move_1mm);
271
     MENU_ITEM(submenu, MSG_MOVE_1MM, menu_move_1mm);
271
     MENU_ITEM(submenu, MSG_MOVE_01MM, menu_move_01mm);
272
     MENU_ITEM(submenu, MSG_MOVE_01MM, menu_move_01mm);
273
+    if (axis == Z_AXIS)
274
+      MENU_ITEM(submenu, MSG_MOVE_0025MM, menu_move_0025mm);
272
   }
275
   }
273
   END_MENU();
276
   END_MENU();
274
 }
277
 }

正在加载...
取消
保存