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 31KB

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