Browse Source

Add 4th extruder

Philip Schell 9 years ago
parent
commit
4949088302
1 changed files with 10 additions and 8 deletions
  1. 10
    8
      Marlin/language_an.h

+ 10
- 8
Marlin/language_an.h View File

@@ -18,17 +18,19 @@
18 18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19 19
 #define MSG_SET_ORIGIN                      "Establir zero"
20 20
 #define MSG_PREHEAT_PLA                     "Precalentar PLA"
21
-#define MSG_PREHEAT_PLA0                    "Precalentar PLA0"
22
-#define MSG_PREHEAT_PLA1                    "Precalentar PLA1"
23
-#define MSG_PREHEAT_PLA2                    "Precalentar PLA2"
24
-#define MSG_PREHEAT_PLA012                  "Precalentar PLA a"
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"
25 26
 #define MSG_PREHEAT_PLA_BEDONLY             "Prec. PLA Base"
26 27
 #define MSG_PREHEAT_PLA_SETTINGS            "Achustar tem. PLA"
27 28
 #define MSG_PREHEAT_ABS                     "Precalentar ABS"
28
-#define MSG_PREHEAT_ABS0                    "Precalentar ABS0"
29
-#define MSG_PREHEAT_ABS1                    "Precalentar ABS1"
30
-#define MSG_PREHEAT_ABS2                    "Precalentar ABS2"
31
-#define MSG_PREHEAT_ABS012                  "Precalentar ABS a"
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"
32 34
 #define MSG_PREHEAT_ABS_BEDONLY             "Prec. ABS Base"
33 35
 #define MSG_PREHEAT_ABS_SETTINGS            "Achustar tem. ABS"
34 36
 #define MSG_COOLDOWN                        "Enfriar"

Loading…
Cancel
Save