1 |
ron |
1 |
/**
|
|
|
2 |
* Marlin 3D Printer Firmware
|
|
|
3 |
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
4 |
*
|
|
|
5 |
* Based on Sprinter and grbl.
|
|
|
6 |
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
7 |
*
|
|
|
8 |
* This program is free software: you can redistribute it and/or modify
|
|
|
9 |
* it under the terms of the GNU General Public License as published by
|
|
|
10 |
* the Free Software Foundation, either version 3 of the License, or
|
|
|
11 |
* (at your option) any later version.
|
|
|
12 |
*
|
|
|
13 |
* This program is distributed in the hope that it will be useful,
|
|
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
16 |
* GNU General Public License for more details.
|
|
|
17 |
*
|
|
|
18 |
* You should have received a copy of the GNU General Public License
|
|
|
19 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
*
|
|
|
21 |
*/
|
|
|
22 |
|
|
|
23 |
/**
|
|
|
24 |
* Korean
|
|
|
25 |
*
|
|
|
26 |
* LCD Menu Messages
|
|
|
27 |
* See also http://marlinfw.org/docs/development/lcd_language.html
|
|
|
28 |
*
|
|
|
29 |
*/
|
|
|
30 |
|
|
|
31 |
#ifndef LANGUAGE_KO_KR_H
|
|
|
32 |
#define LANGUAGE_KO_KR_H
|
|
|
33 |
|
|
|
34 |
#define DISPLAY_CHARSET_ISO10646_KO_KR
|
|
|
35 |
|
|
|
36 |
#define WELCOME_MSG MACHINE_NAME " \xdd\xaf" //"준비" ("Ready.")
|
|
|
37 |
#define MSG_SD_INSERTED "\xeb\x97 \xb0\xce" // "카드 삽입" ("Card inserted")
|
|
|
38 |
#define MSG_SD_REMOVED "\xeb\x97 \xd9\x86" // "카드 제거" ("Card removed")
|
|
|
39 |
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
|
|
|
40 |
#define MSG_MAIN "\xa5\xcc" // "메인" ("Main")
|
|
|
41 |
#define MSG_AUTOSTART "\xcf\x95 \xba\xd0" // "자동 시작" ("Autostart")
|
|
|
42 |
#define MSG_DISABLE_STEPPERS "\xa8\xec \xd8\xe0" // "모터 정지" ("Disable steppers")
|
|
|
43 |
#define MSG_DEBUG_MENU "Debug Menu" // ("Debug Menu")
|
|
|
44 |
#define MSG_PROGRESS_BAR_TEST "Progress Bar Test" // ("Progress Bar Test")
|
|
|
45 |
#define MSG_AUTO_HOME "\xf5\xc8\x9f" // "홈으로" ("Auto home")
|
|
|
46 |
#define MSG_AUTO_HOME_X "X \xf5\xc8\x9f" // "X 홈으로" ("Home X")
|
|
|
47 |
#define MSG_AUTO_HOME_Y "Y \xf5\xc8\x9f" // "Y 홈으로" ("Home Y")
|
|
|
48 |
#define MSG_AUTO_HOME_Z "Z \xf5\xc8\x9f" // "Z 홈으로" ("Home Z")
|
|
|
49 |
#define MSG_TMC_Z_CALIBRATION "Z \xac\xd8" // "Z 보정" ("Calibrate Z")
|
|
|
50 |
#define MSG_LEVEL_BED_HOMING "XYZ \xf5\xc8\x9f" // "XYZ 홈으로" ("Homing XYZ")
|
|
|
51 |
#define MSG_LEVEL_BED_WAITING "\xba\xd0\xf4\x9d\xa7 \x90\xa1\xb4\xc4" // "시작하려면 누르세요" ("Click to Begin")
|
|
|
52 |
#define MSG_LEVEL_BED_NEXT_POINT "\x91\xc9 \xf1\xcc\xed" // "다음 포인트" ("Next Point")
|
|
|
53 |
#define MSG_LEVEL_BED_DONE "\x9c\xab\xa4 \xc3\xa0" // "레벨링 완료" ("Leveling Done!")
|
|
|
54 |
#define MSG_SET_HOME_OFFSETS "\xf5 \xc1\xf2\xb6 \xb3\xd8" // "홈 오프셋 설정" ("Set home offsets")
|
|
|
55 |
#define MSG_HOME_OFFSETS_APPLIED "\xc1\xf2\xb6 \xd4\xc5 \xc3\xa0" // "오프셋 적용 완료" ("Offsets applied")
|
|
|
56 |
#define MSG_SET_ORIGIN "\xe3\x8d \xb3\xd8" // "초기 설정" ("Set origin")
|
|
|
57 |
#define MSG_PREHEAT_1 "PLA \xc0\xbf" // "PLA 예열" ("Preheat PLA")
|
|
|
58 |
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 " "
|
|
|
59 |
#define MSG_PREHEAT_1_ALL "PLA \xd5\xe2 \xc0\xbf " // "PLA 전체 예열" (" All")
|
|
|
60 |
#define MSG_PREHEAT_1_BEDONLY "PLA \xaa\x97 \xc0\xbf " // "PLA 베드 예열" (" Bed")
|
|
|
61 |
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 " \xb3\xd8" //"PLA 예열 설정" (" Setting")
|
|
|
62 |
#define MSG_PREHEAT_2 "ABS \xc0\xbf" //"ABS 예열" Preheat ABS
|
|
|
63 |
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 " "
|
|
|
64 |
#define MSG_PREHEAT_2_ALL "ABS \xd5\xe2 \xc0\xbf " // "ABS 전체 예열" (" All")
|
|
|
65 |
#define MSG_PREHEAT_2_BEDONLY "ABS \xaa\x97 \xc0\xbf " // "ABS 베드 예열" (" Bed")
|
|
|
66 |
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 " \xb3\xd8" //"ABS 예열 설정" (" Setting")
|
|
|
67 |
#define MSG_COOLDOWN "\x8e\x83" // "냉각" ("Cooldown")
|
|
|
68 |
#define MSG_SWITCH_PS_ON "\xb9\xc7\xe9 \xd5\xc6 on" // "스위치 전원 on" ("Switch power on")
|
|
|
69 |
#define MSG_SWITCH_PS_OFF "\xb9\xc7\xe9 \xd5\xc6 off" // "스위치 전원 off" ("Switch power off")
|
|
|
70 |
#define MSG_EXTRUDE "\xbc\xe6" // "압출" ("Extrude")
|
|
|
71 |
#define MSG_RETRACT "\xa2\xed\x9a\xed" // "리트랙트" ("Retract")
|
|
|
72 |
#define MSG_MOVE_AXIS "\xe5 \xcb\x95" // "축 이동" ("Move axis")
|
|
|
73 |
#define MSG_BED_LEVELING "\xaa\x97 \x9c\xab\xa4" // "베드 레벨링" ("Bed Leveling")
|
|
|
74 |
#define MSG_LEVEL_BED "\xaa\x97 \x9c\xab\xa4 \xc3\xa0" // "베드 레벨링 완료" ("Level bed")
|
|
|
75 |
#define MSG_MOVING "\xcb\x95 \xde" // "이동 중" ("Moving...")
|
|
|
76 |
#define MSG_FREE_XY "Free XY" // ("Free XY")
|
|
|
77 |
#define MSG_MOVE_X "X\xe5 \xcb\x95" // "X축 이동" ("Move X")
|
|
|
78 |
#define MSG_MOVE_Y "Y\xe5 \xcb\x95" // "Y축 이동" ("Move Y")
|
|
|
79 |
#define MSG_MOVE_Z "Z\xe5 \xcb\x95" // "Z축 이동" ("Move Z")
|
|
|
80 |
#define MSG_MOVE_E "\xbc\xe6" // "압출" ("Extrude")
|
|
|
81 |
#define MSG_MOVE_01MM "0.1mm \xcb\x95" // "0.1mm 이동" ("Move 0.1mm")
|
|
|
82 |
#define MSG_MOVE_1MM " 1mm \xcb\x95" // " 1mm 이동" ("Move 1mm")
|
|
|
83 |
#define MSG_MOVE_10MM " 10mm \xcb\x95" // " 10mm 이동" ("Move 10mm")
|
|
|
84 |
#define MSG_SPEED "\xb8\x93" // "속도" ("Speed")
|
|
|
85 |
#define MSG_BED_Z "Z \xaa\x97" // "Z 베드" ("Bed Z")
|
|
|
86 |
#define MSG_NOZZLE "\x8f\xdf" // "노즐" ("Nozzle")
|
|
|
87 |
#define MSG_BED "\xaa\x97" // "베드" ("Bed")
|
|
|
88 |
#define MSG_FAN_SPEED "\xf0 \xb8\x93" // "팬 속도" ("Fan speed")
|
|
|
89 |
#define MSG_FLOW "\xbc\xe6\x9b" // "압출량" ("Flow")
|
|
|
90 |
#define MSG_CONTROL "\xb3\xd8" // "설정"("Control")
|
|
|
91 |
#define MSG_MIN LCD_STR_THERMOMETER " \xe4\xb7" // " 최소" (" Min")
|
|
|
92 |
#define MSG_MAX LCD_STR_THERMOMETER " \xe4\x92" // " 최대" (" Max")
|
|
|
93 |
#define MSG_FACTOR LCD_STR_THERMOMETER " Fact" // (" Fact")
|
|
|
94 |
#define MSG_AUTOTEMP "\xcf\x95 \xc2\x93 \xb3\xd8" // "자동 온도 설정" ("Autotemp")
|
|
|
95 |
#define MSG_ON "\xc2 " // "온 " intentional space to shift wide symbol to the left
|
|
|
96 |
#define MSG_OFF "\xc1\xf2 " // "오프 " intentional space to shift wide symbol to the left
|
|
|
97 |
#define MSG_PID_P "PID-P"
|
|
|
98 |
#define MSG_PID_I "PID-I"
|
|
|
99 |
#define MSG_PID_D "PID-D"
|
|
|
100 |
#define MSG_PID_C "PID-C"
|
|
|
101 |
#define MSG_SELECT "Select"
|
|
|
102 |
#define MSG_JERK "Jerk"
|
|
|
103 |
#if LCD_WIDTH >= 20
|
|
|
104 |
#define MSG_ACC "\x82\xb8\x93 mm/s2" // "가속도 mm/s2" ("Accel")
|
|
|
105 |
#if IS_KINEMATIC
|
|
|
106 |
#define MSG_VA_JERK "Va-jerk" // "Va-jerk" ("Va-jerk")
|
|
|
107 |
#define MSG_VB_JERK "Vb-jerk" // "Vb-jerk" ("Vb-jerk")
|
|
|
108 |
#define MSG_VC_JERK "Vc-jerk" // "Vc-jerk" ("Vc-jerk")
|
|
|
109 |
#else
|
|
|
110 |
#define MSG_VA_JERK "Vx-jerk mm/s" // "Vx-jerk mm/s" ("Vx-jerk")
|
|
|
111 |
#define MSG_VB_JERK "Vy-jerk mm/s" // "Vy-jerk mm/s" ("Vy-jerk")
|
|
|
112 |
#define MSG_VC_JERK "Vz-jerk mm/s" // "Vz-jerk mm/s" ("Vz-jerk")
|
|
|
113 |
#endif
|
|
|
114 |
#define MSG_VE_JERK "Ve-jerk"
|
|
|
115 |
#define MSG_VMAX "Vmax "
|
|
|
116 |
#define MSG_VMIN "Vmin"
|
|
|
117 |
#define MSG_VTRAV_MIN "VTrav min"
|
|
|
118 |
#define MSG_AMAX "Amax "
|
|
|
119 |
#else
|
|
|
120 |
#define MSG_ACC "\x82\xb8" // "가속" ("Accel")
|
|
|
121 |
#if IS_KINEMATIC
|
|
|
122 |
#define MSG_VA_JERK "Va-jerk" // "Va-jerk" ("Va-jerk")
|
|
|
123 |
#define MSG_VB_JERK "Vb-jerk" // "Vb-jerk" ("Vb-jerk")
|
|
|
124 |
#define MSG_VC_JERK "Vc-jerk" // "Vc-jerk" ("Vc-jerk")
|
|
|
125 |
#else
|
|
|
126 |
#define MSG_VA_JERK "Vx-jerk" // "Vx-jerk" ("Vx-jerk")
|
|
|
127 |
#define MSG_VB_JERK "Vy-jerk" // "Vy-jerk" ("Vy-jerk")
|
|
|
128 |
#define MSG_VC_JERK "Vz-jerk" // "Vz-jerk" ("Vz-jerk")
|
|
|
129 |
#endif
|
|
|
130 |
#define MSG_VE_JERK "Ve-jerk" // "Ve-jerk" ("Ve-jerk")
|
|
|
131 |
#define MSG_VMAX "Vmax "
|
|
|
132 |
#define MSG_VMIN "Vmin"
|
|
|
133 |
#define MSG_VTRAV_MIN "VTrav min"
|
|
|
134 |
#define MSG_AMAX "Amax "
|
|
|
135 |
#endif
|
|
|
136 |
#define MSG_A_RETRACT "A-retract"
|
|
|
137 |
#define MSG_A_TRAVEL "A-travel"
|
|
|
138 |
#if LCD_WIDTH >= 20
|
|
|
139 |
#define MSG_STEPS_PER_MM "Steps/mm"
|
|
|
140 |
#if IS_KINEMATIC
|
|
|
141 |
#define MSG_ASTEPS "Asteps/mm"
|
|
|
142 |
#define MSG_BSTEPS "Bsteps/mm"
|
|
|
143 |
#define MSG_CSTEPS "Csteps/mm"
|
|
|
144 |
#else
|
|
|
145 |
#define MSG_ASTEPS "Xsteps/mm"
|
|
|
146 |
#define MSG_BSTEPS "Ysteps/mm"
|
|
|
147 |
#define MSG_CSTEPS "Zsteps/mm"
|
|
|
148 |
#endif
|
|
|
149 |
#define MSG_ESTEPS "Esteps/mm"
|
|
|
150 |
#define MSG_E1STEPS "E1steps/mm"
|
|
|
151 |
#define MSG_E2STEPS "E2steps/mm"
|
|
|
152 |
#define MSG_E3STEPS "E3steps/mm"
|
|
|
153 |
#define MSG_E4STEPS "E4steps/mm"
|
|
|
154 |
#define MSG_E5STEPS "E5steps/mm"
|
|
|
155 |
#else
|
|
|
156 |
#define MSG_STEPS_PER_MM "Steps"
|
|
|
157 |
#if IS_KINEMATIC
|
|
|
158 |
#define MSG_ASTEPS "Asteps"
|
|
|
159 |
#define MSG_BSTEPS "Bsteps"
|
|
|
160 |
#define MSG_CSTEPS "Csteps"
|
|
|
161 |
#else
|
|
|
162 |
#define MSG_ASTEPS "Xsteps"
|
|
|
163 |
#define MSG_BSTEPS "Ysteps"
|
|
|
164 |
#define MSG_CSTEPS "Zsteps"
|
|
|
165 |
#endif
|
|
|
166 |
#define MSG_ESTEPS "Esteps"
|
|
|
167 |
#define MSG_E1STEPS "E1steps"
|
|
|
168 |
#define MSG_E2STEPS "E2steps"
|
|
|
169 |
#define MSG_E3STEPS "E3steps"
|
|
|
170 |
#define MSG_E4STEPS "E4steps"
|
|
|
171 |
#define MSG_E5STEPS "E5steps"
|
|
|
172 |
#endif
|
|
|
173 |
#define MSG_TEMPERATURE "\xc2\x93" // "온도" ("Temperature")
|
|
|
174 |
#define MSG_MOTION "\x95\xd0" // "동작" ("Motion")
|
|
|
175 |
#define MSG_FILAMENT "\xf3\x99\xa6\xed" // "필라멘트" ("Filament")
|
|
|
176 |
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
|
|
|
177 |
#define MSG_FILAMENT_DIAM "\xf3\x99\xa6\xed Dia." //"필라멘트 Dia" ("Fil. Dia.")
|
|
|
178 |
#define MSG_CONTRAST "LCD contrast" // ("LCD contrast")
|
|
|
179 |
#define MSG_STORE_EEPROM "\xb3\xd8 \xd3\xd1" // "설정 저장" ("Store memory")
|
|
|
180 |
#define MSG_LOAD_EEPROM "\xb3\xd8 \x9f\x97" // "설정 로드" ("Load memory")
|
|
|
181 |
#define MSG_RESTORE_FAILSAFE "\xb3\xd8 \x96\x94\xa2\x8d" // "설정 되돌리기" ("Restore failsafe")
|
|
|
182 |
#define MSG_REFRESH "\xb1\x9f \x88\xea" // "새로 고침" ("Refresh")
|
|
|
183 |
#define MSG_WATCH "\xa5\xcc" // "메인" ("Info screen")
|
|
|
184 |
#define MSG_PREPARE "\xdd\xaf" // "준비" ("Prepare")
|
|
|
185 |
#define MSG_TUNE "Tune" // ("Tune")
|
|
|
186 |
#define MSG_PAUSE_PRINT "\xe6\x9e \xcd\xba\xd8\xe0" // "출력 일시정지" ("Pause print")
|
|
|
187 |
#define MSG_RESUME_PRINT "\xe6\x9e \xd2\x85" // "출력 재개" ("Resume print")
|
|
|
188 |
#define MSG_STOP_PRINT "\xe6\x9e \xd8\xe0" // "출력 정지" ("Stop print")
|
|
|
189 |
#define MSG_CARD_MENU "SD \xeb\x97 \xe6\x9e" // "SD 카드 출력" ("Print from SD")
|
|
|
190 |
#define MSG_NO_CARD "SD \xeb\x97 \xbe\xc9" // "SD 카드 없음" ("No SD card")
|
|
|
191 |
#define MSG_DWELL "\xd6\xd5" // "절전" ("Sleep...")
|
|
|
192 |
#define MSG_USERWAIT "\x92\x8d \xde" // "대기 중" ("Wait for user...")
|
|
|
193 |
#define MSG_PRINT_ABORTED "\xe6\x9e \xe8\xb7" // "출력 취소" ("Print aborted")
|
|
|
194 |
#define MSG_NO_MOVE "No move" // ("No move.")
|
|
|
195 |
#define MSG_KILLED "\x84\xd9 \xdb\xa0" // "강제 종료" ("KILLED. ")
|
|
|
196 |
#define MSG_STOPPED "\xd8\xe0" // "정지" ("STOPPED. ")
|
|
|
197 |
#define MSG_CONTROL_RETRACT "Retract mm" // ("Retract mm")
|
|
|
198 |
#define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm" // ("Swap Re.mm")
|
|
|
199 |
#define MSG_CONTROL_RETRACTF "Retract V" // ("Retract V")
|
|
|
200 |
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm" // ("Hop mm")
|
|
|
201 |
#define MSG_CONTROL_RETRACT_RECOVER "UnRet mm" // ("UnRet mm")
|
|
|
202 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet mm" // ("S UnRet mm")
|
|
|
203 |
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V" // ("UnRet V")
|
|
|
204 |
#define MSG_AUTORETRACT "AutoRetr." // ("AutoRetr.")
|
|
|
205 |
#define MSG_FILAMENTCHANGE "\xf3\x99\xa6\xed \x8b\xe2" // "필라멘트 교체" ("Change filament")
|
|
|
206 |
#define MSG_INIT_SDCARD "SD \xeb\x97 \xe3\x8d\xf6" // "SD 카드 초기화" ("Init. SD card")
|
|
|
207 |
#define MSG_CNG_SDCARD "SD \xeb\x97 \x8b\xe2" // "SD 카드 교체" ("Change SD card")
|
|
|
208 |
#define MSG_ZPROBE_OUT "Z probe out. bed" // ("Z probe out. bed")
|
|
|
209 |
#define MSG_BLTOUCH_SELFTEST "BLTouch \xcf\x82 \xd7\x87" // "BLTouch 자가 점검" ("BLTouch Self-Test")
|
|
|
210 |
#define MSG_BLTOUCH_RESET "BLTouch \xa2\xb6" // "BLTouch 리셋" ("Reset BLTouch")
|
|
|
211 |
#define MSG_HOME "\xf5\xc8\x9f" // "홈으로" ("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
|
212 |
#define MSG_FIRST "\xe1\xc9\xc8\x9f" // "처음으로" ("first")
|
|
|
213 |
#define MSG_ZPROBE_ZOFFSET "Z \xc1\xf2\xb6" // "Z 오프셋" ("Z Offset")
|
|
|
214 |
#define MSG_BABYSTEP_X "Babystep X" // "Babystep X" ("Babystep X")
|
|
|
215 |
#define MSG_BABYSTEP_Y "Babystep Y" // "Babystep Y" ("Babystep Y")
|
|
|
216 |
#define MSG_BABYSTEP_Z "Babystep Z" // "Babystep Z" ("Babystep Z")
|
|
|
217 |
#define MSG_ENDSTOP_ABORT "Endstop \xe8\xb7" // "Endstop 취소" ("Endstop abort")
|
|
|
218 |
#define MSG_HEATING_FAILED_LCD "\x82\xbf \xbb\xef" // "가열 실패" ("Heating failed")
|
|
|
219 |
#define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP" // ("Err: REDUNDANT TEMP")
|
|
|
220 |
#define MSG_THERMAL_RUNAWAY "ERR: \xc2\x93\xb5\xb2" // "ERR: 온도센서" ("THERMAL RUNAWAY")
|
|
|
221 |
#define MSG_ERR_MAXTEMP "ERR: \xc2\x93 \xe4\x92" // "ERR: 온도 최대" ("Err: MAXTEMP")
|
|
|
222 |
#define MSG_ERR_MINTEMP "ERR: \xc2\x93 \xe4\xb7" // "ERR: 온도 최저" ("Err: MINTEMP")
|
|
|
223 |
#if LCD_WIDTH >= 20
|
|
|
224 |
#define MSG_ERR_MAXTEMP_BED "ERR: \xaa\x97 \xc2\x93 \xe4\x92" // "ERR: 베드 온도 최대" ("Err: MAXTEMP BED")
|
|
|
225 |
#define MSG_ERR_MINTEMP_BED "ERR: \xaa\x97 \xc2\x93 \xe4\xb7" // "ERR: 베드 온도 최소" ("Err: MINTEMP BED")
|
|
|
226 |
#else
|
|
|
227 |
#define MSG_ERR_MAXTEMP_BED "ERR: \xaa\x97 \xc2\x93 \xe4\x92" // "ERR: 베드 온도 최대" ("Err: MAXTEMP BED")
|
|
|
228 |
#define MSG_ERR_MINTEMP_BED "ERR: \xaa\x97 \xc2\x93 \xe4\xb7" // "ERR: 베드 온도 최소" ("Err: MINTEMP BED")
|
|
|
229 |
#endif
|
|
|
230 |
#define MSG_ERR_Z_HOMING MSG_HOME " " MSG_X MSG_Y " " MSG_FIRST // "サキニ XY ヲフッキサセテクダサイ" or "サキニ XY ヲフッキサセヨ" ("G28 Z Forbidden")
|
|
|
231 |
#define MSG_HALTED "\xf2\xa3\xec \xd8\xe0" // "프린터 위험" ("PRINTER HALTED")
|
|
|
232 |
#define MSG_PLEASE_RESET "\xa2\xb6" // "리셋" ("Please reset")
|
|
|
233 |
#define MSG_SHORT_DAY "d" // One character only
|
|
|
234 |
#define MSG_SHORT_HOUR "h" // One character only
|
|
|
235 |
#define MSG_SHORT_MINUTE "m" // One character only
|
|
|
236 |
#define MSG_HEATING "\x82\xbf \xde..." // "가열 중..." ("Heating...")
|
|
|
237 |
#define MSG_BED_HEATING "\xaa\x97 \x82\xbf \xde..." // "베드 가열 중..." ("Bed Heating...")
|
|
|
238 |
#define MSG_DELTA_CALIBRATE "Delta \xac\xd8" // "Delta 보정" ("Delta Calibration")
|
|
|
239 |
#define MSG_DELTA_CALIBRATE_X "X \xac\xd8" // "X 보정" ("Calibrate X")
|
|
|
240 |
#define MSG_DELTA_CALIBRATE_Y "Y \xac\xd8" // "Y 보정" ("Calibrate Y")
|
|
|
241 |
#define MSG_DELTA_CALIBRATE_Z "Z \xac\xd8" // "Z 보정" ("Calibrate Z")
|
|
|
242 |
#define MSG_DELTA_CALIBRATE_CENTER "Center \xac\xd8" // "Center 보정" ("Calibrate Center")
|
|
|
243 |
#define MSG_INFO_MENU "\xf2\xa3\xec \xd8\xac" // "프린터 정보" ("About Printer")
|
|
|
244 |
#define MSG_INFO_PRINTER_MENU "\xf2\xa3\xec \xd8\xac" // "프린터 정보" ("Printer Info")
|
|
|
245 |
#define MSG_INFO_STATS_MENU "\xf2\xa3\xec \x90\xd4" // "프린터 누적" ("Printer Stats")
|
|
|
246 |
#define MSG_INFO_BOARD_MENU "\xac\x97 \xd8\xac" // "보드 정보" ("Board Info")
|
|
|
247 |
#define MSG_INFO_THERMISTOR_MENU "\xc2\x93\xb5\xb2" // "서미스터" ("Thermistors")
|
|
|
248 |
#define MSG_INFO_EXTRUDERS "\xbc\xe6\x8d" // "압출기" ("Extruders")
|
|
|
249 |
#define MSG_INFO_BAUDRATE "Baud" // "Baud" ("Baud")
|
|
|
250 |
#define MSG_INFO_PROTOCOL "Protocol" // ("Protocol")
|
|
|
251 |
#define MSG_CASE_LIGHT "Case light" // ("Case light")
|
|
|
252 |
#define MSG_INFO_PRINT_COUNT "Print Count" // ("Print Count")
|
|
|
253 |
#define MSG_INFO_COMPLETED_PRINTS "\xc3\xa0" // "완료" ("Completed")
|
|
|
254 |
#define MSG_INFO_PRINT_TIME "Total print time" // ("Total print time")
|
|
|
255 |
#define MSG_INFO_PRINT_LONGEST "Longest job time" // ("Longest job time")
|
|
|
256 |
#if LCD_WIDTH >= 20
|
|
|
257 |
#define MSG_INFO_PRINT_FILAMENT "Extruded total" // ("Extruded total")
|
|
|
258 |
#else
|
|
|
259 |
#define MSG_INFO_PRINT_FILAMENT "Extruded" // ("Extruded")
|
|
|
260 |
#endif
|
|
|
261 |
#define MSG_INFO_MIN_TEMP "\xe4\xd3 \xc2\x93" // "최저 온도" ("Min Temp")
|
|
|
262 |
#define MSG_INFO_MAX_TEMP "\xe4\x88 \xc2\x93" // "최고 온도" ("Max Temp")
|
|
|
263 |
#if LCD_WIDTH >= 20
|
|
|
264 |
#define MSG_INFO_PSU "\xd5\xc6 \x89\x8c" // "전원 공급" ("Power Supply")
|
|
|
265 |
#else
|
|
|
266 |
#define MSG_INFO_PSU "\xd5\xc6 \x89\x8c" // "전원 공급" ("Power Supply")
|
|
|
267 |
#endif
|
|
|
268 |
#define MSG_DRIVE_STRENGTH "Drive Strength" // ("Drive Strength")
|
|
|
269 |
#define MSG_DAC_PERCENT "Driver %" // ("Driver %")
|
|
|
270 |
#define MSG_DAC_EEPROM_WRITE MSG_STORE_EEPROM // "メモリヘカクノウ" ("DAC EEPROM Write")
|
|
|
271 |
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "\xe6\x9e \xcb\xbd\xf4\x86" // "출력 이어하기" ("Resume print")
|
|
|
272 |
|
|
|
273 |
#if LCD_HEIGHT >= 4
|
|
|
274 |
// Up to 3 lines allowed
|
|
|
275 |
#define MSG_FILAMENT_CHANGE_INIT_1 "\xba\xd0 \x92\x8d \xde" // "시작 대기 중" ("Wait for start")
|
|
|
276 |
#define MSG_FILAMENT_CHANGE_INIT_2 "\xf3\x99\xa6\xed\xca" // "필라멘트의" ("of the filament")
|
|
|
277 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "\x92\x8d \xde" // "대기 중" ("Wait for")
|
|
|
278 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "\xf3\x99\xa6\xed \xad\xda" // "필라멘트 부족" ("filament unload")
|
|
|
279 |
#define MSG_FILAMENT_CHANGE_INSERT_1 "\xf3\x99\xa6\xed \xb0\xce," // "필라멘트 삽입," ("Insert filament")
|
|
|
280 |
#define MSG_FILAMENT_CHANGE_INSERT_2 "\xa9\xee \x90\xa1\x86" // "버튼 누르기" ("and press button")
|
|
|
281 |
#define MSG_FILAMENT_CHANGE_LOAD_1 "\x92\x8d \xde" // "대기 중" ("Wait for")
|
|
|
282 |
#define MSG_FILAMENT_CHANGE_LOAD_2 "\xf3\x99\xa6\xed \xe7\xae" // "필라멘트 충분" ("filament load")
|
|
|
283 |
#define MSG_FILAMENT_CHANGE_RESUME_1 "\xe6\x9e \x92\x8d \xde" // "출력 대기 중" ("Wait for print")
|
|
|
284 |
#define MSG_FILAMENT_CHANGE_RESUME_2 "\xcb\xbd\xf4\x86" // "이어하기" ("to resume")
|
|
|
285 |
#else // LCD_HEIGHT < 4
|
|
|
286 |
// Up to 2 lines allowed
|
|
|
287 |
#define MSG_FILAMENT_CHANGE_INIT_1 "\x92\x8d" // "대기" ("Please wait...")
|
|
|
288 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Ejecting..." // ("Ejecting...")
|
|
|
289 |
#define MSG_FILAMENT_CHANGE_INSERT_1 "Insert and Click" // ("Insert and Click")
|
|
|
290 |
#define MSG_FILAMENT_CHANGE_LOAD_1 "\x9f\x98 \xde..." // "로딩 중..." ("Loading...")
|
|
|
291 |
#define MSG_FILAMENT_CHANGE_RESUME_1 "\xd2\x85 \xde..." // "재개 중..." ("Resuming...")
|
|
|
292 |
#endif // LCD_HEIGHT < 4
|
|
|
293 |
|
|
|
294 |
#endif // LANGUAGE_KO_KR_H
|