Browse Source

Remove language strings that only add a number

This won’t reduce the string storage in the end, but it makes the
language files smaller. Also removed remaining unused strings.
Scott Lahteine 9 years ago
parent
commit
c90f2e77d8

+ 4
- 28
Marlin/language_an.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Establir zero"
19
 #define MSG_SET_ORIGIN                      "Establir zero"
20
 #define MSG_PREHEAT_PLA                     "Precalentar PLA"
20
 #define MSG_PREHEAT_PLA                     "Precalentar PLA"
21
-#define MSG_PREHEAT_PLA0                    "Precalentar PLA1"
22
-#define MSG_PREHEAT_PLA1                    "Precalentar PLA2"
23
-#define MSG_PREHEAT_PLA2                    "Precalentar PLA3"
24
-#define MSG_PREHEAT_PLA3                    "Precalentar PLA4"
25
-#define MSG_PREHEAT_PLA0123                 "Precalentar PLA a"
21
+#define MSG_PREHEAT_PLA_N                   "Precalentar PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Precalentar PLA a"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Prec. PLA Base"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Prec. PLA Base"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Achustar tem. PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Achustar tem. PLA"
28
 #define MSG_PREHEAT_ABS                     "Precalentar ABS"
25
 #define MSG_PREHEAT_ABS                     "Precalentar ABS"
29
-#define MSG_PREHEAT_ABS0                    "Precalentar ABS1"
30
-#define MSG_PREHEAT_ABS1                    "Precalentar ABS2"
31
-#define MSG_PREHEAT_ABS2                    "Precalentar ABS3"
32
-#define MSG_PREHEAT_ABS3                    "Precalentar ABS4"
33
-#define MSG_PREHEAT_ABS0123                 "Precalentar ABS a"
26
+#define MSG_PREHEAT_ABS_N                   "Precalentar ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Precalentar ABS a"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Prec. ABS Base"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Prec. ABS Base"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Achustar tem. ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Achustar tem. ABS"
36
 #define MSG_COOLDOWN                        "Enfriar"
30
 #define MSG_COOLDOWN                        "Enfriar"
43
 #define MSG_MOVE_Y                          "Move Y"
37
 #define MSG_MOVE_Y                          "Move Y"
44
 #define MSG_MOVE_Z                          "Move Z"
38
 #define MSG_MOVE_Z                          "Move Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Move 0.1mm"
40
 #define MSG_MOVE_01MM                       "Move 0.1mm"
49
 #define MSG_MOVE_1MM                        "Move 1mm"
41
 #define MSG_MOVE_1MM                        "Move 1mm"
50
 #define MSG_MOVE_10MM                       "Move 10mm"
42
 #define MSG_MOVE_10MM                       "Move 10mm"
51
 #define MSG_SPEED                           "Velocidat"
43
 #define MSG_SPEED                           "Velocidat"
52
 #define MSG_NOZZLE                          "Nozzle"
44
 #define MSG_NOZZLE                          "Nozzle"
53
-#define MSG_NOZZLE1                         "Nozzle2"
54
-#define MSG_NOZZLE2                         "Nozzle3"
55
 #define MSG_BED                             "Base"
45
 #define MSG_BED                             "Base"
56
 #define MSG_FAN_SPEED                       "Ixoriador"
46
 #define MSG_FAN_SPEED                       "Ixoriador"
57
 #define MSG_FLOW                            "Fluxo"
47
 #define MSG_FLOW                            "Fluxo"
58
-#define MSG_FLOW0                           "Fluxo 0"
59
-#define MSG_FLOW1                           "Fluxo 1"
60
-#define MSG_FLOW2                           "Fluxo 2"
61
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
62
 #define MSG_MIN                             "\002 Min"
49
 #define MSG_MIN                             "\002 Min"
63
 #define MSG_MAX                             "\002 Max"
50
 #define MSG_MAX                             "\002 Max"
132
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
133
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
134
 
121
 
135
-#define MSG_RECTRACT                        "Retraer"
136
-#define MSG_RECTRACT_WIDE                   "Retraer"
137
-#define MSG_TEMPERATURE_WIDE                "Temperatura"
138
-#define MSG_TEMPERATURE_RTN                 "Temperatura"
139
-#define MSG_MAIN_WIDE                       "Menu Prencipal"
140
-#define MSG_MOTION_WIDE                     "Movimiento"
141
-#define MSG_PREPARE_ALT                     "Preparar"
142
-#define MSG_CONTROL_ARROW                   "Control \x7E"
143
-#define MSG_RETRACT_ARROW                   "Retraer \x7E"
144
-#define MSG_STEPPER_RELEASED                "Desacoplada."
145
-
146
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
147
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
148
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 27
Marlin/language_ca.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Establir origen"
19
 #define MSG_SET_ORIGIN                      "Establir origen"
20
 #define MSG_PREHEAT_PLA                     "Preescalfar PLA"
20
 #define MSG_PREHEAT_PLA                     "Preescalfar PLA"
21
-#define MSG_PREHEAT_PLA0                    "Preescalfar PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Preescalfar PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Preescalfar PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Preescalfar PLA 4" 
25
-#define MSG_PREHEAT_PLA0123                 "Preesc. tot PLA"
21
+#define MSG_PREHEAT_PLA_N                   "Preescalfar PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Preesc. tot PLA"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Preesc. llit PLA"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Preesc. llit PLA"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Configuració PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Configuració PLA"
28
 #define MSG_PREHEAT_ABS                     "Preescalfar ABS"
25
 #define MSG_PREHEAT_ABS                     "Preescalfar ABS"
29
-#define MSG_PREHEAT_ABS0                    "Preescalfar ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Preescalfar ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Preescalfar ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Preescalfar ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Preesc. tot ABS"
26
+#define MSG_PREHEAT_ABS_N                   "Preescalfar ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Preesc. tot ABS"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Preesc. llit ABS"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Preesc. llit ABS"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Configuració ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Configuració ABS"
36
 #define MSG_COOLDOWN                        "Refredar"
30
 #define MSG_COOLDOWN                        "Refredar"
43
 #define MSG_MOVE_Y                          "Moure Y"
37
 #define MSG_MOVE_Y                          "Moure Y"
44
 #define MSG_MOVE_Z                          "Moure Z"
38
 #define MSG_MOVE_Z                          "Moure Z"
45
 #define MSG_MOVE_E                          "Extrusor"
39
 #define MSG_MOVE_E                          "Extrusor"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Moure 0.1mm"
40
 #define MSG_MOVE_01MM                       "Moure 0.1mm"
49
 #define MSG_MOVE_1MM                        "Moure 1mm"
41
 #define MSG_MOVE_1MM                        "Moure 1mm"
50
 #define MSG_MOVE_10MM                       "Moure 10mm"
42
 #define MSG_MOVE_10MM                       "Moure 10mm"
51
 #define MSG_SPEED                           "Velocitat"
43
 #define MSG_SPEED                           "Velocitat"
52
 #define MSG_NOZZLE                          "Nozzle"
44
 #define MSG_NOZZLE                          "Nozzle"
53
-#define MSG_NOZZLE1                         "Nozzle2"
54
-#define MSG_NOZZLE2                         "Nozzle3"
55
 #define MSG_BED                             "Llit"
45
 #define MSG_BED                             "Llit"
56
 #define MSG_FAN_SPEED                       "Vel. Ventilador"
46
 #define MSG_FAN_SPEED                       "Vel. Ventilador"
57
 #define MSG_FLOW                            "Fluxe"
47
 #define MSG_FLOW                            "Fluxe"
58
-#define MSG_FLOW0                           "Fluxe 0"
59
-#define MSG_FLOW1                           "Fluxe 1"
60
-#define MSG_FLOW2                           "Fluxe 2"
61
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Accel"
59
 #define MSG_ACC                             "Accel"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
142
 
121
 
143
-#define MSG_RECTRACT                        "Retreure"
144
-
145
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
146
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
147
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 28
Marlin/language_de.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Setze Nullpunkt"
19
 #define MSG_SET_ORIGIN                      "Setze Nullpunkt"
20
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
20
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
21
-#define MSG_PREHEAT_PLA0                    "Vorwärmen PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Vorwärmen PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Vorwärmen PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Vorwärmen PLA 4" 
25
-#define MSG_PREHEAT_PLA0123                 "Vorw. PLA Alle"
21
+#define MSG_PREHEAT_PLA_N                   "Vorwärmen PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Vorw. PLA Alle"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Vorw. PLA Bett"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Vorw. PLA Bett"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Vorwärm. PLA Ein."
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Vorwärm. PLA Ein."
28
 #define MSG_PREHEAT_ABS                     "Vorwärmen ABS"
25
 #define MSG_PREHEAT_ABS                     "Vorwärmen ABS"
29
-#define MSG_PREHEAT_ABS0                    "Vorwärmen ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Vorwärmen ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Vorwärmen ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Vorwärmen ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Vorw. ABS Alle"
26
+#define MSG_PREHEAT_ABS_N                   "Vorwärmen ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Vorw. ABS Alle"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Vorw. ABS Bett"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Vorw. ABS Bett"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Vorwärm. ABS Ein."
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Vorwärm. ABS Ein."
36
 #define MSG_COOLDOWN                        "Abkühlen"
30
 #define MSG_COOLDOWN                        "Abkühlen"
43
 #define MSG_MOVE_Y                          "Y bewegen"
37
 #define MSG_MOVE_Y                          "Y bewegen"
44
 #define MSG_MOVE_Z                          "Z bewegen"
38
 #define MSG_MOVE_Z                          "Z bewegen"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "0.1mm bewegen"
40
 #define MSG_MOVE_01MM                       "0.1mm bewegen"
49
 #define MSG_MOVE_1MM                        "1mm bewegen"
41
 #define MSG_MOVE_1MM                        "1mm bewegen"
50
 #define MSG_MOVE_10MM                       "10mm bewegen"
42
 #define MSG_MOVE_10MM                       "10mm bewegen"
51
 #define MSG_SPEED                           "Geschw"
43
 #define MSG_SPEED                           "Geschw"
52
 #define MSG_NOZZLE                          "Düse"
44
 #define MSG_NOZZLE                          "Düse"
53
-#define MSG_NOZZLE1                         "Düse2"
54
-#define MSG_NOZZLE2                         "Düse3"
55
 #define MSG_BED                             "Bett"
45
 #define MSG_BED                             "Bett"
56
 #define MSG_FAN_SPEED                       "Lüftergeschw."
46
 #define MSG_FAN_SPEED                       "Lüftergeschw."
57
 #define MSG_FLOW                            "Fluss"
47
 #define MSG_FLOW                            "Fluss"
58
-#define MSG_FLOW0                           "Fluss 0"
59
-#define MSG_FLOW1                           "Fluss 1"
60
-#define MSG_FLOW2                           "Fluss 2"
61
 #define MSG_CONTROL                         "Einstellungen"
48
 #define MSG_CONTROL                         "Einstellungen"
62
 #define MSG_MIN                             "\002 Min"
49
 #define MSG_MIN                             "\002 Min"
63
 #define MSG_MAX                             "\002 Max"
50
 #define MSG_MAX                             "\002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Acc"
59
 #define MSG_ACC                             "Acc"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
142
 
121
 
143
-#define MSG_STEPPER_RELEASED                "Stepper frei"
144
-#define MSG_RECTRACT_WIDE                   "Rectract"
145
-
146
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
147
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
148
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 8
- 38
Marlin/language_en.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Set origin"
19
 #define MSG_SET_ORIGIN                      "Set origin"
20
 #define MSG_PREHEAT_PLA                     "Preheat PLA"
20
 #define MSG_PREHEAT_PLA                     "Preheat PLA"
21
-#define MSG_PREHEAT_PLA0                    "Preheat PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Preheat PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Preheat PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Preheat PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 "Preheat PLA All"
26
-#define MSG_PREHEAT_PLA_BEDONLY             "Preheat PLA Bed"
27
-#define MSG_PREHEAT_PLA_SETTINGS            "Preheat PLA conf"
21
+#define MSG_PREHEAT_PLA_N                   MSG_PREHEAT_PLA " "
22
+#define MSG_PREHEAT_PLA_ALL                 MSG_PREHEAT_PLA " All"
23
+#define MSG_PREHEAT_PLA_BEDONLY             MSG_PREHEAT_PLA " Bed"
24
+#define MSG_PREHEAT_PLA_SETTINGS            MSG_PREHEAT_PLA " conf"
28
 #define MSG_PREHEAT_ABS                     "Preheat ABS"
25
 #define MSG_PREHEAT_ABS                     "Preheat ABS"
29
-#define MSG_PREHEAT_ABS0                    "Preheat ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Preheat ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Preheat ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Preheat ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Preheat ABS All"
34
-#define MSG_PREHEAT_ABS_BEDONLY             "Preheat ABS Bed"
35
-#define MSG_PREHEAT_ABS_SETTINGS            "Preheat ABS conf"
26
+#define MSG_PREHEAT_ABS_N                   MSG_PREHEAT_ABS " "
27
+#define MSG_PREHEAT_ABS_ALL                 MSG_PREHEAT_ABS " All"
28
+#define MSG_PREHEAT_ABS_BEDONLY             MSG_PREHEAT_ABS " Bed"
29
+#define MSG_PREHEAT_ABS_SETTINGS            MSG_PREHEAT_ABS " conf"
36
 #define MSG_COOLDOWN                        "Cooldown"
30
 #define MSG_COOLDOWN                        "Cooldown"
37
 #define MSG_SWITCH_PS_ON                    "Switch power on"
31
 #define MSG_SWITCH_PS_ON                    "Switch power on"
38
 #define MSG_SWITCH_PS_OFF                   "Switch power off"
32
 #define MSG_SWITCH_PS_OFF                   "Switch power off"
43
 #define MSG_MOVE_Y                          "Move Y"
37
 #define MSG_MOVE_Y                          "Move Y"
44
 #define MSG_MOVE_Z                          "Move Z"
38
 #define MSG_MOVE_Z                          "Move Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
-#define MSG_MOVE_E3                         "Extruder4"
49
 #define MSG_MOVE_01MM                       "Move 0.1mm"
40
 #define MSG_MOVE_01MM                       "Move 0.1mm"
50
 #define MSG_MOVE_1MM                        "Move 1mm"
41
 #define MSG_MOVE_1MM                        "Move 1mm"
51
 #define MSG_MOVE_10MM                       "Move 10mm"
42
 #define MSG_MOVE_10MM                       "Move 10mm"
52
 #define MSG_SPEED                           "Speed"
43
 #define MSG_SPEED                           "Speed"
53
 #define MSG_NOZZLE                          "Nozzle"
44
 #define MSG_NOZZLE                          "Nozzle"
54
-#define MSG_NOZZLE1                         "Nozzle2"
55
-#define MSG_NOZZLE2                         "Nozzle3"
56
-#define MSG_NOZZLE3                         "Nozzle4"
57
 #define MSG_BED                             "Bed"
45
 #define MSG_BED                             "Bed"
58
 #define MSG_FAN_SPEED                       "Fan speed"
46
 #define MSG_FAN_SPEED                       "Fan speed"
59
 #define MSG_FLOW                            "Flow"
47
 #define MSG_FLOW                            "Flow"
60
-#define MSG_FLOW0                           "Flow 0"
61
-#define MSG_FLOW1                           "Flow 1"
62
-#define MSG_FLOW2                           "Flow 2"
63
-#define MSG_FLOW3                           "Flow 3"
64
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
65
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
66
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
72
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
73
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
74
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
75
-#define MSG_PID_P1                          "PID-P E2"
76
-#define MSG_PID_I1                          "PID-I E2"
77
-#define MSG_PID_D1                          "PID-D E2"
78
-#define MSG_PID_C1                          "PID-C E2"
79
-#define MSG_PID_P2                          "PID-P E3"
80
-#define MSG_PID_I2                          "PID-I E3"
81
-#define MSG_PID_D2                          "PID-D E3"
82
-#define MSG_PID_C2                          "PID-C E3"
83
-#define MSG_PID_P3                          "PID-P E4"
84
-#define MSG_PID_I3                          "PID-I E4"
85
-#define MSG_PID_D3                          "PID-D E4"
86
-#define MSG_PID_C3                          "PID-C E4"
87
 #define MSG_ACC                             "Accel"
59
 #define MSG_ACC                             "Accel"
88
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
89
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
148
 #define MSG_BABYSTEP_Z                      "Babystep Z"
120
 #define MSG_BABYSTEP_Z                      "Babystep Z"
149
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
121
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
150
 
122
 
151
-#define MSG_RECTRACT                        "Rectract"
152
-
153
 #ifdef DELTA_CALIBRATION_MENU
123
 #ifdef DELTA_CALIBRATION_MENU
154
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
124
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
155
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
125
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 36
Marlin/language_es.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Ajustar offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Ajustar offsets"
19
 #define MSG_SET_ORIGIN                      "Establecer cero"
19
 #define MSG_SET_ORIGIN                      "Establecer cero"
20
 #define MSG_PREHEAT_PLA                     "Precalentar PLA"
20
 #define MSG_PREHEAT_PLA                     "Precalentar PLA"
21
-#define MSG_PREHEAT_PLA0                    "Precalentar PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Precalentar PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Precalentar PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Precalentar PLA 4" 
25
-#define MSG_PREHEAT_PLA0123                 "Precal. PLA Todo"
21
+#define MSG_PREHEAT_PLA_N                   "Precalentar PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Precal. PLA Todo"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Precal. PLA Base"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Precal. PLA Base"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Ajustar temp. PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Ajustar temp. PLA"
28
 #define MSG_PREHEAT_ABS                     "Precalentar ABS"
25
 #define MSG_PREHEAT_ABS                     "Precalentar ABS"
29
-#define MSG_PREHEAT_ABS0                    "Precalentar ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Precalentar ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Precalentar ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Precalentar ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Precal. ABS Todo"
26
+#define MSG_PREHEAT_ABS_N                   "Precalentar ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Precal. ABS Todo"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Precal. ABS Base"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Precal. ABS Base"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Ajustar temp. ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Ajustar temp. ABS"
36
 #define MSG_COOLDOWN                        "Enfriar"
30
 #define MSG_COOLDOWN                        "Enfriar"
43
 #define MSG_MOVE_Y                          "Mover Y"
37
 #define MSG_MOVE_Y                          "Mover Y"
44
 #define MSG_MOVE_Z                          "Mover Z"
38
 #define MSG_MOVE_Z                          "Mover Z"
45
 #define MSG_MOVE_E                          "Extrusor"
39
 #define MSG_MOVE_E                          "Extrusor"
46
-#define MSG_MOVE_E1                         "Extrusor2"
47
-#define MSG_MOVE_E2                         "Extrusor3"
48
 #define MSG_MOVE_01MM                       "Mover 0.1mm"
40
 #define MSG_MOVE_01MM                       "Mover 0.1mm"
49
 #define MSG_MOVE_1MM                        "Mover 1mm"
41
 #define MSG_MOVE_1MM                        "Mover 1mm"
50
 #define MSG_MOVE_10MM                       "Mover 10mm"
42
 #define MSG_MOVE_10MM                       "Mover 10mm"
51
 #define MSG_SPEED                           "Velocidad"
43
 #define MSG_SPEED                           "Velocidad"
52
 #define MSG_NOZZLE                          "Nozzle"
44
 #define MSG_NOZZLE                          "Nozzle"
53
-#define MSG_NOZZLE1                         "Nozzle2"
54
-#define MSG_NOZZLE2                         "Nozzle3"
55
 #define MSG_BED                             "Base"
45
 #define MSG_BED                             "Base"
56
 #define MSG_FAN_SPEED                       "Ventilador"
46
 #define MSG_FAN_SPEED                       "Ventilador"
57
 #define MSG_FLOW                            "Flujo"
47
 #define MSG_FLOW                            "Flujo"
58
-#define MSG_FLOW0                           "Flujo 0"
59
-#define MSG_FLOW1                           "Flujo 1"
60
-#define MSG_FLOW2                           "Flujo 2"
61
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
62
 #define MSG_MIN                             "\002 Min"
49
 #define MSG_MIN                             "\002 Min"
63
 #define MSG_MAX                             "\002 Max"
50
 #define MSG_MAX                             "\002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Acel"
59
 #define MSG_ACC                             "Acel"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
142
 
121
 
143
-#define MSG_RECTRACT                        "Retraer"
144
-#define MSG_RECTRACT_WIDE                   "Retraer"
145
-#define MSG_TEMPERATURE_WIDE                "Temperatura"
146
-#define MSG_TEMPERATURE_RTN                 "Temperatura"
147
-#define MSG_MAIN_WIDE                       "Menu principal"
148
-#define MSG_MOTION_WIDE                     "Movimiento"
149
-#define MSG_PREPARE_ALT                     "Preparar"
150
-#define MSG_CONTROL_ARROW                   "Control \x7E"
151
-#define MSG_RETRACT_ARROW                   "Retraer \x7E"
152
-#define MSG_STEPPER_RELEASED                "Desacoplada."
153
-
154
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
155
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
156
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 27
Marlin/language_eu.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Hasiera ipini"
19
 #define MSG_SET_ORIGIN                      "Hasiera ipini"
20
 #define MSG_PREHEAT_PLA                     "Aurreberotu PLA"
20
 #define MSG_PREHEAT_PLA                     "Aurreberotu PLA"
21
-#define MSG_PREHEAT_PLA0                    "Aurreberotu PLA1"
22
-#define MSG_PREHEAT_PLA1                    "Aurreberotu PLA2"
23
-#define MSG_PREHEAT_PLA2                    "Aurreberotu PLA3"
24
-#define MSG_PREHEAT_PLA3                    "Aurreberotu PLA4"
25
-#define MSG_PREHEAT_PLA0123                 "Berotu PLA Guztia"
21
+#define MSG_PREHEAT_PLA_N                   "Aurreberotu PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Berotu PLA Guztia"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Berotu PLA Ohea"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Berotu PLA Ohea"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Berotu PLA Konfig"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Berotu PLA Konfig"
28
 #define MSG_PREHEAT_ABS                     "Aurreberotu ABS"
25
 #define MSG_PREHEAT_ABS                     "Aurreberotu ABS"
29
-#define MSG_PREHEAT_ABS0                    "Aurreberotu ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Aurreberotu ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Aurreberotu ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Aurreberotu ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Berotu ABS Guztia"
26
+#define MSG_PREHEAT_ABS_N                   "Aurreberotu ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Berotu ABS Guztia"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Berotu ABS Ohea"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Berotu ABS Ohea"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Berotu ABS Konfig"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Berotu ABS Konfig"
36
 #define MSG_COOLDOWN                        "Hoztu"
30
 #define MSG_COOLDOWN                        "Hoztu"
43
 #define MSG_MOVE_Y                          "Mugitu Y"
37
 #define MSG_MOVE_Y                          "Mugitu Y"
44
 #define MSG_MOVE_Z                          "Mugitu Z"
38
 #define MSG_MOVE_Z                          "Mugitu Z"
45
 #define MSG_MOVE_E                          "Estrusorea"
39
 #define MSG_MOVE_E                          "Estrusorea"
46
-#define MSG_MOVE_E1                         "Estrusorea2"
47
-#define MSG_MOVE_E2                         "Estrusorea3"
48
 #define MSG_MOVE_01MM                       "Mugitu 0.1mm"
40
 #define MSG_MOVE_01MM                       "Mugitu 0.1mm"
49
 #define MSG_MOVE_1MM                        "Mugitu 1mm"
41
 #define MSG_MOVE_1MM                        "Mugitu 1mm"
50
 #define MSG_MOVE_10MM                       "Mugitu 10mm"
42
 #define MSG_MOVE_10MM                       "Mugitu 10mm"
51
 #define MSG_SPEED                           "Abiadura"
43
 #define MSG_SPEED                           "Abiadura"
52
 #define MSG_NOZZLE                          "Pita"
44
 #define MSG_NOZZLE                          "Pita"
53
-#define MSG_NOZZLE1                         "Pita2"
54
-#define MSG_NOZZLE2                         "Pita3"
55
 #define MSG_BED                             "Ohea"
45
 #define MSG_BED                             "Ohea"
56
 #define MSG_FAN_SPEED                       "Haizagailua"
46
 #define MSG_FAN_SPEED                       "Haizagailua"
57
 #define MSG_FLOW                            "Fluxua"
47
 #define MSG_FLOW                            "Fluxua"
58
-#define MSG_FLOW0                           "Fluxua 0"
59
-#define MSG_FLOW1                           "Fluxua 1"
60
-#define MSG_FLOW2                           "Fluxua 2"
61
 #define MSG_CONTROL                         "Kontrola"
48
 #define MSG_CONTROL                         "Kontrola"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Azelerazioa"
59
 #define MSG_ACC                             "Azelerazioa"
81
 #define MSG_VXY_JERK                        "Vxy-astindua"
60
 #define MSG_VXY_JERK                        "Vxy-astindua"
82
 #define MSG_VZ_JERK                         "Vz-astindua"
61
 #define MSG_VZ_JERK                         "Vz-astindua"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop deuseztat"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop deuseztat"
142
 
121
 
143
-#define MSG_RECTRACT                        "Atzera eragin"
144
-
145
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
146
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
147
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 27
Marlin/language_fi.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Aseta origo"
19
 #define MSG_SET_ORIGIN                      "Aseta origo"
20
 #define MSG_PREHEAT_PLA                     "Esilammita PLA"
20
 #define MSG_PREHEAT_PLA                     "Esilammita PLA"
21
-#define MSG_PREHEAT_PLA0                    "Esilammita PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Esilammita PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Esilammita PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Esilammita PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 "Esila. PLA Kaikki"
21
+#define MSG_PREHEAT_PLA_N                   "Esilammita PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Esila. PLA Kaikki"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Esila. PLA Alusta"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Esila. PLA Alusta"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Esilamm. PLA konf"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Esilamm. PLA konf"
28
 #define MSG_PREHEAT_ABS                     "Esilammita ABS"
25
 #define MSG_PREHEAT_ABS                     "Esilammita ABS"
29
-#define MSG_PREHEAT_ABS0                    "Esilammita ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Esilammita ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Esilammita ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Esilammita ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Esila. ABS Kaikki"
26
+#define MSG_PREHEAT_ABS_N                   "Esilammita ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Esila. ABS Kaikki"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Esila. ABS Alusta"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Esila. ABS Alusta"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Esilamm. ABS konf"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Esilamm. ABS konf"
36
 #define MSG_COOLDOWN                        "Jaahdyta"
30
 #define MSG_COOLDOWN                        "Jaahdyta"
43
 #define MSG_MOVE_Y                          "Move Y"
37
 #define MSG_MOVE_Y                          "Move Y"
44
 #define MSG_MOVE_Z                          "Move Z"
38
 #define MSG_MOVE_Z                          "Move Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Move 0.1mm"
40
 #define MSG_MOVE_01MM                       "Move 0.1mm"
49
 #define MSG_MOVE_1MM                        "Move 1mm"
41
 #define MSG_MOVE_1MM                        "Move 1mm"
50
 #define MSG_MOVE_10MM                       "Move 10mm"
42
 #define MSG_MOVE_10MM                       "Move 10mm"
51
 #define MSG_SPEED                           "Nopeus"
43
 #define MSG_SPEED                           "Nopeus"
52
 #define MSG_NOZZLE                          "Suutin"
44
 #define MSG_NOZZLE                          "Suutin"
53
-#define MSG_NOZZLE1                         "Suutin2"
54
-#define MSG_NOZZLE2                         "Suutin3"
55
 #define MSG_BED                             "Alusta"
45
 #define MSG_BED                             "Alusta"
56
 #define MSG_FAN_SPEED                       "Tuul. nopeus"
46
 #define MSG_FAN_SPEED                       "Tuul. nopeus"
57
 #define MSG_FLOW                            "Virtaus"
47
 #define MSG_FLOW                            "Virtaus"
58
-#define MSG_FLOW0                           "Virtaus 0"
59
-#define MSG_FLOW1                           "Virtaus 1"
60
-#define MSG_FLOW2                           "Virtaus 2"
61
 #define MSG_CONTROL                         "Kontrolli"
48
 #define MSG_CONTROL                         "Kontrolli"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Kiihtyv"
59
 #define MSG_ACC                             "Kiihtyv"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
142
 
121
 
143
-#define MSG_RECTRACT                        "Veda takaisin"
144
-
145
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
146
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
147
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 4
- 28
Marlin/language_fr.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Regler origine"
19
 #define MSG_SET_ORIGIN                      "Regler origine"
20
 #define MSG_PREHEAT_PLA                     "Prechauffage PLA"
20
 #define MSG_PREHEAT_PLA                     "Prechauffage PLA"
21
-#define MSG_PREHEAT_PLA0                    "Prechauff. PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Prechauff. PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Prechauff. PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Prechauff. PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 "Prech. PLA Tout"
21
+#define MSG_PREHEAT_PLA_N                   "Prechauff. PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Prech. PLA Tout"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Prech. PLA Plateau"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Prech. PLA Plateau"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Regl. prech. PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Regl. prech. PLA"
28
 #define MSG_PREHEAT_ABS                     "Prechauffage ABS"
25
 #define MSG_PREHEAT_ABS                     "Prechauffage ABS"
29
-#define MSG_PREHEAT_ABS0                    "Prechauff. ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Prechauff. ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Prechauff. ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Prechauff. ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Prech. ABS Tout"
26
+#define MSG_PREHEAT_ABS_N                   "Prechauff. ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Prech. ABS Tout"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Prech. ABS Plateau"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Prech. ABS Plateau"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Regl. prech. ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Regl. prech. ABS"
36
 #define MSG_COOLDOWN                        "Refroidir"
30
 #define MSG_COOLDOWN                        "Refroidir"
43
 #define MSG_MOVE_Y                          "Move Y"
37
 #define MSG_MOVE_Y                          "Move Y"
44
 #define MSG_MOVE_Z                          "Move Z"
38
 #define MSG_MOVE_Z                          "Move Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Move 0.1mm"
40
 #define MSG_MOVE_01MM                       "Move 0.1mm"
49
 #define MSG_MOVE_1MM                        "Move 1mm"
41
 #define MSG_MOVE_1MM                        "Move 1mm"
50
 #define MSG_MOVE_10MM                       "Move 10mm"
42
 #define MSG_MOVE_10MM                       "Move 10mm"
51
 #define MSG_SPEED                           " Vitesse"
43
 #define MSG_SPEED                           " Vitesse"
52
 #define MSG_NOZZLE                          "Buse"
44
 #define MSG_NOZZLE                          "Buse"
53
-#define MSG_NOZZLE1                         "Buse2"
54
-#define MSG_NOZZLE2                         "Buse3"
55
 #define MSG_BED                             "Plateau"
45
 #define MSG_BED                             "Plateau"
56
 #define MSG_FAN_SPEED                       "Vite. ventilateur"
46
 #define MSG_FAN_SPEED                       "Vite. ventilateur"
57
 #define MSG_FLOW                            "Flux"
47
 #define MSG_FLOW                            "Flux"
58
-#define MSG_FLOW0                           "Flux 0"
59
-#define MSG_FLOW1                           "Flux 1"
60
-#define MSG_FLOW2                           "Flux 2"
61
 #define MSG_CONTROL                         "Controler"
48
 #define MSG_CONTROL                         "Controler"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Accel"
59
 #define MSG_ACC                             "Accel"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Butee abandon"
120
 #define MSG_ENDSTOP_ABORT                   "Butee abandon"
142
 
121
 
143
-#define MSG_RECTRACT                        "Rectract"
144
-#define MSG_STEPPER_RELEASED                "RELACHE."
145
-
146
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
147
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
148
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 7
- 37
Marlin/language_it.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Setta offset home"
18
 #define MSG_SET_HOME_OFFSETS                "Setta offset home"
19
 #define MSG_SET_ORIGIN                      "Imposta Origine"
19
 #define MSG_SET_ORIGIN                      "Imposta Origine"
20
 #define MSG_PREHEAT_PLA                     "Preriscalda PLA"
20
 #define MSG_PREHEAT_PLA                     "Preriscalda PLA"
21
-#define MSG_PREHEAT_PLA0                    "Preriscalda PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Preriscalda PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Preriscalda PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Preriscalda PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 "Prer. PLA Tutto"
21
+#define MSG_PREHEAT_PLA_N                   "Preriscalda PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Prer. PLA Tutto"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Prer. PLA Piatto"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Prer. PLA Piatto"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Config. prer. PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Config. prer. PLA"
28
 #define MSG_PREHEAT_ABS                     "Preriscalda ABS"
25
 #define MSG_PREHEAT_ABS                     "Preriscalda ABS"
29
-#define MSG_PREHEAT_ABS0                    "Preriscalda ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Preriscalda ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Preriscalda ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Preriscalda ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Prer. ABS Tutto"
26
+#define MSG_PREHEAT_ABS_N                   "Preriscalda ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Prer. ABS Tutto"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Prer. ABS Piatto"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Prer. ABS Piatto"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Config. prer. ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Config. prer. ABS"
36
 #define MSG_COOLDOWN                        "Raffredda"
30
 #define MSG_COOLDOWN                        "Raffredda"
43
 #define MSG_MOVE_Y                          "Muovi Y"
37
 #define MSG_MOVE_Y                          "Muovi Y"
44
 #define MSG_MOVE_Z                          "Muovi Z"
38
 #define MSG_MOVE_Z                          "Muovi Z"
45
 #define MSG_MOVE_E                          "Estrusore"
39
 #define MSG_MOVE_E                          "Estrusore"
46
-#define MSG_MOVE_E1                         "Estrusore 2"
47
-#define MSG_MOVE_E2                         "Estrusore 3"
48
-#define MSG_MOVE_E3                         "Estrusore 4"
49
 #define MSG_MOVE_01MM                       "Muovi di 0.1mm"
40
 #define MSG_MOVE_01MM                       "Muovi di 0.1mm"
50
 #define MSG_MOVE_1MM                        "Muovi di   1mm"
41
 #define MSG_MOVE_1MM                        "Muovi di   1mm"
51
 #define MSG_MOVE_10MM                       "Muovi di  10mm"
42
 #define MSG_MOVE_10MM                       "Muovi di  10mm"
52
 #define MSG_SPEED                           "Velcità"
43
 #define MSG_SPEED                           "Velcità"
53
 #define MSG_NOZZLE                          "Ugello"
44
 #define MSG_NOZZLE                          "Ugello"
54
-#define MSG_NOZZLE1                         "Ugello2"
55
-#define MSG_NOZZLE2                         "Ugello3"
56
-#define MSG_NOZZLE3                         "Ugello4"
57
 #define MSG_BED                             "Piatto"
45
 #define MSG_BED                             "Piatto"
58
 #define MSG_FAN_SPEED                       "Ventola"
46
 #define MSG_FAN_SPEED                       "Ventola"
59
 #define MSG_FLOW                            "Flusso"
47
 #define MSG_FLOW                            "Flusso"
60
-#define MSG_FLOW0                           "Flusso 0"
61
-#define MSG_FLOW1                           "Flusso 1"
62
-#define MSG_FLOW2                           "Flusso 2"
63
-#define MSG_FLOW3                           "Flusso 3"
64
 #define MSG_CONTROL                         "Controllo"
48
 #define MSG_CONTROL                         "Controllo"
65
-#define MSG_MIN                             " \002 Min:"
66
-#define MSG_MAX                             " \002 Max:"
67
-#define MSG_FACTOR                          " \002 Fact:"
49
+#define MSG_MIN                             " \002 Min"
50
+#define MSG_MAX                             " \002 Max"
51
+#define MSG_FACTOR                          " \002 Fact"
68
 #define MSG_AUTOTEMP                        "Autotemp"
52
 #define MSG_AUTOTEMP                        "Autotemp"
69
 #define MSG_ON                              "ON "
53
 #define MSG_ON                              "ON "
70
 #define MSG_OFF                             "OFF"
54
 #define MSG_OFF                             "OFF"
72
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
73
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
74
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
75
-#define MSG_PID_P1                          "PID-P E2"
76
-#define MSG_PID_I1                          "PID-I E2"
77
-#define MSG_PID_D1                          "PID-D E2"
78
-#define MSG_PID_C1                          "PID-C E2"
79
-#define MSG_PID_P2                          "PID-P E3"
80
-#define MSG_PID_I2                          "PID-I E3"
81
-#define MSG_PID_D2                          "PID-D E3"
82
-#define MSG_PID_C2                          "PID-C E3"
83
-#define MSG_PID_P3                          "PID-P E4"
84
-#define MSG_PID_I3                          "PID-I E4"
85
-#define MSG_PID_D3                          "PID-D E4"
86
-#define MSG_PID_C3                          "PID-C E4"
87
 #define MSG_ACC                             "Accel."
59
 #define MSG_ACC                             "Accel."
88
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
89
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
148
 #define MSG_BABYSTEP_Z                      "Babystep Z"
120
 #define MSG_BABYSTEP_Z                      "Babystep Z"
149
 #define MSG_ENDSTOP_ABORT                   "Finecorsa abort"
121
 #define MSG_ENDSTOP_ABORT                   "Finecorsa abort"
150
 
122
 
151
-#define MSG_RECTRACT                        "Ritrai"
152
-
153
 #ifdef DELTA_CALIBRATION_MENU
123
 #ifdef DELTA_CALIBRATION_MENU
154
     #define MSG_DELTA_CALIBRATE             "Calibraz. Delta"
124
     #define MSG_DELTA_CALIBRATE             "Calibraz. Delta"
155
     #define MSG_DELTA_CALIBRATE_X           "Calibra X"
125
     #define MSG_DELTA_CALIBRATE_X           "Calibra X"

+ 4
- 27
Marlin/language_nl.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Nulpunt instellen"
19
 #define MSG_SET_ORIGIN                      "Nulpunt instellen"
20
 #define MSG_PREHEAT_PLA                     "PLA voorverwarmen"
20
 #define MSG_PREHEAT_PLA                     "PLA voorverwarmen"
21
-#define MSG_PREHEAT_PLA0                    "PLA voorverw. 1"
22
-#define MSG_PREHEAT_PLA1                    "PLA voorverw. 2"
23
-#define MSG_PREHEAT_PLA2                    "PLA voorverw. 3"
24
-#define MSG_PREHEAT_PLA3                    "PLA voorverw. 4"
25
-#define MSG_PREHEAT_PLA0123                 "PLA voorverw. aan"
21
+#define MSG_PREHEAT_PLA_N                   "PLA voorverw. "
22
+#define MSG_PREHEAT_PLA_ALL                 "PLA voorverw. aan"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "PLA voorverw. Bed"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "PLA voorverw. Bed"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA verw. conf"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA verw. conf"
28
 #define MSG_PREHEAT_ABS                     "ABS voorverwarmen"
25
 #define MSG_PREHEAT_ABS                     "ABS voorverwarmen"
29
-#define MSG_PREHEAT_ABS0                    "ABS voorverw. 1"
30
-#define MSG_PREHEAT_ABS1                    "ABS voorverw. 2"
31
-#define MSG_PREHEAT_ABS2                    "ABS voorverw. 3"
32
-#define MSG_PREHEAT_ABS3                    "ABS voorverw. 4"
33
-#define MSG_PREHEAT_ABS0123                 "ABS voorverw. aan"
26
+#define MSG_PREHEAT_ABS_N                   "ABS voorverw. "
27
+#define MSG_PREHEAT_ABS_ALL                 "ABS voorverw. aan"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "ABS voorverw. Bed"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "ABS voorverw. Bed"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS verw. conf"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS verw. conf"
36
 #define MSG_COOLDOWN                        "Afkoelen"
30
 #define MSG_COOLDOWN                        "Afkoelen"
43
 #define MSG_MOVE_Y                          "Verplaats Y"
37
 #define MSG_MOVE_Y                          "Verplaats Y"
44
 #define MSG_MOVE_Z                          "Verplaats Z"
38
 #define MSG_MOVE_Z                          "Verplaats Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Verplaats 0.1mm"
40
 #define MSG_MOVE_01MM                       "Verplaats 0.1mm"
49
 #define MSG_MOVE_1MM                        "Verplaats 1mm"
41
 #define MSG_MOVE_1MM                        "Verplaats 1mm"
50
 #define MSG_MOVE_10MM                       "Verplaats 10mm"
42
 #define MSG_MOVE_10MM                       "Verplaats 10mm"
51
 #define MSG_SPEED                           "Snelheid"
43
 #define MSG_SPEED                           "Snelheid"
52
 #define MSG_NOZZLE                          "Nozzle"
44
 #define MSG_NOZZLE                          "Nozzle"
53
-#define MSG_NOZZLE1                         "Nozzle2"
54
-#define MSG_NOZZLE2                         "Nozzle3"
55
 #define MSG_BED                             "Bed"
45
 #define MSG_BED                             "Bed"
56
 #define MSG_FAN_SPEED                       "Fan snelheid"
46
 #define MSG_FAN_SPEED                       "Fan snelheid"
57
 #define MSG_FLOW                            "Flow"
47
 #define MSG_FLOW                            "Flow"
58
-#define MSG_FLOW0                           "Flow 0"
59
-#define MSG_FLOW1                           "Flow 1"
60
-#define MSG_FLOW2                           "Flow 2"
61
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Versn"
59
 #define MSG_ACC                             "Versn"
81
 #define MSG_VXY_JERK                        "Vxy-jerk"
60
 #define MSG_VXY_JERK                        "Vxy-jerk"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
140
 #define MSG_BABYSTEP_Z                      "Babystap Z"
119
 #define MSG_BABYSTEP_Z                      "Babystap Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop afbr."
120
 #define MSG_ENDSTOP_ABORT                   "Endstop afbr."
142
 
121
 
143
-#define MSG_RECTRACT                        "Terugtrekken"
144
-
145
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
146
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
147
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 5
- 29
Marlin/language_pl.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Ustaw punkt zero"
19
 #define MSG_SET_ORIGIN                      "Ustaw punkt zero"
20
 #define MSG_PREHEAT_PLA                     "Rozgrzej PLA"
20
 #define MSG_PREHEAT_PLA                     "Rozgrzej PLA"
21
-#define MSG_PREHEAT_PLA0                    "Rozgrzej PLA 1"
22
-#define MSG_PREHEAT_PLA1                    "Rozgrzej PLA 2"
23
-#define MSG_PREHEAT_PLA2                    "Rozgrzej PLA 3"
24
-#define MSG_PREHEAT_PLA3                    "Rozgrzej PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 "Roz. PLA Wszystko"
21
+#define MSG_PREHEAT_PLA_N                   "Rozgrzej PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Roz. PLA Wszystko"
26
 #define MSG_PREHEAT_PLA_BEDONLY             "Rozgrzej PLA Loze"
23
 #define MSG_PREHEAT_PLA_BEDONLY             "Rozgrzej PLA Loze"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "Ustaw. rozg. PLA"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "Ustaw. rozg. PLA"
28
 #define MSG_PREHEAT_ABS                     "Rozgrzej ABS"
25
 #define MSG_PREHEAT_ABS                     "Rozgrzej ABS"
29
-#define MSG_PREHEAT_ABS0                    "Rozgrzej ABS 1"
30
-#define MSG_PREHEAT_ABS1                    "Rozgrzej ABS 2"
31
-#define MSG_PREHEAT_ABS2                    "Rozgrzej ABS 3"
32
-#define MSG_PREHEAT_ABS3                    "Rozgrzej ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 "Roz. ABS Wszystko"
26
+#define MSG_PREHEAT_ABS_N                   "Rozgrzej ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Roz. ABS Wszystko"
34
 #define MSG_PREHEAT_ABS_BEDONLY             "Rozgrzej ABS Loze"
28
 #define MSG_PREHEAT_ABS_BEDONLY             "Rozgrzej ABS Loze"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "Ustaw. rozg. ABS"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "Ustaw. rozg. ABS"
36
 #define MSG_COOLDOWN                        "Chlodzenie"
30
 #define MSG_COOLDOWN                        "Chlodzenie"
43
 #define MSG_MOVE_Y                          "Przesun w Y"
37
 #define MSG_MOVE_Y                          "Przesun w Y"
44
 #define MSG_MOVE_Z                          "Przesun w Z"
38
 #define MSG_MOVE_Z                          "Przesun w Z"
45
 #define MSG_MOVE_E                          "Ekstruzja (os E)"
39
 #define MSG_MOVE_E                          "Ekstruzja (os E)"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Przesuwaj co .1mm"
40
 #define MSG_MOVE_01MM                       "Przesuwaj co .1mm"
49
 #define MSG_MOVE_1MM                        "Przesuwaj co 1mm"
41
 #define MSG_MOVE_1MM                        "Przesuwaj co 1mm"
50
 #define MSG_MOVE_10MM                       "Przesuwaj co 10mm"
42
 #define MSG_MOVE_10MM                       "Przesuwaj co 10mm"
51
 #define MSG_SPEED                           "Predkosc"
43
 #define MSG_SPEED                           "Predkosc"
52
 #define MSG_NOZZLE                          "Dysza"
44
 #define MSG_NOZZLE                          "Dysza"
53
-#define MSG_NOZZLE1                         "Dysza 2"
54
-#define MSG_NOZZLE2                         "Dysza 3"
55
 #define MSG_BED                             "Loze"
45
 #define MSG_BED                             "Loze"
56
 #define MSG_FAN_SPEED                       "Obroty wiatraka"
46
 #define MSG_FAN_SPEED                       "Obroty wiatraka"
57
 #define MSG_FLOW                            "Przeplyw"
47
 #define MSG_FLOW                            "Przeplyw"
58
-#define MSG_FLOW0                           "Przeplyw 0"
59
-#define MSG_FLOW1                           "Przeplyw 1"
60
-#define MSG_FLOW2                           "Przeplyw 2"
61
 #define MSG_CONTROL                         "Ustawienia"
48
 #define MSG_CONTROL                         "Ustawienia"
62
 #define MSG_MIN                             " \002 Min"
49
 #define MSG_MIN                             " \002 Min"
63
 #define MSG_MAX                             " \002 Max"
50
 #define MSG_MAX                             " \002 Max"
69
 #define MSG_PID_I                           "PID-I"
56
 #define MSG_PID_I                           "PID-I"
70
 #define MSG_PID_D                           "PID-D"
57
 #define MSG_PID_D                           "PID-D"
71
 #define MSG_PID_C                           "PID-C"
58
 #define MSG_PID_C                           "PID-C"
72
-#define MSG_PID_P1                          "PID-P E2"
73
-#define MSG_PID_I1                          "PID-I E2"
74
-#define MSG_PID_D1                          "PID-D E2"
75
-#define MSG_PID_C1                          "PID-C E2"
76
-#define MSG_PID_P2                          "PID-P E3"
77
-#define MSG_PID_I2                          "PID-I E3"
78
-#define MSG_PID_D2                          "PID-D E3"
79
-#define MSG_PID_C2                          "PID-C E3"
80
 #define MSG_ACC                             "Przyspieszenie"
59
 #define MSG_ACC                             "Przyspieszenie"
81
 #define MSG_VXY_JERK                        "Zryw Vxy"
60
 #define MSG_VXY_JERK                        "Zryw Vxy"
82
 #define MSG_VZ_JERK                         "Zryw Vz"
61
 #define MSG_VZ_JERK                         "Zryw Vz"
124
 #define MSG_CONTROL_RETRACT                 "Wycofaj mm"
103
 #define MSG_CONTROL_RETRACT                 "Wycofaj mm"
125
 #define MSG_CONTROL_RETRACT_SWAP            "Z Wycof. mm"
104
 #define MSG_CONTROL_RETRACT_SWAP            "Z Wycof. mm"
126
 #define MSG_CONTROL_RETRACTF                "Wycofaj  V"
105
 #define MSG_CONTROL_RETRACTF                "Wycofaj  V"
127
-#define MSG_CONTROL_RETRACT_ZLIFT           "Skok Z mm:"
106
+#define MSG_CONTROL_RETRACT_ZLIFT           "Skok Z mm"
128
 #define MSG_CONTROL_RETRACT_RECOVER         "Cof. wycof. +mm"
107
 #define MSG_CONTROL_RETRACT_RECOVER         "Cof. wycof. +mm"
129
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Z Cof. wyc. +mm"
108
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Z Cof. wyc. +mm"
130
 #define MSG_CONTROL_RETRACT_RECOVERF        "Cof. wycof.  V"
109
 #define MSG_CONTROL_RETRACT_RECOVERF        "Cof. wycof.  V"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Blad wyl. kranc."
120
 #define MSG_ENDSTOP_ABORT                   "Blad wyl. kranc."
142
 
121
 
143
-#define MSG_RECTRACT                        "Wycofanie"
144
-#define MSG_STEPPER_RELEASED                "Zwolniony."
145
-
146
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
147
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
148
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 39
- 67
Marlin/language_pt.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19
 #define MSG_SET_ORIGIN                      "Estabelecer orig."
19
 #define MSG_SET_ORIGIN                      "Estabelecer orig."
20
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
20
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
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_PLA3                    " pre-aquecer PLA 4"
25
-#define MSG_PREHEAT_PLA0123                 " pre-aq. PLA Tudo"
26
-#define MSG_PREHEAT_PLA_BEDONLY             " pre-aq. PLA \002Base"
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"
27
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA setting"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA setting"
28
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
25
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
29
-#define MSG_PREHEAT_ABS0                    " pre-aquecer ABS 1"
30
-#define MSG_PREHEAT_ABS1                    " pre-aquecer ABS 2"
31
-#define MSG_PREHEAT_ABS2                    " pre-aquecer ABS 3"
32
-#define MSG_PREHEAT_ABS3                    " pre-aquecer ABS 4"
33
-#define MSG_PREHEAT_ABS0123                 " pre-aq. ABS Tudo"
34
-#define MSG_PREHEAT_ABS_BEDONLY             " pre-aq. ABS \002Base"
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"
35
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS setting"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS setting"
36
 #define MSG_COOLDOWN                        "Esfriar"
30
 #define MSG_COOLDOWN                        "Esfriar"
37
 #define MSG_SWITCH_PS_ON                    "Switch Power On"
31
 #define MSG_SWITCH_PS_ON                    "Switch Power On"
43
 #define MSG_MOVE_Y                          "Move Y"
37
 #define MSG_MOVE_Y                          "Move Y"
44
 #define MSG_MOVE_Z                          "Move Z"
38
 #define MSG_MOVE_Z                          "Move Z"
45
 #define MSG_MOVE_E                          "Extruder"
39
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_E1                         "Extruder2"
47
-#define MSG_MOVE_E2                         "Extruder3"
48
 #define MSG_MOVE_01MM                       "Move 0.1mm"
40
 #define MSG_MOVE_01MM                       "Move 0.1mm"
49
 #define MSG_MOVE_1MM                        "Move 1mm"
41
 #define MSG_MOVE_1MM                        "Move 1mm"
50
 #define MSG_MOVE_10MM                       "Move 10mm"
42
 #define MSG_MOVE_10MM                       "Move 10mm"
51
-#define MSG_SPEED                           "Velocidade:"
52
-#define MSG_NOZZLE                          "\002Nozzle:"
53
-#define MSG_NOZZLE1                         "\002Nozzle2:"
54
-#define MSG_NOZZLE2                         "\002Nozzle3:"
55
-#define MSG_BED                             "\002Base:"
43
+#define MSG_SPEED                           "Velocidade"
44
+#define MSG_NOZZLE                          "\002Nozzle"
45
+#define MSG_BED                             "\002Base"
56
 #define MSG_FAN_SPEED                       "Velocidade vento."
46
 #define MSG_FAN_SPEED                       "Velocidade vento."
57
-#define MSG_FLOW                            "Fluxo:"
58
-#define MSG_FLOW0                           "Fluxo0:"
59
-#define MSG_FLOW1                           "Fluxo1:"
60
-#define MSG_FLOW2                           "Fluxo2:"
47
+#define MSG_FLOW                            "Fluxo"
61
 #define MSG_CONTROL                         "Controle \003"
48
 #define MSG_CONTROL                         "Controle \003"
62
-#define MSG_MIN                             "\002 Min:"
63
-#define MSG_MAX                             "\002 Max:"
64
-#define MSG_FACTOR                          "\002 Fact:"
65
-#define MSG_AUTOTEMP                        "Autotemp:"
49
+#define MSG_MIN                             "\002 Min"
50
+#define MSG_MAX                             "\002 Max"
51
+#define MSG_FACTOR                          "\002 Fact"
52
+#define MSG_AUTOTEMP                        "Autotemp"
66
 #define MSG_ON                              "On "
53
 #define MSG_ON                              "On "
67
 #define MSG_OFF                             "Off"
54
 #define MSG_OFF                             "Off"
68
-#define MSG_PID_P                           "PID-P: "
69
-#define MSG_PID_I                           "PID-I: "
70
-#define MSG_PID_D                           "PID-D: "
71
-#define MSG_PID_C                           "PID-C: "
72
-#define MSG_PID_P1                          "PID-P E2: "
73
-#define MSG_PID_I1                          "PID-I E2: "
74
-#define MSG_PID_D1                          "PID-D E2: "
75
-#define MSG_PID_C1                          "PID-C E2: "
76
-#define MSG_PID_P2                          "PID-P E3: "
77
-#define MSG_PID_I2                          "PID-I E3: "
78
-#define MSG_PID_D2                          "PID-D E3: "
79
-#define MSG_PID_C2                          "PID-C E3: "
80
-#define MSG_ACC                             "Acc:"
81
-#define MSG_VXY_JERK                        "Vxy-jerk: "
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"
82
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
83
 #define MSG_VE_JERK                         "Ve-jerk"
62
 #define MSG_VE_JERK                         "Ve-jerk"
84
 #define MSG_VMAX                            " Vmax "
63
 #define MSG_VMAX                            " Vmax "
85
-#define MSG_X                               "x:"
86
-#define MSG_Y                               "y:"
87
-#define MSG_Z                               "z:"
88
-#define MSG_E                               "e:"
89
-#define MSG_VMIN                            "Vmin:"
90
-#define MSG_VTRAV_MIN                       "VTrav min:"
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"
91
 #define MSG_AMAX                            "Amax "
70
 #define MSG_AMAX                            "Amax "
92
-#define MSG_A_RETRACT                       "A-retract:"
93
-#define MSG_XSTEPS                          "Xpasso/mm:"
94
-#define MSG_YSTEPS                          "Ypasso/mm:"
95
-#define MSG_ZSTEPS                          "Zpasso/mm:"
96
-#define MSG_ESTEPS                          "Epasso/mm:"
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"
97
 #define MSG_TEMPERATURE                     "Temperatura"
76
 #define MSG_TEMPERATURE                     "Temperatura"
98
 #define MSG_MOTION                          "Movimento"
77
 #define MSG_MOTION                          "Movimento"
99
 #define MSG_VOLUMETRIC                      "Filament"
78
 #define MSG_VOLUMETRIC                      "Filament"
121
 #define MSG_NO_MOVE                         "Sem movimento"
100
 #define MSG_NO_MOVE                         "Sem movimento"
122
 #define MSG_KILLED                          "PARADA DE EMERG."
101
 #define MSG_KILLED                          "PARADA DE EMERG."
123
 #define MSG_STOPPED                         "PARADA. "
102
 #define MSG_STOPPED                         "PARADA. "
124
-#define MSG_CONTROL_RETRACT                 " Retrair mm:"
125
-#define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm:"
126
-#define MSG_CONTROL_RETRACTF                " Retrair  V:"
127
-#define MSG_CONTROL_RETRACT_ZLIFT           " Levantar mm:"
128
-#define MSG_CONTROL_RETRACT_RECOVER         " DesRet +mm:"
129
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Troca DesRet +mm:"
130
-#define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V:"
131
-#define MSG_AUTORETRACT                     " AutoRetr.:"
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."
132
 #define MSG_FILAMENTCHANGE                  "Change filament"
111
 #define MSG_FILAMENTCHANGE                  "Change filament"
133
 #define MSG_INIT_SDCARD                     "Init. SD-Card"
112
 #define MSG_INIT_SDCARD                     "Init. SD-Card"
134
 #define MSG_CNG_SDCARD                      "Change SD-Card"
113
 #define MSG_CNG_SDCARD                      "Change SD-Card"
140
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
141
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
142
 
121
 
143
-#define MSG_RECTRACT                        "Retrair"
144
-#define MSG_MAIN_WIDE                       "Menu Principal  \003"
145
-#define MSG_PREPARE_ALT                     "Preparar \003"
146
-#define MSG_CONTROL_ARROW                   "Controle \x7E"
147
-#define MSG_RETRACT_ARROW                   "Retrair \x7E"
148
-#define MSG_STEPPER_RELEASED                "Lancado."
149
-
150
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
151
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
152
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 38
- 61
Marlin/language_ru.h View File

20
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
20
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
21
 #define MSG_SET_ORIGIN                      "Запомнить ноль"
21
 #define MSG_SET_ORIGIN                      "Запомнить ноль"
22
 #define MSG_PREHEAT_PLA                     "Преднагрев PLA"
22
 #define MSG_PREHEAT_PLA                     "Преднагрев PLA"
23
-#define MSG_PREHEAT_PLA0                    "Преднагрев PLA1"
24
-#define MSG_PREHEAT_PLA1                    "Преднагрев PLA2"
25
-#define MSG_PREHEAT_PLA2                    "Преднагрев PLA3"
26
-#define MSG_PREHEAT_PLA3                    "Преднагрев PLA4"
27
-#define MSG_PREHEAT_PLA0123                 "Преднаг. PLA все"
23
+#define MSG_PREHEAT_PLA_N                   "Преднагрев PLA"
24
+#define MSG_PREHEAT_PLA_ALL                 "Преднаг. PLA все"
28
 #define MSG_PREHEAT_PLA_BEDONLY             "Пред. PLA Кровать"
25
 #define MSG_PREHEAT_PLA_BEDONLY             "Пред. PLA Кровать"
29
 #define MSG_PREHEAT_PLA_SETTINGS            "Настройки PLA"
26
 #define MSG_PREHEAT_PLA_SETTINGS            "Настройки PLA"
30
 #define MSG_PREHEAT_ABS                     "Преднагрев ABS"
27
 #define MSG_PREHEAT_ABS                     "Преднагрев ABS"
31
-#define MSG_PREHEAT_ABS0                    "Преднагрев ABS1"
32
-#define MSG_PREHEAT_ABS1                    "Преднагрев ABS2"
33
-#define MSG_PREHEAT_ABS2                    "Преднагрев ABS3"
34
-#define MSG_PREHEAT_ABS3                    "Преднагрев ABS4"
35
-#define MSG_PREHEAT_ABS0123                 "Преднаг. ABS все "
28
+#define MSG_PREHEAT_ABS_N                   "Преднагрев ABS"
29
+#define MSG_PREHEAT_ABS_ALL                 "Преднаг. ABS все "
36
 #define MSG_PREHEAT_ABS_BEDONLY             "Пред. ABS Кровать"
30
 #define MSG_PREHEAT_ABS_BEDONLY             "Пред. ABS Кровать"
37
 #define MSG_PREHEAT_ABS_SETTINGS            "Настройки ABS"
31
 #define MSG_PREHEAT_ABS_SETTINGS            "Настройки ABS"
38
 #define MSG_COOLDOWN                        "Охлаждение"
32
 #define MSG_COOLDOWN                        "Охлаждение"
45
 #define MSG_MOVE_Y                          "Move Y"
39
 #define MSG_MOVE_Y                          "Move Y"
46
 #define MSG_MOVE_Z                          "Move Z"
40
 #define MSG_MOVE_Z                          "Move Z"
47
 #define MSG_MOVE_E                          "Extruder"
41
 #define MSG_MOVE_E                          "Extruder"
48
-#define MSG_MOVE_E1                         "Extruder2"
49
-#define MSG_MOVE_E2                         "Extruder3"
50
 #define MSG_MOVE_01MM                       "Move 0.1mm"
42
 #define MSG_MOVE_01MM                       "Move 0.1mm"
51
 #define MSG_MOVE_1MM                        "Move 1mm"
43
 #define MSG_MOVE_1MM                        "Move 1mm"
52
 #define MSG_MOVE_10MM                       "Move 10mm"
44
 #define MSG_MOVE_10MM                       "Move 10mm"
53
-#define MSG_SPEED                           "Скорость:"
54
-#define MSG_NOZZLE                          "\002 Фильера:"
55
-#define MSG_NOZZLE1                         "\002 Фильера2:"
56
-#define MSG_NOZZLE2                         "\002 Фильера3:"
57
-#define MSG_BED                             "\002 Кровать:"
58
-#define MSG_FAN_SPEED                       "Куллер:"
59
-#define MSG_FLOW                            "Поток:"
60
-#define MSG_FLOW0                           " Поток0:"
61
-#define MSG_FLOW1                           " Поток1:"
62
-#define MSG_FLOW2                           " Поток2:"
45
+#define MSG_SPEED                           "Скорость"
46
+#define MSG_NOZZLE                          "\002 Фильера"
47
+#define MSG_BED                             "\002 Кровать"
48
+#define MSG_FAN_SPEED                       "Куллер"
49
+#define MSG_FLOW                            "Поток"
63
 #define MSG_CONTROL                         "Настройки \003"
50
 #define MSG_CONTROL                         "Настройки \003"
64
-#define MSG_MIN                             "\002 Минимум:"
65
-#define MSG_MAX                             "\002 Максимум:"
66
-#define MSG_FACTOR                          "\002 Фактор:"
67
-#define MSG_AUTOTEMP                        "Autotemp:"
51
+#define MSG_MIN                             "\002 Минимум"
52
+#define MSG_MAX                             "\002 Максимум"
53
+#define MSG_FACTOR                          "\002 Фактор"
54
+#define MSG_AUTOTEMP                        "Autotemp"
68
 #define MSG_ON                              "Вкл. "
55
 #define MSG_ON                              "Вкл. "
69
 #define MSG_OFF                             "Выкл. "
56
 #define MSG_OFF                             "Выкл. "
70
-#define MSG_PID_P                           "PID-P: "
71
-#define MSG_PID_I                           "PID-I: "
72
-#define MSG_PID_D                           "PID-D: "
73
-#define MSG_PID_C                           "PID-C: "
74
-#define MSG_PID_P1                          "PID-P E2: "
75
-#define MSG_PID_I1                          "PID-I E2: "
76
-#define MSG_PID_D1                          "PID-D E2: "
77
-#define MSG_PID_C1                          "PID-C E2: "
78
-#define MSG_PID_P2                          "PID-P E3: "
79
-#define MSG_PID_I2                          "PID-I E3: "
80
-#define MSG_PID_D2                          "PID-D E3: "
81
-#define MSG_PID_C2                          "PID-C E3: "
82
-#define MSG_ACC                             "Acc:"
83
-#define MSG_VXY_JERK                        "Vxy-jerk: "
57
+#define MSG_PID_P                           "PID-P"
58
+#define MSG_PID_I                           "PID-I"
59
+#define MSG_PID_D                           "PID-D"
60
+#define MSG_PID_C                           "PID-C"
61
+#define MSG_ACC                             "Acc"
62
+#define MSG_VXY_JERK                        "Vxy-jerk"
84
 #define MSG_VZ_JERK                         "Vz-jerk"
63
 #define MSG_VZ_JERK                         "Vz-jerk"
85
 #define MSG_VE_JERK                         "Ve-jerk"
64
 #define MSG_VE_JERK                         "Ve-jerk"
86
 #define MSG_VMAX                            "Vmax "
65
 #define MSG_VMAX                            "Vmax "
87
-#define MSG_X                               "x:"
88
-#define MSG_Y                               "y:"
89
-#define MSG_Z                               "z:"
90
-#define MSG_E                               "e:"
91
-#define MSG_VMIN                            "Vmin:"
92
-#define MSG_VTRAV_MIN                       "VTrav min:"
66
+#define MSG_X                               "x"
67
+#define MSG_Y                               "y"
68
+#define MSG_Z                               "z"
69
+#define MSG_E                               "e"
70
+#define MSG_VMIN                            "Vmin"
71
+#define MSG_VTRAV_MIN                       "VTrav min"
93
 #define MSG_AMAX                            "Amax "
72
 #define MSG_AMAX                            "Amax "
94
-#define MSG_A_RETRACT                       "A-retract:"
95
-#define MSG_XSTEPS                          "X шаг/mm:"
96
-#define MSG_YSTEPS                          "Y шаг/mm:"
97
-#define MSG_ZSTEPS                          "Z шаг/mm:"
98
-#define MSG_ESTEPS                          "E шаг/mm:"
73
+#define MSG_A_RETRACT                       "A-retract"
74
+#define MSG_XSTEPS                          "X шаг/mm"
75
+#define MSG_YSTEPS                          "Y шаг/mm"
76
+#define MSG_ZSTEPS                          "Z шаг/mm"
77
+#define MSG_ESTEPS                          "E шаг/mm"
99
 #define MSG_TEMPERATURE                     "Температура     \x7E"
78
 #define MSG_TEMPERATURE                     "Температура     \x7E"
100
 #define MSG_MOTION                          "Скорости        \x7E"
79
 #define MSG_MOTION                          "Скорости        \x7E"
101
 #define MSG_VOLUMETRIC                      "Filament"
80
 #define MSG_VOLUMETRIC                      "Filament"
123
 #define MSG_NO_MOVE                         "Нет движения."
102
 #define MSG_NO_MOVE                         "Нет движения."
124
 #define MSG_KILLED                          "УБИТО."
103
 #define MSG_KILLED                          "УБИТО."
125
 #define MSG_STOPPED                         "ОСТАНОВЛЕНО."
104
 #define MSG_STOPPED                         "ОСТАНОВЛЕНО."
126
-#define MSG_CONTROL_RETRACT                 "Откат mm:"
127
-#define MSG_CONTROL_RETRACT_SWAP            "своп Откат mm:"
128
-#define MSG_CONTROL_RETRACTF                "Откат  V:"
129
-#define MSG_CONTROL_RETRACT_ZLIFT           "Прыжок mm:"
130
-#define MSG_CONTROL_RETRACT_RECOVER         "Возврат +mm:"
131
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "своп Возврат +mm:"
132
-#define MSG_CONTROL_RETRACT_RECOVERF        "Возврат  V:"
133
-#define MSG_AUTORETRACT                     "АвтоОткат:"
105
+#define MSG_CONTROL_RETRACT                 "Откат mm"
106
+#define MSG_CONTROL_RETRACT_SWAP            "своп Откат mm"
107
+#define MSG_CONTROL_RETRACTF                "Откат  V"
108
+#define MSG_CONTROL_RETRACT_ZLIFT           "Прыжок mm"
109
+#define MSG_CONTROL_RETRACT_RECOVER         "Возврат +mm"
110
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "своп Возврат +mm"
111
+#define MSG_CONTROL_RETRACT_RECOVERF        "Возврат  V"
112
+#define MSG_AUTORETRACT                     "АвтоОткат"
134
 #define MSG_FILAMENTCHANGE                  "Change filament"
113
 #define MSG_FILAMENTCHANGE                  "Change filament"
135
 #define MSG_INIT_SDCARD                     "Init. SD-Card"
114
 #define MSG_INIT_SDCARD                     "Init. SD-Card"
136
 #define MSG_CNG_SDCARD                      "Change SD-Card"
115
 #define MSG_CNG_SDCARD                      "Change SD-Card"
142
 #define MSG_BABYSTEP_Z                      "Babystep Z"
121
 #define MSG_BABYSTEP_Z                      "Babystep Z"
143
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
122
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
144
 
123
 
145
-#define MSG_RECTRACT                        "Откат подачи    \x7E"
146
-
147
 #ifdef DELTA_CALIBRATION_MENU
124
 #ifdef DELTA_CALIBRATION_MENU
148
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
125
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"
149
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
126
     #define MSG_DELTA_CALIBRATE_X           "Calibrate X"

+ 25
- 25
Marlin/ultralcd.cpp View File

426
     MENU_ITEM_EDIT(int3, MSG_NOZZLE, &target_temperature[0], 0, HEATER_0_MAXTEMP - 15);
426
     MENU_ITEM_EDIT(int3, MSG_NOZZLE, &target_temperature[0], 0, HEATER_0_MAXTEMP - 15);
427
 #endif
427
 #endif
428
 #if TEMP_SENSOR_1 != 0
428
 #if TEMP_SENSOR_1 != 0
429
-    MENU_ITEM_EDIT(int3, MSG_NOZZLE1, &target_temperature[1], 0, HEATER_1_MAXTEMP - 15);
429
+    MENU_ITEM_EDIT(int3, MSG_NOZZLE " 2", &target_temperature[1], 0, HEATER_1_MAXTEMP - 15);
430
 #endif
430
 #endif
431
 #if TEMP_SENSOR_2 != 0
431
 #if TEMP_SENSOR_2 != 0
432
-    MENU_ITEM_EDIT(int3, MSG_NOZZLE2, &target_temperature[2], 0, HEATER_2_MAXTEMP - 15);
432
+    MENU_ITEM_EDIT(int3, MSG_NOZZLE " 3", &target_temperature[2], 0, HEATER_2_MAXTEMP - 15);
433
 #endif
433
 #endif
434
 #if TEMP_SENSOR_3 != 0
434
 #if TEMP_SENSOR_3 != 0
435
-    MENU_ITEM_EDIT(int3, MSG_NOZZLE3, &target_temperature[3], 0, HEATER_3_MAXTEMP - 15);
435
+    MENU_ITEM_EDIT(int3, MSG_NOZZLE " 4", &target_temperature[3], 0, HEATER_3_MAXTEMP - 15);
436
 #endif
436
 #endif
437
 
437
 
438
 
438
 
441
 #endif
441
 #endif
442
     MENU_ITEM_EDIT(int3, MSG_FAN_SPEED, &fanSpeed, 0, 255);
442
     MENU_ITEM_EDIT(int3, MSG_FAN_SPEED, &fanSpeed, 0, 255);
443
     MENU_ITEM_EDIT(int3, MSG_FLOW, &extrudemultiply, 10, 999);
443
     MENU_ITEM_EDIT(int3, MSG_FLOW, &extrudemultiply, 10, 999);
444
-    MENU_ITEM_EDIT(int3, MSG_FLOW0, &extruder_multiply[0], 10, 999);
444
+    MENU_ITEM_EDIT(int3, MSG_FLOW " 0", &extruder_multiply[0], 10, 999);
445
 #if TEMP_SENSOR_1 != 0
445
 #if TEMP_SENSOR_1 != 0
446
-    MENU_ITEM_EDIT(int3, MSG_FLOW1, &extruder_multiply[1], 10, 999);
446
+    MENU_ITEM_EDIT(int3, MSG_FLOW " 1", &extruder_multiply[1], 10, 999);
447
 #endif
447
 #endif
448
 #if TEMP_SENSOR_2 != 0
448
 #if TEMP_SENSOR_2 != 0
449
-    MENU_ITEM_EDIT(int3, MSG_FLOW2, &extruder_multiply[2], 10, 999);
449
+    MENU_ITEM_EDIT(int3, MSG_FLOW " 2", &extruder_multiply[2], 10, 999);
450
 #endif
450
 #endif
451
 #if TEMP_SENSOR_3 != 0
451
 #if TEMP_SENSOR_3 != 0
452
-    MENU_ITEM_EDIT(int3, MSG_FLOW3, &extruder_multiply[3], 10, 999);
452
+    MENU_ITEM_EDIT(int3, MSG_FLOW " 3", &extruder_multiply[3], 10, 999);
453
 #endif
453
 #endif
454
 
454
 
455
 
455
 
591
 {
591
 {
592
   START_MENU();
592
   START_MENU();
593
   MENU_ITEM(back, MSG_PREPARE, lcd_prepare_menu);
593
   MENU_ITEM(back, MSG_PREPARE, lcd_prepare_menu);
594
-  MENU_ITEM(function, MSG_PREHEAT_PLA0, lcd_preheat_pla0);
594
+  MENU_ITEM(function, MSG_PREHEAT_PLA_N "1", lcd_preheat_pla0);
595
 #if TEMP_SENSOR_1 != 0 //2 extruder preheat
595
 #if TEMP_SENSOR_1 != 0 //2 extruder preheat
596
-  MENU_ITEM(function, MSG_PREHEAT_PLA1, lcd_preheat_pla1);
596
+  MENU_ITEM(function, MSG_PREHEAT_PLA_N "2", lcd_preheat_pla1);
597
 #endif //2 extruder preheat
597
 #endif //2 extruder preheat
598
 #if TEMP_SENSOR_2 != 0 //3 extruder preheat
598
 #if TEMP_SENSOR_2 != 0 //3 extruder preheat
599
-  MENU_ITEM(function, MSG_PREHEAT_PLA2, lcd_preheat_pla2);
599
+  MENU_ITEM(function, MSG_PREHEAT_PLA_N "3", lcd_preheat_pla2);
600
 #endif //3 extruder preheat
600
 #endif //3 extruder preheat
601
 #if TEMP_SENSOR_3 != 0 //4 extruder preheat
601
 #if TEMP_SENSOR_3 != 0 //4 extruder preheat
602
-  MENU_ITEM(function, MSG_PREHEAT_PLA3, lcd_preheat_pla3);
602
+  MENU_ITEM(function, MSG_PREHEAT_PLA_N "4", lcd_preheat_pla3);
603
 #endif //4 extruder preheat
603
 #endif //4 extruder preheat
604
 #if TEMP_SENSOR_1 != 0 || TEMP_SENSOR_2 != 0 || TEMP_SENSOR_3 != 0 //all extruder preheat
604
 #if TEMP_SENSOR_1 != 0 || TEMP_SENSOR_2 != 0 || TEMP_SENSOR_3 != 0 //all extruder preheat
605
-  MENU_ITEM(function, MSG_PREHEAT_PLA0123, lcd_preheat_pla0123);
605
+  MENU_ITEM(function, MSG_PREHEAT_PLA_ALL, lcd_preheat_pla0123);
606
 #endif //all extruder preheat
606
 #endif //all extruder preheat
607
 #if TEMP_SENSOR_BED != 0
607
 #if TEMP_SENSOR_BED != 0
608
   MENU_ITEM(function, MSG_PREHEAT_PLA_BEDONLY, lcd_preheat_pla_bedonly);
608
   MENU_ITEM(function, MSG_PREHEAT_PLA_BEDONLY, lcd_preheat_pla_bedonly);
614
 {
614
 {
615
   START_MENU();
615
   START_MENU();
616
   MENU_ITEM(back, MSG_PREPARE, lcd_prepare_menu);
616
   MENU_ITEM(back, MSG_PREPARE, lcd_prepare_menu);
617
-  MENU_ITEM(function, MSG_PREHEAT_ABS0, lcd_preheat_abs0);
617
+  MENU_ITEM(function, MSG_PREHEAT_ABS_N "1", lcd_preheat_abs0);
618
 #if TEMP_SENSOR_1 != 0 //2 extruder preheat
618
 #if TEMP_SENSOR_1 != 0 //2 extruder preheat
619
-	MENU_ITEM(function, MSG_PREHEAT_ABS1, lcd_preheat_abs1);
619
+	MENU_ITEM(function, MSG_PREHEAT_ABS_N "2", lcd_preheat_abs1);
620
 #endif //2 extruder preheat
620
 #endif //2 extruder preheat
621
 #if TEMP_SENSOR_2 != 0 //3 extruder preheat
621
 #if TEMP_SENSOR_2 != 0 //3 extruder preheat
622
-  MENU_ITEM(function, MSG_PREHEAT_ABS2, lcd_preheat_abs2);
622
+  MENU_ITEM(function, MSG_PREHEAT_ABS_N "3", lcd_preheat_abs2);
623
 #endif //3 extruder preheat
623
 #endif //3 extruder preheat
624
 #if TEMP_SENSOR_3 != 0 //4 extruder preheat
624
 #if TEMP_SENSOR_3 != 0 //4 extruder preheat
625
-  MENU_ITEM(function, MSG_PREHEAT_ABS3, lcd_preheat_abs3);
625
+  MENU_ITEM(function, MSG_PREHEAT_ABS_N "4", lcd_preheat_abs3);
626
 #endif //4 extruder preheat
626
 #endif //4 extruder preheat
627
 #if TEMP_SENSOR_1 != 0 || TEMP_SENSOR_2 != 0 || TEMP_SENSOR_3 != 0 //all extruder preheat
627
 #if TEMP_SENSOR_1 != 0 || TEMP_SENSOR_2 != 0 || TEMP_SENSOR_3 != 0 //all extruder preheat
628
-  MENU_ITEM(function, MSG_PREHEAT_ABS0123, lcd_preheat_abs0123);
628
+  MENU_ITEM(function, MSG_PREHEAT_ABS_ALL, lcd_preheat_abs0123);
629
 #endif //all extruder preheat
629
 #endif //all extruder preheat
630
 
630
 
631
 #if TEMP_SENSOR_BED != 0
631
 #if TEMP_SENSOR_BED != 0
848
 	  pid_current_extruder = 0;
848
 	  pid_current_extruder = 0;
849
 	  raw_Ki = unscalePID_i(PID_PARAM(Ki,1));
849
 	  raw_Ki = unscalePID_i(PID_PARAM(Ki,1));
850
 	  raw_Kd = unscalePID_d(PID_PARAM(Kd,1));
850
 	  raw_Kd = unscalePID_d(PID_PARAM(Kd,1));
851
-	  MENU_ITEM_EDIT(float52, MSG_PID_P1, &PID_PARAM(Kp,1), 1, 9990);
851
+	  MENU_ITEM_EDIT(float52, MSG_PID_P " E2", &PID_PARAM(Kp,1), 1, 9990);
852
 	  // i is typically a small value so allows values below 1
852
 	  // i is typically a small value so allows values below 1
853
-	  MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_I1, &raw_Ki, 0.01, 9990, copy_and_scalePID_i);
854
-	  MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_D1, &raw_Kd, 1, 9990, copy_and_scalePID_d);
853
+	  MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_I " E2", &raw_Ki, 0.01, 9990, copy_and_scalePID_i);
854
+	  MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_D " E2", &raw_Kd, 1, 9990, copy_and_scalePID_d);
855
       #ifdef PID_ADD_EXTRUSION_RATE
855
       #ifdef PID_ADD_EXTRUSION_RATE
856
-	    MENU_ITEM_EDIT(float3, MSG_PID_C1, &PID_PARAM(Kc,1), 1, 9990);
856
+	    MENU_ITEM_EDIT(float3, MSG_PID_C " E2", &PID_PARAM(Kc,1), 1, 9990);
857
       #endif//PID_ADD_EXTRUSION_RATE
857
       #endif//PID_ADD_EXTRUSION_RATE
858
   #endif//EXTRUDERS > 1
858
   #endif//EXTRUDERS > 1
859
   #if EXTRUDERS > 2
859
   #if EXTRUDERS > 2
861
 	    pid_current_extruder = 0;
861
 	    pid_current_extruder = 0;
862
 	    raw_Ki = unscalePID_i(PID_PARAM(Ki,2));
862
 	    raw_Ki = unscalePID_i(PID_PARAM(Ki,2));
863
 	    raw_Kd = unscalePID_d(PID_PARAM(Kd,2));
863
 	    raw_Kd = unscalePID_d(PID_PARAM(Kd,2));
864
-	    MENU_ITEM_EDIT(float52, MSG_PID_P2, &PID_PARAM(Kp,2), 1, 9990);
864
+	    MENU_ITEM_EDIT(float52, MSG_PID_P " E3", &PID_PARAM(Kp,2), 1, 9990);
865
 	    // i is typically a small value so allows values below 1
865
 	    // i is typically a small value so allows values below 1
866
-	    MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_I2, &raw_Ki, 0.01, 9990, copy_and_scalePID_i);
867
-	    MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_D2, &raw_Kd, 1, 9990, copy_and_scalePID_d);
866
+	    MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_I " E3", &raw_Ki, 0.01, 9990, copy_and_scalePID_i);
867
+	    MENU_ITEM_EDIT_CALLBACK(float52, MSG_PID_D " E3", &raw_Kd, 1, 9990, copy_and_scalePID_d);
868
         #ifdef PID_ADD_EXTRUSION_RATE
868
         #ifdef PID_ADD_EXTRUSION_RATE
869
-	      MENU_ITEM_EDIT(float3, MSG_PID_C2, &PID_PARAM(Kc,2), 1, 9990);
869
+	      MENU_ITEM_EDIT(float3, MSG_PID_C " E3", &PID_PARAM(Kc,2), 1, 9990);
870
         #endif//PID_ADD_EXTRUSION_RATE
870
         #endif//PID_ADD_EXTRUSION_RATE
871
   #endif//EXTRUDERS > 2
871
   #endif//EXTRUDERS > 2
872
 #endif // PID_PARAMS_PER_EXTRUDER
872
 #endif // PID_PARAMS_PER_EXTRUDER

Loading…
Cancel
Save