language_en.h 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093
  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. * English
  24. *
  25. * LCD Menu Messages
  26. * See also http://marlinfw.org/docs/development/lcd_language.html
  27. *
  28. */
  29. #ifndef LANGUAGE_EN_H
  30. #define LANGUAGE_EN_H
  31. #define en 1234
  32. #if LCD_LANGUAGE == en
  33. #define NOT_EXTENDED_ISO10646_1_5X7
  34. #endif
  35. #undef en
  36. #ifndef CHARSIZE
  37. #define CHARSIZE 1
  38. #endif
  39. #ifndef WELCOME_MSG
  40. #define WELCOME_MSG MACHINE_NAME _UxGT(" Ready.")
  41. #endif
  42. #ifndef MSG_BACK
  43. #define MSG_BACK _UxGT("Back")
  44. #endif
  45. #ifndef MSG_SD_INSERTED
  46. #define MSG_SD_INSERTED _UxGT("Card inserted")
  47. #endif
  48. #ifndef MSG_SD_REMOVED
  49. #define MSG_SD_REMOVED _UxGT("Card removed")
  50. #endif
  51. #ifndef MSG_LCD_ENDSTOPS
  52. #define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
  53. #endif
  54. #ifndef MSG_LCD_SOFT_ENDSTOPS
  55. #define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstops")
  56. #endif
  57. #ifndef MSG_MAIN
  58. #define MSG_MAIN _UxGT("Main")
  59. #endif
  60. #ifndef MSG_AUTOSTART
  61. #define MSG_AUTOSTART _UxGT("Autostart")
  62. #endif
  63. #ifndef MSG_DISABLE_STEPPERS
  64. #define MSG_DISABLE_STEPPERS _UxGT("Disable steppers")
  65. #endif
  66. #ifndef MSG_DEBUG_MENU
  67. #define MSG_DEBUG_MENU _UxGT("Debug Menu")
  68. #endif
  69. #ifndef MSG_PROGRESS_BAR_TEST
  70. #define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
  71. #endif
  72. #ifndef MSG_AUTO_HOME
  73. #define MSG_AUTO_HOME _UxGT("Auto home")
  74. #endif
  75. #ifndef MSG_AUTO_HOME_X
  76. #define MSG_AUTO_HOME_X _UxGT("Home X")
  77. #endif
  78. #ifndef MSG_AUTO_HOME_Y
  79. #define MSG_AUTO_HOME_Y _UxGT("Home Y")
  80. #endif
  81. #ifndef MSG_AUTO_HOME_Z
  82. #define MSG_AUTO_HOME_Z _UxGT("Home Z")
  83. #endif
  84. #ifndef MSG_TMC_Z_CALIBRATION
  85. #define MSG_TMC_Z_CALIBRATION _UxGT("Calibrate Z")
  86. #endif
  87. #ifndef MSG_LEVEL_BED_HOMING
  88. #define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
  89. #endif
  90. #ifndef MSG_LEVEL_BED_WAITING
  91. #define MSG_LEVEL_BED_WAITING _UxGT("Click to Begin")
  92. #endif
  93. #ifndef MSG_LEVEL_BED_NEXT_POINT
  94. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Next Point")
  95. #endif
  96. #ifndef MSG_LEVEL_BED_DONE
  97. #define MSG_LEVEL_BED_DONE _UxGT("Leveling Done!")
  98. #endif
  99. #ifndef MSG_Z_FADE_HEIGHT
  100. #define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
  101. #endif
  102. #ifndef MSG_SET_HOME_OFFSETS
  103. #define MSG_SET_HOME_OFFSETS _UxGT("Set home offsets")
  104. #endif
  105. #ifndef MSG_HOME_OFFSETS_APPLIED
  106. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
  107. #endif
  108. #ifndef MSG_SET_ORIGIN
  109. #define MSG_SET_ORIGIN _UxGT("Set origin")
  110. #endif
  111. #ifndef MSG_PREHEAT_1
  112. #define MSG_PREHEAT_1 _UxGT("Preheat PLA")
  113. #endif
  114. #ifndef MSG_PREHEAT_1_N
  115. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
  116. #endif
  117. #ifndef MSG_PREHEAT_1_ALL
  118. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" All")
  119. #endif
  120. #ifndef MSG_PREHEAT_1_END
  121. #define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" End")
  122. #endif
  123. #ifndef MSG_PREHEAT_1_BEDONLY
  124. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Bed")
  125. #endif
  126. #ifndef MSG_PREHEAT_1_SETTINGS
  127. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" conf")
  128. #endif
  129. #ifndef MSG_PREHEAT_2
  130. #define MSG_PREHEAT_2 _UxGT("Preheat ABS")
  131. #endif
  132. #ifndef MSG_PREHEAT_2_N
  133. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
  134. #endif
  135. #ifndef MSG_PREHEAT_2_ALL
  136. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" All")
  137. #endif
  138. #ifndef MSG_PREHEAT_2_END
  139. #define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" End")
  140. #endif
  141. #ifndef MSG_PREHEAT_2_BEDONLY
  142. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Bed")
  143. #endif
  144. #ifndef MSG_PREHEAT_2_SETTINGS
  145. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" conf")
  146. #endif
  147. #ifndef MSG_COOLDOWN
  148. #define MSG_COOLDOWN _UxGT("Cooldown")
  149. #endif
  150. #ifndef MSG_SWITCH_PS_ON
  151. #define MSG_SWITCH_PS_ON _UxGT("Switch power on")
  152. #endif
  153. #ifndef MSG_SWITCH_PS_OFF
  154. #define MSG_SWITCH_PS_OFF _UxGT("Switch power off")
  155. #endif
  156. #ifndef MSG_EXTRUDE
  157. #define MSG_EXTRUDE _UxGT("Extrude")
  158. #endif
  159. #ifndef MSG_RETRACT
  160. #define MSG_RETRACT _UxGT("Retract")
  161. #endif
  162. #ifndef MSG_MOVE_AXIS
  163. #define MSG_MOVE_AXIS _UxGT("Move axis")
  164. #endif
  165. #ifndef MSG_BED_LEVELING
  166. #define MSG_BED_LEVELING _UxGT("Bed Leveling")
  167. #endif
  168. #ifndef MSG_LEVEL_BED
  169. #define MSG_LEVEL_BED _UxGT("Level bed")
  170. #endif
  171. #ifndef MSG_LEVEL_CORNERS
  172. #define MSG_LEVEL_CORNERS _UxGT("Level corners")
  173. #endif
  174. #ifndef MSG_NEXT_CORNER
  175. #define MSG_NEXT_CORNER _UxGT("Next corner")
  176. #endif
  177. #ifndef MSG_EDITING_STOPPED
  178. #define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
  179. #endif
  180. #ifndef MSG_USER_MENU
  181. #define MSG_USER_MENU _UxGT("Custom Commands")
  182. #endif
  183. #ifndef MSG_UBL_DOING_G29
  184. #define MSG_UBL_DOING_G29 _UxGT("Doing G29")
  185. #endif
  186. #ifndef MSG_UBL_UNHOMED
  187. #define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
  188. #endif
  189. #ifndef MSG_UBL_TOOLS
  190. #define MSG_UBL_TOOLS _UxGT("UBL Tools")
  191. #endif
  192. #ifndef MSG_UBL_LEVEL_BED
  193. #define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
  194. #endif
  195. #ifndef MSG_UBL_MANUAL_MESH
  196. #define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
  197. #endif
  198. #ifndef MSG_UBL_BC_INSERT
  199. #define MSG_UBL_BC_INSERT _UxGT("Place shim & measure")
  200. #endif
  201. #ifndef MSG_UBL_BC_INSERT2
  202. #define MSG_UBL_BC_INSERT2 _UxGT("Measure")
  203. #endif
  204. #ifndef MSG_UBL_BC_REMOVE
  205. #define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed")
  206. #endif
  207. #ifndef MSG_UBL_MOVING_TO_NEXT
  208. #define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next")
  209. #endif
  210. #ifndef MSG_UBL_ACTIVATE_MESH
  211. #define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL")
  212. #endif
  213. #ifndef MSG_UBL_DEACTIVATE_MESH
  214. #define MSG_UBL_DEACTIVATE_MESH _UxGT("Deactivate UBL")
  215. #endif
  216. #ifndef MSG_UBL_SET_BED_TEMP
  217. #define MSG_UBL_SET_BED_TEMP _UxGT("Bed Temp")
  218. #endif
  219. #ifndef MSG_UBL_CUSTOM_BED_TEMP
  220. #define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
  221. #endif
  222. #ifndef MSG_UBL_SET_HOTEND_TEMP
  223. #define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp")
  224. #endif
  225. #ifndef MSG_UBL_CUSTOM_HOTEND_TEMP
  226. #define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
  227. #endif
  228. #ifndef MSG_UBL_MESH_EDIT
  229. #define MSG_UBL_MESH_EDIT _UxGT("Mesh Edit")
  230. #endif
  231. #ifndef MSG_UBL_EDIT_CUSTOM_MESH
  232. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh")
  233. #endif
  234. #ifndef MSG_UBL_FINE_TUNE_MESH
  235. #define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh")
  236. #endif
  237. #ifndef MSG_UBL_DONE_EDITING_MESH
  238. #define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
  239. #endif
  240. #ifndef MSG_UBL_BUILD_CUSTOM_MESH
  241. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh")
  242. #endif
  243. #ifndef MSG_UBL_BUILD_MESH_MENU
  244. #define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh")
  245. #endif
  246. #ifndef MSG_UBL_BUILD_PLA_MESH
  247. #define MSG_UBL_BUILD_PLA_MESH _UxGT("Build PLA Mesh")
  248. #endif
  249. #ifndef MSG_UBL_BUILD_ABS_MESH
  250. #define MSG_UBL_BUILD_ABS_MESH _UxGT("Build ABS Mesh")
  251. #endif
  252. #ifndef MSG_UBL_BUILD_COLD_MESH
  253. #define MSG_UBL_BUILD_COLD_MESH _UxGT("Build Cold Mesh")
  254. #endif
  255. #ifndef MSG_UBL_MESH_HEIGHT_ADJUST
  256. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Adjust Mesh Height")
  257. #endif
  258. #ifndef MSG_UBL_MESH_HEIGHT_AMOUNT
  259. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount")
  260. #endif
  261. #ifndef MSG_UBL_VALIDATE_MESH_MENU
  262. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh")
  263. #endif
  264. #ifndef MSG_UBL_VALIDATE_PLA_MESH
  265. #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Validate PLA Mesh")
  266. #endif
  267. #ifndef MSG_UBL_VALIDATE_ABS_MESH
  268. #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Validate ABS Mesh")
  269. #endif
  270. #ifndef MSG_UBL_VALIDATE_CUSTOM_MESH
  271. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
  272. #endif
  273. #ifndef MSG_UBL_CONTINUE_MESH
  274. #define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
  275. #endif
  276. #ifndef MSG_UBL_MESH_LEVELING
  277. #define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling")
  278. #endif
  279. #ifndef MSG_UBL_3POINT_MESH_LEVELING
  280. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling")
  281. #endif
  282. #ifndef MSG_UBL_GRID_MESH_LEVELING
  283. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Grid Mesh Leveling")
  284. #endif
  285. #ifndef MSG_UBL_MESH_LEVEL
  286. #define MSG_UBL_MESH_LEVEL _UxGT("Level Mesh")
  287. #endif
  288. #ifndef MSG_UBL_SIDE_POINTS
  289. #define MSG_UBL_SIDE_POINTS _UxGT("Side Points")
  290. #endif
  291. #ifndef MSG_UBL_MAP_TYPE
  292. #define MSG_UBL_MAP_TYPE _UxGT("Map Type")
  293. #endif
  294. #ifndef MSG_UBL_OUTPUT_MAP
  295. #define MSG_UBL_OUTPUT_MAP _UxGT("Output Mesh Map")
  296. #endif
  297. #ifndef MSG_UBL_OUTPUT_MAP_HOST
  298. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Output for Host")
  299. #endif
  300. #ifndef MSG_UBL_OUTPUT_MAP_CSV
  301. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Output for CSV")
  302. #endif
  303. #ifndef MSG_UBL_OUTPUT_MAP_BACKUP
  304. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Off Printer Backup")
  305. #endif
  306. #ifndef MSG_UBL_INFO_UBL
  307. #define MSG_UBL_INFO_UBL _UxGT("Output UBL Info")
  308. #endif
  309. #ifndef MSG_UBL_EDIT_MESH_MENU
  310. #define MSG_UBL_EDIT_MESH_MENU _UxGT("Edit Mesh")
  311. #endif
  312. #ifndef MSG_UBL_FILLIN_AMOUNT
  313. #define MSG_UBL_FILLIN_AMOUNT _UxGT("Fill-in Amount")
  314. #endif
  315. #ifndef MSG_UBL_MANUAL_FILLIN
  316. #define MSG_UBL_MANUAL_FILLIN _UxGT("Manual Fill-in")
  317. #endif
  318. #ifndef MSG_UBL_SMART_FILLIN
  319. #define MSG_UBL_SMART_FILLIN _UxGT("Smart Fill-in")
  320. #endif
  321. #ifndef MSG_UBL_FILLIN_MESH
  322. #define MSG_UBL_FILLIN_MESH _UxGT("Fill-in Mesh")
  323. #endif
  324. #ifndef MSG_UBL_INVALIDATE_ALL
  325. #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidate All")
  326. #endif
  327. #ifndef MSG_UBL_INVALIDATE_CLOSEST
  328. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidate Closest")
  329. #endif
  330. #ifndef MSG_UBL_FINE_TUNE_ALL
  331. #define MSG_UBL_FINE_TUNE_ALL _UxGT("Fine Tune All")
  332. #endif
  333. #ifndef MSG_UBL_FINE_TUNE_CLOSEST
  334. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Fine Tune Closest")
  335. #endif
  336. #ifndef MSG_UBL_STORAGE_MESH_MENU
  337. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Storage")
  338. #endif
  339. #ifndef MSG_UBL_STORAGE_SLOT
  340. #define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot")
  341. #endif
  342. #ifndef MSG_UBL_LOAD_MESH
  343. #define MSG_UBL_LOAD_MESH _UxGT("Load Bed Mesh")
  344. #endif
  345. #ifndef MSG_UBL_SAVE_MESH
  346. #define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
  347. #endif
  348. #ifndef MSG_MESH_LOADED
  349. #define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
  350. #endif
  351. #ifndef MSG_MESH_SAVED
  352. #define MSG_MESH_SAVED _UxGT("Mesh %i saved")
  353. #endif
  354. #ifndef MSG_NO_STORAGE
  355. #define MSG_NO_STORAGE _UxGT("No storage")
  356. #endif
  357. #ifndef MSG_UBL_SAVE_ERROR
  358. #define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
  359. #endif
  360. #ifndef MSG_UBL_RESTORE_ERROR
  361. #define MSG_UBL_RESTORE_ERROR _UxGT("Err: UBL Restore")
  362. #endif
  363. #ifndef MSG_UBL_Z_OFFSET_STOPPED
  364. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
  365. #endif
  366. #ifndef MSG_UBL_STEP_BY_STEP_MENU
  367. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Step-By-Step UBL")
  368. #endif
  369. #ifndef MSG_LED_CONTROL
  370. #define MSG_LED_CONTROL _UxGT("LED Control")
  371. #endif
  372. #ifndef MSG_LEDS
  373. #define MSG_LEDS _UxGT("Lights")
  374. #endif
  375. #ifndef MSG_LED_PRESETS
  376. #define MSG_LED_PRESETS _UxGT("Light Presets")
  377. #endif
  378. #ifndef MSG_SET_LEDS_RED
  379. #define MSG_SET_LEDS_RED _UxGT("Red")
  380. #endif
  381. #ifndef MSG_SET_LEDS_ORANGE
  382. #define MSG_SET_LEDS_ORANGE _UxGT("Orange")
  383. #endif
  384. #ifndef MSG_SET_LEDS_YELLOW
  385. #define MSG_SET_LEDS_YELLOW _UxGT("Yellow")
  386. #endif
  387. #ifndef MSG_SET_LEDS_GREEN
  388. #define MSG_SET_LEDS_GREEN _UxGT("Green")
  389. #endif
  390. #ifndef MSG_SET_LEDS_BLUE
  391. #define MSG_SET_LEDS_BLUE _UxGT("Blue")
  392. #endif
  393. #ifndef MSG_SET_LEDS_INDIGO
  394. #define MSG_SET_LEDS_INDIGO _UxGT("Indigo")
  395. #endif
  396. #ifndef MSG_SET_LEDS_VIOLET
  397. #define MSG_SET_LEDS_VIOLET _UxGT("Violet")
  398. #endif
  399. #ifndef MSG_SET_LEDS_WHITE
  400. #define MSG_SET_LEDS_WHITE _UxGT("White")
  401. #endif
  402. #ifndef MSG_SET_LEDS_DEFAULT
  403. #define MSG_SET_LEDS_DEFAULT _UxGT("Default")
  404. #endif
  405. #ifndef MSG_CUSTOM_LEDS
  406. #define MSG_CUSTOM_LEDS _UxGT("Custom Lights")
  407. #endif
  408. #ifndef MSG_INTENSITY_R
  409. #define MSG_INTENSITY_R _UxGT("Red Intensity")
  410. #endif
  411. #ifndef MSG_INTENSITY_G
  412. #define MSG_INTENSITY_G _UxGT("Green Intensity")
  413. #endif
  414. #ifndef MSG_INTENSITY_B
  415. #define MSG_INTENSITY_B _UxGT("Blue Intensity")
  416. #endif
  417. #ifndef MSG_INTENSITY_W
  418. #define MSG_INTENSITY_W _UxGT("White Intensity")
  419. #endif
  420. #ifndef MSG_LED_BRIGHTNESS
  421. #define MSG_LED_BRIGHTNESS _UxGT("Brightness")
  422. #endif
  423. #ifndef MSG_MOVING
  424. #define MSG_MOVING _UxGT("Moving...")
  425. #endif
  426. #ifndef MSG_FREE_XY
  427. #define MSG_FREE_XY _UxGT("Free XY")
  428. #endif
  429. #ifndef MSG_MOVE_X
  430. #define MSG_MOVE_X _UxGT("Move X")
  431. #endif
  432. #ifndef MSG_MOVE_Y
  433. #define MSG_MOVE_Y _UxGT("Move Y")
  434. #endif
  435. #ifndef MSG_MOVE_Z
  436. #define MSG_MOVE_Z _UxGT("Move Z")
  437. #endif
  438. #ifndef MSG_MOVE_E
  439. #define MSG_MOVE_E _UxGT("Extruder")
  440. #endif
  441. #ifndef MSG_MOVE_01MM
  442. #define MSG_MOVE_01MM _UxGT("Move 0.1mm")
  443. #endif
  444. #ifndef MSG_MOVE_1MM
  445. #define MSG_MOVE_1MM _UxGT("Move 1mm")
  446. #endif
  447. #ifndef MSG_MOVE_10MM
  448. #define MSG_MOVE_10MM _UxGT("Move 10mm")
  449. #endif
  450. #ifndef MSG_SPEED
  451. #define MSG_SPEED _UxGT("Speed")
  452. #endif
  453. #ifndef MSG_BED_Z
  454. #define MSG_BED_Z _UxGT("Bed Z")
  455. #endif
  456. #ifndef MSG_NOZZLE
  457. #define MSG_NOZZLE _UxGT("Nozzle")
  458. #endif
  459. #ifndef MSG_BED
  460. #define MSG_BED _UxGT("Bed")
  461. #endif
  462. #ifndef MSG_FAN_SPEED
  463. #define MSG_FAN_SPEED _UxGT("Fan speed")
  464. #endif
  465. #ifndef MSG_EXTRA_FAN_SPEED
  466. #define MSG_EXTRA_FAN_SPEED _UxGT("Extra fan speed")
  467. #endif
  468. #ifndef MSG_FLOW
  469. #define MSG_FLOW _UxGT("Flow")
  470. #endif
  471. #ifndef MSG_CONTROL
  472. #define MSG_CONTROL _UxGT("Control")
  473. #endif
  474. #ifndef MSG_MIN
  475. #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
  476. #endif
  477. #ifndef MSG_MAX
  478. #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
  479. #endif
  480. #ifndef MSG_FACTOR
  481. #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
  482. #endif
  483. #ifndef MSG_AUTOTEMP
  484. #define MSG_AUTOTEMP _UxGT("Autotemp")
  485. #endif
  486. #ifndef MSG_ON
  487. #define MSG_ON _UxGT("On ")
  488. #endif
  489. #ifndef MSG_OFF
  490. #define MSG_OFF _UxGT("Off")
  491. #endif
  492. #ifndef MSG_PID_P
  493. #define MSG_PID_P _UxGT("PID-P")
  494. #endif
  495. #ifndef MSG_PID_I
  496. #define MSG_PID_I _UxGT("PID-I")
  497. #endif
  498. #ifndef MSG_PID_D
  499. #define MSG_PID_D _UxGT("PID-D")
  500. #endif
  501. #ifndef MSG_PID_C
  502. #define MSG_PID_C _UxGT("PID-C")
  503. #endif
  504. #ifndef MSG_SELECT
  505. #define MSG_SELECT _UxGT("Select")
  506. #endif
  507. #ifndef MSG_ACC
  508. #define MSG_ACC _UxGT("Accel")
  509. #endif
  510. #ifndef MSG_JERK
  511. #define MSG_JERK _UxGT("Jerk")
  512. #endif
  513. #if IS_KINEMATIC
  514. #ifndef MSG_VA_JERK
  515. #define MSG_VA_JERK _UxGT("Va-jerk")
  516. #endif
  517. #ifndef MSG_VB_JERK
  518. #define MSG_VB_JERK _UxGT("Vb-jerk")
  519. #endif
  520. #ifndef MSG_VC_JERK
  521. #define MSG_VC_JERK _UxGT("Vc-jerk")
  522. #endif
  523. #else
  524. #ifndef MSG_VA_JERK
  525. #define MSG_VA_JERK _UxGT("Vx-jerk")
  526. #endif
  527. #ifndef MSG_VB_JERK
  528. #define MSG_VB_JERK _UxGT("Vy-jerk")
  529. #endif
  530. #ifndef MSG_VC_JERK
  531. #define MSG_VC_JERK _UxGT("Vz-jerk")
  532. #endif
  533. #endif
  534. #ifndef MSG_VE_JERK
  535. #define MSG_VE_JERK _UxGT("Ve-jerk")
  536. #endif
  537. #ifndef MSG_JUNCTION_DEVIATION
  538. #define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
  539. #endif
  540. #ifndef MSG_VELOCITY
  541. #define MSG_VELOCITY _UxGT("Velocity")
  542. #endif
  543. #ifndef MSG_VMAX
  544. #define MSG_VMAX _UxGT("Vmax ")
  545. #endif
  546. #ifndef MSG_VMIN
  547. #define MSG_VMIN _UxGT("Vmin")
  548. #endif
  549. #ifndef MSG_VTRAV_MIN
  550. #define MSG_VTRAV_MIN _UxGT("VTrav min")
  551. #endif
  552. #ifndef MSG_ACCELERATION
  553. #define MSG_ACCELERATION _UxGT("Acceleration")
  554. #endif
  555. #ifndef MSG_AMAX
  556. #define MSG_AMAX _UxGT("Amax ")
  557. #endif
  558. #ifndef MSG_A_RETRACT
  559. #define MSG_A_RETRACT _UxGT("A-retract")
  560. #endif
  561. #ifndef MSG_A_TRAVEL
  562. #define MSG_A_TRAVEL _UxGT("A-travel")
  563. #endif
  564. #ifndef MSG_STEPS_PER_MM
  565. #define MSG_STEPS_PER_MM _UxGT("Steps/mm")
  566. #endif
  567. #if IS_KINEMATIC
  568. #ifndef MSG_ASTEPS
  569. #define MSG_ASTEPS _UxGT("Asteps/mm")
  570. #endif
  571. #ifndef MSG_BSTEPS
  572. #define MSG_BSTEPS _UxGT("Bsteps/mm")
  573. #endif
  574. #ifndef MSG_CSTEPS
  575. #define MSG_CSTEPS _UxGT("Csteps/mm")
  576. #endif
  577. #else
  578. #ifndef MSG_ASTEPS
  579. #define MSG_ASTEPS _UxGT("Xsteps/mm")
  580. #endif
  581. #ifndef MSG_BSTEPS
  582. #define MSG_BSTEPS _UxGT("Ysteps/mm")
  583. #endif
  584. #ifndef MSG_CSTEPS
  585. #define MSG_CSTEPS _UxGT("Zsteps/mm")
  586. #endif
  587. #endif
  588. #ifndef MSG_ESTEPS
  589. #define MSG_ESTEPS _UxGT("Esteps/mm")
  590. #endif
  591. #ifndef MSG_E1STEPS
  592. #define MSG_E1STEPS _UxGT("E1steps/mm")
  593. #endif
  594. #ifndef MSG_E2STEPS
  595. #define MSG_E2STEPS _UxGT("E2steps/mm")
  596. #endif
  597. #ifndef MSG_E3STEPS
  598. #define MSG_E3STEPS _UxGT("E3steps/mm")
  599. #endif
  600. #ifndef MSG_E4STEPS
  601. #define MSG_E4STEPS _UxGT("E4steps/mm")
  602. #endif
  603. #ifndef MSG_E5STEPS
  604. #define MSG_E5STEPS _UxGT("E5steps/mm")
  605. #endif
  606. #ifndef MSG_TEMPERATURE
  607. #define MSG_TEMPERATURE _UxGT("Temperature")
  608. #endif
  609. #ifndef MSG_MOTION
  610. #define MSG_MOTION _UxGT("Motion")
  611. #endif
  612. #ifndef MSG_FILAMENT
  613. #define MSG_FILAMENT _UxGT("Filament")
  614. #endif
  615. #ifndef MSG_VOLUMETRIC_ENABLED
  616. #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
  617. #endif
  618. #ifndef MSG_FILAMENT_DIAM
  619. #define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
  620. #endif
  621. #ifndef MSG_FILAMENT_UNLOAD
  622. #define MSG_FILAMENT_UNLOAD _UxGT("Unload mm")
  623. #endif
  624. #ifndef MSG_FILAMENT_LOAD
  625. #define MSG_FILAMENT_LOAD _UxGT("Load mm")
  626. #endif
  627. #ifndef MSG_ADVANCE_K
  628. #define MSG_ADVANCE_K _UxGT("Advance K")
  629. #endif
  630. #ifndef MSG_CONTRAST
  631. #define MSG_CONTRAST _UxGT("LCD contrast")
  632. #endif
  633. #ifndef MSG_STORE_EEPROM
  634. #define MSG_STORE_EEPROM _UxGT("Store settings")
  635. #endif
  636. #ifndef MSG_LOAD_EEPROM
  637. #define MSG_LOAD_EEPROM _UxGT("Load settings")
  638. #endif
  639. #ifndef MSG_RESTORE_FAILSAFE
  640. #define MSG_RESTORE_FAILSAFE _UxGT("Restore failsafe")
  641. #endif
  642. #ifndef MSG_INIT_EEPROM
  643. #define MSG_INIT_EEPROM _UxGT("Initialize EEPROM")
  644. #endif
  645. #ifndef MSG_REFRESH
  646. #define MSG_REFRESH _UxGT("Refresh")
  647. #endif
  648. #ifndef MSG_WATCH
  649. #define MSG_WATCH _UxGT("Info screen")
  650. #endif
  651. #ifndef MSG_PREPARE
  652. #define MSG_PREPARE _UxGT("Prepare")
  653. #endif
  654. #ifndef MSG_TUNE
  655. #define MSG_TUNE _UxGT("Tune")
  656. #endif
  657. #ifndef MSG_PAUSE_PRINT
  658. #define MSG_PAUSE_PRINT _UxGT("Pause print")
  659. #endif
  660. #ifndef MSG_RESUME_PRINT
  661. #define MSG_RESUME_PRINT _UxGT("Resume print")
  662. #endif
  663. #ifndef MSG_STOP_PRINT
  664. #define MSG_STOP_PRINT _UxGT("Stop print")
  665. #endif
  666. #ifndef MSG_POWER_LOSS_RECOVERY
  667. #define MSG_POWER_LOSS_RECOVERY _UxGT("Power-Loss Recovery")
  668. #endif
  669. #ifndef MSG_CARD_MENU
  670. #define MSG_CARD_MENU _UxGT("Print from SD")
  671. #endif
  672. #ifndef MSG_NO_CARD
  673. #define MSG_NO_CARD _UxGT("No SD card")
  674. #endif
  675. #ifndef MSG_DWELL
  676. #define MSG_DWELL _UxGT("Sleep...")
  677. #endif
  678. #ifndef MSG_USERWAIT
  679. #define MSG_USERWAIT _UxGT("Click to resume...")
  680. #endif
  681. #ifndef MSG_PRINT_PAUSED
  682. #define MSG_PRINT_PAUSED _UxGT("Print paused")
  683. #endif
  684. #ifndef MSG_PRINTING
  685. #define MSG_PRINTING _UxGT("Printing...")
  686. #endif
  687. #ifndef MSG_PRINT_ABORTED
  688. #define MSG_PRINT_ABORTED _UxGT("Print aborted")
  689. #endif
  690. #ifndef MSG_NO_MOVE
  691. #define MSG_NO_MOVE _UxGT("No move.")
  692. #endif
  693. #ifndef MSG_KILLED
  694. #define MSG_KILLED _UxGT("KILLED. ")
  695. #endif
  696. #ifndef MSG_STOPPED
  697. #define MSG_STOPPED _UxGT("STOPPED. ")
  698. #endif
  699. #ifndef MSG_CONTROL_RETRACT
  700. #define MSG_CONTROL_RETRACT _UxGT("Retract mm")
  701. #endif
  702. #ifndef MSG_CONTROL_RETRACT_SWAP
  703. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Re.mm")
  704. #endif
  705. #ifndef MSG_CONTROL_RETRACTF
  706. #define MSG_CONTROL_RETRACTF _UxGT("Retract V")
  707. #endif
  708. #ifndef MSG_CONTROL_RETRACT_ZLIFT
  709. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm")
  710. #endif
  711. #ifndef MSG_CONTROL_RETRACT_RECOVER
  712. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  713. #endif
  714. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
  715. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("S UnRet mm")
  716. #endif
  717. #ifndef MSG_CONTROL_RETRACT_RECOVERF
  718. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  719. #endif
  720. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAPF
  721. #define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
  722. #endif
  723. #ifndef MSG_AUTORETRACT
  724. #define MSG_AUTORETRACT _UxGT("AutoRetr.")
  725. #endif
  726. #ifndef MSG_FILAMENTCHANGE
  727. #define MSG_FILAMENTCHANGE _UxGT("Change filament")
  728. #endif
  729. #ifndef MSG_FILAMENTLOAD
  730. #define MSG_FILAMENTLOAD _UxGT("Load filament")
  731. #endif
  732. #ifndef MSG_FILAMENTUNLOAD
  733. #define MSG_FILAMENTUNLOAD _UxGT("Unload filament")
  734. #endif
  735. #ifndef MSG_FILAMENTUNLOAD_ALL
  736. #define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All")
  737. #endif
  738. #ifndef MSG_INIT_SDCARD
  739. #define MSG_INIT_SDCARD _UxGT("Init. SD card")
  740. #endif
  741. #ifndef MSG_CNG_SDCARD
  742. #define MSG_CNG_SDCARD _UxGT("Change SD card")
  743. #endif
  744. #ifndef MSG_ZPROBE_OUT
  745. #define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
  746. #endif
  747. #ifndef MSG_SKEW_FACTOR
  748. #define MSG_SKEW_FACTOR _UxGT("Skew Factor")
  749. #endif
  750. #ifndef MSG_BLTOUCH
  751. #define MSG_BLTOUCH _UxGT("BLTouch")
  752. #endif
  753. #ifndef MSG_BLTOUCH_SELFTEST
  754. #define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Self-Test")
  755. #endif
  756. #ifndef MSG_BLTOUCH_RESET
  757. #define MSG_BLTOUCH_RESET _UxGT("Reset BLTouch")
  758. #endif
  759. #ifndef MSG_BLTOUCH_DEPLOY
  760. #define MSG_BLTOUCH_DEPLOY _UxGT("Deploy BLTouch")
  761. #endif
  762. #ifndef MSG_BLTOUCH_STOW
  763. #define MSG_BLTOUCH_STOW _UxGT("Stow BLTouch")
  764. #endif
  765. #ifndef MSG_TOUCHMI
  766. #define MSG_TOUCHMI _UxGT("TouchMI")
  767. #endif
  768. #ifndef MSG_TOUCHMI_INIT
  769. #define MSG_TOUCHMI_INIT _UxGT("1-Init TouchMI")
  770. #endif
  771. #ifndef MSG_TOUCHMI__ZOFFSET
  772. #define MSG_TOUCHMI_ZOFFSET _UxGT("2-Z-Offset")
  773. #endif
  774. #ifndef MSG_TOUCHMI_SAVE
  775. #define MSG_TOUCHMI_SAVE _UxGT("3-Save TouchMI")
  776. #endif
  777. #ifndef MSG_TOUCHMI_TEST
  778. #define MSG_TOUCHMI_TEST _UxGT("Test TouchMI")
  779. #endif
  780. #ifndef MSG_HOME
  781. #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  782. #endif
  783. #ifndef MSG_FIRST
  784. #define MSG_FIRST _UxGT("first")
  785. #endif
  786. #ifndef MSG_ZPROBE_ZOFFSET
  787. #define MSG_ZPROBE_ZOFFSET _UxGT("Probe Z Offset")
  788. #endif
  789. #ifndef MSG_BABYSTEP_X
  790. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  791. #endif
  792. #ifndef MSG_BABYSTEP_Y
  793. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  794. #endif
  795. #ifndef MSG_BABYSTEP_Z
  796. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  797. #endif
  798. #ifndef MSG_ENDSTOP_ABORT
  799. #define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
  800. #endif
  801. #ifndef MSG_HEATING_FAILED_LCD
  802. #define MSG_HEATING_FAILED_LCD _UxGT("Heating failed")
  803. #endif
  804. #ifndef MSG_HEATING_FAILED_LCD_BED
  805. #define MSG_HEATING_FAILED_LCD_BED _UxGT("Bed heating failed")
  806. #endif
  807. #ifndef MSG_ERR_REDUNDANT_TEMP
  808. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: REDUNDANT TEMP")
  809. #endif
  810. #ifndef MSG_THERMAL_RUNAWAY
  811. #define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
  812. #endif
  813. #ifndef MSG_THERMAL_RUNAWAY_BED
  814. #define MSG_THERMAL_RUNAWAY_BED _UxGT("BED THERMAL RUNAWAY")
  815. #endif
  816. #ifndef MSG_ERR_MAXTEMP
  817. #define MSG_ERR_MAXTEMP _UxGT("Err: MAXTEMP")
  818. #endif
  819. #ifndef MSG_ERR_MINTEMP
  820. #define MSG_ERR_MINTEMP _UxGT("Err: MINTEMP")
  821. #endif
  822. #ifndef MSG_ERR_MAXTEMP_BED
  823. #define MSG_ERR_MAXTEMP_BED _UxGT("Err: MAXTEMP BED")
  824. #endif
  825. #ifndef MSG_ERR_MINTEMP_BED
  826. #define MSG_ERR_MINTEMP_BED _UxGT("Err: MINTEMP BED")
  827. #endif
  828. #ifndef MSG_ERR_Z_HOMING
  829. #define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
  830. #endif
  831. #ifndef MSG_HALTED
  832. #define MSG_HALTED _UxGT("PRINTER HALTED")
  833. #endif
  834. #ifndef MSG_PLEASE_RESET
  835. #define MSG_PLEASE_RESET _UxGT("Please reset")
  836. #endif
  837. #ifndef MSG_SHORT_DAY
  838. #define MSG_SHORT_DAY _UxGT("d") // One character only
  839. #endif
  840. #ifndef MSG_SHORT_HOUR
  841. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  842. #endif
  843. #ifndef MSG_SHORT_MINUTE
  844. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  845. #endif
  846. #ifndef MSG_HEATING
  847. #define MSG_HEATING _UxGT("Heating...")
  848. #endif
  849. #ifndef MSG_COOLING
  850. #define MSG_COOLING _UxGT("Cooling...")
  851. #endif
  852. #ifndef MSG_BED_HEATING
  853. #define MSG_BED_HEATING _UxGT("Bed heating...")
  854. #endif
  855. #ifndef MSG_BED_COOLING
  856. #define MSG_BED_COOLING _UxGT("Bed cooling...")
  857. #endif
  858. #ifndef MSG_DELTA_CALIBRATE
  859. #define MSG_DELTA_CALIBRATE _UxGT("Delta Calibration")
  860. #endif
  861. #ifndef MSG_DELTA_CALIBRATE_X
  862. #define MSG_DELTA_CALIBRATE_X _UxGT("Calibrate X")
  863. #endif
  864. #ifndef MSG_DELTA_CALIBRATE_Y
  865. #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrate Y")
  866. #endif
  867. #ifndef MSG_DELTA_CALIBRATE_Z
  868. #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrate Z")
  869. #endif
  870. #ifndef MSG_DELTA_CALIBRATE_CENTER
  871. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrate Center")
  872. #endif
  873. #ifndef MSG_DELTA_SETTINGS
  874. #define MSG_DELTA_SETTINGS _UxGT("Delta Settings")
  875. #endif
  876. #ifndef MSG_DELTA_AUTO_CALIBRATE
  877. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibration")
  878. #endif
  879. #ifndef MSG_DELTA_HEIGHT_CALIBRATE
  880. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Set Delta Height")
  881. #endif
  882. #ifndef MSG_DELTA_Z_OFFSET_CALIBRATE
  883. #define MSG_DELTA_Z_OFFSET_CALIBRATE _UxGT("Probe Z-offset")
  884. #endif
  885. #ifndef MSG_DELTA_DIAG_ROD
  886. #define MSG_DELTA_DIAG_ROD _UxGT("Diag Rod")
  887. #endif
  888. #ifndef MSG_DELTA_HEIGHT
  889. #define MSG_DELTA_HEIGHT _UxGT("Height")
  890. #endif
  891. #ifndef MSG_DELTA_RADIUS
  892. #define MSG_DELTA_RADIUS _UxGT("Radius")
  893. #endif
  894. #ifndef MSG_INFO_MENU
  895. #define MSG_INFO_MENU _UxGT("About Printer")
  896. #endif
  897. #ifndef MSG_INFO_PRINTER_MENU
  898. #define MSG_INFO_PRINTER_MENU _UxGT("Printer Info")
  899. #endif
  900. #ifndef MSG_3POINT_LEVELING
  901. #define MSG_3POINT_LEVELING _UxGT("3-Point Leveling")
  902. #endif
  903. #ifndef MSG_LINEAR_LEVELING
  904. #define MSG_LINEAR_LEVELING _UxGT("Linear Leveling")
  905. #endif
  906. #ifndef MSG_BILINEAR_LEVELING
  907. #define MSG_BILINEAR_LEVELING _UxGT("Bilinear Leveling")
  908. #endif
  909. #ifndef MSG_UBL_LEVELING
  910. #define MSG_UBL_LEVELING _UxGT("Unified Bed Leveling")
  911. #endif
  912. #ifndef MSG_MESH_LEVELING
  913. #define MSG_MESH_LEVELING _UxGT("Mesh Leveling")
  914. #endif
  915. #ifndef MSG_INFO_STATS_MENU
  916. #define MSG_INFO_STATS_MENU _UxGT("Printer Stats")
  917. #endif
  918. #ifndef MSG_INFO_BOARD_MENU
  919. #define MSG_INFO_BOARD_MENU _UxGT("Board Info")
  920. #endif
  921. #ifndef MSG_INFO_THERMISTOR_MENU
  922. #define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
  923. #endif
  924. #ifndef MSG_INFO_EXTRUDERS
  925. #define MSG_INFO_EXTRUDERS _UxGT("Extruders")
  926. #endif
  927. #ifndef MSG_INFO_BAUDRATE
  928. #define MSG_INFO_BAUDRATE _UxGT("Baud")
  929. #endif
  930. #ifndef MSG_INFO_PROTOCOL
  931. #define MSG_INFO_PROTOCOL _UxGT("Protocol")
  932. #endif
  933. #ifndef MSG_CASE_LIGHT
  934. #define MSG_CASE_LIGHT _UxGT("Case light")
  935. #endif
  936. #ifndef MSG_CASE_LIGHT_BRIGHTNESS
  937. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light BRIGHTNESS")
  938. #endif
  939. #if LCD_WIDTH >= 20
  940. #ifndef MSG_INFO_PRINT_COUNT
  941. #define MSG_INFO_PRINT_COUNT _UxGT("Print Count")
  942. #endif
  943. #ifndef MSG_INFO_COMPLETED_PRINTS
  944. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
  945. #endif
  946. #ifndef MSG_INFO_PRINT_TIME
  947. #define MSG_INFO_PRINT_TIME _UxGT("Total print time")
  948. #endif
  949. #ifndef MSG_INFO_PRINT_LONGEST
  950. #define MSG_INFO_PRINT_LONGEST _UxGT("Longest job time")
  951. #endif
  952. #ifndef MSG_INFO_PRINT_FILAMENT
  953. #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded total")
  954. #endif
  955. #else
  956. #ifndef MSG_INFO_PRINT_COUNT
  957. #define MSG_INFO_PRINT_COUNT _UxGT("Prints")
  958. #endif
  959. #ifndef MSG_INFO_COMPLETED_PRINTS
  960. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
  961. #endif
  962. #ifndef MSG_INFO_PRINT_TIME
  963. #define MSG_INFO_PRINT_TIME _UxGT("Total")
  964. #endif
  965. #ifndef MSG_INFO_PRINT_LONGEST
  966. #define MSG_INFO_PRINT_LONGEST _UxGT("Longest")
  967. #endif
  968. #ifndef MSG_INFO_PRINT_FILAMENT
  969. #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded")
  970. #endif
  971. #endif
  972. #ifndef MSG_INFO_MIN_TEMP
  973. #define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
  974. #endif
  975. #ifndef MSG_INFO_MAX_TEMP
  976. #define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
  977. #endif
  978. #ifndef MSG_INFO_PSU
  979. #define MSG_INFO_PSU _UxGT("PSU")
  980. #endif
  981. #ifndef MSG_DRIVE_STRENGTH
  982. #define MSG_DRIVE_STRENGTH _UxGT("Drive Strength")
  983. #endif
  984. #ifndef MSG_DAC_PERCENT
  985. #define MSG_DAC_PERCENT _UxGT("Driver %")
  986. #endif
  987. #ifndef MSG_DAC_EEPROM_WRITE
  988. #define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write")
  989. #endif
  990. #ifndef MSG_FILAMENT_CHANGE_HEADER_PAUSE
  991. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("PRINT PAUSED")
  992. #endif
  993. #ifndef MSG_FILAMENT_CHANGE_HEADER_LOAD
  994. #define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("LOAD FILAMENT")
  995. #endif
  996. #ifndef MSG_FILAMENT_CHANGE_HEADER_UNLOAD
  997. #define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("UNLOAD FILAMENT")
  998. #endif
  999. #ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER
  1000. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("RESUME OPTIONS:")
  1001. #endif
  1002. #ifndef MSG_FILAMENT_CHANGE_OPTION_PURGE
  1003. #define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more")
  1004. #endif
  1005. #ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
  1006. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continue")
  1007. #endif
  1008. #ifndef MSG_FILAMENT_CHANGE_NOZZLE
  1009. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
  1010. #endif
  1011. #ifndef MSG_ERR_HOMING_FAILED
  1012. #define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
  1013. #endif
  1014. #ifndef MSG_ERR_PROBING_FAILED
  1015. #define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
  1016. #endif
  1017. #ifndef MSG_M600_TOO_COLD
  1018. #define MSG_M600_TOO_COLD _UxGT("M600: Too cold")
  1019. #endif
  1020. //
  1021. // Filament Change screens show up to 3 lines on a 4-line display
  1022. // ...or up to 2 lines on a 3-line display
  1023. //
  1024. #if LCD_HEIGHT >= 4
  1025. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1026. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wait for start")
  1027. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("of the filament")
  1028. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("change")
  1029. #endif
  1030. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1031. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wait for")
  1032. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filament unload")
  1033. #endif
  1034. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1035. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert filament")
  1036. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("and press button")
  1037. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("to continue...")
  1038. #endif
  1039. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1040. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Press button to")
  1041. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("heat nozzle.")
  1042. #endif
  1043. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1044. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating nozzle")
  1045. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Please wait...")
  1046. #endif
  1047. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1048. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wait for")
  1049. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load")
  1050. #endif
  1051. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1052. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Wait for")
  1053. #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("filament purge")
  1054. #endif
  1055. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1056. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print")
  1057. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("to resume")
  1058. #endif
  1059. #else // LCD_HEIGHT < 4
  1060. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1061. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...")
  1062. #endif
  1063. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1064. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejecting...")
  1065. #endif
  1066. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1067. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
  1068. #endif
  1069. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1070. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
  1071. #endif
  1072. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1073. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
  1074. #endif
  1075. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1076. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...")
  1077. #endif
  1078. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1079. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Purging...")
  1080. #endif
  1081. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1082. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...")
  1083. #endif
  1084. #endif // LCD_HEIGHT < 4
  1085. #endif // LANGUAGE_EN_H