Browse Source

🩹 Fix manual move titles (#24518)

Scott Lahteine 1 year ago
parent
commit
ed2071aabd
No account linked to committer's email address

+ 1
- 0
Marlin/src/lcd/language/language_an.h View File

83
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
83
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
84
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
84
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
85
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
85
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
86
+  LSTR MSG_MOVE_N                         = _UxGT("Mover @");
86
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
87
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
87
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
88
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
88
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mover $mm");
89
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mover $mm");

+ 1
- 0
Marlin/src/lcd/language/language_bg.h View File

72
   LSTR MSG_MOVE_X                         = _UxGT("Движение по X");
72
   LSTR MSG_MOVE_X                         = _UxGT("Движение по X");
73
   LSTR MSG_MOVE_Y                         = _UxGT("Движение по Y");
73
   LSTR MSG_MOVE_Y                         = _UxGT("Движение по Y");
74
   LSTR MSG_MOVE_Z                         = _UxGT("Движение по Z");
74
   LSTR MSG_MOVE_Z                         = _UxGT("Движение по Z");
75
+  LSTR MSG_MOVE_N                         = _UxGT("Движение по @");
75
   LSTR MSG_MOVE_E                         = _UxGT("Екструдер");
76
   LSTR MSG_MOVE_E                         = _UxGT("Екструдер");
76
   LSTR MSG_MOVE_EN                        = _UxGT("Екструдер *");
77
   LSTR MSG_MOVE_EN                        = _UxGT("Екструдер *");
77
   LSTR MSG_MOVE_N_MM                      = _UxGT("Премести с $mm");
78
   LSTR MSG_MOVE_N_MM                      = _UxGT("Премести с $mm");

+ 1
- 0
Marlin/src/lcd/language/language_ca.h View File

83
   LSTR MSG_MOVE_X                         = _UxGT("Mou X");
83
   LSTR MSG_MOVE_X                         = _UxGT("Mou X");
84
   LSTR MSG_MOVE_Y                         = _UxGT("Mou Y");
84
   LSTR MSG_MOVE_Y                         = _UxGT("Mou Y");
85
   LSTR MSG_MOVE_Z                         = _UxGT("Mou Z");
85
   LSTR MSG_MOVE_Z                         = _UxGT("Mou Z");
86
+  LSTR MSG_MOVE_N                         = _UxGT("Mou @");
86
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
87
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
87
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
88
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
88
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mou $mm");
89
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mou $mm");

+ 1
- 0
Marlin/src/lcd/language/language_cz.h View File

232
   LSTR MSG_MOVE_X                         = _UxGT("Posunout X");
232
   LSTR MSG_MOVE_X                         = _UxGT("Posunout X");
233
   LSTR MSG_MOVE_Y                         = _UxGT("Posunout Y");
233
   LSTR MSG_MOVE_Y                         = _UxGT("Posunout Y");
234
   LSTR MSG_MOVE_Z                         = _UxGT("Posunout Z");
234
   LSTR MSG_MOVE_Z                         = _UxGT("Posunout Z");
235
+  LSTR MSG_MOVE_N                         = _UxGT("Posunout @");
235
   LSTR MSG_MOVE_E                         = _UxGT("Extrudér");
236
   LSTR MSG_MOVE_E                         = _UxGT("Extrudér");
236
   LSTR MSG_MOVE_EN                        = _UxGT("Extrudér *");
237
   LSTR MSG_MOVE_EN                        = _UxGT("Extrudér *");
237
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hotend je studený");
238
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hotend je studený");

+ 3
- 0
Marlin/src/lcd/language/language_da.h View File

74
   LSTR MSG_MOVE_X                         = _UxGT("Flyt X");
74
   LSTR MSG_MOVE_X                         = _UxGT("Flyt X");
75
   LSTR MSG_MOVE_Y                         = _UxGT("Flyt Y");
75
   LSTR MSG_MOVE_Y                         = _UxGT("Flyt Y");
76
   LSTR MSG_MOVE_Z                         = _UxGT("Flyt Z");
76
   LSTR MSG_MOVE_Z                         = _UxGT("Flyt Z");
77
+  LSTR MSG_MOVE_N                         = _UxGT("Flyt @");
78
+  LSTR MSG_MOVE_E                         = _UxGT("Flyt E");
79
+  LSTR MSG_MOVE_EN                        = _UxGT("Flyt *");
77
   LSTR MSG_MOVE_N_MM                      = _UxGT("Flyt $mm");
80
   LSTR MSG_MOVE_N_MM                      = _UxGT("Flyt $mm");
78
   LSTR MSG_MOVE_01MM                      = _UxGT("Flyt 0.1mm");
81
   LSTR MSG_MOVE_01MM                      = _UxGT("Flyt 0.1mm");
79
   LSTR MSG_MOVE_1MM                       = _UxGT("Flyt 1mm");
82
   LSTR MSG_MOVE_1MM                       = _UxGT("Flyt 1mm");

+ 1
- 0
Marlin/src/lcd/language/language_el.h View File

92
   LSTR MSG_MOVE_X                         = _UxGT("Μετακίνηση X");
92
   LSTR MSG_MOVE_X                         = _UxGT("Μετακίνηση X");
93
   LSTR MSG_MOVE_Y                         = _UxGT("Μετακίνηση Y");
93
   LSTR MSG_MOVE_Y                         = _UxGT("Μετακίνηση Y");
94
   LSTR MSG_MOVE_Z                         = _UxGT("Μετακίνηση Z");
94
   LSTR MSG_MOVE_Z                         = _UxGT("Μετακίνηση Z");
95
+  LSTR MSG_MOVE_N                         = _UxGT("Μετακίνηση @");
95
   LSTR MSG_MOVE_E                         = _UxGT("Εξωθητής");
96
   LSTR MSG_MOVE_E                         = _UxGT("Εξωθητής");
96
   LSTR MSG_MOVE_EN                        = _UxGT("Εξωθητής *");
97
   LSTR MSG_MOVE_EN                        = _UxGT("Εξωθητής *");
97
   LSTR MSG_MOVE_N_MM                      = _UxGT("Μετακίνηση %s μμ");
98
   LSTR MSG_MOVE_N_MM                      = _UxGT("Μετακίνηση %s μμ");

+ 1
- 0
Marlin/src/lcd/language/language_el_gr.h View File

81
   LSTR MSG_MOVE_X                         = _UxGT("Μετακίνηση X");
81
   LSTR MSG_MOVE_X                         = _UxGT("Μετακίνηση X");
82
   LSTR MSG_MOVE_Y                         = _UxGT("Μετακίνηση Y");
82
   LSTR MSG_MOVE_Y                         = _UxGT("Μετακίνηση Y");
83
   LSTR MSG_MOVE_Z                         = _UxGT("Μετακίνηση Z");
83
   LSTR MSG_MOVE_Z                         = _UxGT("Μετακίνηση Z");
84
+  LSTR MSG_MOVE_N                         = _UxGT("Μετακίνηση @");
84
   LSTR MSG_MOVE_E                         = _UxGT("Εξωθητήρας");
85
   LSTR MSG_MOVE_E                         = _UxGT("Εξωθητήρας");
85
   LSTR MSG_MOVE_EN                        = _UxGT("Εξωθητήρας *");
86
   LSTR MSG_MOVE_EN                        = _UxGT("Εξωθητήρας *");
86
   LSTR MSG_MOVE_N_MM                      = _UxGT("Μετακίνηση %s μμ");
87
   LSTR MSG_MOVE_N_MM                      = _UxGT("Μετακίνηση %s μμ");

+ 1
- 0
Marlin/src/lcd/language/language_es.h View File

226
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
226
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
227
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
227
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
228
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
228
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
229
+  LSTR MSG_MOVE_N                         = _UxGT("Mover @");
229
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
230
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
230
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
231
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
231
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hotend muy frio");
232
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hotend muy frio");

+ 1
- 0
Marlin/src/lcd/language/language_eu.h View File

136
   LSTR MSG_MOVE_X                         = _UxGT("Mugitu X");
136
   LSTR MSG_MOVE_X                         = _UxGT("Mugitu X");
137
   LSTR MSG_MOVE_Y                         = _UxGT("Mugitu Y");
137
   LSTR MSG_MOVE_Y                         = _UxGT("Mugitu Y");
138
   LSTR MSG_MOVE_Z                         = _UxGT("Mugitu Z");
138
   LSTR MSG_MOVE_Z                         = _UxGT("Mugitu Z");
139
+  LSTR MSG_MOVE_N                         = _UxGT("Mugitu @");
139
   LSTR MSG_MOVE_E                         = _UxGT("Estrusorea");
140
   LSTR MSG_MOVE_E                         = _UxGT("Estrusorea");
140
   LSTR MSG_MOVE_EN                        = _UxGT("Estrusorea *");
141
   LSTR MSG_MOVE_EN                        = _UxGT("Estrusorea *");
141
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mugitu $mm");
142
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mugitu $mm");

+ 1
- 0
Marlin/src/lcd/language/language_fi.h View File

69
   LSTR MSG_MOVE_X                         = _UxGT("Liikuta X");
69
   LSTR MSG_MOVE_X                         = _UxGT("Liikuta X");
70
   LSTR MSG_MOVE_Y                         = _UxGT("Liikuta Y");
70
   LSTR MSG_MOVE_Y                         = _UxGT("Liikuta Y");
71
   LSTR MSG_MOVE_Z                         = _UxGT("Liikuta Z");
71
   LSTR MSG_MOVE_Z                         = _UxGT("Liikuta Z");
72
+  LSTR MSG_MOVE_N                         = _UxGT("Liikuta @");
72
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
73
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
73
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
74
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
74
   LSTR MSG_MOVE_N_MM                      = _UxGT("Liikuta $mm");
75
   LSTR MSG_MOVE_N_MM                      = _UxGT("Liikuta $mm");

+ 1
- 0
Marlin/src/lcd/language/language_gl.h View File

223
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
223
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
224
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
224
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
225
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
225
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
226
+  LSTR MSG_MOVE_N                         = _UxGT("Mover @");
226
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
227
   LSTR MSG_MOVE_E                         = _UxGT("Extrusor");
227
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
228
   LSTR MSG_MOVE_EN                        = _UxGT("Extrusor *");
228
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Bico moi frío");
229
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Bico moi frío");

+ 4
- 0
Marlin/src/lcd/language/language_hr.h View File

78
   LSTR MSG_LEVEL_BED                      = _UxGT("Niveliraj bed");
78
   LSTR MSG_LEVEL_BED                      = _UxGT("Niveliraj bed");
79
   LSTR MSG_MOVE_X                         = _UxGT("Miči X");
79
   LSTR MSG_MOVE_X                         = _UxGT("Miči X");
80
   LSTR MSG_MOVE_Y                         = _UxGT("Miči Y");
80
   LSTR MSG_MOVE_Y                         = _UxGT("Miči Y");
81
+  LSTR MSG_MOVE_Z                         = _UxGT("Miči Z");
82
+  LSTR MSG_MOVE_N                         = _UxGT("Miči @");
83
+  LSTR MSG_MOVE_E                         = _UxGT("Miči E");
84
+  LSTR MSG_MOVE_EN                        = _UxGT("Miči *");
81
   LSTR MSG_MOVE_N_MM                      = _UxGT("Miči $mm");
85
   LSTR MSG_MOVE_N_MM                      = _UxGT("Miči $mm");
82
   LSTR MSG_MOVE_01MM                      = _UxGT("Miči 0.1mm");
86
   LSTR MSG_MOVE_01MM                      = _UxGT("Miči 0.1mm");
83
   LSTR MSG_MOVE_1MM                       = _UxGT("Miči 1mm");
87
   LSTR MSG_MOVE_1MM                       = _UxGT("Miči 1mm");

+ 2
- 0
Marlin/src/lcd/language/language_jp_kana.h View File

92
   LSTR MSG_MOVE_X                         = _UxGT("Xジク イドウ");                  // "Move X"
92
   LSTR MSG_MOVE_X                         = _UxGT("Xジク イドウ");                  // "Move X"
93
   LSTR MSG_MOVE_Y                         = _UxGT("Yジク イドウ");                  // "Move Y"
93
   LSTR MSG_MOVE_Y                         = _UxGT("Yジク イドウ");                  // "Move Y"
94
   LSTR MSG_MOVE_Z                         = _UxGT("Zジク イドウ");                  // "Move Z"
94
   LSTR MSG_MOVE_Z                         = _UxGT("Zジク イドウ");                  // "Move Z"
95
+  LSTR MSG_MOVE_N                         = _UxGT("@ジク イドウ");                  // "Move @"
95
   LSTR MSG_MOVE_E                         = _UxGT("エクストルーダー");                // "Extruder"
96
   LSTR MSG_MOVE_E                         = _UxGT("エクストルーダー");                // "Extruder"
97
+  LSTR MSG_MOVE_EN                        = _UxGT("* エクストルーダー");              // "En"
96
   LSTR MSG_MOVE_N_MM                      = _UxGT("$mm イドウ");                    // "Move 0.025mm"
98
   LSTR MSG_MOVE_N_MM                      = _UxGT("$mm イドウ");                    // "Move 0.025mm"
97
   LSTR MSG_MOVE_01MM                      = _UxGT("0.1mm イドウ");                 // "Move 0.1mm"
99
   LSTR MSG_MOVE_01MM                      = _UxGT("0.1mm イドウ");                 // "Move 0.1mm"
98
   LSTR MSG_MOVE_1MM                       = _UxGT("  1mm イドウ");                 // "Move 1mm"
100
   LSTR MSG_MOVE_1MM                       = _UxGT("  1mm イドウ");                 // "Move 1mm"

+ 1
- 0
Marlin/src/lcd/language/language_nl.h View File

84
   LSTR MSG_MOVE_X                         = _UxGT("Verplaats X");
84
   LSTR MSG_MOVE_X                         = _UxGT("Verplaats X");
85
   LSTR MSG_MOVE_Y                         = _UxGT("Verplaats Y");
85
   LSTR MSG_MOVE_Y                         = _UxGT("Verplaats Y");
86
   LSTR MSG_MOVE_Z                         = _UxGT("Verplaats Z");
86
   LSTR MSG_MOVE_Z                         = _UxGT("Verplaats Z");
87
+  LSTR MSG_MOVE_N                         = _UxGT("Verplaats @");
87
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
88
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
88
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
89
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
89
   LSTR MSG_MOVE_N_MM                      = _UxGT("Verplaats $mm");
90
   LSTR MSG_MOVE_N_MM                      = _UxGT("Verplaats $mm");

+ 1
- 0
Marlin/src/lcd/language/language_pl.h View File

235
   LSTR MSG_MOVE_X                         = _UxGT("Przesuń w X");
235
   LSTR MSG_MOVE_X                         = _UxGT("Przesuń w X");
236
   LSTR MSG_MOVE_Y                         = _UxGT("Przesuń w Y");
236
   LSTR MSG_MOVE_Y                         = _UxGT("Przesuń w Y");
237
   LSTR MSG_MOVE_Z                         = _UxGT("Przesuń w Z");
237
   LSTR MSG_MOVE_Z                         = _UxGT("Przesuń w Z");
238
+  LSTR MSG_MOVE_N                         = _UxGT("Przesuń w @");
238
   LSTR MSG_MOVE_E                         = _UxGT("Ekstruzja (os E)");
239
   LSTR MSG_MOVE_E                         = _UxGT("Ekstruzja (os E)");
239
   LSTR MSG_MOVE_EN                        = _UxGT("Ekstruzja (os E) *");
240
   LSTR MSG_MOVE_EN                        = _UxGT("Ekstruzja (os E) *");
240
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Dysza za zimna");
241
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Dysza za zimna");

+ 1
- 0
Marlin/src/lcd/language/language_pt.h View File

78
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
78
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
79
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
79
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
80
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
80
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
81
+  LSTR MSG_MOVE_N                         = _UxGT("Mover @");
81
   LSTR MSG_MOVE_E                         = _UxGT("Mover Extrusor");
82
   LSTR MSG_MOVE_E                         = _UxGT("Mover Extrusor");
82
   LSTR MSG_MOVE_EN                        = _UxGT("Mover Extrusor *");
83
   LSTR MSG_MOVE_EN                        = _UxGT("Mover Extrusor *");
83
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mover $mm");
84
   LSTR MSG_MOVE_N_MM                      = _UxGT("Mover $mm");

+ 1
- 0
Marlin/src/lcd/language/language_pt_br.h View File

209
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
209
   LSTR MSG_MOVE_X                         = _UxGT("Mover X");
210
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
210
   LSTR MSG_MOVE_Y                         = _UxGT("Mover Y");
211
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
211
   LSTR MSG_MOVE_Z                         = _UxGT("Mover Z");
212
+  LSTR MSG_MOVE_N                         = _UxGT("Mover @");
212
   LSTR MSG_MOVE_E                         = _UxGT("Mover Extrusor");
213
   LSTR MSG_MOVE_E                         = _UxGT("Mover Extrusor");
213
   LSTR MSG_MOVE_EN                        = _UxGT("Mover Extrusor *");
214
   LSTR MSG_MOVE_EN                        = _UxGT("Mover Extrusor *");
214
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Extrus. mto fria");
215
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Extrus. mto fria");

+ 1
- 0
Marlin/src/lcd/language/language_ro.h View File

222
   LSTR MSG_MOVE_X                         = _UxGT("Move X");
222
   LSTR MSG_MOVE_X                         = _UxGT("Move X");
223
   LSTR MSG_MOVE_Y                         = _UxGT("Move Y");
223
   LSTR MSG_MOVE_Y                         = _UxGT("Move Y");
224
   LSTR MSG_MOVE_Z                         = _UxGT("Move Z");
224
   LSTR MSG_MOVE_Z                         = _UxGT("Move Z");
225
+  LSTR MSG_MOVE_N                         = _UxGT("Move @");
225
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
226
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
226
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
227
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
227
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Capat Prea Rece");
228
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Capat Prea Rece");

+ 1
- 0
Marlin/src/lcd/language/language_sv.h View File

249
   LSTR MSG_MOVE_X                         = _UxGT("Flytta X");
249
   LSTR MSG_MOVE_X                         = _UxGT("Flytta X");
250
   LSTR MSG_MOVE_Y                         = _UxGT("Flytta Y");
250
   LSTR MSG_MOVE_Y                         = _UxGT("Flytta Y");
251
   LSTR MSG_MOVE_Z                         = _UxGT("Flytta Z");
251
   LSTR MSG_MOVE_Z                         = _UxGT("Flytta Z");
252
+  LSTR MSG_MOVE_N                         = _UxGT("Flytta @");
252
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
253
   LSTR MSG_MOVE_E                         = _UxGT("Extruder");
253
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
254
   LSTR MSG_MOVE_EN                        = _UxGT("Extruder *");
254
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hetände för kall");
255
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Hetände för kall");

+ 1
- 0
Marlin/src/lcd/language/language_tr.h View File

225
   LSTR MSG_MOVE_X                         = _UxGT("X Hareketi");
225
   LSTR MSG_MOVE_X                         = _UxGT("X Hareketi");
226
   LSTR MSG_MOVE_Y                         = _UxGT("Y Hareketi");
226
   LSTR MSG_MOVE_Y                         = _UxGT("Y Hareketi");
227
   LSTR MSG_MOVE_Z                         = _UxGT("Z Hareketi");
227
   LSTR MSG_MOVE_Z                         = _UxGT("Z Hareketi");
228
+  LSTR MSG_MOVE_N                         = _UxGT("@ Hareketi");
228
   LSTR MSG_MOVE_E                         = _UxGT("Ekstruder");
229
   LSTR MSG_MOVE_E                         = _UxGT("Ekstruder");
229
   LSTR MSG_MOVE_EN                        = _UxGT("Ekstruder *");
230
   LSTR MSG_MOVE_EN                        = _UxGT("Ekstruder *");
230
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Nozul Çok Soğuk");
231
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Nozul Çok Soğuk");

+ 1
- 0
Marlin/src/lcd/language/language_vi.h View File

198
   LSTR MSG_MOVE_X                         = _UxGT("Di chuyển X");                          // Move X
198
   LSTR MSG_MOVE_X                         = _UxGT("Di chuyển X");                          // Move X
199
   LSTR MSG_MOVE_Y                         = _UxGT("Di chuyển Y");
199
   LSTR MSG_MOVE_Y                         = _UxGT("Di chuyển Y");
200
   LSTR MSG_MOVE_Z                         = _UxGT("Di chuyển Z");
200
   LSTR MSG_MOVE_Z                         = _UxGT("Di chuyển Z");
201
+  LSTR MSG_MOVE_N                         = _UxGT("Di chuyển @");
201
   LSTR MSG_MOVE_E                         = _UxGT("Máy đùn");                              // Extruder
202
   LSTR MSG_MOVE_E                         = _UxGT("Máy đùn");                              // Extruder
202
   LSTR MSG_MOVE_EN                        = _UxGT("Máy đùn *");
203
   LSTR MSG_MOVE_EN                        = _UxGT("Máy đùn *");
203
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Đầu nóng quá lạnh");                    // Hotend too cold
204
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("Đầu nóng quá lạnh");                    // Hotend too cold

+ 1
- 0
Marlin/src/lcd/language/language_zh_CN.h View File

222
   LSTR MSG_MOVE_X                         = _UxGT("移动X");     // "Move X"
222
   LSTR MSG_MOVE_X                         = _UxGT("移动X");     // "Move X"
223
   LSTR MSG_MOVE_Y                         = _UxGT("移动Y");     // "Move Y"
223
   LSTR MSG_MOVE_Y                         = _UxGT("移动Y");     // "Move Y"
224
   LSTR MSG_MOVE_Z                         = _UxGT("移动Z");     // "Move Z"
224
   LSTR MSG_MOVE_Z                         = _UxGT("移动Z");     // "Move Z"
225
+  LSTR MSG_MOVE_N                         = _UxGT("移动@");     // "Move @"
225
   LSTR MSG_MOVE_E                         = _UxGT("挤出机");     // "Extruder"
226
   LSTR MSG_MOVE_E                         = _UxGT("挤出机");     // "Extruder"
226
   LSTR MSG_MOVE_EN                        = _UxGT("挤出机 *");     // "Extruder"
227
   LSTR MSG_MOVE_EN                        = _UxGT("挤出机 *");     // "Extruder"
227
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("热端太冷");
228
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("热端太冷");

+ 1
- 0
Marlin/src/lcd/language/language_zh_TW.h View File

218
   LSTR MSG_MOVE_X                         = _UxGT("移動X");     // "Move X"
218
   LSTR MSG_MOVE_X                         = _UxGT("移動X");     // "Move X"
219
   LSTR MSG_MOVE_Y                         = _UxGT("移動Y");     // "Move Y"
219
   LSTR MSG_MOVE_Y                         = _UxGT("移動Y");     // "Move Y"
220
   LSTR MSG_MOVE_Z                         = _UxGT("移動Z");     // "Move Z"
220
   LSTR MSG_MOVE_Z                         = _UxGT("移動Z");     // "Move Z"
221
+  LSTR MSG_MOVE_N                         = _UxGT("移動Q");     // "Move @"
221
   LSTR MSG_MOVE_E                         = _UxGT("擠出機");     // "Extruder"
222
   LSTR MSG_MOVE_E                         = _UxGT("擠出機");     // "Extruder"
222
   LSTR MSG_MOVE_EN                        = _UxGT("擠出機 *");       // "Extruder *"
223
   LSTR MSG_MOVE_EN                        = _UxGT("擠出機 *");       // "Extruder *"
223
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("噴嘴溫度不夠");   // "Hotend too cold"
224
   LSTR MSG_HOTEND_TOO_COLD                = _UxGT("噴嘴溫度不夠");   // "Hotend too cold"

+ 2
- 0
Marlin/src/lcd/marlinui.h View File

176
     static void soon(const AxisEnum axis OPTARG(MULTI_E_MANUAL, const int8_t eindex=active_extruder));
176
     static void soon(const AxisEnum axis OPTARG(MULTI_E_MANUAL, const int8_t eindex=active_extruder));
177
   };
177
   };
178
 
178
 
179
+  void lcd_move_axis(const AxisEnum);
180
+
179
 #endif
181
 #endif
180
 
182
 
181
 ////////////////////////////////////////////
183
 ////////////////////////////////////////////

+ 1
- 1
Marlin/src/lcd/menu/menu.cpp View File

191
         else {
191
         else {
192
           #if ENABLED(MOVE_Z_WHEN_IDLE)
192
           #if ENABLED(MOVE_Z_WHEN_IDLE)
193
             ui.manual_move.menu_scale = MOVE_Z_IDLE_MULTIPLICATOR;
193
             ui.manual_move.menu_scale = MOVE_Z_IDLE_MULTIPLICATOR;
194
-            screen = lcd_move_z;
194
+            screen = []{ lcd_move_axis(Z_AXIS); };
195
           #endif
195
           #endif
196
         }
196
         }
197
       }
197
       }

+ 0
- 2
Marlin/src/lcd/menu/menu.h View File

214
 //////// Menu Item Helper Functions ////////
214
 //////// Menu Item Helper Functions ////////
215
 ////////////////////////////////////////////
215
 ////////////////////////////////////////////
216
 
216
 
217
-void lcd_move_axis(const AxisEnum);
218
-void lcd_move_z();
219
 void _lcd_draw_homing();
217
 void _lcd_draw_homing();
220
 
218
 
221
 #define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LCD_BED_TRAMMING)
219
 #define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LCD_BED_TRAMMING)

+ 1
- 1
Marlin/src/lcd/menu/menu_delta_calibrate.cpp View File

52
     ui.wait_for_move = false;
52
     ui.wait_for_move = false;
53
     ui.synchronize();
53
     ui.synchronize();
54
     ui.manual_move.menu_scale = _MAX(PROBE_MANUALLY_STEP, MIN_STEPS_PER_SEGMENT / planner.settings.axis_steps_per_mm[0]); // Use first axis as for delta XYZ should always match
54
     ui.manual_move.menu_scale = _MAX(PROBE_MANUALLY_STEP, MIN_STEPS_PER_SEGMENT / planner.settings.axis_steps_per_mm[0]); // Use first axis as for delta XYZ should always match
55
-    ui.goto_screen(lcd_move_z);
55
+    ui.goto_screen([]{ lcd_move_axis(Z_AXIS); });
56
   }
56
   }
57
 }
57
 }
58
 
58
 

+ 0
- 2
Marlin/src/lcd/menu/menu_item.h View File

31
   #include "../../module/planner.h"
31
   #include "../../module/planner.h"
32
 #endif
32
 #endif
33
 
33
 
34
-void lcd_move_z();
35
-
36
 ////////////////////////////////////////////
34
 ////////////////////////////////////////////
37
 ///////////// Base Menu Items //////////////
35
 ///////////// Base Menu Items //////////////
38
 ////////////////////////////////////////////
36
 ////////////////////////////////////////////

+ 2
- 4
Marlin/src/lcd/menu/menu_motion.cpp View File

74
   }
74
   }
75
   ui.encoderPosition = 0;
75
   ui.encoderPosition = 0;
76
   if (ui.should_draw()) {
76
   if (ui.should_draw()) {
77
+    MenuEditItemBase::itemIndex = axis;
77
     const float pos = ui.manual_move.axis_value(axis);
78
     const float pos = ui.manual_move.axis_value(axis);
78
     if (parser.using_inch_units()) {
79
     if (parser.using_inch_units()) {
79
       const float imp_pos = LINEAR_UNIT(pos);
80
       const float imp_pos = LINEAR_UNIT(pos);
84
   }
85
   }
85
 }
86
 }
86
 
87
 
87
-// Move Z easy accessor
88
-void lcd_move_z() { lcd_move_axis(Z_AXIS); }
89
-
90
 #if E_MANUAL
88
 #if E_MANUAL
91
 
89
 
92
   static void lcd_move_e(TERN_(MULTI_E_MANUAL, const int8_t eindex=active_extruder)) {
90
   static void lcd_move_e(TERN_(MULTI_E_MANUAL, const int8_t eindex=active_extruder)) {
118
 
116
 
119
   void _goto_manual_move_z(const_float_t scale) {
117
   void _goto_manual_move_z(const_float_t scale) {
120
     ui.manual_move.menu_scale = scale;
118
     ui.manual_move.menu_scale = scale;
121
-    ui.goto_screen(lcd_move_z);
119
+    ui.goto_screen([]{ lcd_move_axis(Z_AXIS); });
122
   }
120
   }
123
 
121
 
124
 #endif
122
 #endif

Loading…
Cancel
Save