|
@@ -36,34 +36,138 @@
|
36
|
36
|
#define CHARSIZE 2
|
37
|
37
|
|
38
|
38
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" pronto.")
|
|
39
|
+
|
|
40
|
+#define MSG_BACK _UxGT("Voltar")
|
39
|
41
|
#define MSG_SD_INSERTED _UxGT("Cartão inserido")
|
40
|
42
|
#define MSG_SD_REMOVED _UxGT("Cartão removido")
|
|
43
|
+#define MSG_LCD_ENDSTOPS _UxGT("Finais")
|
41
|
44
|
#define MSG_MAIN _UxGT("Menu principal")
|
42
|
45
|
#define MSG_AUTOSTART _UxGT("Autostart")
|
43
|
46
|
#define MSG_DISABLE_STEPPERS _UxGT("Desabi. motores")
|
44
|
|
-#define MSG_AUTO_HOME _UxGT("Ir para origen")
|
|
47
|
+#define MSG_DEBUG_MENU _UxGT("Menu Debug")
|
|
48
|
+#define MSG_PROGRESS_BAR_TEST _UxGT("Testar Barra de Prog")//resso
|
|
49
|
+#define MSG_AUTO_HOME_X _UxGT("Ir na origem X")
|
|
50
|
+#define MSG_AUTO_HOME_Y _UxGT("Ir na origem Y")
|
|
51
|
+#define MSG_AUTO_HOME_Z _UxGT("Ir na origem Z")
|
|
52
|
+#define MSG_AUTO_HOME _UxGT("Ir na origem XYZ")
|
45
|
53
|
#define MSG_LEVEL_BED_HOMING _UxGT("Indo para origem")
|
46
|
|
-#define MSG_LEVEL_BED_WAITING _UxGT("Click to Begin")
|
47
|
|
-#define MSG_LEVEL_BED_DONE _UxGT("Leveling Done!")
|
48
|
|
-#define MSG_SET_HOME_OFFSETS _UxGT("Ajustar Jogo")
|
49
|
|
-#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
|
50
|
|
-#define MSG_SET_ORIGIN _UxGT("Ajustar orig.")
|
|
54
|
+#define MSG_LEVEL_BED_WAITING _UxGT("Clique para Iniciar")
|
|
55
|
+#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Próximo Ponto")
|
|
56
|
+#define MSG_LEVEL_BED_DONE _UxGT("Fim nivelação!")
|
|
57
|
+#define MSG_Z_FADE_HEIGHT _UxGT("Suavizar altura")
|
|
58
|
+#define MSG_SET_HOME_OFFSETS _UxGT("Compensar origem")
|
|
59
|
+#define MSG_HOME_OFFSETS_APPLIED _UxGT("Alteração feita")
|
|
60
|
+#define MSG_SET_ORIGIN _UxGT("Ajustar Origem")
|
51
|
61
|
#define MSG_PREHEAT_1 _UxGT("Pre-aquecer PLA")
|
52
|
|
-#define MSG_PREHEAT_1_N _UxGT("Pre-aquecer PLA")
|
|
62
|
+#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
53
|
63
|
#define MSG_PREHEAT_1_ALL _UxGT("Pre-aq.Todo PLA")
|
54
|
|
-#define MSG_PREHEAT_1_BEDONLY _UxGT("Pre-aq. PLA ") LCD_STR_THERMOMETER _UxGT("Base")
|
|
64
|
+#define MSG_PREHEAT_1_END _UxGT("Pre-aq.Extrusora")
|
|
65
|
+#define MSG_PREHEAT_1_BEDONLY _UxGT("Pre-aq.Mesa PLA")
|
55
|
66
|
#define MSG_PREHEAT_1_SETTINGS _UxGT("Ajustar PLA")
|
56
|
67
|
#define MSG_PREHEAT_2 _UxGT("Pre-aquecer ABS")
|
57
|
68
|
#define MSG_PREHEAT_2_N _UxGT("Pre-aquecer ABS")
|
58
|
69
|
#define MSG_PREHEAT_2_ALL _UxGT("Pre-aq.Todo ABS")
|
59
|
|
-#define MSG_PREHEAT_2_BEDONLY _UxGT("Pre-aq. ABS ") LCD_STR_THERMOMETER _UxGT("Base")
|
|
70
|
+#define MSG_PREHEAT_2_BEDONLY _UxGT("Pre-aq.Mesa ABS")
|
|
71
|
+#define MSG_PREHEAT_2_END _UxGT("Pre-aq.Extrusora")
|
60
|
72
|
#define MSG_PREHEAT_2_SETTINGS _UxGT("Ajustar ABS")
|
61
|
73
|
#define MSG_COOLDOWN _UxGT("Esfriar")
|
62
|
74
|
#define MSG_SWITCH_PS_ON _UxGT("Ligar")
|
63
|
75
|
#define MSG_SWITCH_PS_OFF _UxGT("Desligar")
|
64
|
|
-#define MSG_EXTRUDE _UxGT("Extrudar")
|
|
76
|
+#define MSG_EXTRUDE _UxGT("Extrusar")
|
65
|
77
|
#define MSG_RETRACT _UxGT("Retrair")
|
66
|
78
|
#define MSG_MOVE_AXIS _UxGT("Mover eixo")
|
|
79
|
+#define MSG_BED_LEVELING _UxGT("Nivelação Mesa")
|
|
80
|
+#define MSG_LEVEL_BED _UxGT("Nivelar Mesa")
|
|
81
|
+#define MSG_LEVEL_CORNERS _UxGT("Nivelar Cantos")
|
|
82
|
+#define MSG_NEXT_CORNER _UxGT("Próximo Canto")
|
|
83
|
+#define MSG_EDITING_STOPPED _UxGT("Fim da Edição")
|
|
84
|
+
|
|
85
|
+#define MSG_USER_MENU _UxGT("Comando customizado")
|
|
86
|
+#define MSG_UBL_DOING_G29 _UxGT("Executando G29")
|
|
87
|
+#define MSG_UBL_UNHOMED _UxGT("Fora da Origam")
|
|
88
|
+#define MSG_UBL_TOOLS _UxGT("Ferramentas UBL")
|
|
89
|
+#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
|
90
|
+#define MSG_UBL_MANUAL_MESH _UxGT("Fazer malha manual")
|
|
91
|
+#define MSG_UBL_BC_INSERT _UxGT("Calçar e calibrar")
|
|
92
|
+#define MSG_UBL_BC_INSERT2 _UxGT("Medir")
|
|
93
|
+#define MSG_UBL_BC_REMOVE _UxGT("Remover e calibrar")
|
|
94
|
+
|
|
95
|
+#define MSG_UBL_MOVING_TO_NEXT _UxGT("Indo para o Próximo")
|
|
96
|
+#define MSG_UBL_ACTIVATE_MESH _UxGT("Ativar UBL")
|
|
97
|
+#define MSG_UBL_DEACTIVATE_MESH _UxGT("Desativar UBL")
|
|
98
|
+#define MSG_UBL_SET_BED_TEMP _UxGT("Temp. Mesa")
|
|
99
|
+#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
|
100
|
+#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Temp. Extrusora")
|
|
101
|
+#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
|
102
|
+#define MSG_UBL_MESH_EDIT _UxGT("Editar Malha")
|
|
103
|
+#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Editar Malha Custom")
|
|
104
|
+#define MSG_UBL_FINE_TUNE_MESH _UxGT("Ajuste Fino da Malha")
|
|
105
|
+#define MSG_UBL_DONE_EDITING_MESH _UxGT("Fim da Edição")
|
|
106
|
+#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Montar Customi")
|
|
107
|
+#define MSG_UBL_BUILD_MESH_MENU _UxGT("Montar ")
|
|
108
|
+#define MSG_UBL_BUILD_PLA_MESH _UxGT("Montar PLA")
|
|
109
|
+#define MSG_UBL_BUILD_ABS_MESH _UxGT("Montar ABS")
|
|
110
|
+#define MSG_UBL_BUILD_COLD_MESH _UxGT("Montar fria")
|
|
111
|
+#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Ajustar Altura")
|
|
112
|
+#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Tamanho da Elevação")
|
|
113
|
+#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validar Malha")
|
|
114
|
+#define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Checar PLA")
|
|
115
|
+#define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Checar ABS")
|
|
116
|
+#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validar Malha Custom")
|
|
117
|
+#define MSG_UBL_CONTINUE_MESH _UxGT("Continuar Malha")
|
|
118
|
+#define MSG_UBL_MESH_LEVELING _UxGT("Nivelação da Malha")
|
|
119
|
+#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Nivelação 3 pontos")
|
|
120
|
+#define MSG_UBL_GRID_MESH_LEVELING _UxGT("Nivelação Grid")
|
|
121
|
+#define MSG_UBL_MESH_LEVEL _UxGT("Nivelar Malha")
|
|
122
|
+#define MSG_UBL_SIDE_POINTS _UxGT("Cantos")
|
|
123
|
+#define MSG_UBL_MAP_TYPE _UxGT("Tipo de Mapa")
|
|
124
|
+#define MSG_UBL_OUTPUT_MAP _UxGT("Salvar Mapa da Malha")
|
|
125
|
+#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Enviar Para Host")
|
|
126
|
+#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Salvar Malha CSV")
|
|
127
|
+#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Salvar Backup")
|
|
128
|
+#define MSG_UBL_INFO_UBL _UxGT("Informação do UBL")
|
|
129
|
+#define MSG_UBL_EDIT_MESH_MENU _UxGT("Editar Malha")
|
|
130
|
+#define MSG_UBL_FILLIN_AMOUNT _UxGT("Qtd de Enchimento")
|
|
131
|
+#define MSG_UBL_MANUAL_FILLIN _UxGT("Enchimento Manual")
|
|
132
|
+#define MSG_UBL_SMART_FILLIN _UxGT("Enchimento Smart")
|
|
133
|
+#define MSG_UBL_FILLIN_MESH _UxGT("Preencher malha")
|
|
134
|
+#define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidar tudo")
|
|
135
|
+#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidar próximo")
|
|
136
|
+#define MSG_UBL_FINE_TUNE_ALL _UxGT("Ajuste Fino de Todos")
|
|
137
|
+#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ajuar Mais Próximo")
|
|
138
|
+#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Armazenamento Malha")
|
|
139
|
+#define MSG_UBL_STORAGE_SLOT _UxGT("Slot de Memória")
|
|
140
|
+#define MSG_UBL_LOAD_MESH _UxGT("Ler Malha")
|
|
141
|
+#define MSG_UBL_SAVE_MESH _UxGT("Salvar Malha")
|
|
142
|
+#define MSG_MESH_LOADED _UxGT("Malha %i carregada")
|
|
143
|
+#define MSG_MESH_SAVED _UxGT("Malha %i salva")
|
|
144
|
+#define MSG_NO_STORAGE _UxGT("Sem armazenamento")
|
|
145
|
+#define MSG_UBL_SAVE_ERROR _UxGT("Erro ao salvar UBL")
|
|
146
|
+#define MSG_UBL_RESTORE_ERROR _UxGT("Erro no restauro UBL")
|
|
147
|
+#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Compensação Z parou")
|
|
148
|
+#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL passo a passo")
|
|
149
|
+#define MSG_LED_CONTROL _UxGT("Controle do LED")
|
|
150
|
+#define MSG_LEDS_ON _UxGT("Luz Acesa")
|
|
151
|
+#define MSG_LEDS_OFF _UxGT("Luz Apagada")
|
|
152
|
+#define MSG_LED_PRESETS _UxGT("Configuração da Luz")
|
|
153
|
+#define MSG_SET_LEDS_RED _UxGT("Luz Vermelha")
|
|
154
|
+#define MSG_SET_LEDS_ORANGE _UxGT("Luz Laranja")
|
|
155
|
+#define MSG_SET_LEDS_YELLOW _UxGT("Luz Amarela")
|
|
156
|
+#define MSG_SET_LEDS_GREEN _UxGT("Luz Verde")
|
|
157
|
+#define MSG_SET_LEDS_BLUE _UxGT("Luz Azul")
|
|
158
|
+#define MSG_SET_LEDS_INDIGO _UxGT("Luz Indigo")
|
|
159
|
+#define MSG_SET_LEDS_VIOLET _UxGT("Luz Violeta")
|
|
160
|
+#define MSG_SET_LEDS_WHITE _UxGT("Luz Branca")
|
|
161
|
+#define MSG_SET_LEDS_DEFAULT _UxGT("Luz Padrão")
|
|
162
|
+#define MSG_CUSTOM_LEDS _UxGT("Luz Customizada")
|
|
163
|
+#define MSG_INTENSITY_R _UxGT("Intensidade Vermelho")
|
|
164
|
+#define MSG_INTENSITY_G _UxGT("Intensidade Verde")
|
|
165
|
+#define MSG_INTENSITY_B _UxGT("Intensidade Azul")
|
|
166
|
+#define MSG_INTENSITY_W _UxGT("Intensidade Branco")
|
|
167
|
+#define MSG_LED_BRIGHTNESS _UxGT("Brilho")
|
|
168
|
+
|
|
169
|
+#define MSG_MOVING _UxGT("Movendo...")
|
|
170
|
+#define MSG_FREE_XY _UxGT("Liberar XY")
|
67
|
171
|
#define MSG_MOVE_X _UxGT("Mover X")
|
68
|
172
|
#define MSG_MOVE_Y _UxGT("Mover Y")
|
69
|
173
|
#define MSG_MOVE_Z _UxGT("Mover Z")
|
|
@@ -73,14 +177,14 @@
|
73
|
177
|
#define MSG_MOVE_10MM _UxGT("Mover 10mm")
|
74
|
178
|
#define MSG_SPEED _UxGT("Velocidade")
|
75
|
179
|
#define MSG_BED_Z _UxGT("Base Z")
|
76
|
|
-#define MSG_NOZZLE LCD_STR_THERMOMETER _UxGT(" Bocal")
|
77
|
|
-#define MSG_BED LCD_STR_THERMOMETER _UxGT(" Base")
|
|
180
|
+#define MSG_NOZZLE _UxGT("Bocal")
|
|
181
|
+#define MSG_BED _UxGT("Mesa")
|
78
|
182
|
#define MSG_FAN_SPEED _UxGT("Vel. Ventoinha")
|
79
|
|
-#define MSG_FLOW _UxGT("Fluxo")
|
|
183
|
+#define MSG_FLOW _UxGT("Vazão")
|
80
|
184
|
#define MSG_CONTROL _UxGT("Controle")
|
81
|
185
|
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
|
82
|
186
|
#define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
|
83
|
|
-#define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Fact")
|
|
187
|
+#define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Fator")
|
84
|
188
|
#define MSG_AUTOTEMP _UxGT("Temp. Automática")
|
85
|
189
|
#define MSG_ON _UxGT("Ligado ")
|
86
|
190
|
#define MSG_OFF _UxGT("Desligado")
|
|
@@ -88,9 +192,14 @@
|
88
|
192
|
#define MSG_PID_I _UxGT("PID-I")
|
89
|
193
|
#define MSG_PID_D _UxGT("PID-D")
|
90
|
194
|
#define MSG_PID_C _UxGT("PID-C")
|
91
|
|
-#define MSG_ACC _UxGT("Acc")
|
|
195
|
+#define MSG_SELECT _UxGT("Selecionar")
|
|
196
|
+#define MSG_ACC _UxGT("Acel.")
|
92
|
197
|
#define MSG_JERK _UxGT("Jogo")
|
93
|
|
-#if IS_KINEMATIC
|
|
198
|
+#if IS_SCARA
|
|
199
|
+ #define MSG_VA_JERK _UxGT("jogo VA")
|
|
200
|
+ #define MSG_VB_JERK _UxGT("jogo VB")
|
|
201
|
+ #define MSG_VC_JERK _UxGT("jogo VZ")
|
|
202
|
+#elif IS_DELTA
|
94
|
203
|
#define MSG_VA_JERK _UxGT("jogo VA")
|
95
|
204
|
#define MSG_VB_JERK _UxGT("jogo VB")
|
96
|
205
|
#define MSG_VC_JERK _UxGT("jogo VC")
|
|
@@ -100,21 +209,26 @@
|
100
|
209
|
#define MSG_VC_JERK _UxGT("jogo VZ")
|
101
|
210
|
#endif
|
102
|
211
|
#define MSG_VE_JERK _UxGT("jogo VE")
|
103
|
|
-#define MSG_VMAX _UxGT(" Vmax ")
|
|
212
|
+#define MSG_VELOCITY _UxGT("Velocidade")
|
|
213
|
+#define MSG_VMAX _UxGT("Vmax ")
|
104
|
214
|
#define MSG_VMIN _UxGT("Vmin")
|
105
|
|
-#define MSG_VTRAV_MIN _UxGT("VTrav min")
|
|
215
|
+#define MSG_VTRAV_MIN _UxGT("VDeslocamento min")
|
106
|
216
|
#define MSG_AMAX _UxGT("Amax ")
|
107
|
217
|
#define MSG_A_RETRACT _UxGT("Retrair A")
|
108
|
|
-#define MSG_A_TRAVEL _UxGT("A-movimento")
|
|
218
|
+#define MSG_A_TRAVEL _UxGT("Movimento A")
|
109
|
219
|
#define MSG_STEPS_PER_MM _UxGT("Passo/mm")
|
110
|
|
-#if IS_KINEMATIC
|
111
|
|
- #define MSG_ASTEPS _UxGT("A/mm")
|
112
|
|
- #define MSG_BSTEPS _UxGT("B/mm")
|
113
|
|
- #define MSG_CSTEPS _UxGT("C/mm")
|
|
220
|
+#if IS_SCARA
|
|
221
|
+ #define MSG_ASTEPS _UxGT("Passo A/deg")
|
|
222
|
+ #define MSG_BSTEPS _UxGT("Passo B/deg")
|
|
223
|
+ #define MSG_CSTEPS _UxGT("Passo Z/mm")
|
|
224
|
+#elif IS_DELTA
|
|
225
|
+ #define MSG_ASTEPS _UxGT("Passo A/mm")
|
|
226
|
+ #define MSG_BSTEPS _UxGT("Passo B/mm")
|
|
227
|
+ #define MSG_CSTEPS _UxGT("Passo C/mm")
|
114
|
228
|
#else
|
115
|
|
- #define MSG_ASTEPS _UxGT("X/mm")
|
116
|
|
- #define MSG_BSTEPS _UxGT("Y/mm")
|
117
|
|
- #define MSG_CSTEPS _UxGT("Z/mm")
|
|
229
|
+ #define MSG_ASTEPS _UxGT("Passo X/mm")
|
|
230
|
+ #define MSG_BSTEPS _UxGT("Passo Y/mm")
|
|
231
|
+ #define MSG_CSTEPS _UxGT("Passo Z/mm")
|
118
|
232
|
#endif
|
119
|
233
|
#define MSG_ESTEPS _UxGT("E/mm")
|
120
|
234
|
#define MSG_E1STEPS _UxGT("E1/mm")
|
|
@@ -125,54 +239,63 @@
|
125
|
239
|
#define MSG_TEMPERATURE _UxGT("Temperatura")
|
126
|
240
|
#define MSG_MOTION _UxGT("Movimento")
|
127
|
241
|
#define MSG_FILAMENT _UxGT("Filamento")
|
128
|
|
-#define MSG_VOLUMETRIC_ENABLED _UxGT("Extr. em mm3")
|
129
|
|
-#define MSG_FILAMENT_DIAM _UxGT("Diametro Fil.")
|
|
242
|
+#define MSG_VOLUMETRIC_ENABLED _UxGT("Extrusão em mm3")
|
|
243
|
+#define MSG_FILAMENT_DIAM _UxGT("Diâmetro Fil.")
|
|
244
|
+#define MSG_ADVANCE_K _UxGT("Avançar K")
|
130
|
245
|
#define MSG_CONTRAST _UxGT("Contraste")
|
131
|
|
-#define MSG_STORE_EEPROM _UxGT("Salvar")
|
132
|
|
-#define MSG_LOAD_EEPROM _UxGT("Ler")
|
133
|
|
-#define MSG_RESTORE_FAILSAFE _UxGT("Rest. de emerg.")
|
134
|
|
-#define MSG_REFRESH LCD_STR_REFRESH _UxGT(" Restaurar")
|
135
|
|
-#define MSG_WATCH _UxGT("Monitorar")
|
|
246
|
+#define MSG_STORE_EEPROM _UxGT("Salvar Configuração")
|
|
247
|
+#define MSG_LOAD_EEPROM _UxGT("Ler Configuração")
|
|
248
|
+#define MSG_RESTORE_FAILSAFE _UxGT("Restauro seguro")
|
|
249
|
+#define MSG_INIT_EEPROM _UxGT("Iniciar EEPROM")
|
|
250
|
+#define MSG_REFRESH LCD_STR_REFRESH _UxGT(" Atualização")
|
|
251
|
+#define MSG_WATCH _UxGT("Informações")
|
136
|
252
|
#define MSG_PREPARE _UxGT("Preparar")
|
137
|
|
-#define MSG_TUNE _UxGT("Afinar")
|
|
253
|
+#define MSG_TUNE _UxGT("Ajustar")
|
138
|
254
|
#define MSG_PAUSE_PRINT _UxGT("Pausar impressão")
|
139
|
255
|
#define MSG_RESUME_PRINT _UxGT("Resumir impressão")
|
140
|
256
|
#define MSG_STOP_PRINT _UxGT("Parar impressão")
|
141
|
257
|
#define MSG_CARD_MENU _UxGT("Imprimir do SD")
|
142
|
258
|
#define MSG_NO_CARD _UxGT("Sem cartão SD")
|
143
|
|
-#define MSG_DWELL _UxGT("Repouso...")
|
144
|
|
-#define MSG_USERWAIT _UxGT("Esperando ordem")
|
145
|
|
-#define MSG_RESUMING _UxGT("Resumindo Impres.")
|
146
|
|
-#define MSG_PRINT_ABORTED _UxGT("Impres. Abortada.")
|
|
259
|
+#define MSG_DWELL _UxGT("ZzZzZz...")
|
|
260
|
+#define MSG_USERWAIT _UxGT("Clique para retomar")
|
|
261
|
+#define MSG_RESUMING _UxGT("Resumindo Impressão")
|
|
262
|
+#define MSG_PRINT_ABORTED _UxGT("Impressão Abortada")
|
147
|
263
|
#define MSG_NO_MOVE _UxGT("Sem movimento")
|
148
|
|
-#define MSG_KILLED _UxGT("PARADA DE EMERG.")
|
149
|
|
-#define MSG_STOPPED _UxGT("PARADA. ")
|
|
264
|
+#define MSG_KILLED _UxGT("PARADA DE EMERGÊNCIA")
|
|
265
|
+#define MSG_STOPPED _UxGT("PAROU. ")
|
150
|
266
|
#define MSG_CONTROL_RETRACT _UxGT("Retrair mm")
|
151
|
267
|
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Retrair Troca mm")
|
152
|
|
-#define MSG_CONTROL_RETRACTF _UxGT("Retrair V")
|
153
|
|
-#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Levantar mm")
|
154
|
|
-#define MSG_CONTROL_RETRACT_RECOVER _UxGT("Des Retrair mm")
|
155
|
|
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Des RetTroca mm")
|
156
|
|
-#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("Des Retrair V")
|
157
|
|
-#define MSG_AUTORETRACT _UxGT("Retração Autom.")
|
|
268
|
+#define MSG_CONTROL_RETRACTF _UxGT("Retrair V")
|
|
269
|
+#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Saltar mm")
|
|
270
|
+#define MSG_CONTROL_RETRACT_RECOVER _UxGT("Des-Retrair mm")
|
|
271
|
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Des-RetTroca mm")
|
|
272
|
+#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("Des-Retrair V")
|
|
273
|
+#define MSG_AUTORETRACT _UxGT("Retração Automática")
|
158
|
274
|
#define MSG_FILAMENTCHANGE _UxGT("Trocar Filamento")
|
159
|
275
|
#define MSG_INIT_SDCARD _UxGT("Iniciar SD")
|
160
|
276
|
#define MSG_CNG_SDCARD _UxGT("Trocar SD")
|
161
|
|
-#define MSG_ZPROBE_OUT _UxGT("Son. fora da mesa")
|
162
|
|
-#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
163
|
|
-#define MSG_FIRST _UxGT("first")
|
164
|
|
-#define MSG_ZPROBE_ZOFFSET _UxGT("Deslocamento no Z")
|
|
277
|
+#define MSG_ZPROBE_OUT _UxGT("Sonda fora da mesa")
|
|
278
|
+#define MSG_SKEW_FACTOR _UxGT("Fator de Cisalho")
|
|
279
|
+#define MSG_BLTOUCH _UxGT("BLTouch")
|
|
280
|
+#define MSG_BLTOUCH_SELFTEST _UxGT("Testar BLTouch")
|
|
281
|
+#define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch")
|
|
282
|
+#define MSG_BLTOUCH_DEPLOY _UxGT("Implantar BLTouch")
|
|
283
|
+#define MSG_BLTOUCH_STOW _UxGT("Condicionar BLTouch")
|
|
284
|
+
|
|
285
|
+#define MSG_HOME _UxGT("Home")
|
|
286
|
+#define MSG_FIRST _UxGT("Primeiro")
|
|
287
|
+#define MSG_ZPROBE_ZOFFSET _UxGT("Compensar Sonda em Z")
|
165
|
288
|
#define MSG_BABYSTEP_X _UxGT("Passinho X")
|
166
|
289
|
#define MSG_BABYSTEP_Y _UxGT("Passinho Y")
|
167
|
290
|
#define MSG_BABYSTEP_Z _UxGT("Passinho Z")
|
168
|
291
|
#define MSG_ENDSTOP_ABORT _UxGT("Fim de Curso")
|
169
|
292
|
#define MSG_HEATING_FAILED_LCD _UxGT("Aquecimento falhou")
|
170
|
|
-#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: REDUNDANT TEMP")
|
171
|
|
-#define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
|
172
|
|
-#define MSG_ERR_MAXTEMP _UxGT("Err: T Máxima")
|
173
|
|
-#define MSG_ERR_MINTEMP _UxGT("Err: T Mínima")
|
174
|
|
-#define MSG_ERR_MAXTEMP_BED _UxGT("Err: T Base Máxima")
|
175
|
|
-#define MSG_ERR_MINTEMP_BED _UxGT("Err: T Base Mínima")
|
|
293
|
+#define MSG_ERR_REDUNDANT_TEMP _UxGT("Erro:Temp Redundante")
|
|
294
|
+#define MSG_THERMAL_RUNAWAY _UxGT("ESCAPE TÉRMICO")
|
|
295
|
+#define MSG_ERR_MAXTEMP _UxGT("Erro:Temp Máxima")
|
|
296
|
+#define MSG_ERR_MINTEMP _UxGT("Erro:Temp Mínima")
|
|
297
|
+#define MSG_ERR_MAXTEMP_BED _UxGT("Erro:Temp Mesa Máx")
|
|
298
|
+#define MSG_ERR_MINTEMP_BED _UxGT("Erro:Temp Mesa Mín")
|
176
|
299
|
#define MSG_HEATING _UxGT("Aquecendo...")
|
177
|
300
|
#define MSG_HEATING_COMPLETE _UxGT("Aquecida.")
|
178
|
301
|
#define MSG_BED_HEATING _UxGT("Aquecendo base..")
|
|
@@ -183,4 +306,84 @@
|
183
|
306
|
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrar Z")
|
184
|
307
|
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrar Centro")
|
185
|
308
|
|
|
309
|
+#define MSG_DELTA_SETTINGS _UxGT("Configuração Delta")
|
|
310
|
+#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto-Calibração")
|
|
311
|
+#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Calibrar Altura")
|
|
312
|
+#define MSG_DELTA_DIAG_ROD _UxGT("Haste Diagonal")
|
|
313
|
+#define MSG_DELTA_HEIGHT _UxGT("Altura")
|
|
314
|
+#define MSG_DELTA_RADIUS _UxGT("Raio")
|
|
315
|
+#define MSG_INFO_MENU _UxGT("Sobre")
|
|
316
|
+#define MSG_INFO_PRINTER_MENU _UxGT("Impressora")
|
|
317
|
+#define MSG_3POINT_LEVELING _UxGT("Nivelamento 3 pontos")
|
|
318
|
+#define MSG_LINEAR_LEVELING _UxGT("Nivelamento Linear")
|
|
319
|
+#define MSG_BILINEAR_LEVELING _UxGT("Nivelamento Bilinear")
|
|
320
|
+#define MSG_UBL_LEVELING _UxGT("Nivelamento UBL")
|
|
321
|
+#define MSG_MESH_LEVELING _UxGT("Nivelamento da Malha")
|
|
322
|
+#define MSG_INFO_STATS_MENU _UxGT("Estatísticas")
|
|
323
|
+#define MSG_INFO_BOARD_MENU _UxGT("Info. da Placa")
|
|
324
|
+#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
|
|
325
|
+#define MSG_INFO_EXTRUDERS _UxGT("Extrusoras")
|
|
326
|
+#define MSG_INFO_BAUDRATE _UxGT("Frequência Baud")
|
|
327
|
+#define MSG_INFO_PROTOCOL _UxGT("Protocolo")
|
|
328
|
+#define MSG_CASE_LIGHT _UxGT("Luz da Estrutura")
|
|
329
|
+#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Intensidade Brilho")
|
|
330
|
+#define MSG_INFO_PRINT_COUNT _UxGT("Qtd de Impressões")
|
|
331
|
+#define MSG_INFO_COMPLETED_PRINTS _UxGT("Fim")
|
|
332
|
+#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Impressão")
|
|
333
|
+#define MSG_INFO_PRINT_LONGEST _UxGT("Trabalho Mais longo")
|
|
334
|
+#define MSG_INFO_PRINT_FILAMENT _UxGT("Total Depositado")
|
|
335
|
+#define MSG_INFO_PRINT_COUNT _UxGT("Qtd Impressões")
|
|
336
|
+#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completas")
|
|
337
|
+#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Imprimindo")
|
|
338
|
+#define MSG_INFO_PRINT_LONGEST _UxGT("Impressão Mais Longa")
|
|
339
|
+#define MSG_INFO_PRINT_FILAMENT _UxGT("Depositado")
|
|
340
|
+#define MSG_INFO_MIN_TEMP _UxGT("Temp Min")
|
|
341
|
+#define MSG_INFO_MAX_TEMP _UxGT("Temp Max")
|
|
342
|
+#define MSG_INFO_PSU _UxGT("PSU")
|
|
343
|
+#define MSG_DRIVE_STRENGTH _UxGT("Força do Motor")
|
|
344
|
+#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
345
|
+#define MSG_DAC_EEPROM_WRITE _UxGT("Escrever Eeprom DAC")
|
|
346
|
+
|
|
347
|
+#define MSG_FILAMENT_CHANGE_HEADER _UxGT("Troca de Filamento")
|
|
348
|
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("Config. de Retomada")
|
|
349
|
+#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extrusar Mais")
|
|
350
|
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continuar Impressão")
|
|
351
|
+#define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Temp. Mínima é ")
|
|
352
|
+#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Bocal: ")
|
|
353
|
+#define MSG_ERR_HOMING_FAILED _UxGT("Falha ao ir à origem")
|
|
354
|
+#define MSG_ERR_PROBING_FAILED _UxGT("Falha ao sondar")
|
|
355
|
+#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando o")
|
|
356
|
+#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("inicio da")
|
|
357
|
+#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("troca de Filamento")
|
|
358
|
+
|
|
359
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando")
|
|
360
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("remoção de filamento")
|
|
361
|
+
|
|
362
|
+#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Coloque Filamento")
|
|
363
|
+#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("pressione o botão")
|
|
364
|
+#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...")
|
|
365
|
+
|
|
366
|
+#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pressione o botão")
|
|
367
|
+#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("p/ Aquecer o Bocal")
|
|
368
|
+
|
|
369
|
+#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo o Bocal")
|
|
370
|
+#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Aguarde...")
|
|
371
|
+
|
|
372
|
+#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperando")
|
|
373
|
+#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filamento")
|
|
374
|
+
|
|
375
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Esperando extrusão")
|
|
376
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("de filamento")
|
|
377
|
+
|
|
378
|
+#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão")
|
|
379
|
+#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar")
|
|
380
|
+
|
|
381
|
+#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Aguarde...")
|
|
382
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejetando...")
|
|
383
|
+#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insira e Clique")
|
|
384
|
+#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo...")
|
|
385
|
+#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Carregando...")
|
|
386
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extrusando...")
|
|
387
|
+#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Continuando...")
|
|
388
|
+
|
186
|
389
|
#endif // LANGUAGE_PT_BR_UTF_H
|