language_en.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /**
  2. /**
  3. * English
  4. *
  5. * LCD Menu Messages
  6. * Please note these are limited to 17 characters!
  7. *
  8. */
  9. #define(length=20) WELCOME_MSG CUSTOM_MENDEL_NAME " ready."
  10. #define MSG_SD_INSERTED "Card inserted"
  11. #define MSG_SD_REMOVED "Card removed"
  12. #define MSG_MAIN "Main"
  13. #define MSG_DISABLE_STEPPERS "Disable steppers"
  14. #define MSG_AUTO_HOME "Auto home"
  15. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  16. #define MSG_SET_ORIGIN "Set origin"
  17. #define MSG_COOLDOWN "Cooldown"
  18. #define MSG_SWITCH_PS_ON "Switch power on"
  19. #define MSG_SWITCH_PS_OFF "Switch power off"
  20. #define MSG_MOVE_AXIS "Move axis"
  21. #define MSG_MOVE_X "Move X"
  22. #define MSG_MOVE_Y "Move Y"
  23. #define MSG_MOVE_Z "Move Z"
  24. #define MSG_MOVE_E "Extruder"
  25. #define MSG_SPEED "Speed"
  26. #define MSG_NOZZLE "Nozzle"
  27. #define MSG_NOZZLE1 "Nozzle2"
  28. #define MSG_NOZZLE2 "Nozzle3"
  29. #define MSG_BED "Bed"
  30. #define(length=14) MSG_FAN_SPEED "Fan speed"
  31. #define MSG_FLOW "Flow"
  32. #define MSG_FLOW0 "Flow 0"
  33. #define MSG_FLOW1 "Flow 1"
  34. #define MSG_FLOW2 "Flow 2"
  35. #define MSG_CONTROL "Control"
  36. #define MSG_MIN " \002 Min"
  37. #define MSG_MAX " \002 Max"
  38. #define MSG_FACTOR " \002 Fact"
  39. #define MSG_TEMPERATURE "Temperature"
  40. #define MSG_MOTION "Motion"
  41. #define MSG_VOLUMETRIC "Filament"
  42. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  43. #define MSG_STORE_EPROM "Store memory"
  44. #define MSG_LOAD_EPROM "Load memory"
  45. #define MSG_RESTORE_FAILSAFE "Restore failsafe"
  46. #define MSG_REFRESH "\xF8" "Refresh"
  47. #define MSG_WATCH "Info screen"
  48. #define MSG_TUNE "Tune"
  49. #define MSG_PAUSE_PRINT "Pause print"
  50. #define MSG_RESUME_PRINT "Resume print"
  51. #define MSG_STOP_PRINT "Stop print"
  52. #define MSG_CARD_MENU "Print from SD"
  53. #define MSG_NO_CARD "No SD card"
  54. #define MSG_DWELL "Sleep..."
  55. #define MSG_USERWAIT "Wait for user..."
  56. #define MSG_RESUMING "Resuming print"
  57. #define(length=20) MSG_PRINT_ABORTED "Print aborted"
  58. #define MSG_NO_MOVE "No move."
  59. #define MSG_KILLED "KILLED. "
  60. #define MSG_STOPPED "STOPPED. "
  61. #define MSG_FILAMENTCHANGE "Change filament"
  62. #define MSG_INIT_SDCARD "Init. SD card"
  63. #define MSG_CNG_SDCARD "Change SD card"
  64. #define MSG_BABYSTEP_X "Babystep X"
  65. #define MSG_BABYSTEP_Y "Babystep Y"
  66. #define MSG_BABYSTEP_Z "Live adjust Z"
  67. #define MSG_ADJUSTZ "Auto adjust Z?"
  68. #define MSG_PICK_Z "Pick print"
  69. #define MSG_SETTINGS "Settings"
  70. #define MSG_PREHEAT "Preheat"
  71. #define(length=17) MSG_UNLOAD_FILAMENT "Unload filament"
  72. #define(length=17) MSG_LOAD_FILAMENT "Load filament"
  73. #define(length=17) MSG_LOAD_FILAMENT_1 "Load filament 1"
  74. #define(length=17) MSG_LOAD_FILAMENT_2 "Load filament 2"
  75. #define(length=17) MSG_LOAD_FILAMENT_3 "Load filament 3"
  76. #define(length=17) MSG_LOAD_FILAMENT_4 "Load filament 4"
  77. #define(length=17) MSG_UNLOAD_FILAMENT_1 "Unload filament 1"
  78. #define(length=17) MSG_UNLOAD_FILAMENT_2 "Unload filament 2"
  79. #define(length=17) MSG_UNLOAD_FILAMENT_3 "Unload filament 3"
  80. #define(length=17) MSG_UNLOAD_FILAMENT_4 "Unload filament 4"
  81. #define MSG_UNLOAD_ALL "Unload all"
  82. #define MSG_LOAD_ALL "Load all"
  83. #define MSG_RECTRACT "Rectract"
  84. #define MSG_ERROR "ERROR:"
  85. #define(length=20) MSG_PREHEAT_NOZZLE "Preheat the nozzle!"
  86. #define MSG_SUPPORT "Support"
  87. #define(length=20) MSG_CORRECTLY "Changed correctly?"
  88. #define MSG_YES "Yes"
  89. #define MSG_NO "No"
  90. #define(length=19) MSG_NOT_LOADED "Filament not loaded"
  91. #define MSG_NOT_COLOR "Color not clear"
  92. #define(length=20) MSG_LOADING_FILAMENT "Loading filament"
  93. #define(length=20) MSG_PLEASE_WAIT "Please wait"
  94. #define MSG_LOADING_COLOR "Loading color"
  95. #define MSG_CHANGE_SUCCESS "Change success!"
  96. #define(length=20) MSG_PRESS "and press the knob"
  97. #define(length=20) MSG_INSERT_FILAMENT "Insert filament"
  98. #define(length=20) MSG_CHANGING_FILAMENT "Changing filament!"
  99. #define MSG_SILENT_MODE_ON "Mode [silent]"
  100. #define MSG_SILENT_MODE_OFF "Mode [high power]"
  101. #define MSG_AUTO_MODE_ON "Mode [auto power]"
  102. #define(length=20) MSG_REBOOT "Reboot the printer"
  103. #define(length=20) MSG_TAKE_EFFECT " for take effect"
  104. #define MSG_Enqueing "enqueing \""
  105. #define MSG_POWERUP "PowerUp"
  106. #define MSG_CONFIGURATION_VER " Last Updated: "
  107. #define MSG_FREE_MEMORY " Free Memory: "
  108. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  109. #define MSG_OK "ok"
  110. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line: "
  111. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line: "
  112. #define MSG_BEGIN_FILE_LIST "Begin file list"
  113. #define MSG_END_FILE_LIST "End file list"
  114. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  115. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  116. #define MSG_M200_INVALID_EXTRUDER "M200 Invalid extruder "
  117. #define MSG_M218_INVALID_EXTRUDER "M218 Invalid extruder "
  118. #define MSG_M221_INVALID_EXTRUDER "M221 Invalid extruder "
  119. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
  120. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  121. #define MSG_HEATING "Heating"
  122. #define(length=20) MSG_HEATING_COMPLETE "Heating done."
  123. #define MSG_BED_HEATING "Bed Heating"
  124. #define MSG_BED_DONE "Bed done"
  125. #define MSG_ERR_KILLED "Printer halted. kill() called!"
  126. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
  127. #define MSG_RESEND "Resend: "
  128. #define MSG_M119_REPORT "Reporting endstop status"
  129. #define MSG_ENDSTOP_HIT "TRIGGERED"
  130. #define MSG_ENDSTOP_OPEN "open"
  131. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  132. #define MSG_SD_INIT_FAIL "SD init fail"
  133. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  134. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  135. #define MSG_SD_CARD_OK "SD card ok"
  136. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  137. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  138. #define MSG_SD_FILE_OPENED "File opened: "
  139. #define MSG_SD_FILE_SELECTED "File selected"
  140. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  141. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  142. #define MSG_SD_NOT_PRINTING "Not SD printing"
  143. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  144. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir: "
  145. #define MSG_STEPPER_TOO_HIGH "Steprate too high: "
  146. #define MSG_ENDSTOPS_HIT "endstops hit: "
  147. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  148. #define MSG_BABYSTEPPING_X "Babystepping X"
  149. #define MSG_BABYSTEPPING_Y "Babystepping Y"
  150. #define(length=20) MSG_BABYSTEPPING_Z "Adjusting Z"
  151. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
  152. #define MSG_LANGUAGE_NAME "English"
  153. #define MSG_LANGUAGE_SELECT "Select language"
  154. #define MSG_PRUSA3D "prusa3d.com"
  155. #define MSG_PRUSA3D_FORUM "forum.prusa3d.com"
  156. #define MSG_PRUSA3D_HOWTO "howto.prusa3d.com"
  157. #define MSG_SELFTEST_ERROR "Selftest error !"
  158. #define MSG_SELFTEST_PLEASECHECK "Please check :"
  159. #define MSG_SELFTEST_NOTCONNECTED "Not connected"
  160. #define MSG_SELFTEST_HEATERTHERMISTOR "Heater/Thermistor"
  161. #define MSG_SELFTEST_BEDHEATER "Bed / Heater"
  162. #define MSG_SELFTEST_WIRINGERROR "Wiring error"
  163. #define MSG_SELFTEST_ENDSTOPS "Endstops"
  164. #define MSG_SELFTEST_MOTOR "Motor"
  165. #define MSG_SELFTEST_ENDSTOP "Endstop"
  166. #define(length=20,lines=1) MSG_SELFTEST_ENDSTOP_NOTHIT "Endstop not hit"
  167. #define MSG_SELFTEST_OK "Self test OK"
  168. #define(length=20,lines=1) MSG_LOOSE_PULLEY "Loose pulley"
  169. #define(length=20) MSG_SELFTEST_FAN "Fan test"
  170. #define(length=20) MSG_SELFTEST_COOLING_FAN "Front print fan?"
  171. #define(length=20) MSG_SELFTEST_EXTRUDER_FAN "Left hotend fan?"
  172. #define(length=19) MSG_SELFTEST_FAN_YES "Spinning"
  173. #define(length=19) MSG_SELFTEST_FAN_NO "Not spinning"
  174. #define(length=20) MSG_STATS_TOTALFILAMENT "Total filament :"
  175. #define(length=20) MSG_STATS_TOTALPRINTTIME "Total print time :"
  176. #define(length=20) MSG_STATS_FILAMENTUSED "Filament used: "
  177. #define(length=20) MSG_STATS_PRINTTIME "Print time: "
  178. #define(length=20) MSG_SELFTEST_START "Self test start "
  179. #define(length=20) MSG_SELFTEST_CHECK_ENDSTOPS "Checking endstops"
  180. #define(length=20) MSG_SELFTEST_CHECK_HOTEND "Checking hotend "
  181. #define(length=20) MSG_SELFTEST_CHECK_X "Checking X axis "
  182. #define(length=20) MSG_SELFTEST_CHECK_Y "Checking Y axis "
  183. #define(length=20) MSG_SELFTEST_CHECK_Z "Checking Z axis "
  184. #define(length=20) MSG_SELFTEST_CHECK_BED "Checking bed "
  185. #define(length=20) MSG_SELFTEST_CHECK_ALLCORRECT "All correct "
  186. #define MSG_SELFTEST "Selftest "
  187. #define(length=20) MSG_SELFTEST_FAILED "Selftest failed "
  188. #define MSG_STATISTICS "Statistics "
  189. #define MSG_USB_PRINTING "USB printing "
  190. #define MSG_HOMEYZ "Calibrate Z"
  191. #define MSG_HOMEYZ_PROGRESS "Calibrating Z"
  192. #define MSG_HOMEYZ_DONE "Calibration done"
  193. #define(length=17,lines=1) MSG_SHOW_END_STOPS "Show end stops"
  194. #define MSG_CALIBRATE_BED "Calibrate XYZ"
  195. #define MSG_CALIBRATE_BED_RESET "Reset XYZ calibr."
  196. #define(length=20,lines=8) MSG_MOVE_CARRIAGE_TO_THE_TOP "Calibrating XYZ. Rotate the knob to move the Z carriage up to the end stoppers. Click when done."
  197. #define(length=20,lines=8) MSG_MOVE_CARRIAGE_TO_THE_TOP_Z "Calibrating Z. Rotate the knob to move the Z carriage up to the end stoppers. Click when done."
  198. #define(length=20,lines=8) MSG_CONFIRM_NOZZLE_CLEAN "Please clean the nozzle for calibration. Click when done."
  199. #define(length=20,lines=2) MSG_CONFIRM_CARRIAGE_AT_THE_TOP "Are left and right Z~carriages all up?"
  200. #define(length=60) MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 "Searching bed calibration point"
  201. #define(length=14) MSG_FIND_BED_OFFSET_AND_SKEW_LINE2 " of 4"
  202. #define(length=60) MSG_IMPROVE_BED_OFFSET_AND_SKEW_LINE1 "Improving bed calibration point"
  203. #define(length=14) MSG_IMPROVE_BED_OFFSET_AND_SKEW_LINE2 " of 9"
  204. #define(length=60) MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1 "Measuring reference height of calibration point"
  205. #define(length=14) MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2 " of 9"
  206. #define(length=20) MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION "Iteration "
  207. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND "XYZ calibration failed. Bed calibration point was not found."
  208. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_FITTING_FAILED "XYZ calibration failed. Please consult the manual."
  209. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_PERFECT "XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
  210. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD "XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
  211. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME "XYZ calibration all right. Skew will be corrected automatically."
  212. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_LEFT_FAR "XYZ calibration failed. Left front calibration point not reachable."
  213. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_RIGHT_FAR "XYZ calibration failed. Right front calibration point not reachable."
  214. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_BOTH_FAR "XYZ calibration failed. Front calibration points not reachable."
  215. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR "XYZ calibration compromised. Left front calibration point not reachable."
  216. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR "XYZ calibration compromised. Right front calibration point not reachable."
  217. #define(length=20,lines=8) MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR "XYZ calibration compromised. Front calibration points not reachable."
  218. #define(length=20,lines=4) MSG_BED_LEVELING_FAILED_POINT_LOW "Bed leveling failed. Sensor didnt trigger. Debris on nozzle? Waiting for reset."
  219. #define(length=20,lines=4) MSG_BED_LEVELING_FAILED_POINT_HIGH "Bed leveling failed. Sensor triggered too high. Waiting for reset."
  220. #define(length=20,lines=4) MSG_BED_LEVELING_FAILED_PROBE_DISCONNECTED "Bed leveling failed. Sensor disconnected or cable broken. Waiting for reset."
  221. #define(length=20,lines=2) MSG_NEW_FIRMWARE_AVAILABLE "New firmware version available:"
  222. #define(length=20) MSG_NEW_FIRMWARE_PLEASE_UPGRADE "Please upgrade."
  223. #define(length=20,lines=8) MSG_FOLLOW_CALIBRATION_FLOW "Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
  224. #define(length=20,lines=12) MSG_BABYSTEP_Z_NOT_SET "Distance between tip of the nozzle and the bed surface has not been set yet. Please follow the manual, chapter First steps, section First layer calibration."
  225. #define(length=20, lines=4) MSG_FILAMENT_LOADING_T0 "Insert filament into extruder 1. Click when done."
  226. #define(length=20, lines=4) MSG_FILAMENT_LOADING_T1 "Insert filament into extruder 2. Click when done."
  227. #define(length=20, lines=4) MSG_FILAMENT_LOADING_T2 "Insert filament into extruder 3. Click when done."
  228. #define(length=20, lines=4) MSG_FILAMENT_LOADING_T3 "Insert filament into extruder 4. Click when done."
  229. #define(length=20, lines=1) MSG_CHANGE_EXTR "Change extruder"
  230. #define(length=20, lines=4) MSG_FIL_ADJUSTING "Adjusting filaments. Please wait."
  231. #define(length=20,lines=8) MSG_CONFIRM_NOZZLE_CLEAN_FIL_ADJ "Filaments are now adjusted. Please clean the nozzle for calibration. Click when done."
  232. #define(length=20, lines=4) MSG_STACK_ERROR "Error - static memory has been overwritten"
  233. #define(length=20, lines=1) MSG_CALIBRATE_E "Calibrate E"
  234. //#define(length=20, lines=1) MSG_RESET_CALIBRATE_E "Reset E Cal."
  235. #define(length=20, lines=8) MSG_E_CAL_KNOB "Rotate knob until mark reaches extruder body. Click when done."
  236. //#define(length=20, lines=1) MSG_FARM_CARD_MENU "Farm mode print"
  237. #define(length=20, lines=8) MSG_MARK_FIL "Mark filament 100mm from extruder body. Click when done."
  238. #define(length=20, lines=8) MSG_CLEAN_NOZZLE_E "E calibration finished. Please clean the nozzle. Click when done."
  239. #define(length=20, lines=3) MSG_WAITING_TEMP "Waiting for nozzle and bed cooling"
  240. #define(length=20, lines=2) MSG_FILAMENT_CLEAN "Is color clear?"
  241. #define(lenght=18, lines=1) MSG_UNLOADING_FILAMENT "Unloading filament"
  242. #define(length=20, lines=8) MSG_PAPER "Place a sheet of paper under the nozzle during the calibration of first 4 points. If the nozzle catches the paper, power off the printer immediately."
  243. #define MSG_BED_CORRECTION_MENU "Bed level correct"
  244. #define(length=14,lines=1) MSG_BED_CORRECTION_LEFT "Left side [um]"
  245. #define(length=14,lines=1) MSG_BED_CORRECTION_RIGHT "Right side[um]"
  246. #define(length=14,lines=1) MSG_BED_CORRECTION_FRONT "Front side[um]"
  247. #define(length=14,lines=1) MSG_BED_CORRECTION_REAR "Rear side [um]"
  248. #define MSG_BED_CORRECTION_RESET "Reset"
  249. #define MSG_MESH_BED_LEVELING "Mesh Bed Leveling"
  250. #define MSG_MENU_CALIBRATION "Calibration"
  251. #define(length=17, lines=1) MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF "SD card [normal]"
  252. #define(length=17, lines=1) MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON "SD card [flshAir]"
  253. #define(length=20, lines=1) MSG_PRINTER_DISCONNECTED "Printer disconnected"
  254. #define(length=20, lines=1) MSG_FINISHING_MOVEMENTS "Finishing movements"
  255. #define(length=20, lines=1) MSG_PRINT_PAUSED "Print paused"
  256. #define(length=20, lines=1) MSG_RESUMING_PRINT "Resuming print"
  257. #define(length=17, lines=1) MSG_PID_EXTRUDER "PID calibration"
  258. #define(length=19, lines=1) MSG_SET_TEMPERATURE "Set temperature:"
  259. #define(length=20, lines=1) MSG_PID_FINISHED "PID cal. finished"
  260. #define(length=20, lines=1) MSG_PID_RUNNING "PID cal. "
  261. #define(length=17, lines=1) MSG_CALIBRATE_PINDA "Calibrate"
  262. #define(length=17, lines=1) MSG_CALIBRATION_PINDA_MENU "Temp. calibration"
  263. #define(length=20, lines=4) MSG_PINDA_NOT_CALIBRATED "Temperature calibration has not been run yet"
  264. #define(length=20, lines=1) MSG_PINDA_PREHEAT "PINDA Heating"
  265. #define(length=20, lines=1) MSG_TEMP_CALIBRATION "Temp. cal. "
  266. #define(length=20, lines=4) MSG_TEMP_CALIBRATION_DONE "Temperature calibration is finished. Click to continue."
  267. #define(length=20, lines=1) MSG_TEMP_CALIBRATION_ON "Temp. cal. [ON]"
  268. #define(length=20, lines=1) MSG_TEMP_CALIBRATION_OFF "Temp. cal. [OFF]"
  269. #define(length=20, lines=1) MSG_PREPARE_FILAMENT "Prepare new filament"
  270. #define(length=19, lines=1) MSG_ALL "All"
  271. #define(length=19, lines=1) MSG_USED "Used during print"
  272. #define(length=19, lines=1) MSG_CURRENT "Current"
  273. #define(length=20, lines=1) MSG_CHOOSE_EXTRUDER "Choose extruder:"
  274. #define(length=17, lines=1) MSG_EXTRUDER "Extruder"
  275. #define(length=17, lines=1) MSG_EXTRUDER_1 "Extruder 1"
  276. #define(length=17, lines=1) MSG_EXTRUDER_2 "Extruder 2"
  277. #define(length=17, lines=1) MSG_EXTRUDER_3 "Extruder 3"
  278. #define(length=17, lines=1) MSG_EXTRUDER_4 "Extruder 4"
  279. #define(length=17, lines=1) MSG_DATE "Date:"
  280. #define(length=19, lines=1) MSG_XYZ_DETAILS "XYZ cal. details"
  281. #define(length=20, lines=1) MSG_Y_DISTANCE_FROM_MIN "Y distance from min:"
  282. #define(length=12, lines=1) MSG_LEFT "Left:"
  283. #define(length=12, lines=1) MSG_CENTER "Center:"
  284. #define(length=12, lines=1) MSG_RIGHT "Right:"
  285. #define(length=15, lines=1) MSG_MEASURED_SKEW "Measured skew:"
  286. #define(length=15, lines=1) MSG_SLIGHT_SKEW "Slight skew:"
  287. #define(length=15, lines=1) MSG_SEVERE_SKEW "Severe skew:"
  288. #define(length=20, lines=4) MSG_DEFAULT_SETTINGS_LOADED "Default settings loaded"
  289. #define(length=17, lines=1) MSG_SORT_TIME "Sort [time]"
  290. #define(length=17, lines=1) MSG_SORT_ALPHA "Sort [alphabet]"
  291. #define(length=17, lines=1) MSG_SORT_NONE "Sort [none]"
  292. #define(length=20, lines=1) MSG_SORTING "Sorting files"
  293. #define(length=17, lines=1) MSG_SOUND_MODE_LOUD "Sound [loud]"
  294. #define(length=17, lines=1) MSG_SOUND_MODE_ONCE "Sound [once]"
  295. #define(length=17, lines=1) MSG_SOUND_MODE_SILENT "Sound [silent]"
  296. #define(length=17, lines=1) MSG_SOUND_MODE_MUTE "Sound [mute]"
  297. #define(length=20, lines=2) MSG_FILE_INCOMPLETE "File incomplete. Continue anyway?"
  298. #define(length=17, lines=1) MSG_WIZARD "Wizard"
  299. #define(length=20, lines=7) MSG_WIZARD_WELCOME "Hi, I am your Original Prusa i3 printer. Would you like me to guide you through the setup process?"
  300. #define(length=20, lines=8) MSG_WIZARD_QUIT "You can always resume the Wizard from Calibration -> Wizard."
  301. #define(length=20, lines=8) MSG_WIZARD_SELFTEST "First, I will run the selftest to check most common assembly problems."
  302. #define(length=20, lines=8) MSG_WIZARD_CALIBRATION_FAILED "Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
  303. #define(length=20, lines=8) MSG_WIZARD_XYZ_CAL "I will run xyz calibration now. It will take approx. 12 mins."
  304. #define(length=20, lines=2) MSG_WIZARD_FILAMENT_LOADED "Is filament loaded?"
  305. #define(length=20, lines=8) MSG_WIZARD_Z_CAL "I will run z calibration now."
  306. #define(length=20, lines=4) MSG_WIZARD_WILL_PREHEAT "Now I will preheat nozzle for PLA."
  307. #define(length=20, lines=3) MSG_WIZARD_HEATING "Preheating nozzle. Please wait."
  308. #define(lenght=20, lines=8) MSG_WIZARD_V2_CAL "Now I will calibrate distance between tip of the nozzle and heatbed surface."
  309. #define(lenght=20, lines=12) MSG_WIZARD_V2_CAL_2 "I will start to print line and you will gradually lower the nozzle by rotating the knob, until you reach optimal height. Check the pictures in our handbook in chapter Calibration."
  310. #define(lenght=17, lines=1) MSG_V2_CALIBRATION "First layer cal."
  311. #define(lenght=20, lines=8) MSG_WIZARD_DONE "All is done. Happy printing!"
  312. #define(lenght=20, lines=8) MSG_WIZARD_LOAD_FILAMENT "Please insert PLA filament to the extruder, then press knob to load it."
  313. #define(lenght=20, lines=7) MSG_WIZARD_RERUN "Running Wizard will delete current calibration results and start from the beginning. Continue?"
  314. #define(lenght=20, lines=7) MSG_WIZARD_REPEAT_V2_CAL "Do you want to repeat last step to readjust distance between nozzle and heatbed?"
  315. #define(lenght=20, lines=8) MSG_WIZARD_CLEAN_HEATBED "Please clean heatbed and then press the knob."
  316. #define(lenght=20, lines=2) MSG_WIZARD_PLA_FILAMENT "Is it PLA filament?"
  317. #define(lenght=20, lines=8) MSG_WIZARD_INSERT_CORRECT_FILAMENT "Please load PLA filament and then resume Wizard by rebooting the printer."
  318. #define(lenght=20, lines=2) MSG_PLA_FILAMENT_LOADED "Is PLA filament loaded?"
  319. #define(lenght=20, lines=4) MSG_PLEASE_LOAD_PLA "Please load PLA filament first."
  320. #define(length=20, lines=8) MSG_FILE_CNT "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
  321. #define(length=25, lines=1) MSG_M117_V2_CALIBRATION "M117 First layer cal."