My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_en.h 46KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2019 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. #pragma once
  23. /**
  24. * English
  25. *
  26. * LCD Menu Messages
  27. * See also http://marlinfw.org/docs/development/lcd_language.html
  28. *
  29. */
  30. #define en 1234
  31. #if LCD_LANGUAGE == en
  32. #define NOT_EXTENDED_ISO10646_1_5X7
  33. #endif
  34. #undef en
  35. #ifndef THIS_LANGUAGES_SPECIAL_SYMBOLS
  36. #define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
  37. #endif
  38. #ifdef NOT_EXTENDED_ISO10646_1_5X7
  39. #define MSG_CUBED _UxGT("^3")
  40. #else
  41. #define MSG_CUBED _UxGT("³")
  42. #endif
  43. #ifndef CHARSIZE
  44. #define CHARSIZE 1
  45. #endif
  46. #ifndef WELCOME_MSG
  47. #define WELCOME_MSG MACHINE_NAME _UxGT(" Ready.")
  48. #endif
  49. #ifndef MSG_BACK
  50. #define MSG_BACK _UxGT("Back")
  51. #endif
  52. #ifndef MSG_SD_INSERTED
  53. #define MSG_SD_INSERTED _UxGT("Card inserted")
  54. #endif
  55. #ifndef MSG_SD_REMOVED
  56. #define MSG_SD_REMOVED _UxGT("Card removed")
  57. #endif
  58. #ifndef MSG_LCD_ENDSTOPS
  59. #define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
  60. #endif
  61. #ifndef MSG_LCD_SOFT_ENDSTOPS
  62. #define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstops")
  63. #endif
  64. #ifndef MSG_MAIN
  65. #define MSG_MAIN _UxGT("Main")
  66. #endif
  67. #ifndef MSG_ADVANCED_SETTINGS
  68. #define MSG_ADVANCED_SETTINGS _UxGT("Advanced Settings")
  69. #endif
  70. #ifndef MSG_CONFIGURATION
  71. #define MSG_CONFIGURATION _UxGT("Configuration")
  72. #endif
  73. #ifndef MSG_AUTOSTART
  74. #define MSG_AUTOSTART _UxGT("Autostart")
  75. #endif
  76. #ifndef MSG_DISABLE_STEPPERS
  77. #define MSG_DISABLE_STEPPERS _UxGT("Disable steppers")
  78. #endif
  79. #ifndef MSG_DEBUG_MENU
  80. #define MSG_DEBUG_MENU _UxGT("Debug Menu")
  81. #endif
  82. #ifndef MSG_PROGRESS_BAR_TEST
  83. #define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
  84. #endif
  85. #ifndef MSG_AUTO_HOME
  86. #define MSG_AUTO_HOME _UxGT("Auto home")
  87. #endif
  88. #ifndef MSG_AUTO_HOME_X
  89. #define MSG_AUTO_HOME_X _UxGT("Home X")
  90. #endif
  91. #ifndef MSG_AUTO_HOME_Y
  92. #define MSG_AUTO_HOME_Y _UxGT("Home Y")
  93. #endif
  94. #ifndef MSG_AUTO_HOME_Z
  95. #define MSG_AUTO_HOME_Z _UxGT("Home Z")
  96. #endif
  97. #ifndef MSG_AUTO_Z_ALIGN
  98. #define MSG_AUTO_Z_ALIGN _UxGT("Auto Z-Align")
  99. #endif
  100. #ifndef MSG_LEVEL_BED_HOMING
  101. #define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
  102. #endif
  103. #ifndef MSG_LEVEL_BED_WAITING
  104. #define MSG_LEVEL_BED_WAITING _UxGT("Click to Begin")
  105. #endif
  106. #ifndef MSG_LEVEL_BED_NEXT_POINT
  107. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Next Point")
  108. #endif
  109. #ifndef MSG_LEVEL_BED_DONE
  110. #define MSG_LEVEL_BED_DONE _UxGT("Leveling Done!")
  111. #endif
  112. #ifndef MSG_Z_FADE_HEIGHT
  113. #define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
  114. #endif
  115. #ifndef MSG_SET_HOME_OFFSETS
  116. #define MSG_SET_HOME_OFFSETS _UxGT("Set home offsets")
  117. #endif
  118. #ifndef MSG_HOME_OFFSETS_APPLIED
  119. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
  120. #endif
  121. #ifndef MSG_SET_ORIGIN
  122. #define MSG_SET_ORIGIN _UxGT("Set origin")
  123. #endif
  124. #ifndef MSG_PREHEAT_1
  125. #define MSG_PREHEAT_1 _UxGT("Preheat " PREHEAT_1_LABEL)
  126. #endif
  127. #ifndef MSG_PREHEAT_1_N
  128. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
  129. #endif
  130. #ifndef MSG_PREHEAT_1_ALL
  131. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" All")
  132. #endif
  133. #ifndef MSG_PREHEAT_1_END
  134. #define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" End")
  135. #endif
  136. #ifndef MSG_PREHEAT_1_BEDONLY
  137. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Bed")
  138. #endif
  139. #ifndef MSG_PREHEAT_1_SETTINGS
  140. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" conf")
  141. #endif
  142. #ifndef MSG_PREHEAT_2
  143. #define MSG_PREHEAT_2 _UxGT("Preheat " PREHEAT_2_LABEL)
  144. #endif
  145. #ifndef MSG_PREHEAT_2_N
  146. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
  147. #endif
  148. #ifndef MSG_PREHEAT_2_ALL
  149. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" All")
  150. #endif
  151. #ifndef MSG_PREHEAT_2_END
  152. #define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" End")
  153. #endif
  154. #ifndef MSG_PREHEAT_2_BEDONLY
  155. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Bed")
  156. #endif
  157. #ifndef MSG_PREHEAT_2_SETTINGS
  158. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" conf")
  159. #endif
  160. #ifndef MSG_PREHEAT_CUSTOM
  161. #define MSG_PREHEAT_CUSTOM _UxGT("Preheat Custom")
  162. #endif
  163. #ifndef MSG_COOLDOWN
  164. #define MSG_COOLDOWN _UxGT("Cooldown")
  165. #endif
  166. #ifndef MSG_LASER_MENU
  167. #define MSG_LASER_MENU _UxGT("Laser Control")
  168. #endif
  169. #ifndef MSG_LASER_OFF
  170. #define MSG_LASER_OFF _UxGT("Laser Off")
  171. #endif
  172. #ifndef MSG_LASER_ON
  173. #define MSG_LASER_ON _UxGT("Laser On")
  174. #endif
  175. #ifndef MSG_LASER_POWER
  176. #define MSG_LASER_POWER _UxGT("Laser power")
  177. #endif
  178. #ifndef MSG_SPINDLE_REVERSE
  179. #define MSG_SPINDLE_REVERSE _UxGT("Spindle Reverse")
  180. #endif
  181. #ifndef MSG_SWITCH_PS_ON
  182. #define MSG_SWITCH_PS_ON _UxGT("Switch power on")
  183. #endif
  184. #ifndef MSG_SWITCH_PS_OFF
  185. #define MSG_SWITCH_PS_OFF _UxGT("Switch power off")
  186. #endif
  187. #ifndef MSG_EXTRUDE
  188. #define MSG_EXTRUDE _UxGT("Extrude")
  189. #endif
  190. #ifndef MSG_RETRACT
  191. #define MSG_RETRACT _UxGT("Retract")
  192. #endif
  193. #ifndef MSG_MOVE_AXIS
  194. #define MSG_MOVE_AXIS _UxGT("Move axis")
  195. #endif
  196. #ifndef MSG_BED_LEVELING
  197. #define MSG_BED_LEVELING _UxGT("Bed Leveling")
  198. #endif
  199. #ifndef MSG_LEVEL_BED
  200. #define MSG_LEVEL_BED _UxGT("Level bed")
  201. #endif
  202. #ifndef MSG_LEVEL_CORNERS
  203. #define MSG_LEVEL_CORNERS _UxGT("Level corners")
  204. #endif
  205. #ifndef MSG_NEXT_CORNER
  206. #define MSG_NEXT_CORNER _UxGT("Next corner")
  207. #endif
  208. #ifndef MSG_EDITING_STOPPED
  209. #define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
  210. #endif
  211. #ifndef MSG_MESH_X
  212. #define MSG_MESH_X _UxGT("Index X")
  213. #endif
  214. #ifndef MSG_MESH_Y
  215. #define MSG_MESH_Y _UxGT("Index Y")
  216. #endif
  217. #ifndef MSG_MESH_EDIT_Z
  218. #define MSG_MESH_EDIT_Z _UxGT("Z Value")
  219. #endif
  220. #ifndef MSG_USER_MENU
  221. #define MSG_USER_MENU _UxGT("Custom Commands")
  222. #endif
  223. #ifndef MSG_UBL_DOING_G29
  224. #define MSG_UBL_DOING_G29 _UxGT("Doing G29")
  225. #endif
  226. #ifndef MSG_UBL_UNHOMED
  227. #define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
  228. #endif
  229. #ifndef MSG_UBL_TOOLS
  230. #define MSG_UBL_TOOLS _UxGT("UBL Tools")
  231. #endif
  232. #ifndef MSG_UBL_LEVEL_BED
  233. #define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
  234. #endif
  235. #ifndef MSG_IDEX_MENU
  236. #define MSG_IDEX_MENU _UxGT("IDEX Mode")
  237. #endif
  238. #ifndef MSG_IDEX_MODE_AUTOPARK
  239. #define MSG_IDEX_MODE_AUTOPARK _UxGT("Auto-Park")
  240. #endif
  241. #ifndef MSG_IDEX_MODE_DUPLICATE
  242. #define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplication")
  243. #endif
  244. #ifndef MSG_IDEX_MODE_MIRRORED_COPY
  245. #define MSG_IDEX_MODE_MIRRORED_COPY _UxGT("Mirrored copy")
  246. #endif
  247. #ifndef MSG_IDEX_MODE_FULL_CTRL
  248. #define MSG_IDEX_MODE_FULL_CTRL _UxGT("Full control")
  249. #endif
  250. #ifndef MSG_IDEX_X_OFFSET
  251. #define MSG_IDEX_X_OFFSET _UxGT("2nd nozzle X")
  252. #endif
  253. #ifndef MSG_IDEX_Y_OFFSET
  254. #define MSG_IDEX_Y_OFFSET _UxGT("2nd nozzle Y")
  255. #endif
  256. #ifndef MSG_IDEX_Z_OFFSET
  257. #define MSG_IDEX_Z_OFFSET _UxGT("2nd nozzle Z")
  258. #endif
  259. #ifndef MSG_IDEX_SAVE_OFFSETS
  260. #define MSG_IDEX_SAVE_OFFSETS _UxGT("Save Offsets")
  261. #endif
  262. #ifndef MSG_UBL_MANUAL_MESH
  263. #define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
  264. #endif
  265. #ifndef MSG_UBL_BC_INSERT
  266. #define MSG_UBL_BC_INSERT _UxGT("Place shim & measure")
  267. #endif
  268. #ifndef MSG_UBL_BC_INSERT2
  269. #define MSG_UBL_BC_INSERT2 _UxGT("Measure")
  270. #endif
  271. #ifndef MSG_UBL_BC_REMOVE
  272. #define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed")
  273. #endif
  274. #ifndef MSG_UBL_MOVING_TO_NEXT
  275. #define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next")
  276. #endif
  277. #ifndef MSG_UBL_ACTIVATE_MESH
  278. #define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL")
  279. #endif
  280. #ifndef MSG_UBL_DEACTIVATE_MESH
  281. #define MSG_UBL_DEACTIVATE_MESH _UxGT("Deactivate UBL")
  282. #endif
  283. #ifndef MSG_UBL_SET_TEMP_BED
  284. #define MSG_UBL_SET_TEMP_BED _UxGT("Bed Temp")
  285. #endif
  286. #ifndef MSG_UBL_BED_TEMP_CUSTOM
  287. #define MSG_UBL_BED_TEMP_CUSTOM MSG_UBL_SET_TEMP_BED
  288. #endif
  289. #ifndef MSG_UBL_SET_TEMP_HOTEND
  290. #define MSG_UBL_SET_TEMP_HOTEND _UxGT("Hotend Temp")
  291. #endif
  292. #ifndef MSG_UBL_HOTEND_TEMP_CUSTOM
  293. #define MSG_UBL_HOTEND_TEMP_CUSTOM MSG_UBL_SET_TEMP_HOTEND
  294. #endif
  295. #ifndef MSG_UBL_MESH_EDIT
  296. #define MSG_UBL_MESH_EDIT _UxGT("Mesh Edit")
  297. #endif
  298. #ifndef MSG_UBL_EDIT_CUSTOM_MESH
  299. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh")
  300. #endif
  301. #ifndef MSG_UBL_FINE_TUNE_MESH
  302. #define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh")
  303. #endif
  304. #ifndef MSG_UBL_DONE_EDITING_MESH
  305. #define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
  306. #endif
  307. #ifndef MSG_UBL_BUILD_CUSTOM_MESH
  308. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh")
  309. #endif
  310. #ifndef MSG_UBL_BUILD_MESH_MENU
  311. #define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh")
  312. #endif
  313. #ifndef MSG_UBL_BUILD_MESH_M1
  314. #define MSG_UBL_BUILD_MESH_M1 _UxGT("Build Mesh (" PREHEAT_1_LABEL ")")
  315. #endif
  316. #ifndef MSG_UBL_BUILD_MESH_M2
  317. #define MSG_UBL_BUILD_MESH_M2 _UxGT("Build Mesh (" PREHEAT_2_LABEL ")")
  318. #endif
  319. #ifndef MSG_UBL_BUILD_COLD_MESH
  320. #define MSG_UBL_BUILD_COLD_MESH _UxGT("Build Cold Mesh")
  321. #endif
  322. #ifndef MSG_UBL_MESH_HEIGHT_ADJUST
  323. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Adjust Mesh Height")
  324. #endif
  325. #ifndef MSG_UBL_MESH_HEIGHT_AMOUNT
  326. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount")
  327. #endif
  328. #ifndef MSG_UBL_VALIDATE_MESH_MENU
  329. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh")
  330. #endif
  331. #ifndef MSG_UBL_VALIDATE_MESH_M1
  332. #define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Validate Mesh (" PREHEAT_1_LABEL ")")
  333. #endif
  334. #ifndef MSG_UBL_VALIDATE_MESH_M2
  335. #define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Validate Mesh (" PREHEAT_2_LABEL ")")
  336. #endif
  337. #ifndef MSG_UBL_VALIDATE_CUSTOM_MESH
  338. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
  339. #endif
  340. #ifndef MSG_UBL_CONTINUE_MESH
  341. #define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
  342. #endif
  343. #ifndef MSG_UBL_MESH_LEVELING
  344. #define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling")
  345. #endif
  346. #ifndef MSG_UBL_3POINT_MESH_LEVELING
  347. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling")
  348. #endif
  349. #ifndef MSG_UBL_GRID_MESH_LEVELING
  350. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Grid Mesh Leveling")
  351. #endif
  352. #ifndef MSG_UBL_MESH_LEVEL
  353. #define MSG_UBL_MESH_LEVEL _UxGT("Level Mesh")
  354. #endif
  355. #ifndef MSG_UBL_SIDE_POINTS
  356. #define MSG_UBL_SIDE_POINTS _UxGT("Side Points")
  357. #endif
  358. #ifndef MSG_UBL_MAP_TYPE
  359. #define MSG_UBL_MAP_TYPE _UxGT("Map Type")
  360. #endif
  361. #ifndef MSG_UBL_OUTPUT_MAP
  362. #define MSG_UBL_OUTPUT_MAP _UxGT("Output Mesh Map")
  363. #endif
  364. #ifndef MSG_UBL_OUTPUT_MAP_HOST
  365. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Output for Host")
  366. #endif
  367. #ifndef MSG_UBL_OUTPUT_MAP_CSV
  368. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Output for CSV")
  369. #endif
  370. #ifndef MSG_UBL_OUTPUT_MAP_BACKUP
  371. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Off Printer Backup")
  372. #endif
  373. #ifndef MSG_UBL_INFO_UBL
  374. #define MSG_UBL_INFO_UBL _UxGT("Output UBL Info")
  375. #endif
  376. #ifndef MSG_EDIT_MESH
  377. #define MSG_EDIT_MESH _UxGT("Edit Mesh")
  378. #endif
  379. #ifndef MSG_UBL_FILLIN_AMOUNT
  380. #define MSG_UBL_FILLIN_AMOUNT _UxGT("Fill-in Amount")
  381. #endif
  382. #ifndef MSG_UBL_MANUAL_FILLIN
  383. #define MSG_UBL_MANUAL_FILLIN _UxGT("Manual Fill-in")
  384. #endif
  385. #ifndef MSG_UBL_SMART_FILLIN
  386. #define MSG_UBL_SMART_FILLIN _UxGT("Smart Fill-in")
  387. #endif
  388. #ifndef MSG_UBL_FILLIN_MESH
  389. #define MSG_UBL_FILLIN_MESH _UxGT("Fill-in Mesh")
  390. #endif
  391. #ifndef MSG_UBL_INVALIDATE_ALL
  392. #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidate All")
  393. #endif
  394. #ifndef MSG_UBL_INVALIDATE_CLOSEST
  395. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidate Closest")
  396. #endif
  397. #ifndef MSG_UBL_FINE_TUNE_ALL
  398. #define MSG_UBL_FINE_TUNE_ALL _UxGT("Fine Tune All")
  399. #endif
  400. #ifndef MSG_UBL_FINE_TUNE_CLOSEST
  401. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Fine Tune Closest")
  402. #endif
  403. #ifndef MSG_UBL_STORAGE_MESH_MENU
  404. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Storage")
  405. #endif
  406. #ifndef MSG_UBL_STORAGE_SLOT
  407. #define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot")
  408. #endif
  409. #ifndef MSG_UBL_LOAD_MESH
  410. #define MSG_UBL_LOAD_MESH _UxGT("Load Bed Mesh")
  411. #endif
  412. #ifndef MSG_UBL_SAVE_MESH
  413. #define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
  414. #endif
  415. #ifndef MSG_MESH_LOADED
  416. #define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
  417. #endif
  418. #ifndef MSG_MESH_SAVED
  419. #define MSG_MESH_SAVED _UxGT("Mesh %i saved")
  420. #endif
  421. #ifndef MSG_NO_STORAGE
  422. #define MSG_NO_STORAGE _UxGT("No storage")
  423. #endif
  424. #ifndef MSG_UBL_SAVE_ERROR
  425. #define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
  426. #endif
  427. #ifndef MSG_UBL_RESTORE_ERROR
  428. #define MSG_UBL_RESTORE_ERROR _UxGT("Err: UBL Restore")
  429. #endif
  430. #ifndef MSG_UBL_Z_OFFSET_STOPPED
  431. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
  432. #endif
  433. #ifndef MSG_UBL_STEP_BY_STEP_MENU
  434. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Step-By-Step UBL")
  435. #endif
  436. #ifndef MSG_LED_CONTROL
  437. #define MSG_LED_CONTROL _UxGT("LED Control")
  438. #endif
  439. #ifndef MSG_LEDS
  440. #define MSG_LEDS _UxGT("Lights")
  441. #endif
  442. #ifndef MSG_LED_PRESETS
  443. #define MSG_LED_PRESETS _UxGT("Light Presets")
  444. #endif
  445. #ifndef MSG_SET_LEDS_RED
  446. #define MSG_SET_LEDS_RED _UxGT("Red")
  447. #endif
  448. #ifndef MSG_SET_LEDS_ORANGE
  449. #define MSG_SET_LEDS_ORANGE _UxGT("Orange")
  450. #endif
  451. #ifndef MSG_SET_LEDS_YELLOW
  452. #define MSG_SET_LEDS_YELLOW _UxGT("Yellow")
  453. #endif
  454. #ifndef MSG_SET_LEDS_GREEN
  455. #define MSG_SET_LEDS_GREEN _UxGT("Green")
  456. #endif
  457. #ifndef MSG_SET_LEDS_BLUE
  458. #define MSG_SET_LEDS_BLUE _UxGT("Blue")
  459. #endif
  460. #ifndef MSG_SET_LEDS_INDIGO
  461. #define MSG_SET_LEDS_INDIGO _UxGT("Indigo")
  462. #endif
  463. #ifndef MSG_SET_LEDS_VIOLET
  464. #define MSG_SET_LEDS_VIOLET _UxGT("Violet")
  465. #endif
  466. #ifndef MSG_SET_LEDS_WHITE
  467. #define MSG_SET_LEDS_WHITE _UxGT("White")
  468. #endif
  469. #ifndef MSG_SET_LEDS_DEFAULT
  470. #define MSG_SET_LEDS_DEFAULT _UxGT("Default")
  471. #endif
  472. #ifndef MSG_CUSTOM_LEDS
  473. #define MSG_CUSTOM_LEDS _UxGT("Custom Lights")
  474. #endif
  475. #ifndef MSG_INTENSITY_R
  476. #define MSG_INTENSITY_R _UxGT("Red Intensity")
  477. #endif
  478. #ifndef MSG_INTENSITY_G
  479. #define MSG_INTENSITY_G _UxGT("Green Intensity")
  480. #endif
  481. #ifndef MSG_INTENSITY_B
  482. #define MSG_INTENSITY_B _UxGT("Blue Intensity")
  483. #endif
  484. #ifndef MSG_INTENSITY_W
  485. #define MSG_INTENSITY_W _UxGT("White Intensity")
  486. #endif
  487. #ifndef MSG_LED_BRIGHTNESS
  488. #define MSG_LED_BRIGHTNESS _UxGT("Brightness")
  489. #endif
  490. #ifndef MSG_MOVING
  491. #define MSG_MOVING _UxGT("Moving...")
  492. #endif
  493. #ifndef MSG_FREE_XY
  494. #define MSG_FREE_XY _UxGT("Free XY")
  495. #endif
  496. #ifndef MSG_MOVE_X
  497. #define MSG_MOVE_X _UxGT("Move X")
  498. #endif
  499. #ifndef MSG_MOVE_Y
  500. #define MSG_MOVE_Y _UxGT("Move Y")
  501. #endif
  502. #ifndef MSG_MOVE_Z
  503. #define MSG_MOVE_Z _UxGT("Move Z")
  504. #endif
  505. #ifndef MSG_MOVE_E
  506. #define MSG_MOVE_E _UxGT("Extruder")
  507. #endif
  508. #ifndef MSG_HOTEND_TOO_COLD
  509. #define MSG_HOTEND_TOO_COLD _UxGT("Hotend too cold")
  510. #endif
  511. #ifndef MSG_MOVE_01MM
  512. #define MSG_MOVE_01MM _UxGT("Move 0.1mm")
  513. #endif
  514. #ifndef MSG_MOVE_1MM
  515. #define MSG_MOVE_1MM _UxGT("Move 1mm")
  516. #endif
  517. #ifndef MSG_MOVE_10MM
  518. #define MSG_MOVE_10MM _UxGT("Move 10mm")
  519. #endif
  520. #ifndef MSG_SPEED
  521. #define MSG_SPEED _UxGT("Speed")
  522. #endif
  523. #ifndef MSG_BED_Z
  524. #define MSG_BED_Z _UxGT("Bed Z")
  525. #endif
  526. #ifndef MSG_NOZZLE
  527. #define MSG_NOZZLE _UxGT("Nozzle")
  528. #endif
  529. #ifndef MSG_BED
  530. #define MSG_BED _UxGT("Bed")
  531. #endif
  532. #ifndef MSG_CHAMBER
  533. #define MSG_CHAMBER _UxGT("Enclosure")
  534. #endif
  535. #ifndef MSG_FAN_SPEED
  536. #define MSG_FAN_SPEED _UxGT("Fan speed")
  537. #endif
  538. #ifndef MSG_EXTRA_FAN_SPEED
  539. #define MSG_EXTRA_FAN_SPEED _UxGT("Extra fan speed")
  540. #endif
  541. #ifndef MSG_FLOW
  542. #define MSG_FLOW _UxGT("Flow")
  543. #endif
  544. #ifndef MSG_CONTROL
  545. #define MSG_CONTROL _UxGT("Control")
  546. #endif
  547. #ifndef MSG_MIN
  548. #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
  549. #endif
  550. #ifndef MSG_MAX
  551. #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
  552. #endif
  553. #ifndef MSG_FACTOR
  554. #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
  555. #endif
  556. #ifndef MSG_AUTOTEMP
  557. #define MSG_AUTOTEMP _UxGT("Autotemp")
  558. #endif
  559. #ifndef MSG_LCD_ON
  560. #define MSG_LCD_ON _UxGT("On")
  561. #endif
  562. #ifndef MSG_LCD_OFF
  563. #define MSG_LCD_OFF _UxGT("Off")
  564. #endif
  565. #ifndef MSG_PID_P
  566. #define MSG_PID_P _UxGT("PID-P")
  567. #endif
  568. #ifndef MSG_PID_I
  569. #define MSG_PID_I _UxGT("PID-I")
  570. #endif
  571. #ifndef MSG_PID_D
  572. #define MSG_PID_D _UxGT("PID-D")
  573. #endif
  574. #ifndef MSG_PID_C
  575. #define MSG_PID_C _UxGT("PID-C")
  576. #endif
  577. #ifndef MSG_SELECT
  578. #define MSG_SELECT _UxGT("Select")
  579. #endif
  580. #ifndef MSG_ACC
  581. #define MSG_ACC _UxGT("Accel")
  582. #endif
  583. #ifndef MSG_JERK
  584. #define MSG_JERK _UxGT("Jerk")
  585. #endif
  586. #if IS_KINEMATIC
  587. #ifndef MSG_VA_JERK
  588. #define MSG_VA_JERK _UxGT("Va-jerk")
  589. #endif
  590. #ifndef MSG_VB_JERK
  591. #define MSG_VB_JERK _UxGT("Vb-jerk")
  592. #endif
  593. #ifndef MSG_VC_JERK
  594. #define MSG_VC_JERK _UxGT("Vc-jerk")
  595. #endif
  596. #else
  597. #ifndef MSG_VA_JERK
  598. #define MSG_VA_JERK _UxGT("Vx-jerk")
  599. #endif
  600. #ifndef MSG_VB_JERK
  601. #define MSG_VB_JERK _UxGT("Vy-jerk")
  602. #endif
  603. #ifndef MSG_VC_JERK
  604. #define MSG_VC_JERK _UxGT("Vz-jerk")
  605. #endif
  606. #endif
  607. #ifndef MSG_VE_JERK
  608. #define MSG_VE_JERK _UxGT("Ve-jerk")
  609. #endif
  610. #ifndef MSG_JUNCTION_DEVIATION
  611. #define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
  612. #endif
  613. #ifndef MSG_VELOCITY
  614. #define MSG_VELOCITY _UxGT("Velocity")
  615. #endif
  616. #ifndef MSG_VMAX
  617. #define MSG_VMAX _UxGT("Vmax ")
  618. #endif
  619. #ifndef MSG_VMIN
  620. #define MSG_VMIN _UxGT("Vmin")
  621. #endif
  622. #ifndef MSG_VTRAV_MIN
  623. #define MSG_VTRAV_MIN _UxGT("VTrav min")
  624. #endif
  625. #ifndef MSG_ACCELERATION
  626. #define MSG_ACCELERATION _UxGT("Acceleration")
  627. #endif
  628. #ifndef MSG_AMAX
  629. #define MSG_AMAX _UxGT("Amax ")
  630. #endif
  631. #ifndef MSG_A_RETRACT
  632. #define MSG_A_RETRACT _UxGT("A-retract")
  633. #endif
  634. #ifndef MSG_A_TRAVEL
  635. #define MSG_A_TRAVEL _UxGT("A-travel")
  636. #endif
  637. #ifndef MSG_STEPS_PER_MM
  638. #define MSG_STEPS_PER_MM _UxGT("Steps/mm")
  639. #endif
  640. #if IS_KINEMATIC
  641. #ifndef MSG_ASTEPS
  642. #define MSG_ASTEPS _UxGT("Asteps/mm")
  643. #endif
  644. #ifndef MSG_BSTEPS
  645. #define MSG_BSTEPS _UxGT("Bsteps/mm")
  646. #endif
  647. #ifndef MSG_CSTEPS
  648. #define MSG_CSTEPS _UxGT("Csteps/mm")
  649. #endif
  650. #else
  651. #ifndef MSG_ASTEPS
  652. #define MSG_ASTEPS _UxGT("Xsteps/mm")
  653. #endif
  654. #ifndef MSG_BSTEPS
  655. #define MSG_BSTEPS _UxGT("Ysteps/mm")
  656. #endif
  657. #ifndef MSG_CSTEPS
  658. #define MSG_CSTEPS _UxGT("Zsteps/mm")
  659. #endif
  660. #endif
  661. #ifndef MSG_ESTEPS
  662. #define MSG_ESTEPS _UxGT("Esteps/mm")
  663. #endif
  664. #ifndef MSG_E1STEPS
  665. #define MSG_E1STEPS _UxGT("E1steps/mm")
  666. #endif
  667. #ifndef MSG_E2STEPS
  668. #define MSG_E2STEPS _UxGT("E2steps/mm")
  669. #endif
  670. #ifndef MSG_E3STEPS
  671. #define MSG_E3STEPS _UxGT("E3steps/mm")
  672. #endif
  673. #ifndef MSG_E4STEPS
  674. #define MSG_E4STEPS _UxGT("E4steps/mm")
  675. #endif
  676. #ifndef MSG_E5STEPS
  677. #define MSG_E5STEPS _UxGT("E5steps/mm")
  678. #endif
  679. #ifndef MSG_E6STEPS
  680. #define MSG_E6STEPS _UxGT("E6steps/mm")
  681. #endif
  682. #ifndef MSG_TEMPERATURE
  683. #define MSG_TEMPERATURE _UxGT("Temperature")
  684. #endif
  685. #ifndef MSG_MOTION
  686. #define MSG_MOTION _UxGT("Motion")
  687. #endif
  688. #ifndef MSG_FILAMENT
  689. #define MSG_FILAMENT _UxGT("Filament")
  690. #endif
  691. #ifndef MSG_VOLUMETRIC_ENABLED
  692. #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm") MSG_CUBED
  693. #endif
  694. #ifndef MSG_FILAMENT_DIAM
  695. #define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
  696. #endif
  697. #ifndef MSG_FILAMENT_UNLOAD
  698. #define MSG_FILAMENT_UNLOAD _UxGT("Unload mm")
  699. #endif
  700. #ifndef MSG_FILAMENT_LOAD
  701. #define MSG_FILAMENT_LOAD _UxGT("Load mm")
  702. #endif
  703. #ifndef MSG_ADVANCE_K
  704. #define MSG_ADVANCE_K _UxGT("Advance K")
  705. #endif
  706. #ifndef MSG_CONTRAST
  707. #define MSG_CONTRAST _UxGT("LCD contrast")
  708. #endif
  709. #ifndef MSG_STORE_EEPROM
  710. #define MSG_STORE_EEPROM _UxGT("Store settings")
  711. #endif
  712. #ifndef MSG_LOAD_EEPROM
  713. #define MSG_LOAD_EEPROM _UxGT("Load settings")
  714. #endif
  715. #ifndef MSG_RESTORE_FAILSAFE
  716. #define MSG_RESTORE_FAILSAFE _UxGT("Restore failsafe")
  717. #endif
  718. #ifndef MSG_INIT_EEPROM
  719. #define MSG_INIT_EEPROM _UxGT("Initialize EEPROM")
  720. #endif
  721. #ifndef MSG_SD_UPDATE
  722. #define MSG_SD_UPDATE _UxGT("SD Update")
  723. #endif
  724. #ifndef MSG_RESET_PRINTER
  725. #define MSG_RESET_PRINTER _UxGT("Reset Printer")
  726. #endif
  727. #ifndef MSG_REFRESH
  728. #define MSG_REFRESH _UxGT("Refresh")
  729. #endif
  730. #ifndef MSG_WATCH
  731. #define MSG_WATCH _UxGT("Info screen")
  732. #endif
  733. #ifndef MSG_PREPARE
  734. #define MSG_PREPARE _UxGT("Prepare")
  735. #endif
  736. #ifndef MSG_TUNE
  737. #define MSG_TUNE _UxGT("Tune")
  738. #endif
  739. #ifndef MSG_PAUSE_PRINT
  740. #define MSG_PAUSE_PRINT _UxGT("Pause print")
  741. #endif
  742. #ifndef MSG_RESUME_PRINT
  743. #define MSG_RESUME_PRINT _UxGT("Resume print")
  744. #endif
  745. #ifndef MSG_STOP_PRINT
  746. #define MSG_STOP_PRINT _UxGT("Stop print")
  747. #endif
  748. #ifndef MSG_OUTAGE_RECOVERY
  749. #define MSG_OUTAGE_RECOVERY _UxGT("Outage Recovery")
  750. #endif
  751. #ifndef MSG_CARD_MENU
  752. #define MSG_CARD_MENU _UxGT("Print from SD")
  753. #endif
  754. #ifndef MSG_NO_CARD
  755. #define MSG_NO_CARD _UxGT("No SD card")
  756. #endif
  757. #ifndef MSG_DWELL
  758. #define MSG_DWELL _UxGT("Sleep...")
  759. #endif
  760. #ifndef MSG_USERWAIT
  761. #define MSG_USERWAIT _UxGT("Click to resume...")
  762. #endif
  763. #ifndef MSG_PRINT_PAUSED
  764. #define MSG_PRINT_PAUSED _UxGT("Print paused")
  765. #endif
  766. #ifndef MSG_PRINTING
  767. #define MSG_PRINTING _UxGT("Printing...")
  768. #endif
  769. #ifndef MSG_PRINT_ABORTED
  770. #define MSG_PRINT_ABORTED _UxGT("Print aborted")
  771. #endif
  772. #ifndef MSG_NO_MOVE
  773. #define MSG_NO_MOVE _UxGT("No move.")
  774. #endif
  775. #ifndef MSG_KILLED
  776. #define MSG_KILLED _UxGT("KILLED. ")
  777. #endif
  778. #ifndef MSG_STOPPED
  779. #define MSG_STOPPED _UxGT("STOPPED. ")
  780. #endif
  781. #ifndef MSG_CONTROL_RETRACT
  782. #define MSG_CONTROL_RETRACT _UxGT("Retract mm")
  783. #endif
  784. #ifndef MSG_CONTROL_RETRACT_SWAP
  785. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Re.mm")
  786. #endif
  787. #ifndef MSG_CONTROL_RETRACTF
  788. #define MSG_CONTROL_RETRACTF _UxGT("Retract V")
  789. #endif
  790. #ifndef MSG_CONTROL_RETRACT_ZHOP
  791. #define MSG_CONTROL_RETRACT_ZHOP _UxGT("Hop mm")
  792. #endif
  793. #ifndef MSG_CONTROL_RETRACT_RECOVER
  794. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  795. #endif
  796. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
  797. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("S UnRet mm")
  798. #endif
  799. #ifndef MSG_CONTROL_RETRACT_RECOVERF
  800. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  801. #endif
  802. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAPF
  803. #define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
  804. #endif
  805. #ifndef MSG_AUTORETRACT
  806. #define MSG_AUTORETRACT _UxGT("AutoRetr.")
  807. #endif
  808. #ifndef MSG_FILAMENT_SWAP_LENGTH
  809. #define MSG_FILAMENT_SWAP_LENGTH _UxGT("Retract Distance")
  810. #endif
  811. #ifndef MSG_TOOL_CHANGE
  812. #define MSG_TOOL_CHANGE _UxGT("Tool Change")
  813. #endif
  814. #ifndef MSG_TOOL_CHANGE_ZLIFT
  815. #define MSG_TOOL_CHANGE_ZLIFT _UxGT("Z Raise")
  816. #endif
  817. #ifndef MSG_SINGLENOZZLE_PRIME_SPD
  818. #define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime Speed")
  819. #endif
  820. #ifndef MSG_SINGLENOZZLE_RETRACT_SPD
  821. #define MSG_SINGLENOZZLE_RETRACT_SPD _UxGT("Retract Speed")
  822. #endif
  823. #ifndef MSG_NOZZLE_STANDBY
  824. #define MSG_NOZZLE_STANDBY _UxGT("Nozzle Standby")
  825. #endif
  826. #ifndef MSG_FILAMENTCHANGE
  827. #define MSG_FILAMENTCHANGE _UxGT("Change filament")
  828. #endif
  829. #ifndef MSG_FILAMENTLOAD
  830. #define MSG_FILAMENTLOAD _UxGT("Load filament")
  831. #endif
  832. #ifndef MSG_FILAMENTUNLOAD
  833. #define MSG_FILAMENTUNLOAD _UxGT("Unload filament")
  834. #endif
  835. #ifndef MSG_FILAMENTUNLOAD_ALL
  836. #define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All")
  837. #endif
  838. #ifndef MSG_INIT_SDCARD
  839. #define MSG_INIT_SDCARD _UxGT("Init. SD card")
  840. #endif
  841. #ifndef MSG_CHANGE_SDCARD
  842. #define MSG_CHANGE_SDCARD _UxGT("Change SD card")
  843. #endif
  844. #ifndef MSG_ZPROBE_OUT
  845. #define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
  846. #endif
  847. #ifndef MSG_SKEW_FACTOR
  848. #define MSG_SKEW_FACTOR _UxGT("Skew Factor")
  849. #endif
  850. #ifndef MSG_BLTOUCH
  851. #define MSG_BLTOUCH _UxGT("BLTouch")
  852. #endif
  853. #ifndef MSG_BLTOUCH_SELFTEST
  854. #define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Self-Test")
  855. #endif
  856. #ifndef MSG_BLTOUCH_RESET
  857. #define MSG_BLTOUCH_RESET _UxGT("Reset BLTouch")
  858. #endif
  859. #ifndef MSG_BLTOUCH_DEPLOY
  860. #define MSG_BLTOUCH_DEPLOY _UxGT("Deploy BLTouch")
  861. #endif
  862. #ifndef MSG_BLTOUCH_SW_MODE
  863. #define MSG_BLTOUCH_SW_MODE _UxGT("SW Deploy BLTouch")
  864. #endif
  865. #ifndef MSG_BLTOUCH_5V_MODE
  866. #define MSG_BLTOUCH_5V_MODE _UxGT("BLTouch 5V Mode")
  867. #endif
  868. #ifndef MSG_BLTOUCH_OD_MODE
  869. #define MSG_BLTOUCH_OD_MODE _UxGT("BLTouch OD Mode")
  870. #endif
  871. #ifndef MSG_BLTOUCH_STOW
  872. #define MSG_BLTOUCH_STOW _UxGT("Stow BLTouch")
  873. #endif
  874. #ifndef MSG_MANUAL_DEPLOY
  875. #define MSG_MANUAL_DEPLOY _UxGT("Deploy Z-Probe")
  876. #endif
  877. #ifndef MSG_MANUAL_STOW
  878. #define MSG_MANUAL_STOW _UxGT("Stow Z-Probe")
  879. #endif
  880. #ifndef MSG_HOME
  881. #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  882. #endif
  883. #ifndef MSG_FIRST
  884. #define MSG_FIRST _UxGT("first")
  885. #endif
  886. #ifndef MSG_ZPROBE_ZOFFSET
  887. #define MSG_ZPROBE_ZOFFSET _UxGT("Probe Z Offset")
  888. #endif
  889. #ifndef MSG_BABYSTEP_X
  890. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  891. #endif
  892. #ifndef MSG_BABYSTEP_Y
  893. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  894. #endif
  895. #ifndef MSG_BABYSTEP_Z
  896. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  897. #endif
  898. #ifndef MSG_ENDSTOP_ABORT
  899. #define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
  900. #endif
  901. #ifndef MSG_HEATING_FAILED_LCD
  902. #define MSG_HEATING_FAILED_LCD _UxGT("Heating failed")
  903. #endif
  904. #ifndef MSG_HEATING_FAILED_LCD_BED
  905. #define MSG_HEATING_FAILED_LCD_BED _UxGT("Bed heating failed")
  906. #endif
  907. #ifndef MSG_ERR_REDUNDANT_TEMP
  908. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: REDUNDANT TEMP")
  909. #endif
  910. #ifndef MSG_THERMAL_RUNAWAY
  911. #define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
  912. #endif
  913. #ifndef MSG_THERMAL_RUNAWAY_BED
  914. #define MSG_THERMAL_RUNAWAY_BED _UxGT("BED THERMAL RUNAWAY")
  915. #endif
  916. #ifndef MSG_ERR_MAXTEMP
  917. #define MSG_ERR_MAXTEMP _UxGT("Err: MAXTEMP")
  918. #endif
  919. #ifndef MSG_ERR_MINTEMP
  920. #define MSG_ERR_MINTEMP _UxGT("Err: MINTEMP")
  921. #endif
  922. #ifndef MSG_ERR_MAXTEMP_BED
  923. #define MSG_ERR_MAXTEMP_BED _UxGT("Err: MAXTEMP BED")
  924. #endif
  925. #ifndef MSG_ERR_MINTEMP_BED
  926. #define MSG_ERR_MINTEMP_BED _UxGT("Err: MINTEMP BED")
  927. #endif
  928. #ifndef MSG_ERR_MAXTEMP_CHAMBER
  929. #define MSG_ERR_MAXTEMP_CHAMBER _UxGT("Err: MAXTEMP CHAMBER")
  930. #endif
  931. #ifndef MSG_ERR_MINTEMP_CHAMBER
  932. #define MSG_ERR_MINTEMP_CHAMBER _UxGT("Err: MINTEMP CHAMBER")
  933. #endif
  934. #ifndef MSG_ERR_Z_HOMING
  935. #define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
  936. #endif
  937. #ifndef MSG_HALTED
  938. #define MSG_HALTED _UxGT("PRINTER HALTED")
  939. #endif
  940. #ifndef MSG_PLEASE_RESET
  941. #define MSG_PLEASE_RESET _UxGT("Please reset")
  942. #endif
  943. #ifndef MSG_SHORT_DAY
  944. #define MSG_SHORT_DAY _UxGT("d") // One character only
  945. #endif
  946. #ifndef MSG_SHORT_HOUR
  947. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  948. #endif
  949. #ifndef MSG_SHORT_MINUTE
  950. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  951. #endif
  952. #ifndef MSG_HEATING
  953. #define MSG_HEATING _UxGT("Heating...")
  954. #endif
  955. #ifndef MSG_COOLING
  956. #define MSG_COOLING _UxGT("Cooling...")
  957. #endif
  958. #ifndef MSG_BED_HEATING
  959. #define MSG_BED_HEATING _UxGT("Bed heating...")
  960. #endif
  961. #ifndef MSG_BED_COOLING
  962. #define MSG_BED_COOLING _UxGT("Bed cooling...")
  963. #endif
  964. #ifndef MSG_DELTA_CALIBRATE
  965. #define MSG_DELTA_CALIBRATE _UxGT("Delta Calibration")
  966. #endif
  967. #ifndef MSG_DELTA_CALIBRATE_X
  968. #define MSG_DELTA_CALIBRATE_X _UxGT("Calibrate X")
  969. #endif
  970. #ifndef MSG_DELTA_CALIBRATE_Y
  971. #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrate Y")
  972. #endif
  973. #ifndef MSG_DELTA_CALIBRATE_Z
  974. #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrate Z")
  975. #endif
  976. #ifndef MSG_DELTA_CALIBRATE_CENTER
  977. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrate Center")
  978. #endif
  979. #ifndef MSG_DELTA_SETTINGS
  980. #define MSG_DELTA_SETTINGS _UxGT("Delta Settings")
  981. #endif
  982. #ifndef MSG_DELTA_AUTO_CALIBRATE
  983. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibration")
  984. #endif
  985. #ifndef MSG_DELTA_HEIGHT_CALIBRATE
  986. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Set Delta Height")
  987. #endif
  988. #ifndef MSG_DELTA_Z_OFFSET_CALIBRATE
  989. #define MSG_DELTA_Z_OFFSET_CALIBRATE _UxGT("Probe Z-offset")
  990. #endif
  991. #ifndef MSG_DELTA_DIAG_ROD
  992. #define MSG_DELTA_DIAG_ROD _UxGT("Diag Rod")
  993. #endif
  994. #ifndef MSG_DELTA_HEIGHT
  995. #define MSG_DELTA_HEIGHT _UxGT("Height")
  996. #endif
  997. #ifndef MSG_DELTA_RADIUS
  998. #define MSG_DELTA_RADIUS _UxGT("Radius")
  999. #endif
  1000. #ifndef MSG_INFO_MENU
  1001. #define MSG_INFO_MENU _UxGT("About Printer")
  1002. #endif
  1003. #ifndef MSG_INFO_PRINTER_MENU
  1004. #define MSG_INFO_PRINTER_MENU _UxGT("Printer Info")
  1005. #endif
  1006. #ifndef MSG_3POINT_LEVELING
  1007. #define MSG_3POINT_LEVELING _UxGT("3-Point Leveling")
  1008. #endif
  1009. #ifndef MSG_LINEAR_LEVELING
  1010. #define MSG_LINEAR_LEVELING _UxGT("Linear Leveling")
  1011. #endif
  1012. #ifndef MSG_BILINEAR_LEVELING
  1013. #define MSG_BILINEAR_LEVELING _UxGT("Bilinear Leveling")
  1014. #endif
  1015. #ifndef MSG_UBL_LEVELING
  1016. #define MSG_UBL_LEVELING _UxGT("Unified Bed Leveling")
  1017. #endif
  1018. #ifndef MSG_MESH_LEVELING
  1019. #define MSG_MESH_LEVELING _UxGT("Mesh Leveling")
  1020. #endif
  1021. #ifndef MSG_INFO_STATS_MENU
  1022. #define MSG_INFO_STATS_MENU _UxGT("Printer Stats")
  1023. #endif
  1024. #ifndef MSG_INFO_BOARD_MENU
  1025. #define MSG_INFO_BOARD_MENU _UxGT("Board Info")
  1026. #endif
  1027. #ifndef MSG_INFO_THERMISTOR_MENU
  1028. #define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
  1029. #endif
  1030. #ifndef MSG_INFO_EXTRUDERS
  1031. #define MSG_INFO_EXTRUDERS _UxGT("Extruders")
  1032. #endif
  1033. #ifndef MSG_INFO_BAUDRATE
  1034. #define MSG_INFO_BAUDRATE _UxGT("Baud")
  1035. #endif
  1036. #ifndef MSG_INFO_PROTOCOL
  1037. #define MSG_INFO_PROTOCOL _UxGT("Protocol")
  1038. #endif
  1039. #ifndef MSG_CASE_LIGHT
  1040. #define MSG_CASE_LIGHT _UxGT("Case light")
  1041. #endif
  1042. #ifndef MSG_CASE_LIGHT_BRIGHTNESS
  1043. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light Brightness")
  1044. #endif
  1045. #if LCD_WIDTH >= 20
  1046. #ifndef MSG_INFO_PRINT_COUNT
  1047. #define MSG_INFO_PRINT_COUNT _UxGT("Print Count")
  1048. #endif
  1049. #ifndef MSG_INFO_COMPLETED_PRINTS
  1050. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
  1051. #endif
  1052. #ifndef MSG_INFO_PRINT_TIME
  1053. #define MSG_INFO_PRINT_TIME _UxGT("Total print time")
  1054. #endif
  1055. #ifndef MSG_INFO_PRINT_LONGEST
  1056. #define MSG_INFO_PRINT_LONGEST _UxGT("Longest job time")
  1057. #endif
  1058. #ifndef MSG_INFO_PRINT_FILAMENT
  1059. #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded total")
  1060. #endif
  1061. #else
  1062. #ifndef MSG_INFO_PRINT_COUNT
  1063. #define MSG_INFO_PRINT_COUNT _UxGT("Prints")
  1064. #endif
  1065. #ifndef MSG_INFO_COMPLETED_PRINTS
  1066. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed")
  1067. #endif
  1068. #ifndef MSG_INFO_PRINT_TIME
  1069. #define MSG_INFO_PRINT_TIME _UxGT("Total")
  1070. #endif
  1071. #ifndef MSG_INFO_PRINT_LONGEST
  1072. #define MSG_INFO_PRINT_LONGEST _UxGT("Longest")
  1073. #endif
  1074. #ifndef MSG_INFO_PRINT_FILAMENT
  1075. #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded")
  1076. #endif
  1077. #endif
  1078. #ifndef MSG_INFO_MIN_TEMP
  1079. #define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
  1080. #endif
  1081. #ifndef MSG_INFO_MAX_TEMP
  1082. #define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
  1083. #endif
  1084. #ifndef MSG_INFO_PSU
  1085. #define MSG_INFO_PSU _UxGT("PSU")
  1086. #endif
  1087. #ifndef MSG_DRIVE_STRENGTH
  1088. #define MSG_DRIVE_STRENGTH _UxGT("Drive Strength")
  1089. #endif
  1090. #ifndef MSG_DAC_PERCENT
  1091. #define MSG_DAC_PERCENT _UxGT("Driver %")
  1092. #endif
  1093. #ifndef MSG_DAC_EEPROM_WRITE
  1094. #define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write")
  1095. #endif
  1096. #ifndef MSG_FILAMENT_CHANGE_HEADER_PAUSE
  1097. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("PRINT PAUSED")
  1098. #endif
  1099. #ifndef MSG_FILAMENT_CHANGE_HEADER_LOAD
  1100. #define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("LOAD FILAMENT")
  1101. #endif
  1102. #ifndef MSG_FILAMENT_CHANGE_HEADER_UNLOAD
  1103. #define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("UNLOAD FILAMENT")
  1104. #endif
  1105. #ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER
  1106. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("RESUME OPTIONS:")
  1107. #endif
  1108. #ifndef MSG_FILAMENT_CHANGE_OPTION_PURGE
  1109. #define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more")
  1110. #endif
  1111. #ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
  1112. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continue")
  1113. #endif
  1114. #ifndef MSG_FILAMENT_CHANGE_NOZZLE
  1115. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
  1116. #endif
  1117. #ifndef MSG_RUNOUT_SENSOR
  1118. #define MSG_RUNOUT_SENSOR _UxGT("Runout Sensor")
  1119. #endif
  1120. #ifndef MSG_ERR_HOMING_FAILED
  1121. #define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
  1122. #endif
  1123. #ifndef MSG_ERR_PROBING_FAILED
  1124. #define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
  1125. #endif
  1126. #ifndef MSG_M600_TOO_COLD
  1127. #define MSG_M600_TOO_COLD _UxGT("M600: Too cold")
  1128. #endif
  1129. #ifndef MSG_MMU2_FILAMENT_CHANGE_HEADER
  1130. #define MSG_MMU2_FILAMENT_CHANGE_HEADER _UxGT("FILAMENT CHANGE")
  1131. #endif
  1132. #ifndef MSG_MMU2_CHOOSE_FILAMENT_HEADER
  1133. #define MSG_MMU2_CHOOSE_FILAMENT_HEADER _UxGT("CHOOSE FILAMENT")
  1134. #endif
  1135. #ifndef MSG_MMU2_MENU
  1136. #define MSG_MMU2_MENU _UxGT("MMU")
  1137. #endif
  1138. #ifndef MSG_MMU2_WRONG_FIRMWARE
  1139. #define MSG_MMU2_WRONG_FIRMWARE _UxGT("Update MMU firmware!")
  1140. #endif
  1141. #ifndef MSG_MMU2_NOT_RESPONDING
  1142. #define MSG_MMU2_NOT_RESPONDING _UxGT("MMU needs attention.")
  1143. #endif
  1144. #ifndef MSG_MMU2_RESUME
  1145. #define MSG_MMU2_RESUME _UxGT("Resume print")
  1146. #endif
  1147. #ifndef MSG_MMU2_RESUMING
  1148. #define MSG_MMU2_RESUMING _UxGT("Resuming...")
  1149. #endif
  1150. #ifndef MSG_MMU2_LOAD_FILAMENT
  1151. #define MSG_MMU2_LOAD_FILAMENT _UxGT("Load filament")
  1152. #endif
  1153. #ifndef MSG_MMU2_LOAD_ALL
  1154. #define MSG_MMU2_LOAD_ALL _UxGT("Load all")
  1155. #endif
  1156. #ifndef MSG_MMU2_LOAD_TO_NOZZLE
  1157. #define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Load to nozzle")
  1158. #endif
  1159. #ifndef MSG_MMU2_EJECT_FILAMENT
  1160. #define MSG_MMU2_EJECT_FILAMENT _UxGT("Eject filament")
  1161. #endif
  1162. #ifndef MSG_MMU2_EJECT_FILAMENT0
  1163. #define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Eject filament 1")
  1164. #endif
  1165. #ifndef MSG_MMU2_EJECT_FILAMENT1
  1166. #define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Eject filament 2")
  1167. #endif
  1168. #ifndef MSG_MMU2_EJECT_FILAMENT2
  1169. #define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Eject filament 3")
  1170. #endif
  1171. #ifndef MSG_MMU2_EJECT_FILAMENT3
  1172. #define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Eject filament 4")
  1173. #endif
  1174. #ifndef MSG_MMU2_EJECT_FILAMENT4
  1175. #define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Eject filament 5")
  1176. #endif
  1177. #ifndef MSG_MMU2_UNLOAD_FILAMENT
  1178. #define MSG_MMU2_UNLOAD_FILAMENT _UxGT("Unload filament")
  1179. #endif
  1180. #ifndef MSG_MMU2_LOADING_FILAMENT
  1181. #define MSG_MMU2_LOADING_FILAMENT _UxGT("Loading fil. %i...")
  1182. #endif
  1183. #ifndef MSG_MMU2_EJECTING_FILAMENT
  1184. #define MSG_MMU2_EJECTING_FILAMENT _UxGT("Ejecting fil. ...")
  1185. #endif
  1186. #ifndef MSG_MMU2_UNLOADING_FILAMENT
  1187. #define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Unloading fil....")
  1188. #endif
  1189. #ifndef MSG_MMU2_ALL
  1190. #define MSG_MMU2_ALL _UxGT("All")
  1191. #endif
  1192. #ifndef MSG_MMU2_FILAMENT0
  1193. #define MSG_MMU2_FILAMENT0 _UxGT("Filament 1")
  1194. #endif
  1195. #ifndef MSG_MMU2_FILAMENT1
  1196. #define MSG_MMU2_FILAMENT1 _UxGT("Filament 2")
  1197. #endif
  1198. #ifndef MSG_MMU2_FILAMENT2
  1199. #define MSG_MMU2_FILAMENT2 _UxGT("Filament 3")
  1200. #endif
  1201. #ifndef MSG_MMU2_FILAMENT3
  1202. #define MSG_MMU2_FILAMENT3 _UxGT("Filament 4")
  1203. #endif
  1204. #ifndef MSG_MMU2_FILAMENT4
  1205. #define MSG_MMU2_FILAMENT4 _UxGT("Filament 5")
  1206. #endif
  1207. #ifndef MSG_MMU2_RESET
  1208. #define MSG_MMU2_RESET _UxGT("Reset MMU")
  1209. #endif
  1210. #ifndef MSG_MMU2_RESETTING
  1211. #define MSG_MMU2_RESETTING _UxGT("Resetting MMU...")
  1212. #endif
  1213. #ifndef MSG_MMU2_EJECT_RECOVER
  1214. #define MSG_MMU2_EJECT_RECOVER _UxGT("Remove, click")
  1215. #endif
  1216. #ifndef MSG_MIX
  1217. #define MSG_MIX _UxGT("Mix")
  1218. #endif
  1219. #ifndef MSG_MIX_COMPONENT
  1220. #define MSG_MIX_COMPONENT _UxGT("Component")
  1221. #endif
  1222. #ifndef MSG_MIXER
  1223. #define MSG_MIXER _UxGT("Mixer")
  1224. #endif
  1225. #ifndef MSG_GRADIENT
  1226. #define MSG_GRADIENT _UxGT("Gradient")
  1227. #endif
  1228. #ifndef MSG_FULL_GRADIENT
  1229. #define MSG_FULL_GRADIENT _UxGT("Full gradient")
  1230. #endif
  1231. #ifndef MSG_TOGGLE_MIX
  1232. #define MSG_TOGGLE_MIX _UxGT("Toggle mix")
  1233. #endif
  1234. #ifndef MSG_CYCLE_MIX
  1235. #define MSG_CYCLE_MIX _UxGT("Cycle mix")
  1236. #endif
  1237. #ifndef MSG_GRADIENT_MIX
  1238. #define MSG_GRADIENT_MIX _UxGT("Gradient mix")
  1239. #endif
  1240. #ifndef MSG_REVERSE_GRADIENT
  1241. #define MSG_REVERSE_GRADIENT _UxGT("Reverse Gradient")
  1242. #endif
  1243. #ifndef MSG_ACTIVE_VTOOL
  1244. #define MSG_ACTIVE_VTOOL _UxGT("Active V-tool")
  1245. #endif
  1246. #ifndef MSG_START_VTOOL
  1247. #define MSG_START_VTOOL _UxGT("Start V-tool")
  1248. #endif
  1249. #ifndef MSG_END_VTOOL
  1250. #define MSG_END_VTOOL _UxGT(" End V-tool")
  1251. #endif
  1252. #ifndef MSG_GRADIENT_ALIAS
  1253. #define MSG_GRADIENT_ALIAS _UxGT("Alias V-tool")
  1254. #endif
  1255. #ifndef MSG_RESET_VTOOLS
  1256. #define MSG_RESET_VTOOLS _UxGT("Reset V-tools")
  1257. #endif
  1258. #ifndef MSG_COMMIT_VTOOL
  1259. #define MSG_COMMIT_VTOOL _UxGT("Commit V-tool Mix")
  1260. #endif
  1261. #ifndef MSG_VTOOLS_RESET
  1262. #define MSG_VTOOLS_RESET _UxGT("V-tools were reset")
  1263. #endif
  1264. #ifndef MSG_START_Z
  1265. #define MSG_START_Z _UxGT("Start Z")
  1266. #endif
  1267. #ifndef MSG_END_Z
  1268. #define MSG_END_Z _UxGT(" End Z")
  1269. #endif
  1270. //
  1271. // Filament Change screens show up to 3 lines on a 4-line display
  1272. // ...or up to 2 lines on a 3-line display
  1273. //
  1274. #if LCD_HEIGHT >= 4
  1275. #ifndef MSG_ADVANCED_PAUSE_WAITING_1
  1276. #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Press button")
  1277. #define MSG_ADVANCED_PAUSE_WAITING_2 _UxGT("to resume print")
  1278. #endif
  1279. #ifndef MSG_PAUSE_PRINT_INIT_1
  1280. #define MSG_PAUSE_PRINT_INIT_1 _UxGT("Parking...")
  1281. #endif
  1282. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1283. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wait for")
  1284. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("filament change")
  1285. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("to start")
  1286. #endif
  1287. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1288. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert filament")
  1289. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("and press button")
  1290. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("to continue")
  1291. #endif
  1292. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1293. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Press button")
  1294. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("to heat nozzle")
  1295. #endif
  1296. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1297. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Nozzle heating")
  1298. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Please wait...")
  1299. #endif
  1300. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1301. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wait for")
  1302. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filament unload")
  1303. #endif
  1304. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1305. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wait for")
  1306. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load")
  1307. #endif
  1308. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1309. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Wait for")
  1310. #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("filament purge")
  1311. #endif
  1312. #ifndef MSG_FILAMENT_CHANGE_CONT_PURGE_1
  1313. #define MSG_FILAMENT_CHANGE_CONT_PURGE_1 _UxGT("Click to finish")
  1314. #define MSG_FILAMENT_CHANGE_CONT_PURGE_2 _UxGT("filament purge")
  1315. #endif
  1316. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1317. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print")
  1318. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("to resume...")
  1319. #endif
  1320. #else // LCD_HEIGHT < 4
  1321. #ifndef MSG_ADVANCED_PAUSE_WAITING_1
  1322. #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Click to continue")
  1323. #endif
  1324. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1325. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...")
  1326. #endif
  1327. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1328. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
  1329. #endif
  1330. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1331. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
  1332. #endif
  1333. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1334. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
  1335. #endif
  1336. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1337. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejecting...")
  1338. #endif
  1339. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1340. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...")
  1341. #endif
  1342. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1343. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Purging...")
  1344. #endif
  1345. #ifndef MSG_FILAMENT_CHANGE_CONT_PURGE_1
  1346. #define MSG_FILAMENT_CHANGE_CONT_PURGE_1 _UxGT("Click to finish")
  1347. #endif
  1348. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1349. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...")
  1350. #endif
  1351. #endif // LCD_HEIGHT < 4
  1352. #ifndef MSG_TMC_DRIVERS
  1353. #define MSG_TMC_DRIVERS _UxGT("TMC drivers")
  1354. #endif
  1355. #ifndef MSG_TMC_CURRENT
  1356. #define MSG_TMC_CURRENT _UxGT("Driver current")
  1357. #endif
  1358. #ifndef MSG_TMC_HYBRID_THRS
  1359. #define MSG_TMC_HYBRID_THRS _UxGT("Hybrid threshold")
  1360. #endif
  1361. #ifndef MSG_TMC_HOMING_THRS
  1362. #define MSG_TMC_HOMING_THRS _UxGT("Sensorless homing")
  1363. #endif
  1364. #ifndef MSG_TMC_STEPPING_MODE
  1365. #define MSG_TMC_STEPPING_MODE _UxGT("Stepping mode")
  1366. #endif
  1367. #ifndef MSG_TMC_STEALTH_ENABLED
  1368. #define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop enabled")
  1369. #endif
  1370. #ifndef MSG_SERVICE_RESET
  1371. #define MSG_SERVICE_RESET _UxGT("Reset")
  1372. #endif
  1373. #ifndef MSG_SERVICE_IN
  1374. #define MSG_SERVICE_IN _UxGT(" in:")
  1375. #endif