language_en.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. /**
  2. * English
  3. *
  4. * LCD Menu Messages
  5. * Please note these are limited to 17 characters!
  6. *
  7. */
  8. #ifndef LANGUAGE_EN_H
  9. #define LANGUAGE_EN_H
  10. #define WELCOME_MSG CUSTOM_MENDEL_NAME " ready."
  11. #define MSG_SD_INSERTED "Card inserted"
  12. #define MSG_SD_REMOVED "Card removed"
  13. #define MSG_MAIN "Main"
  14. #define MSG_AUTOSTART "Autostart"
  15. #define MSG_DISABLE_STEPPERS "Disable steppers"
  16. #define MSG_AUTO_HOME "Auto home"
  17. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  18. #define MSG_SET_ORIGIN "Set origin"
  19. #define MSG_PREHEAT_PLA "Preheat PLA"
  20. #define MSG_PREHEAT_PLA0 "Preheat PLA 1"
  21. #define MSG_PREHEAT_PLA1 "Preheat PLA 2"
  22. #define MSG_PREHEAT_PLA2 "Preheat PLA 3"
  23. #define MSG_PREHEAT_PLA012 "Preheat PLA All"
  24. #define MSG_PREHEAT_PLA_BEDONLY "Preheat PLA Bed"
  25. #define MSG_PREHEAT_PLA_SETTINGS "Preheat PLA conf"
  26. #define MSG_PREHEAT_ABS "Preheat ABS"
  27. #define MSG_PREHEAT_ABS0 "Preheat ABS 1"
  28. #define MSG_PREHEAT_ABS1 "Preheat ABS 2"
  29. #define MSG_PREHEAT_ABS2 "Preheat ABS 3"
  30. #define MSG_PREHEAT_ABS012 "Preheat ABS All"
  31. #define MSG_PREHEAT_ABS_BEDONLY "Preheat ABS Bed"
  32. #define MSG_PREHEAT_ABS_SETTINGS "Preheat ABS conf"
  33. #define MSG_COOLDOWN "Cooldown"
  34. #define MSG_SWITCH_PS_ON "Switch power on"
  35. #define MSG_SWITCH_PS_OFF "Switch power off"
  36. #define MSG_EXTRUDE "Extrude"
  37. #define MSG_RETRACT "Retract"
  38. #define MSG_MOVE_AXIS "Move axis"
  39. #define MSG_MOVE_X "Move X"
  40. #define MSG_MOVE_Y "Move Y"
  41. #define MSG_MOVE_Z "Move Z"
  42. #define MSG_MOVE_E "Extruder"
  43. #define MSG_MOVE_E1 "Extruder2"
  44. #define MSG_MOVE_E2 "Extruder3"
  45. #define MSG_MOVE_01MM "Move 0.1mm"
  46. #define MSG_MOVE_1MM "Move 1mm"
  47. #define MSG_MOVE_10MM "Move 10mm"
  48. #define MSG_SPEED "Speed"
  49. #define MSG_NOZZLE "Nozzle"
  50. #define MSG_NOZZLE1 "Nozzle2"
  51. #define MSG_NOZZLE2 "Nozzle3"
  52. #define MSG_BED "Bed"
  53. #define MSG_FAN_SPEED "Fan speed"
  54. #define MSG_FLOW "Flow"
  55. #define MSG_FLOW0 "Flow 0"
  56. #define MSG_FLOW1 "Flow 1"
  57. #define MSG_FLOW2 "Flow 2"
  58. #define MSG_CONTROL "Control"
  59. #define MSG_MIN " \002 Min"
  60. #define MSG_MAX " \002 Max"
  61. #define MSG_FACTOR " \002 Fact"
  62. #define MSG_AUTOTEMP "Autotemp"
  63. #define MSG_ON "On "
  64. #define MSG_OFF "Off"
  65. #define MSG_PID_P "PID-P"
  66. #define MSG_PID_I "PID-I"
  67. #define MSG_PID_D "PID-D"
  68. #define MSG_PID_C "PID-C"
  69. #define MSG_ACC "Accel"
  70. #define MSG_VXY_JERK "Vxy-jerk"
  71. #define MSG_VZ_JERK "Vz-jerk"
  72. #define MSG_VE_JERK "Ve-jerk"
  73. #define MSG_VMAX "Vmax "
  74. #define MSG_X "x"
  75. #define MSG_Y "y"
  76. #define MSG_Z "z"
  77. #define MSG_E "e"
  78. #define MSG_VMIN "Vmin"
  79. #define MSG_VTRAV_MIN "VTrav min"
  80. #define MSG_AMAX "Amax "
  81. #define MSG_A_RETRACT "A-retract"
  82. #define MSG_XSTEPS "Xsteps/mm"
  83. #define MSG_YSTEPS "Ysteps/mm"
  84. #define MSG_ZSTEPS "Zsteps/mm"
  85. #define MSG_ESTEPS "Esteps/mm"
  86. #define MSG_TEMPERATURE "Temperature"
  87. #define MSG_MOTION "Motion"
  88. #define MSG_VOLUMETRIC "Filament"
  89. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  90. #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
  91. #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
  92. #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
  93. #define MSG_CONTRAST "LCD contrast"
  94. #define MSG_STORE_EPROM "Store memory"
  95. #define MSG_LOAD_EPROM "Load memory"
  96. #define MSG_RESTORE_FAILSAFE "Restore failsafe"
  97. #define MSG_REFRESH "Refresh"
  98. #define MSG_WATCH "Info screen"
  99. #define MSG_PREPARE "Prepare"
  100. #define MSG_TUNE "Tune"
  101. #define MSG_PAUSE_PRINT "Pause print"
  102. #define MSG_RESUME_PRINT "Resume print"
  103. #define MSG_STOP_PRINT "Stop print"
  104. #define MSG_CARD_MENU "Print from SD"
  105. #define MSG_NO_CARD "No SD card"
  106. #define MSG_DWELL "Sleep..."
  107. #define MSG_USERWAIT "Wait for user..."
  108. #define MSG_RESUMING "Resuming print"
  109. #define MSG_PRINT_ABORTED "Print aborted"
  110. #define MSG_NO_MOVE "No move."
  111. #define MSG_KILLED "KILLED. "
  112. #define MSG_STOPPED "STOPPED. "
  113. #define MSG_CONTROL_RETRACT "Retract mm"
  114. #define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
  115. #define MSG_CONTROL_RETRACTF "Retract V"
  116. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  117. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  118. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  119. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  120. #define MSG_AUTORETRACT "AutoRetr."
  121. #define MSG_FILAMENTCHANGE "Change filament"
  122. #define MSG_INIT_SDCARD "Init. SD card"
  123. #define MSG_CNG_SDCARD "Change SD card"
  124. #define MSG_ZPROBE_OUT "Z probe out. bed"
  125. #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
  126. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  127. #define MSG_BABYSTEP_X "Babystep X"
  128. #define MSG_BABYSTEP_Y "Babystep Y"
  129. #define MSG_BABYSTEP_Z "Live adjust Z"
  130. #define MSG_ENDSTOP_ABORT "Endstop abort"
  131. #define MSG_ADJUSTZ "Auto adjust Z ?"
  132. #define MSG_PICK_Z "Pick print"
  133. #define MSG_SETTINGS "Settings"
  134. #define MSG_PREHEAT "Preheat"
  135. #define MSG_UNLOAD_FILAMENT "Unload filament"
  136. #define MSG_LOAD_FILAMENT "Load filament"
  137. #define MSG_RECTRACT "Rectract"
  138. #define MSG_ERROR "ERROR:"
  139. #define MSG_PREHEAT_NOZZLE "Preheat the nozzle!"
  140. #define MSG_SUPPORT "Support"
  141. #define MSG_CORRECTLY "Changed correctly?"
  142. #define MSG_YES "Yes"
  143. #define MSG_NO "No"
  144. #define MSG_NOT_LOADED "Filament not loaded"
  145. #define MSG_NOT_COLOR "Color not clear"
  146. #define MSG_LOADING_FILAMENT "Loading filament"
  147. #define MSG_PLEASE_WAIT "Please wait"
  148. #define MSG_LOADING_COLOR "Loading color"
  149. #define MSG_CHANGE_SUCCESS "Change success!"
  150. #define MSG_PRESS "And press the knob"
  151. #define MSG_INSERT_FILAMENT "Insert filament"
  152. #define MSG_CHANGING_FILAMENT "Changing filament!"
  153. #define MSG_SILENT_MODE_ON "Mode [silent]"
  154. #define MSG_SILENT_MODE_OFF "Mode [high power]"
  155. #define MSG_REBOOT "Reboot the printer"
  156. #define MSG_TAKE_EFFECT " for take effect"
  157. #define MSG_Enqueing "enqueing \""
  158. #define MSG_POWERUP "PowerUp"
  159. #define MSG_EXTERNAL_RESET " External Reset"
  160. #define MSG_BROWNOUT_RESET " Brown out Reset"
  161. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  162. #define MSG_SOFTWARE_RESET " Software Reset"
  163. #define MSG_AUTHOR " | Author: "
  164. #define MSG_CONFIGURATION_VER " Last Updated: "
  165. #define MSG_FREE_MEMORY " Free Memory: "
  166. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  167. #define MSG_OK "ok"
  168. #define MSG_FILE_SAVED "Done saving file."
  169. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line: "
  170. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line: "
  171. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line: "
  172. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line: "
  173. #define MSG_FILE_PRINTED "Done printing file"
  174. #define MSG_BEGIN_FILE_LIST "Begin file list"
  175. #define MSG_END_FILE_LIST "End file list"
  176. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  177. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  178. #define MSG_M200_INVALID_EXTRUDER "M200 Invalid extruder "
  179. #define MSG_M218_INVALID_EXTRUDER "M218 Invalid extruder "
  180. #define MSG_M221_INVALID_EXTRUDER "M221 Invalid extruder "
  181. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
  182. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  183. #define MSG_HEATING "Heating"
  184. #define MSG_HEATING_COMPLETE "Heating done."
  185. #define MSG_BED_HEATING "Bed Heating"
  186. #define MSG_BED_DONE "Bed done"
  187. #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1.0.2; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" CUSTOM_MENDEL_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
  188. #define MSG_COUNT_X " Count X: "
  189. #define MSG_ERR_KILLED "Printer halted. kill() called!"
  190. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
  191. #define MSG_RESEND "Resend: "
  192. #define MSG_UNKNOWN_COMMAND "Unknown command: \""
  193. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  194. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  195. #define MSG_X_MIN "x_min: "
  196. #define MSG_X_MAX "x_max: "
  197. #define MSG_Y_MIN "y_min: "
  198. #define MSG_Y_MAX "y_max: "
  199. #define MSG_Z_MIN "z_min: "
  200. #define MSG_Z_MAX "z_max: "
  201. #define MSG_M119_REPORT "Reporting endstop status"
  202. #define MSG_ENDSTOP_HIT "TRIGGERED"
  203. #define MSG_ENDSTOP_OPEN "open"
  204. #define MSG_HOTEND_OFFSET "Hotend offsets:"
  205. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  206. #define MSG_SD_INIT_FAIL "SD init fail"
  207. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  208. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  209. #define MSG_SD_CARD_OK "SD card ok"
  210. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  211. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  212. #define MSG_SD_FILE_OPENED "File opened: "
  213. #define MSG_SD_SIZE " Size: "
  214. #define MSG_SD_FILE_SELECTED "File selected"
  215. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  216. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  217. #define MSG_SD_NOT_PRINTING "Not SD printing"
  218. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  219. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir: "
  220. #define MSG_STEPPER_TOO_HIGH "Steprate too high: "
  221. #define MSG_ENDSTOPS_HIT "endstops hit: "
  222. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  223. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  224. #define MSG_BABYSTEPPING_X "Babystepping X"
  225. #define MSG_BABYSTEPPING_Y "Babystepping Y"
  226. #define MSG_BABYSTEPPING_Z "Adjusting Z"
  227. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
  228. #define MSG_LANGUAGE_NAME "English"
  229. #define MSG_LANGUAGE_SELECT "Select language "
  230. #define MSG_PRUSA3D "prusa3d.com"
  231. #define MSG_PRUSA3D_FORUM "forum.prusa3d.com"
  232. #define MSG_PRUSA3D_HOWTO "howto.prusa3d.com"
  233. #define MSG_SELFTEST_ERROR "Selftest error !"
  234. #define MSG_SELFTEST_PLEASECHECK "Please check :"
  235. #define MSG_SELFTEST_NOTCONNECTED "Not connected"
  236. #define MSG_SELFTEST_HEATERTHERMISTOR "Heater/Thermistor"
  237. #define MSG_SELFTEST_BEDHEATER "Bed / Heater"
  238. #define MSG_SELFTEST_WIRINGERROR "Wiring error"
  239. #define MSG_SELFTEST_ENDSTOPS "Endstops"
  240. #define MSG_SELFTEST_MOTOR "Motor"
  241. #define MSG_SELFTEST_ENDSTOP "Endstop"
  242. #define MSG_SELFTEST_ENDSTOP_NOTHIT "Endstop not hit"
  243. #define MSG_SELFTEST_OK "Self test OK"
  244. #define MSG_STATS_TOTALFILAMENT "Total filament :"
  245. #define MSG_STATS_TOTALPRINTTIME "Total print time :"
  246. #define MSG_STATS_FILAMENTUSED "Filament used: "
  247. #define MSG_STATS_PRINTTIME "Print time: "
  248. #define MSG_SELFTEST_START "Self test start "
  249. #define MSG_SELFTEST_CHECK_ENDSTOPS "Checking endstops"
  250. #define MSG_SELFTEST_CHECK_HOTEND "Checking hotend "
  251. #define MSG_SELFTEST_CHECK_X "Checking X axis "
  252. #define MSG_SELFTEST_CHECK_Y "Checking Y axis "
  253. #define MSG_SELFTEST_CHECK_Z "Checking Z axis "
  254. #define MSG_SELFTEST_CHECK_BED "Checking bed "
  255. #define MSG_SELFTEST_CHECK_ALLCORRECT "All correct "
  256. #define MSG_SELFTEST "Selftest "
  257. #define MSG_SELFTEST_FAILED "Selftest failed "
  258. #define MSG_STATISTICS "Statistics "
  259. #define MSG_USB_PRINTING "USB printing "
  260. #define MSG_HOMEYZ "Calibrate Z"
  261. #define MSG_HOMEYZ_PROGRESS "Calibrating Z"
  262. #define MSG_HOMEYZ_DONE "Calibration done"
  263. #define MSG_CALIBRATE_BED "Calibrate bed"
  264. #define MSG_CALIBRATE_BED_RESET "Reset bed calibration"
  265. #define MSG_MOVE_CARRIAGE_TO_THE_TOP_LINE1 "Calibrating the machine."
  266. #define MSG_MOVE_CARRIAGE_TO_THE_TOP_LINE2 "Please move the Z carriage up"
  267. #define MSG_MOVE_CARRIAGE_TO_THE_TOP_LINE3 "to the end stoppers."
  268. #define MSG_MOVE_CARRIAGE_TO_THE_TOP_LINE4 "Click when done."
  269. #define MSG_CONFIRM_CARRIAGE_AT_THE_TOP_LINE1 "Are both left and right Z carriages"
  270. #define MSG_CONFIRM_CARRIAGE_AT_THE_TOP_LINE2 "touching the end stops?"
  271. #define MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 "Searching calibration"
  272. #define MSG_FIND_BED_OFFSET_AND_SKEW_LINE2 "point "
  273. #define MSG_FIND_BED_OFFSET_AND_SKEW_LINE3 "of 4"
  274. #define MSG_IMPROVE_BED_OFFSET_AND_SKEW_LINE1 "Improving calibration"
  275. #define MSG_IMPROVE_BED_OFFSET_AND_SKEW_LINE2 "point "
  276. #define MSG_IMPROVE_BED_OFFSET_AND_SKEW_LINE3 "of 9"
  277. #endif // LANGUAGE_EN_H