소스 검색

Merge pull request #4578 from Kaibob2/patch-2

Update language_de.h with MSG_MOVE_E1 - E4
Scott Lahteine 8 년 전
부모
커밋
fa2467a834
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      Marlin/language_de.h

+ 5
- 1
Marlin/language_de.h 파일 보기

@@ -69,7 +69,11 @@
69 69
 #define MSG_MOVE_X                          "X"
70 70
 #define MSG_MOVE_Y                          "Y"
71 71
 #define MSG_MOVE_Z                          "Z"
72
-#define MSG_MOVE_E                          "E"
72
+#define MSG_MOVE_E                          "Extruder "
73
+#define MSG_MOVE_E1                         "0"
74
+#define MSG_MOVE_E2                         "1"
75
+#define MSG_MOVE_E3                         "2"
76
+#define MSG_MOVE_E4                         "3"
73 77
 #define MSG_MOVE_01MM                       " 0.1 mm"
74 78
 #define MSG_MOVE_1MM                        " 1.0 mm"
75 79
 #define MSG_MOVE_10MM                       "10.0 mm"

Loading…
취소
저장