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.h 9.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. #ifndef LANGUAGE_H
  2. #define LANGUAGE_H
  3. #include "Configuration.h"
  4. #define LANGUAGE_CONCAT(M) #M
  5. #define GENERATE_LANGUAGE_INCLUDE(M) LANGUAGE_CONCAT(language_##M.h)
  6. // NOTE: IF YOU CHANGE LANGUAGE FILES OR MERGE A FILE WITH CHANGES
  7. //
  8. // ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRALCD" / "SDSUPPORT" #define IN "Configuration.h"
  9. // ==> ALSO TRY ALL AVAILABLE LANGUAGE OPTIONS
  10. // Languages
  11. // en English
  12. // pl Polish
  13. // fr French
  14. // de German
  15. // es Spanish
  16. // ru Russian
  17. // it Italian
  18. // pt Portuguese
  19. // pt-br Portuguese (Brazil)
  20. // fi Finnish
  21. // an Aragonese
  22. // nl Dutch
  23. // ca Catalan
  24. // eu Basque-Euskera
  25. #ifndef LANGUAGE_INCLUDE
  26. // pick your language from the list above
  27. #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
  28. #endif
  29. #define PROTOCOL_VERSION "1.0"
  30. #define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
  31. #if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
  32. #define MACHINE_NAME "Ultimaker"
  33. #define FIRMWARE_URL "http://firmware.ultimaker.com"
  34. #elif MB(RUMBA)
  35. #define MACHINE_NAME "Rumba"
  36. #elif MB(3DRAG)
  37. #define MACHINE_NAME "3Drag"
  38. #define FIRMWARE_URL "http://3dprint.elettronicain.it/"
  39. #elif MB(K8200)
  40. #define MACHINE_NAME "K8200"
  41. #elif MB(5DPRINT)
  42. #define MACHINE_NAME "Makibox"
  43. #elif MB(SAV_MKI)
  44. #define MACHINE_NAME "SAV MkI"
  45. #define FIRMWARE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
  46. #elif MB(WITBOX)
  47. #define MACHINE_NAME "WITBOX"
  48. #define FIRMWARE_URL "http://www.bq.com/gb/downloads-witbox.html"
  49. #elif MB(HEPHESTOS)
  50. #define MACHINE_NAME "HEPHESTOS"
  51. #define FIRMWARE_URL "http://www.bq.com/gb/downloads-prusa-i3-hephestos.html"
  52. #else // Default firmware set to Mendel
  53. #define MACHINE_NAME "Mendel"
  54. #endif
  55. #ifdef CUSTOM_MENDEL_NAME
  56. #define MACHINE_NAME CUSTOM_MENDEL_NAME
  57. #endif
  58. #ifndef MACHINE_UUID
  59. #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
  60. #endif
  61. #define STRINGIFY_(n) #n
  62. #define STRINGIFY(n) STRINGIFY_(n)
  63. // Common LCD messages
  64. /* nothing here yet */
  65. // Common serial messages
  66. #define MSG_MARLIN "Marlin"
  67. // Serial Console Messages (do not translate those!)
  68. #define MSG_Enqueing "enqueing \""
  69. #define MSG_POWERUP "PowerUp"
  70. #define MSG_EXTERNAL_RESET " External Reset"
  71. #define MSG_BROWNOUT_RESET " Brown out Reset"
  72. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  73. #define MSG_SOFTWARE_RESET " Software Reset"
  74. #define MSG_AUTHOR " | Author: "
  75. #define MSG_CONFIGURATION_VER " Last Updated: "
  76. #define MSG_FREE_MEMORY " Free Memory: "
  77. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  78. #define MSG_OK "ok"
  79. #define MSG_FILE_SAVED "Done saving file."
  80. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line: "
  81. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line: "
  82. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line: "
  83. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line: "
  84. #define MSG_FILE_PRINTED "Done printing file"
  85. #define MSG_BEGIN_FILE_LIST "Begin file list"
  86. #define MSG_END_FILE_LIST "End file list"
  87. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  88. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  89. #define MSG_M200_INVALID_EXTRUDER "M200 Invalid extruder "
  90. #define MSG_M218_INVALID_EXTRUDER "M218 Invalid extruder "
  91. #define MSG_M221_INVALID_EXTRUDER "M221 Invalid extruder "
  92. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
  93. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  94. #define MSG_HEATING "Heating..."
  95. #define MSG_HEATING_COMPLETE "Heating done."
  96. #define MSG_BED_HEATING "Bed Heating."
  97. #define MSG_BED_DONE "Bed done."
  98. #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
  99. #define MSG_COUNT_X " Count X: "
  100. #define MSG_ERR_KILLED "Printer halted. kill() called!"
  101. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
  102. #define MSG_RESEND "Resend: "
  103. #define MSG_UNKNOWN_COMMAND "Unknown command: \""
  104. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  105. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  106. #define MSG_X_MIN "x_min: "
  107. #define MSG_X_MAX "x_max: "
  108. #define MSG_Y_MIN "y_min: "
  109. #define MSG_Y_MAX "y_max: "
  110. #define MSG_Z_MIN "z_min: "
  111. #define MSG_Z_MAX "z_max: "
  112. #define MSG_M119_REPORT "Reporting endstop status"
  113. #define MSG_ENDSTOP_HIT "TRIGGERED"
  114. #define MSG_ENDSTOP_OPEN "open"
  115. #define MSG_HOTEND_OFFSET "Hotend offsets:"
  116. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  117. #define MSG_SD_INIT_FAIL "SD init fail"
  118. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  119. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  120. #define MSG_SD_CARD_OK "SD card ok"
  121. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  122. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  123. #define MSG_SD_FILE_OPENED "File opened: "
  124. #define MSG_SD_SIZE " Size: "
  125. #define MSG_SD_FILE_SELECTED "File selected"
  126. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  127. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  128. #define MSG_SD_NOT_PRINTING "Not SD printing"
  129. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  130. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir: "
  131. #define MSG_STEPPER_TOO_HIGH "Steprate too high: "
  132. #define MSG_ENDSTOPS_HIT "endstops hit: "
  133. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  134. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  135. #define MSG_BABYSTEPPING_X "Babystepping X"
  136. #define MSG_BABYSTEPPING_Y "Babystepping Y"
  137. #define MSG_BABYSTEPPING_Z "Babystepping Z"
  138. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
  139. #define MSG_ERR_EEPROM_WRITE "Error writing to EEPROM!"
  140. // LCD Menu Messages
  141. // Add your own character. Reference: https://github.com/MarlinFirmware/Marlin/pull/1434 photos
  142. // and https://www.sparkfun.com/datasheets/LCD/HD44780.pdf page 17-18
  143. #ifdef DOGLCD
  144. #define STR_Ae "\304" // 'Ä' U8glib
  145. #define STR_ae "\344" // 'ä'
  146. #define STR_Oe "\326" // 'Ö'
  147. #define STR_oe STR_Oe // 'ö'
  148. #define STR_Ue "\334" // 'Ü'
  149. #define STR_ue STR_Ue // 'ü'
  150. #define STR_sz "\337" // 'ß'
  151. #define STR_h2 "\262" // '²'
  152. #define STR_h3 "\263" // '³'
  153. #define STR_Deg "\260" // '°'
  154. #define STR_THERMOMETER "\377"
  155. #else
  156. #ifdef DISPLAY_CHARSET_HD44780_JAPAN // HD44780 ROM Code: A00 (Japan)
  157. #define STR_ae "\xe1"
  158. #define STR_Ae STR_ae
  159. #define STR_oe "\357"
  160. #define STR_Oe STR_oe
  161. #define STR_ue "\365"
  162. #define STR_Ue STR_ue
  163. #define STR_sz "\342"
  164. #define STR_h2 "2"
  165. #define STR_h3 "3"
  166. #define STR_Deg "\271"
  167. #define STR_THERMOMETER "\002"
  168. #endif
  169. #ifdef DISPLAY_CHARSET_HD44780_WESTERN // HD44780 ROM Code: A02 (Western)
  170. #define STR_Ae "\216"
  171. #define STR_ae "\204"
  172. #define STR_Oe "\211"
  173. #define STR_oe "\204"
  174. #define STR_Ue "\212"
  175. #define STR_ue "\201"
  176. #define STR_sz "\160"
  177. #define STR_h2 "\262"
  178. #define STR_h3 "\263"
  179. #define STR_Deg "\337"
  180. #define STR_THERMOMETER "\002"
  181. #endif
  182. #endif
  183. /*
  184. #define TESTSTRING000 "\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017"
  185. #define TESTSTRING020 "\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
  186. #define TESTSTRING040 "\040\041\042\043\044\045\046\047\050\051\052\053\054\055\056\057"
  187. #define TESTSTRING060 "\060\061\062\063\064\065\066\067\070\071\072\073\074\075\076\077"
  188. #define TESTSTRING100 "\100\101\102\103\104\105\106\107\110\111\112\113\114\115\116\117"
  189. #define TESTSTRING120 "\120\121\122\123\124\125\126\127\130\131\132\133\134\135\136\137"
  190. #define TESTSTRING140 "\140\141\142\143\144\145\146\147\150\151\152\153\154\155\156\157"
  191. #define TESTSTRING160 "\160\161\162\163\164\165\166\167\170\171\172\173\174\175\176\177"
  192. #define TESTSTRING200 "\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217"
  193. #define TESTSTRING220 "\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237"
  194. #define TESTSTRING240 "\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257"
  195. #define TESTSTRING260 "\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277"
  196. #define TESTSTRING300 "\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317"
  197. #define TESTSTRING320 "\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337"
  198. #define TESTSTRING340 "\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357"
  199. #define TESTSTRING360 "\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377"
  200. */
  201. #include LANGUAGE_INCLUDE
  202. #include "language_en.h"
  203. #endif //__LANGUAGE_H