My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. // See also documentation/LCDLanguageFont.md
  11. // Languages
  12. // en English
  13. // pl Polish
  14. // fr French
  15. // de German
  16. // es Spanish
  17. // ru Russian
  18. // bg Bulgarian
  19. // it Italian
  20. // pt Portuguese
  21. // pt-br Portuguese (Brazil)
  22. // fi Finnish
  23. // an Aragonese
  24. // nl Dutch
  25. // ca Catalan
  26. // eu Basque-Euskera
  27. // kana Japanese
  28. // kana_utf Japanese
  29. // cn Chinese
  30. // fallback if no language is set, don't change
  31. #ifndef LANGUAGE_INCLUDE
  32. #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
  33. #endif
  34. #if ENABLED(USE_AUTOMATIC_VERSIONING)
  35. #include "_Version.h"
  36. #else
  37. #include "Default_Version.h"
  38. #endif
  39. #define PROTOCOL_VERSION "1.0"
  40. #if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
  41. #define MACHINE_NAME "Ultimaker"
  42. #define SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
  43. #elif MB(RUMBA)
  44. #define MACHINE_NAME "Rumba"
  45. #elif MB(3DRAG)
  46. #define MACHINE_NAME "3Drag"
  47. #define SOURCE_CODE_URL "http://3dprint.elettronicain.it/"
  48. #elif MB(K8200)
  49. #define MACHINE_NAME "K8200"
  50. #define SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
  51. #elif MB(5DPRINT)
  52. #define MACHINE_NAME "Makibox"
  53. #elif MB(SAV_MKI)
  54. #define MACHINE_NAME "SAV MkI"
  55. #define SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
  56. #elif !defined(MACHINE_NAME)
  57. #define MACHINE_NAME "3D Printer"
  58. #endif
  59. #ifdef CUSTOM_MACHINE_NAME
  60. #undef MACHINE_NAME
  61. #define MACHINE_NAME CUSTOM_MACHINE_NAME
  62. #endif
  63. #ifndef SOURCE_CODE_URL
  64. #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
  65. #endif
  66. #ifndef DETAILED_BUILD_VERSION
  67. #error BUILD_VERSION Information must be specified
  68. #endif
  69. #ifndef MACHINE_UUID
  70. #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
  71. #endif
  72. #define STRINGIFY_(n) #n
  73. #define STRINGIFY(n) STRINGIFY_(n)
  74. // Common LCD messages
  75. /* nothing here yet */
  76. // Common serial messages
  77. #define MSG_MARLIN "Marlin"
  78. // Serial Console Messages (do not translate those!)
  79. #define MSG_Enqueueing "enqueueing \""
  80. #define MSG_POWERUP "PowerUp"
  81. #define MSG_EXTERNAL_RESET " External Reset"
  82. #define MSG_BROWNOUT_RESET " Brown out Reset"
  83. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  84. #define MSG_SOFTWARE_RESET " Software Reset"
  85. #define MSG_AUTHOR " | Author: "
  86. #define MSG_CONFIGURATION_VER " Last Updated: "
  87. #define MSG_FREE_MEMORY " Free Memory: "
  88. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  89. #define MSG_OK "ok"
  90. #define MSG_WAIT "wait"
  91. #define MSG_FILE_SAVED "Done saving file."
  92. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line: "
  93. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line: "
  94. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line: "
  95. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line: "
  96. #define MSG_FILE_PRINTED "Done printing file"
  97. #define MSG_BEGIN_FILE_LIST "Begin file list"
  98. #define MSG_END_FILE_LIST "End file list"
  99. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  100. #define MSG_INVALID_SOLENOID "Invalid solenoid"
  101. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
  102. #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin " DETAILED_BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
  103. #define MSG_COUNT_X " Count X: "
  104. #define MSG_ERR_KILLED "Printer halted. kill() called!"
  105. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
  106. #define MSG_RESEND "Resend: "
  107. #define MSG_UNKNOWN_COMMAND "Unknown command: \""
  108. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  109. #define MSG_X_MIN "x_min: "
  110. #define MSG_X_MAX "x_max: "
  111. #define MSG_Y_MIN "y_min: "
  112. #define MSG_Y_MAX "y_max: "
  113. #define MSG_Z_MIN "z_min: "
  114. #define MSG_Z_MAX "z_max: "
  115. #define MSG_Z2_MAX "z2_max: "
  116. #define MSG_Z_PROBE "z_probe: "
  117. #define MSG_ERR_MATERIAL_INDEX "M145 S<index> out of range (0-1)"
  118. #define MSG_ERR_M421_REQUIRES_XYZ "M421 requires XYZ parameters"
  119. #define MSG_ERR_MESH_INDEX_OOB "Mesh XY index is out of bounds"
  120. #define MSG_ERR_M428_TOO_FAR "Too far from reference point"
  121. #define MSG_M119_REPORT "Reporting endstop status"
  122. #define MSG_ENDSTOP_HIT "TRIGGERED"
  123. #define MSG_ENDSTOP_OPEN "open"
  124. #define MSG_HOTEND_OFFSET "Hotend offsets:"
  125. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  126. #define MSG_SD_INIT_FAIL "SD init fail"
  127. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  128. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  129. #define MSG_SD_CARD_OK "SD card ok"
  130. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  131. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  132. #define MSG_SD_FILE_OPENED "File opened: "
  133. #define MSG_SD_SIZE " Size: "
  134. #define MSG_SD_FILE_SELECTED "File selected"
  135. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  136. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  137. #define MSG_SD_NOT_PRINTING "Not SD printing"
  138. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  139. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir: "
  140. #define MSG_STEPPER_TOO_HIGH "Steprate too high: "
  141. #define MSG_ENDSTOPS_HIT "endstops hit: "
  142. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  143. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  144. #define MSG_TOO_COLD_FOR_M600 "M600 Hotend too cold to change filament"
  145. #define MSG_BABYSTEPPING_X "Babystepping X"
  146. #define MSG_BABYSTEPPING_Y "Babystepping Y"
  147. #define MSG_BABYSTEPPING_Z "Babystepping Z"
  148. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
  149. #define MSG_ERR_EEPROM_WRITE "Error writing to EEPROM!"
  150. // temperature.cpp strings
  151. #define MSG_PID_AUTOTUNE "PID Autotune"
  152. #define MSG_PID_AUTOTUNE_START MSG_PID_AUTOTUNE " start"
  153. #define MSG_PID_AUTOTUNE_FAILED MSG_PID_AUTOTUNE " failed!"
  154. #define MSG_PID_BAD_EXTRUDER_NUM MSG_PID_AUTOTUNE_FAILED " Bad extruder number"
  155. #define MSG_PID_TEMP_TOO_HIGH MSG_PID_AUTOTUNE_FAILED " Temperature too high"
  156. #define MSG_PID_TIMEOUT MSG_PID_AUTOTUNE_FAILED " timeout"
  157. #define MSG_BIAS " bias: "
  158. #define MSG_D " d: "
  159. #define MSG_T_MIN " min: "
  160. #define MSG_T_MAX " max: "
  161. #define MSG_KU " Ku: "
  162. #define MSG_TU " Tu: "
  163. #define MSG_CLASSIC_PID " Classic PID "
  164. #define MSG_KP " Kp: "
  165. #define MSG_KI " Ki: "
  166. #define MSG_KD " Kd: "
  167. #define MSG_B "B:"
  168. #define MSG_T "T:"
  169. #define MSG_AT " @:"
  170. #define MSG_PID_AUTOTUNE_FINISHED MSG_PID_AUTOTUNE " finished! Put the last Kp, Ki and Kd constants from below into Configuration.h"
  171. #define MSG_PID_DEBUG " PID_DEBUG "
  172. #define MSG_PID_DEBUG_INPUT ": Input "
  173. #define MSG_PID_DEBUG_OUTPUT " Output "
  174. #define MSG_PID_DEBUG_PTERM " pTerm "
  175. #define MSG_PID_DEBUG_ITERM " iTerm "
  176. #define MSG_PID_DEBUG_DTERM " dTerm "
  177. #define MSG_INVALID_EXTRUDER_NUM " - Invalid extruder number !"
  178. #define MSG_HEATER_BED "bed"
  179. #define MSG_STOPPED_HEATER ", system stopped! Heater_ID: "
  180. #define MSG_REDUNDANCY "Heater switched off. Temperature difference between temp sensors is too high !"
  181. #define MSG_T_HEATING_FAILED "Heating failed"
  182. #define MSG_T_THERMAL_RUNAWAY "Thermal Runaway"
  183. #define MSG_T_MAXTEMP "MAXTEMP triggered"
  184. #define MSG_T_MINTEMP "MINTEMP triggered"
  185. // Debug
  186. #define MSG_DEBUG_ECHO "DEBUG ECHO ENABLED"
  187. #define MSG_DEBUG_INFO "DEBUG INFO ENABLED"
  188. #define MSG_DEBUG_ERRORS "DEBUG ERRORS ENABLED"
  189. #define MSG_DEBUG_DRYRUN "DEBUG DRYRUN ENABLED"
  190. // LCD Menu Messages
  191. #if DISABLED(DISPLAY_CHARSET_HD44780_JAPAN) && DISABLED(DISPLAY_CHARSET_HD44780_WESTERN) && DISABLED(DISPLAY_CHARSET_HD44780_CYRILLIC)
  192. #define DISPLAY_CHARSET_HD44780_JAPAN
  193. #endif
  194. #include LANGUAGE_INCLUDE
  195. #include "language_en.h"
  196. #endif //__LANGUAGE_H