|
@@ -32,13 +32,13 @@
|
32
|
32
|
#define MSG_SWITCH_PS_OFF "Netzteil Aus"
|
33
|
33
|
#define MSG_RETRACT "Retract"
|
34
|
34
|
#define MSG_MOVE_AXIS "Bewegen"
|
35
|
|
-#define MSG_MOVE_X "X bewegen"
|
36
|
|
-#define MSG_MOVE_Y "Y bewegen"
|
37
|
|
-#define MSG_MOVE_Z "Z bewegen"
|
38
|
|
-#define MSG_MOVE_E "Extruder"
|
39
|
|
-#define MSG_MOVE_01MM "0.1mm bewegen"
|
40
|
|
-#define MSG_MOVE_1MM "1mm bewegen"
|
41
|
|
-#define MSG_MOVE_10MM "10mm bewegen"
|
|
35
|
+#define MSG_MOVE_X "X"
|
|
36
|
+#define MSG_MOVE_Y "Y"
|
|
37
|
+#define MSG_MOVE_Z "Z"
|
|
38
|
+#define MSG_MOVE_E "E"
|
|
39
|
+#define MSG_MOVE_01MM " 0.1 mm"
|
|
40
|
+#define MSG_MOVE_1MM " 1.0 mm"
|
|
41
|
+#define MSG_MOVE_10MM "10.0 mm"
|
42
|
42
|
#define MSG_SPEED "Geschw"
|
43
|
43
|
#define MSG_NOZZLE "Düse"
|
44
|
44
|
#define MSG_BED "Bett"
|