|
@@ -8,123 +8,149 @@
|
8
|
8
|
#ifndef LANGUAGE_PT_H
|
9
|
9
|
#define LANGUAGE_PT_H
|
10
|
10
|
|
11
|
|
-#define WELCOME_MSG MACHINE_NAME " pronto."
|
|
11
|
+#define WELCOME_MSG MACHINE_NAME " pronto."
|
12
|
12
|
#define MSG_SD_INSERTED "Cartao inserido"
|
13
|
13
|
#define MSG_SD_REMOVED "Cartao removido"
|
14
|
14
|
#define MSG_MAIN " Menu principal \003"
|
15
|
15
|
#define MSG_AUTOSTART "Autostart"
|
16
|
|
-#define MSG_DISABLE_STEPPERS " Apagar motores"
|
17
|
|
-#define MSG_AUTO_HOME "Ir para origen"
|
18
|
|
-#define MSG_SET_HOME_OFFSETS "Set home offsets"
|
|
16
|
+#define MSG_DISABLE_STEPPERS " Desligar motores"
|
|
17
|
+#define MSG_AUTO_HOME "Ir para home"
|
|
18
|
+#define MSG_SET_HOME_OFFSETS "Def. home offsets"
|
19
|
19
|
#define MSG_SET_ORIGIN "Estabelecer orig."
|
20
|
20
|
#define MSG_PREHEAT_PLA "Pre-aquecer PLA"
|
21
|
|
-#define MSG_PREHEAT_PLA_N "Pre-aquecer PLA "
|
22
|
|
-#define MSG_PREHEAT_PLA_ALL "Pre-aq. PLA Tudo"
|
23
|
|
-#define MSG_PREHEAT_PLA_BEDONLY "Pre-aq. PLA \002Base"
|
24
|
|
-#define MSG_PREHEAT_PLA_SETTINGS "PLA setting"
|
|
21
|
+#define MSG_PREHEAT_PLA0 " pre-aquecer PLA 1"
|
|
22
|
+#define MSG_PREHEAT_PLA1 " pre-aquecer PLA 2"
|
|
23
|
+#define MSG_PREHEAT_PLA2 " pre-aquecer PLA 3"
|
|
24
|
+#define MSG_PREHEAT_PLA012 " pre-aq. PLA Tudo"
|
|
25
|
+#define MSG_PREHEAT_PLA_BEDONLY " pre-aq. PLA \002Base"
|
|
26
|
+#define MSG_PREHEAT_PLA_SETTINGS "PLA definicoes"
|
25
|
27
|
#define MSG_PREHEAT_ABS "Pre-aquecer ABS"
|
26
|
|
-#define MSG_PREHEAT_ABS_N "Pre-aquecer ABS "
|
27
|
|
-#define MSG_PREHEAT_ABS_ALL "Pre-aq. ABS Tudo"
|
28
|
|
-#define MSG_PREHEAT_ABS_BEDONLY "Pre-aq. ABS \002Base"
|
29
|
|
-#define MSG_PREHEAT_ABS_SETTINGS "ABS setting"
|
30
|
|
-#define MSG_COOLDOWN "Esfriar"
|
31
|
|
-#define MSG_SWITCH_PS_ON "Switch Power On"
|
32
|
|
-#define MSG_SWITCH_PS_OFF "Switch Power Off"
|
33
|
|
-#define MSG_EXTRUDE "Extrudar"
|
|
28
|
+#define MSG_PREHEAT_ABS0 " pre-aquecer ABS 1"
|
|
29
|
+#define MSG_PREHEAT_ABS1 " pre-aquecer ABS 2"
|
|
30
|
+#define MSG_PREHEAT_ABS2 " pre-aquecer ABS 3"
|
|
31
|
+#define MSG_PREHEAT_ABS012 " pre-aq. ABS Tudo"
|
|
32
|
+#define MSG_PREHEAT_ABS_BEDONLY " pre-aq. ABS \002Base"
|
|
33
|
+#define MSG_PREHEAT_ABS_SETTINGS "ABS definicoes"
|
|
34
|
+#define MSG_COOLDOWN "Arrefecer"
|
|
35
|
+#define MSG_SWITCH_PS_ON "Ligar"
|
|
36
|
+#define MSG_SWITCH_PS_OFF "Desligar"
|
|
37
|
+#define MSG_EXTRUDE "Extrudir"
|
34
|
38
|
#define MSG_RETRACT "Retrair"
|
35
|
39
|
#define MSG_MOVE_AXIS "Mover eixo \x7E"
|
36
|
|
-#define MSG_MOVE_X "Move X"
|
37
|
|
-#define MSG_MOVE_Y "Move Y"
|
38
|
|
-#define MSG_MOVE_Z "Move Z"
|
39
|
|
-#define MSG_MOVE_E "Extruder"
|
40
|
|
-#define MSG_MOVE_01MM "Move 0.1mm"
|
41
|
|
-#define MSG_MOVE_1MM "Move 1mm"
|
42
|
|
-#define MSG_MOVE_10MM "Move 10mm"
|
43
|
|
-#define MSG_SPEED "Velocidade"
|
44
|
|
-#define MSG_NOZZLE "\002Nozzle"
|
45
|
|
-#define MSG_BED "\002Base"
|
46
|
|
-#define MSG_FAN_SPEED "Velocidade vento."
|
47
|
|
-#define MSG_FLOW "Fluxo"
|
48
|
|
-#define MSG_CONTROL "Controle \003"
|
49
|
|
-#define MSG_MIN "\002 Min"
|
50
|
|
-#define MSG_MAX "\002 Max"
|
51
|
|
-#define MSG_FACTOR "\002 Fact"
|
52
|
|
-#define MSG_AUTOTEMP "Autotemp"
|
|
40
|
+#define MSG_MOVE_X "Mover X"
|
|
41
|
+#define MSG_MOVE_Y "Mover Y"
|
|
42
|
+#define MSG_MOVE_Z "Mover Z"
|
|
43
|
+#define MSG_MOVE_E "Extrusor"
|
|
44
|
+#define MSG_MOVE_E1 "Extrusor2"
|
|
45
|
+#define MSG_MOVE_E2 "Extrusor3"
|
|
46
|
+#define MSG_MOVE_01MM "Mover 0.1mm"
|
|
47
|
+#define MSG_MOVE_1MM "Mover 1mm"
|
|
48
|
+#define MSG_MOVE_10MM "Mover 10mm"
|
|
49
|
+#define MSG_SPEED "Velocidade:"
|
|
50
|
+#define MSG_NOZZLE "\002Bico:"
|
|
51
|
+#define MSG_NOZZLE1 "\002Bico2:"
|
|
52
|
+#define MSG_NOZZLE2 "\002Bico3:"
|
|
53
|
+#define MSG_BED "\002Base:"
|
|
54
|
+#define MSG_FAN_SPEED "Velocidade do ar."
|
|
55
|
+#define MSG_FLOW "Fluxo:"
|
|
56
|
+#define MSG_FLOW0 "Fluxo0:"
|
|
57
|
+#define MSG_FLOW1 "Fluxo1:"
|
|
58
|
+#define MSG_FLOW2 "Fluxo2:"
|
|
59
|
+#define MSG_CONTROL "Controlo \003"
|
|
60
|
+#define MSG_MIN "\002 Min:"
|
|
61
|
+#define MSG_MAX "\002 Max:"
|
|
62
|
+#define MSG_FACTOR "\002 Fact:"
|
|
63
|
+#define MSG_AUTOTEMP "Autotemp:"
|
53
|
64
|
#define MSG_ON "On "
|
54
|
65
|
#define MSG_OFF "Off"
|
55
|
|
-#define MSG_PID_P "PID-P"
|
56
|
|
-#define MSG_PID_I "PID-I"
|
57
|
|
-#define MSG_PID_D "PID-D"
|
58
|
|
-#define MSG_PID_C "PID-C"
|
59
|
|
-#define MSG_ACC "Acc"
|
60
|
|
-#define MSG_VXY_JERK "Vxy-jerk"
|
|
66
|
+#define MSG_PID_P "PID-P: "
|
|
67
|
+#define MSG_PID_I "PID-I: "
|
|
68
|
+#define MSG_PID_D "PID-D: "
|
|
69
|
+#define MSG_PID_C "PID-C: "
|
|
70
|
+#define MSG_PID_P1 "PID-P E2: "
|
|
71
|
+#define MSG_PID_I1 "PID-I E2: "
|
|
72
|
+#define MSG_PID_D1 "PID-D E2: "
|
|
73
|
+#define MSG_PID_C1 "PID-C E2: "
|
|
74
|
+#define MSG_PID_P2 "PID-P E3: "
|
|
75
|
+#define MSG_PID_I2 "PID-I E3: "
|
|
76
|
+#define MSG_PID_D2 "PID-D E3: "
|
|
77
|
+#define MSG_PID_C2 "PID-C E3: "
|
|
78
|
+#define MSG_ACC "Acc:"
|
|
79
|
+#define MSG_VXY_JERK "Vxy-jerk: "
|
61
|
80
|
#define MSG_VZ_JERK "Vz-jerk"
|
62
|
81
|
#define MSG_VE_JERK "Ve-jerk"
|
63
|
82
|
#define MSG_VMAX " Vmax "
|
64
|
|
-#define MSG_X "x"
|
65
|
|
-#define MSG_Y "y"
|
66
|
|
-#define MSG_Z "z"
|
67
|
|
-#define MSG_E "e"
|
68
|
|
-#define MSG_VMIN "Vmin"
|
69
|
|
-#define MSG_VTRAV_MIN "VTrav min"
|
|
83
|
+#define MSG_X "x:"
|
|
84
|
+#define MSG_Y "y:"
|
|
85
|
+#define MSG_Z "z:"
|
|
86
|
+#define MSG_E "e:"
|
|
87
|
+#define MSG_VMIN "Vmin:"
|
|
88
|
+#define MSG_VTRAV_MIN "VTrav min:"
|
70
|
89
|
#define MSG_AMAX "Amax "
|
71
|
|
-#define MSG_A_RETRACT "A-retract"
|
72
|
|
-#define MSG_XSTEPS "Xpasso/mm"
|
73
|
|
-#define MSG_YSTEPS "Ypasso/mm"
|
74
|
|
-#define MSG_ZSTEPS "Zpasso/mm"
|
75
|
|
-#define MSG_ESTEPS "Epasso/mm"
|
|
90
|
+#define MSG_A_RETRACT "A-retract:"
|
|
91
|
+#define MSG_XSTEPS "Xpasso/mm:"
|
|
92
|
+#define MSG_YSTEPS "Ypasso/mm:"
|
|
93
|
+#define MSG_ZSTEPS "Zpasso/mm:"
|
|
94
|
+#define MSG_ESTEPS "Epasso/mm:"
|
76
|
95
|
#define MSG_TEMPERATURE "Temperatura"
|
77
|
96
|
#define MSG_MOTION "Movimento"
|
78
|
|
-#define MSG_VOLUMETRIC "Filament"
|
|
97
|
+#define MSG_VOLUMETRIC "Filamento"
|
79
|
98
|
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
|
80
|
|
-#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
|
81
|
|
-#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
|
82
|
|
-#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
|
83
|
|
-#define MSG_CONTRAST "Contrast"
|
84
|
|
-#define MSG_STORE_EPROM "Guardar memoria"
|
85
|
|
-#define MSG_LOAD_EPROM "Carregar memoria"
|
|
99
|
+#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Diam. 1"
|
|
100
|
+#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Diam. 2"
|
|
101
|
+#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Diam. 3"
|
|
102
|
+#define MSG_CONTRAST "Contraste"
|
|
103
|
+#define MSG_STORE_EPROM "Guardar na memoria"
|
|
104
|
+#define MSG_LOAD_EPROM "Carregar da memoria"
|
86
|
105
|
#define MSG_RESTORE_FAILSAFE "Rest. de emergen."
|
87
|
106
|
#define MSG_REFRESH "\004Recarregar"
|
88
|
107
|
#define MSG_WATCH "Monitorar \003"
|
89
|
108
|
#define MSG_PREPARE "Preparar \x7E"
|
90
|
|
-#define MSG_TUNE "Tune \x7E"
|
|
109
|
+#define MSG_TUNE "Afinar \x7E"
|
91
|
110
|
#define MSG_PAUSE_PRINT "Pausar impressao"
|
92
|
111
|
#define MSG_RESUME_PRINT "Resumir impressao"
|
93
|
112
|
#define MSG_STOP_PRINT "Parar impressao"
|
94
|
113
|
#define MSG_CARD_MENU "Menu cartao SD"
|
95
|
114
|
#define MSG_NO_CARD "Sem cartao SD"
|
96
|
115
|
#define MSG_DWELL "Repouso..."
|
97
|
|
-#define MSG_USERWAIT "Esperando ordem"
|
98
|
|
-#define MSG_RESUMING "Resuming print"
|
99
|
|
-#define MSG_PRINT_ABORTED "Print aborted"
|
|
116
|
+#define MSG_USERWAIT "A espera de ordem"
|
|
117
|
+#define MSG_RESUMING "Resumir impressao"
|
|
118
|
+#define MSG_PRINT_ABORTED "Impr. Cancelada"
|
100
|
119
|
#define MSG_NO_MOVE "Sem movimento"
|
101
|
|
-#define MSG_KILLED "PARADA DE EMERG."
|
102
|
|
-#define MSG_STOPPED "PARADA. "
|
103
|
|
-#define MSG_CONTROL_RETRACT " Retrair mm"
|
104
|
|
-#define MSG_CONTROL_RETRACT_SWAP "Troca Retrair mm"
|
105
|
|
-#define MSG_CONTROL_RETRACTF " Retrair V"
|
106
|
|
-#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm"
|
107
|
|
-#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm"
|
108
|
|
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Troca DesRet +mm"
|
109
|
|
-#define MSG_CONTROL_RETRACT_RECOVERF " DesRet V"
|
110
|
|
-#define MSG_AUTORETRACT " AutoRetr."
|
111
|
|
-#define MSG_FILAMENTCHANGE "Change filament"
|
112
|
|
-#define MSG_INIT_SDCARD "Init. SD-Card"
|
113
|
|
-#define MSG_CNG_SDCARD "Change SD-Card"
|
114
|
|
-#define MSG_ZPROBE_OUT "Son. fora da mesa"
|
|
120
|
+#define MSG_KILLED "INTRRP. DE EMERG."
|
|
121
|
+#define MSG_STOPPED "PARADO. "
|
|
122
|
+#define MSG_CONTROL_RETRACT " Retrair mm:"
|
|
123
|
+#define MSG_CONTROL_RETRACT_SWAP "Troca Retrair mm:"
|
|
124
|
+#define MSG_CONTROL_RETRACTF " Retrair V:"
|
|
125
|
+#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:"
|
|
126
|
+#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:"
|
|
127
|
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Troca DesRet +mm:"
|
|
128
|
+#define MSG_CONTROL_RETRACT_RECOVERF " DesRet V:"
|
|
129
|
+#define MSG_AUTORETRACT " AutoRetr.:"
|
|
130
|
+#define MSG_FILAMENTCHANGE "Trocar filamento"
|
|
131
|
+#define MSG_INIT_SDCARD "Inic. SD-Card"
|
|
132
|
+#define MSG_CNG_SDCARD "Trocar SD-Card"
|
|
133
|
+#define MSG_ZPROBE_OUT "Sens. fora da Base"
|
115
|
134
|
#define MSG_POSITION_UNKNOWN "XY antes de Z"
|
116
|
135
|
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
117
|
136
|
#define MSG_BABYSTEP_X "Babystep X"
|
118
|
137
|
#define MSG_BABYSTEP_Y "Babystep Y"
|
119
|
138
|
#define MSG_BABYSTEP_Z "Babystep Z"
|
120
|
|
-#define MSG_ENDSTOP_ABORT "Endstop abort"
|
|
139
|
+#define MSG_ENDSTOP_ABORT "Endstop abort."
|
|
140
|
+
|
|
141
|
+#define MSG_RECTRACT "Retrair"
|
|
142
|
+#define MSG_MAIN_WIDE "Menu Principal \003"
|
|
143
|
+#define MSG_PREPARE_ALT "Preparar \003"
|
|
144
|
+#define MSG_CONTROL_ARROW "Controlo \x7E"
|
|
145
|
+#define MSG_RETRACT_ARROW "Retrair \x7E"
|
|
146
|
+#define MSG_STEPPER_RELEASED "Desengatado."
|
121
|
147
|
|
122
|
148
|
#ifdef DELTA_CALIBRATION_MENU
|
123
|
|
- #define MSG_DELTA_CALIBRATE "Delta Calibration"
|
124
|
|
- #define MSG_DELTA_CALIBRATE_X "Calibrate X"
|
125
|
|
- #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
|
126
|
|
- #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
|
127
|
|
- #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
|
|
149
|
+ #define MSG_DELTA_CALIBRATE "Delta Calibracao"
|
|
150
|
+ #define MSG_DELTA_CALIBRATE_X "Calibrar X"
|
|
151
|
+ #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
|
|
152
|
+ #define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
|
|
153
|
+ #define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
|
128
|
154
|
#endif // DELTA_CALIBRATION_MENU
|
129
|
155
|
|
130
|
156
|
#endif // LANGUAGE_PT_H
|