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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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 https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_EN_H
  30. #define LANGUAGE_EN_H
  31. #if DISABLED(MAPPER_NON) && DISABLED(MAPPER_C2C3) && DISABLED(MAPPER_D0D1) && DISABLED(MAPPER_D0D1_MOD) && DISABLED(MAPPER_E382E383)
  32. #define MAPPER_NON // For direct ascii codes
  33. #endif
  34. //#define SIMULATE_ROMFONT //Comment in to see what is seen on the character based displays
  35. #if DISABLED(SIMULATE_ROMFONT) && DISABLED(DISPLAY_CHARSET_ISO10646_1) && DISABLED(DISPLAY_CHARSET_ISO10646_5) && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) && DISABLED(DISPLAY_CHARSET_ISO10646_CN)
  36. #define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
  37. #endif
  38. #ifndef WELCOME_MSG
  39. #define WELCOME_MSG MACHINE_NAME " ready."
  40. #endif
  41. #ifndef MSG_SD_INSERTED
  42. #define MSG_SD_INSERTED "Card inserted"
  43. #endif
  44. #ifndef MSG_SD_REMOVED
  45. #define MSG_SD_REMOVED "Card removed"
  46. #endif
  47. #ifndef MSG_MAIN
  48. #define MSG_MAIN "Main"
  49. #endif
  50. #ifndef MSG_AUTOSTART
  51. #define MSG_AUTOSTART "Autostart"
  52. #endif
  53. #ifndef MSG_DISABLE_STEPPERS
  54. #define MSG_DISABLE_STEPPERS "Disable steppers"
  55. #endif
  56. #ifndef MSG_AUTO_HOME
  57. #define MSG_AUTO_HOME "Auto home"
  58. #endif
  59. #ifndef MSG_LEVEL_BED_HOMING
  60. #define MSG_LEVEL_BED_HOMING "Homing XYZ"
  61. #endif
  62. #ifndef MSG_LEVEL_BED_WAITING
  63. #define MSG_LEVEL_BED_WAITING "Click to Begin"
  64. #endif
  65. #ifndef MSG_LEVEL_BED_DONE
  66. #define MSG_LEVEL_BED_DONE "Leveling Done!"
  67. #define MSG_LEVEL_BED_CANCEL "Cancel"
  68. #endif
  69. #ifndef MSG_SET_HOME_OFFSETS
  70. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  71. #endif
  72. #ifndef MSG_HOME_OFFSETS_APPLIED
  73. #define MSG_HOME_OFFSETS_APPLIED "Offsets applied"
  74. #endif
  75. #ifndef MSG_SET_ORIGIN
  76. #define MSG_SET_ORIGIN "Set origin"
  77. #endif
  78. #ifndef MSG_PREHEAT_PLA
  79. #define MSG_PREHEAT_PLA "Preheat PLA"
  80. #endif
  81. #ifndef MSG_PREHEAT_PLA_N
  82. #define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
  83. #endif
  84. #ifndef MSG_PREHEAT_PLA_ALL
  85. #define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA " All"
  86. #endif
  87. #ifndef MSG_PREHEAT_PLA_BEDONLY
  88. #define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA " Bed"
  89. #endif
  90. #ifndef MSG_PREHEAT_PLA_SETTINGS
  91. #define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA " conf"
  92. #endif
  93. #ifndef MSG_PREHEAT_ABS
  94. #define MSG_PREHEAT_ABS "Preheat ABS"
  95. #endif
  96. #ifndef MSG_PREHEAT_ABS_N
  97. #define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
  98. #endif
  99. #ifndef MSG_PREHEAT_ABS_ALL
  100. #define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS " All"
  101. #endif
  102. #ifndef MSG_PREHEAT_ABS_BEDONLY
  103. #define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS " Bed"
  104. #endif
  105. #ifndef MSG_PREHEAT_ABS_SETTINGS
  106. #define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS " conf"
  107. #endif
  108. #ifndef MSG_H1
  109. #define MSG_H1 "1"
  110. #endif
  111. #ifndef MSG_H2
  112. #define MSG_H2 "2"
  113. #endif
  114. #ifndef MSG_H3
  115. #define MSG_H3 "3"
  116. #endif
  117. #ifndef MSG_H4
  118. #define MSG_H4 "4"
  119. #endif
  120. #ifndef MSG_COOLDOWN
  121. #define MSG_COOLDOWN "Cooldown"
  122. #endif
  123. #ifndef MSG_SWITCH_PS_ON
  124. #define MSG_SWITCH_PS_ON "Switch power on"
  125. #endif
  126. #ifndef MSG_SWITCH_PS_OFF
  127. #define MSG_SWITCH_PS_OFF "Switch power off"
  128. #endif
  129. #ifndef MSG_EXTRUDE
  130. #define MSG_EXTRUDE "Extrude"
  131. #endif
  132. #ifndef MSG_RETRACT
  133. #define MSG_RETRACT "Retract"
  134. #endif
  135. #ifndef MSG_MOVE_AXIS
  136. #define MSG_MOVE_AXIS "Move axis"
  137. #endif
  138. #ifndef MSG_LEVEL_BED
  139. #define MSG_LEVEL_BED "Level bed"
  140. #endif
  141. #ifndef MSG_MOVE_X
  142. #define MSG_MOVE_X "Move X"
  143. #endif
  144. #ifndef MSG_MOVE_Y
  145. #define MSG_MOVE_Y "Move Y"
  146. #endif
  147. #ifndef MSG_MOVE_Z
  148. #define MSG_MOVE_Z "Move Z"
  149. #endif
  150. #ifndef MSG_MOVE_E
  151. #define MSG_MOVE_E "Extruder"
  152. #endif
  153. #ifndef MSG_MOVE_E1
  154. #define MSG_MOVE_E1 "1"
  155. #endif
  156. #ifndef MSG_MOVE_E2
  157. #define MSG_MOVE_E2 "2"
  158. #endif
  159. #ifndef MSG_MOVE_E3
  160. #define MSG_MOVE_E3 "3"
  161. #endif
  162. #ifndef MSG_MOVE_E4
  163. #define MSG_MOVE_E4 "4"
  164. #endif
  165. #ifndef MSG_MOVE_01MM
  166. #define MSG_MOVE_01MM "Move 0.1mm"
  167. #endif
  168. #ifndef MSG_MOVE_1MM
  169. #define MSG_MOVE_1MM "Move 1mm"
  170. #endif
  171. #ifndef MSG_MOVE_10MM
  172. #define MSG_MOVE_10MM "Move 10mm"
  173. #endif
  174. #ifndef MSG_SPEED
  175. #define MSG_SPEED "Speed"
  176. #endif
  177. #ifndef MSG_BED_Z
  178. #define MSG_BED_Z "Bed Z"
  179. #endif
  180. #ifndef MSG_NOZZLE
  181. #define MSG_NOZZLE "Nozzle"
  182. #endif
  183. #ifndef MSG_N1
  184. #define MSG_N1 " 1"
  185. #endif
  186. #ifndef MSG_N2
  187. #define MSG_N2 " 2"
  188. #endif
  189. #ifndef MSG_N3
  190. #define MSG_N3 " 3"
  191. #endif
  192. #ifndef MSG_N4
  193. #define MSG_N4 " 4"
  194. #endif
  195. #ifndef MSG_BED
  196. #define MSG_BED "Bed"
  197. #endif
  198. #ifndef MSG_FAN_SPEED
  199. #define MSG_FAN_SPEED "Fan speed"
  200. #endif
  201. #ifndef MSG_FLOW
  202. #define MSG_FLOW "Flow"
  203. #endif
  204. #ifndef MSG_CONTROL
  205. #define MSG_CONTROL "Control"
  206. #endif
  207. #ifndef MSG_MIN
  208. #define MSG_MIN " " LCD_STR_THERMOMETER " Min"
  209. #endif
  210. #ifndef MSG_MAX
  211. #define MSG_MAX " " LCD_STR_THERMOMETER " Max"
  212. #endif
  213. #ifndef MSG_FACTOR
  214. #define MSG_FACTOR " " LCD_STR_THERMOMETER " Fact"
  215. #endif
  216. #ifndef MSG_AUTOTEMP
  217. #define MSG_AUTOTEMP "Autotemp"
  218. #endif
  219. #ifndef MSG_ON
  220. #define MSG_ON "On "
  221. #endif
  222. #ifndef MSG_OFF
  223. #define MSG_OFF "Off"
  224. #endif
  225. #ifndef MSG_PID_P
  226. #define MSG_PID_P "PID-P"
  227. #endif
  228. #ifndef MSG_PID_I
  229. #define MSG_PID_I "PID-I"
  230. #endif
  231. #ifndef MSG_PID_D
  232. #define MSG_PID_D "PID-D"
  233. #endif
  234. #ifndef MSG_PID_C
  235. #define MSG_PID_C "PID-C"
  236. #endif
  237. #ifndef MSG_E1
  238. #define MSG_E1 " E1"
  239. #endif
  240. #ifndef MSG_E2
  241. #define MSG_E2 " E2"
  242. #endif
  243. #ifndef MSG_E3
  244. #define MSG_E3 " E3"
  245. #endif
  246. #ifndef MSG_E4
  247. #define MSG_E4 " E4"
  248. #endif
  249. #ifndef MSG_ACC
  250. #define MSG_ACC "Accel"
  251. #endif
  252. #ifndef MSG_VXY_JERK
  253. #define MSG_VXY_JERK "Vxy-jerk"
  254. #endif
  255. #ifndef MSG_VZ_JERK
  256. #define MSG_VZ_JERK "Vz-jerk"
  257. #endif
  258. #ifndef MSG_VE_JERK
  259. #define MSG_VE_JERK "Ve-jerk"
  260. #endif
  261. #ifndef MSG_VMAX
  262. #define MSG_VMAX "Vmax "
  263. #endif
  264. #ifndef MSG_X
  265. #define MSG_X "x"
  266. #endif
  267. #ifndef MSG_Y
  268. #define MSG_Y "y"
  269. #endif
  270. #ifndef MSG_Z
  271. #define MSG_Z "z"
  272. #endif
  273. #ifndef MSG_E
  274. #define MSG_E "e"
  275. #endif
  276. #ifndef MSG_VMIN
  277. #define MSG_VMIN "Vmin"
  278. #endif
  279. #ifndef MSG_VTRAV_MIN
  280. #define MSG_VTRAV_MIN "VTrav min"
  281. #endif
  282. #ifndef MSG_AMAX
  283. #define MSG_AMAX "Amax "
  284. #endif
  285. #ifndef MSG_A_RETRACT
  286. #define MSG_A_RETRACT "A-retract"
  287. #endif
  288. #ifndef MSG_A_TRAVEL
  289. #define MSG_A_TRAVEL "A-travel"
  290. #endif
  291. #ifndef MSG_XSTEPS
  292. #define MSG_XSTEPS "Xsteps/mm"
  293. #endif
  294. #ifndef MSG_YSTEPS
  295. #define MSG_YSTEPS "Ysteps/mm"
  296. #endif
  297. #ifndef MSG_ZSTEPS
  298. #define MSG_ZSTEPS "Zsteps/mm"
  299. #endif
  300. #ifndef MSG_ESTEPS
  301. #define MSG_ESTEPS "Esteps/mm"
  302. #endif
  303. #ifndef MSG_TEMPERATURE
  304. #define MSG_TEMPERATURE "Temperature"
  305. #endif
  306. #ifndef MSG_MOTION
  307. #define MSG_MOTION "Motion"
  308. #endif
  309. #ifndef MSG_VOLUMETRIC
  310. #define MSG_VOLUMETRIC "Filament"
  311. #endif
  312. #ifndef MSG_VOLUMETRIC_ENABLED
  313. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  314. #endif
  315. #ifndef MSG_FILAMENT_DIAM
  316. #define MSG_FILAMENT_DIAM "Fil. Dia."
  317. #endif
  318. #ifndef MSG_DIAM_E1
  319. #define MSG_DIAM_E1 " 1"
  320. #endif
  321. #ifndef MSG_DIAM_E2
  322. #define MSG_DIAM_E2 " 2"
  323. #endif
  324. #ifndef MSG_DIAM_E3
  325. #define MSG_DIAM_E3 " 3"
  326. #endif
  327. #ifndef MSG_DIAM_E4
  328. #define MSG_DIAM_E4 " 4"
  329. #endif
  330. #ifndef MSG_CONTRAST
  331. #define MSG_CONTRAST "LCD contrast"
  332. #endif
  333. #ifndef MSG_STORE_EPROM
  334. #define MSG_STORE_EPROM "Store memory"
  335. #endif
  336. #ifndef MSG_LOAD_EPROM
  337. #define MSG_LOAD_EPROM "Load memory"
  338. #endif
  339. #ifndef MSG_RESTORE_FAILSAFE
  340. #define MSG_RESTORE_FAILSAFE "Restore failsafe"
  341. #endif
  342. #ifndef MSG_REFRESH
  343. #define MSG_REFRESH "Refresh"
  344. #endif
  345. #ifndef MSG_WATCH
  346. #define MSG_WATCH "Info screen"
  347. #endif
  348. #ifndef MSG_PREPARE
  349. #define MSG_PREPARE "Prepare"
  350. #endif
  351. #ifndef MSG_TUNE
  352. #define MSG_TUNE "Tune"
  353. #endif
  354. #ifndef MSG_PAUSE_PRINT
  355. #define MSG_PAUSE_PRINT "Pause print"
  356. #endif
  357. #ifndef MSG_RESUME_PRINT
  358. #define MSG_RESUME_PRINT "Resume print"
  359. #endif
  360. #ifndef MSG_STOP_PRINT
  361. #define MSG_STOP_PRINT "Stop print"
  362. #endif
  363. #ifndef MSG_CARD_MENU
  364. #define MSG_CARD_MENU "Print from SD"
  365. #endif
  366. #ifndef MSG_NO_CARD
  367. #define MSG_NO_CARD "No SD card"
  368. #endif
  369. #ifndef MSG_DWELL
  370. #define MSG_DWELL "Sleep..."
  371. #endif
  372. #ifndef MSG_USERWAIT
  373. #define MSG_USERWAIT "Wait for user..."
  374. #endif
  375. #ifndef MSG_RESUMING
  376. #define MSG_RESUMING "Resuming print"
  377. #endif
  378. #ifndef MSG_PRINT_ABORTED
  379. #define MSG_PRINT_ABORTED "Print aborted"
  380. #endif
  381. #ifndef MSG_NO_MOVE
  382. #define MSG_NO_MOVE "No move."
  383. #endif
  384. #ifndef MSG_KILLED
  385. #define MSG_KILLED "KILLED. "
  386. #endif
  387. #ifndef MSG_STOPPED
  388. #define MSG_STOPPED "STOPPED. "
  389. #endif
  390. #ifndef MSG_CONTROL_RETRACT
  391. #define MSG_CONTROL_RETRACT "Retract mm"
  392. #endif
  393. #ifndef MSG_CONTROL_RETRACT_SWAP
  394. #define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
  395. #endif
  396. #ifndef MSG_CONTROL_RETRACTF
  397. #define MSG_CONTROL_RETRACTF "Retract V"
  398. #endif
  399. #ifndef MSG_CONTROL_RETRACT_ZLIFT
  400. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  401. #endif
  402. #ifndef MSG_CONTROL_RETRACT_RECOVER
  403. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  404. #endif
  405. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
  406. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  407. #endif
  408. #ifndef MSG_CONTROL_RETRACT_RECOVERF
  409. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  410. #endif
  411. #ifndef MSG_AUTORETRACT
  412. #define MSG_AUTORETRACT "AutoRetr."
  413. #endif
  414. #ifndef MSG_FILAMENTCHANGE
  415. #define MSG_FILAMENTCHANGE "Change filament"
  416. #endif
  417. #ifndef MSG_INIT_SDCARD
  418. #define MSG_INIT_SDCARD "Init. SD card"
  419. #endif
  420. #ifndef MSG_CNG_SDCARD
  421. #define MSG_CNG_SDCARD "Change SD card"
  422. #endif
  423. #ifndef MSG_ZPROBE_OUT
  424. #define MSG_ZPROBE_OUT "Z probe out. bed"
  425. #endif
  426. #ifndef MSG_YX_UNHOMED
  427. #define MSG_YX_UNHOMED "Home X/Y before Z"
  428. #endif
  429. #ifndef MSG_ZPROBE_ZOFFSET
  430. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  431. #endif
  432. #ifndef MSG_BABYSTEP_X
  433. #define MSG_BABYSTEP_X "Babystep X"
  434. #endif
  435. #ifndef MSG_BABYSTEP_Y
  436. #define MSG_BABYSTEP_Y "Babystep Y"
  437. #endif
  438. #ifndef MSG_BABYSTEP_Z
  439. #define MSG_BABYSTEP_Z "Babystep Z"
  440. #endif
  441. #ifndef MSG_ENDSTOP_ABORT
  442. #define MSG_ENDSTOP_ABORT "Endstop abort"
  443. #endif
  444. #ifndef MSG_HEATING_FAILED_LCD
  445. #define MSG_HEATING_FAILED_LCD "Heating failed"
  446. #endif
  447. #ifndef MSG_ERR_REDUNDANT_TEMP
  448. #define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP ERROR"
  449. #endif
  450. #ifndef MSG_THERMAL_RUNAWAY
  451. #define MSG_THERMAL_RUNAWAY "THERMAL RUNAWAY"
  452. #endif
  453. #ifndef MSG_ERR_MAXTEMP
  454. #define MSG_ERR_MAXTEMP "Err: MAXTEMP"
  455. #endif
  456. #ifndef MSG_ERR_MINTEMP
  457. #define MSG_ERR_MINTEMP "Err: MINTEMP"
  458. #endif
  459. #ifndef MSG_ERR_MAXTEMP_BED
  460. #define MSG_ERR_MAXTEMP_BED "Err: MAXTEMP BED"
  461. #endif
  462. #ifndef MSG_ERR_MINTEMP_BED
  463. #define MSG_ERR_MINTEMP_BED "Err: MINTEMP BED"
  464. #endif
  465. #ifndef MSG_END_HOUR
  466. #define MSG_END_HOUR "hours"
  467. #endif
  468. #ifndef MSG_END_MINUTE
  469. #define MSG_END_MINUTE "minutes"
  470. #endif
  471. #ifndef MSG_HEATING
  472. #define MSG_HEATING "Heating..."
  473. #endif
  474. #ifndef MSG_HEATING_COMPLETE
  475. #define MSG_HEATING_COMPLETE "Heating done."
  476. #endif
  477. #ifndef MSG_BED_HEATING
  478. #define MSG_BED_HEATING "Bed Heating."
  479. #endif
  480. #ifndef MSG_BED_DONE
  481. #define MSG_BED_DONE "Bed done."
  482. #endif
  483. #ifndef MSG_DELTA_CALIBRATE
  484. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  485. #endif
  486. #ifndef MSG_DELTA_CALIBRATE_X
  487. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  488. #endif
  489. #ifndef MSG_DELTA_CALIBRATE_Y
  490. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  491. #endif
  492. #ifndef MSG_DELTA_CALIBRATE_Z
  493. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  494. #endif
  495. #ifndef MSG_DELTA_CALIBRATE_CENTER
  496. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  497. #endif
  498. #endif // LANGUAGE_EN_H