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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. #ifndef LANGUAGE_H
  2. #define LANGUAGE_H
  3. // NOTE: IF YOU CHANGE THIS FILE / MERGE THIS FILE WITH CHANGES
  4. //
  5. // ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRALCD" / "SDSUPPORT" #define IN "Configuration.h"
  6. // ==> ALSO TRY ALL AVAILABLE "LANGUAGE_CHOICE" OPTIONS
  7. // Languages
  8. // 1 English
  9. // 2 -
  10. // 3 French (Waiting translation)
  11. // 4 German
  12. // 5 Spanish
  13. // 6 Etc
  14. #define LANGUAGE_CHOICE 1 // Pick your language from the list above
  15. #define PROTOCOL_VERSION "1.0"
  16. #if MOTHERBOARD == 7 || MOTHERBOARD == 71
  17. #define MACHINE_NAME "Ultimaker"
  18. #define FIRMWARE_URL "http://firmware.ultimaker.com"
  19. #else
  20. #define MACHINE_NAME "Mendel"
  21. #define FIRMWARE_URL "http://www.mendel-parts.com"
  22. #endif
  23. #define STRINGIFY_(n) #n
  24. #define STRINGIFY(n) STRINGIFY_(n)
  25. #if LANGUAGE_CHOICE == 1
  26. // LCD Menu Messages
  27. #define WELCOME_MSG MACHINE_NAME " Ready."
  28. #define MSG_SD_INSERTED "Card inserted"
  29. #define MSG_SD_REMOVED "Card removed"
  30. #define MSG_MAIN " Main \003"
  31. #define MSG_AUTOSTART " Autostart"
  32. #define MSG_DISABLE_STEPPERS " Disable Steppers"
  33. #define MSG_AUTO_HOME " Auto Home"
  34. #define MSG_SET_ORIGIN " Set Origin"
  35. #define MSG_PREHEAT_PLA " Preheat PLA"
  36. #define MSG_PREHEAT_PLA_SETTINGS " Preheat PLA Setting"
  37. #define MSG_PREHEAT_ABS " Preheat ABS"
  38. #define MSG_PREHEAT_ABS_SETTINGS " Preheat ABS Setting"
  39. #define MSG_COOLDOWN " Cooldown"
  40. #define MSG_EXTRUDE " Extrude"
  41. #define MSG_RETRACT " Retract"
  42. #define MSG_PREHEAT_PLA " Preheat PLA"
  43. #define MSG_PREHEAT_ABS " Preheat ABS"
  44. #define MSG_MOVE_AXIS " Move Axis \x7E"
  45. #define MSG_SPEED " Speed:"
  46. #define MSG_NOZZLE " \002Nozzle:"
  47. #define MSG_NOZZLE1 " \002Nozzle2:"
  48. #define MSG_NOZZLE2 " \002Nozzle3:"
  49. #define MSG_BED " \002Bed:"
  50. #define MSG_FAN_SPEED " Fan speed:"
  51. #define MSG_FLOW " Flow:"
  52. #define MSG_CONTROL " Control \003"
  53. #define MSG_MIN " \002 Min:"
  54. #define MSG_MAX " \002 Max:"
  55. #define MSG_FACTOR " \002 Fact:"
  56. #define MSG_AUTOTEMP " Autotemp:"
  57. #define MSG_ON "On "
  58. #define MSG_OFF "Off"
  59. #define MSG_PID_P " PID-P: "
  60. #define MSG_PID_I " PID-I: "
  61. #define MSG_PID_D " PID-D: "
  62. #define MSG_PID_C " PID-C: "
  63. #define MSG_ACC " Acc:"
  64. #define MSG_VXY_JERK " Vxy-jerk: "
  65. #define MSG_VMAX " Vmax "
  66. #define MSG_X "x:"
  67. #define MSG_Y "y:"
  68. #define MSG_Z "z:"
  69. #define MSG_E "e:"
  70. #define MSG_VMIN " Vmin:"
  71. #define MSG_VTRAV_MIN " VTrav min:"
  72. #define MSG_AMAX " Amax "
  73. #define MSG_A_RETRACT " A-retract:"
  74. #define MSG_XSTEPS " Xsteps/mm:"
  75. #define MSG_YSTEPS " Ysteps/mm:"
  76. #define MSG_ZSTEPS " Zsteps/mm:"
  77. #define MSG_ESTEPS " Esteps/mm:"
  78. #define MSG_MAIN_WIDE " Main \003"
  79. #define MSG_RECTRACT_WIDE " Rectract \x7E"
  80. #define MSG_TEMPERATURE_WIDE " Temperature \x7E"
  81. #define MSG_TEMPERATURE_RTN " Temperature \003"
  82. #define MSG_MOTION_WIDE " Motion \x7E"
  83. #define MSG_STORE_EPROM " Store memory"
  84. #define MSG_LOAD_EPROM " Load memory"
  85. #define MSG_RESTORE_FAILSAFE " Restore Failsafe"
  86. #define MSG_REFRESH "\004Refresh"
  87. #define MSG_WATCH " Watch \003"
  88. #define MSG_PREPARE " Prepare \x7E"
  89. #define MSG_PREPARE_ALT " Prepare \003"
  90. #define MSG_CONTROL_ARROW " Control \x7E"
  91. #define MSG_RETRACT_ARROW " Retract \x7E"
  92. #define MSG_TUNE " Tune \x7E"
  93. #define MSG_PAUSE_PRINT " Pause Print \x7E"
  94. #define MSG_RESUME_PRINT " Resume Print \x7E"
  95. #define MSG_STOP_PRINT " Stop Print \x7E"
  96. #define MSG_CARD_MENU " Card Menu \x7E"
  97. #define MSG_NO_CARD " No Card"
  98. #define MSG_DWELL "Sleep..."
  99. #define MSG_USERWAIT "Wait for user..."
  100. #define MSG_NO_MOVE "No move."
  101. #define MSG_PART_RELEASE "Partial Release"
  102. #define MSG_KILLED "KILLED. "
  103. #define MSG_STOPPED "STOPPED. "
  104. #define MSG_STEPPER_RELEASED "Released."
  105. #define MSG_CONTROL_RETRACT " Retract mm:"
  106. #define MSG_CONTROL_RETRACTF " Retract F:"
  107. #define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
  108. #define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
  109. #define MSG_CONTROL_RETRACT_RECOVERF " UnRet F:"
  110. #define MSG_AUTORETRACT " AutoRetr.:"
  111. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Something is wrong in the MenuStructure."
  112. // Serial Console Messages
  113. #define MSG_Enqueing "enqueing \""
  114. #define MSG_POWERUP "PowerUp"
  115. #define MSG_EXTERNAL_RESET " External Reset"
  116. #define MSG_BROWNOUT_RESET " Brown out Reset"
  117. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  118. #define MSG_SOFTWARE_RESET " Software Reset"
  119. #define MSG_MARLIN "Marlin "
  120. #define MSG_AUTHOR " | Author: "
  121. #define MSG_CONFIGURATION_VER " Last Updated: "
  122. #define MSG_FREE_MEMORY " Free Memory: "
  123. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  124. #define MSG_OK "ok"
  125. #define MSG_FILE_SAVED "Done saving file."
  126. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line:"
  127. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line:"
  128. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line:"
  129. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line:"
  130. #define MSG_FILE_PRINTED "Done printing file"
  131. #define MSG_BEGIN_FILE_LIST "Begin file list"
  132. #define MSG_END_FILE_LIST "End file list"
  133. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  134. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  135. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temp"
  136. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  137. #define MSG_HEATING "Heating..."
  138. #define MSG_HEATING_COMPLETE "Heating done."
  139. #define MSG_BED_HEATING "Bed Heating."
  140. #define MSG_BED_DONE "Bed done."
  141. #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) "\n"
  142. #define MSG_COUNT_X " Count X:"
  143. #define MSG_ERR_KILLED "Printer halted. kill() called !!"
  144. #define MSG_ERR_STOPPED "Printer stopped deu to errors. Fix the error and use M999 to restart!. (Temperature is reset. Set it before restarting)"
  145. #define MSG_RESEND "Resend:"
  146. #define MSG_UNKNOWN_COMMAND "Unknown command:\""
  147. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  148. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  149. #define MSG_X_MIN "x_min:"
  150. #define MSG_X_MAX "x_max:"
  151. #define MSG_Y_MIN "y_min:"
  152. #define MSG_Y_MAX "y_max:"
  153. #define MSG_Z_MIN "z_min:"
  154. #define MSG_Z_MAX "z_max:"
  155. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  156. #define MSG_SD_INIT_FAIL "SD init fail"
  157. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  158. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  159. #define MSG_SD_CARD_OK "SD card ok"
  160. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  161. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  162. #define MSG_SD_FILE_OPENED "File opened:"
  163. #define MSG_SD_SIZE " Size:"
  164. #define MSG_SD_FILE_SELECTED "File selected"
  165. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  166. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  167. #define MSG_SD_NOT_PRINTING "Not SD printing"
  168. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  169. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir:"
  170. #define MSG_STEPPER_TO_HIGH "Steprate to high : "
  171. #define MSG_ENDSTOPS_HIT "endstops hit: "
  172. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  173. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  174. #endif
  175. #if LANGUAGE_CHOICE == 4
  176. // LCD Menu Messages
  177. #define WELCOME_MSG MACHINE_NAME " Bereit."
  178. #define MSG_SD_INSERTED "SDKarte erkannt"
  179. #define MSG_SD_REMOVED "SDKarte entfernt"
  180. #define MSG_MAIN " Hauptmneü \003"
  181. #define MSG_AUTOSTART " Autostart"
  182. #define MSG_DISABLE_STEPPERS " Stepper abschalten"
  183. #define MSG_AUTO_HOME " Auto Nullpunkt"
  184. #define MSG_SET_ORIGIN " Setze Nullpunkt"
  185. #define MSG_PREHEAT_PLA " Vorwärmen PLA"
  186. #define MSG_PREHEAT_PLA_SETTINGS " Vorwärmen PLA Einstellungen"
  187. #define MSG_PREHEAT_ABS " Vorwärmen ABS"
  188. #define MSG_PREHEAT_ABS_SETTINGS " Vorwärmen ABS Einstellungen"
  189. #define MSG_COOLDOWN " Abkühlen"
  190. #define MSG_EXTRUDE " Extrude"
  191. #define MSG_RETRACT " Retract"
  192. #define MSG_MOVE_AXIS " Achsen bewegen\x7E"
  193. #define MSG_SPEED " Geschw:"
  194. #define MSG_NOZZLE " \002Düse:"
  195. #define MSG_NOZZLE1 " \002Düse2:"
  196. #define MSG_NOZZLE2 " \002Düse3:"
  197. #define MSG_BED " \002Bett:"
  198. #define MSG_FAN_SPEED " Lüftergeschw.:"
  199. #define MSG_FLOW " Fluß:"
  200. #define MSG_CONTROL " Einstellungen \003"
  201. #define MSG_MIN " \002 Min:"
  202. #define MSG_MAX " \002 Max:"
  203. #define MSG_FACTOR " \002 Faktor:"
  204. #define MSG_AUTOTEMP " AutoTemp:"
  205. #define MSG_ON "Ein "
  206. #define MSG_OFF "Aus "
  207. #define MSG_PID_P " PID-P: "
  208. #define MSG_PID_I " PID-I: "
  209. #define MSG_PID_D " PID-D: "
  210. #define MSG_PID_C " PID-C: "
  211. #define MSG_ACC " Acc:"
  212. #define MSG_VXY_JERK " Vxy-jerk: "
  213. #define MSG_VMAX " Vmax "
  214. #define MSG_X "x:"
  215. #define MSG_Y "y:"
  216. #define MSG_Z "z:"
  217. #define MSG_E "e:"
  218. #define MSG_VMIN " Vmin:"
  219. #define MSG_VTRAV_MIN " VTrav min:"
  220. #define MSG_AMAX " Amax "
  221. #define MSG_A_RETRACT " A-Retract:"
  222. #define MSG_XSTEPS " Xsteps/mm:"
  223. #define MSG_YSTEPS " Ysteps/mm:"
  224. #define MSG_ZSTEPS " Zsteps/mm:"
  225. #define MSG_ESTEPS " Esteps/mm:"
  226. #define MSG_MAIN_WIDE " Hauptmenü \003"
  227. #define MSG_RECTRACT_WIDE " Rectract \x7E"
  228. #define MSG_WATCH " Beobachten \003"
  229. #define MSG_TEMPERATURE_WIDE " Temperatur \x7E"
  230. #define MSG_TEMPERATURE_RTN " Temperatur \003"
  231. #define MSG_MOTION_WIDE " Bewegung \x7E"
  232. #define MSG_STORE_EPROM " EPROM speichern"
  233. #define MSG_LOAD_EPROM " EPROM laden"
  234. #define MSG_RESTORE_FAILSAFE " Standardkonfig."
  235. #define MSG_REFRESH "\004Aktualisieren"
  236. #define MSG_PREPARE " Vorbereitung \x7E"
  237. #define MSG_PREPARE_ALT " Vorbereitung \003"
  238. #define MSG_CONTROL_ARROW " Einstellungen \x7E"
  239. #define MSG_TUNE " Justierung \x7E"
  240. #define MSG_PAUSE_PRINT " Druck anhalten\x7E"
  241. #define MSG_RESUME_PRINT " Druck fortsetz\x7E"
  242. #define MSG_STOP_PRINT " Druck stoppen \x7E"
  243. #define MSG_CARD_MENU " SDKarten Menü \x7E"
  244. #define MSG_NO_CARD " Keine SDKarte"
  245. #define MSG_DWELL "Warten..."
  246. #define MSG_USERWAIT "Warte auf Nutzer..."
  247. #define MSG_NO_MOVE "Kein Zug."
  248. #define MSG_PART_RELEASE "Stepper tlw frei"
  249. #define MSG_KILLED "KILLED"
  250. #define MSG_STOPPED "GESTOPPT"
  251. #define MSG_STEPPER_RELEASED "Stepper frei"
  252. #define MSG_CONTROL_RETRACT " Retract mm:"
  253. #define MSG_CONTROL_RETRACTF " Retract F:"
  254. #define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
  255. #define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
  256. #define MSG_CONTROL_RETRACT_RECOVERF " UnRet F:"
  257. #define MSG_AUTORETRACT " AutoRetr.:"
  258. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Fehler in Menüstruktur."
  259. // Serial Console Messages
  260. #define MSG_Enqueing "enqueing \""
  261. #define MSG_POWERUP "PowerUp"
  262. #define MSG_EXTERNAL_RESET " External Reset"
  263. #define MSG_BROWNOUT_RESET " Brown out Reset"
  264. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  265. #define MSG_SOFTWARE_RESET " Software Reset"
  266. #define MSG_MARLIN "Marlin: "
  267. #define MSG_AUTHOR " | Author: "
  268. #define MSG_CONFIGURATION_VER " Last Updated: "
  269. #define MSG_FREE_MEMORY " Free Memory: "
  270. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  271. #define MSG_OK "ok"
  272. #define MSG_FILE_SAVED "Done saving file."
  273. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line:"
  274. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line:"
  275. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line:"
  276. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line:"
  277. #define MSG_FILE_PRINTED "Done printing file"
  278. #define MSG_BEGIN_FILE_LIST "Begin file list"
  279. #define MSG_END_FILE_LIST "End file list"
  280. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  281. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  282. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temp"
  283. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  284. #define MSG_HEATING "Heating..."
  285. #define MSG_HEATING_COMPLETE "Heating done."
  286. #define MSG_BED_HEATING "Bed Heating."
  287. #define MSG_BED_DONE "Bed done."
  288. #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) "\n"
  289. #define MSG_COUNT_X " Count X:"
  290. #define MSG_ERR_KILLED "Printer halted. kill() called !!"
  291. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart!"
  292. #define MSG_RESEND "Resend:"
  293. #define MSG_UNKNOWN_COMMAND "Unknown command:\""
  294. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  295. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  296. #define MSG_X_MIN "x_min:"
  297. #define MSG_X_MAX "x_max:"
  298. #define MSG_Y_MIN "y_min:"
  299. #define MSG_Y_MAX "y_max:"
  300. #define MSG_Z_MIN "z_min:"
  301. #define MSG_Z_MAX "z_max:"
  302. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  303. #define MSG_SD_INIT_FAIL "SD init fail"
  304. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  305. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  306. #define MSG_SD_CARD_OK "SD card ok"
  307. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  308. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  309. #define MSG_SD_FILE_OPENED "File opened:"
  310. #define MSG_SD_SIZE " Size:"
  311. #define MSG_SD_FILE_SELECTED "File selected"
  312. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  313. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  314. #define MSG_SD_NOT_PRINTING "Not SD printing"
  315. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  316. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir:"
  317. #define MSG_STEPPER_TO_HIGH "Steprate to high : "
  318. #define MSG_ENDSTOPS_HIT "endstops hit: "
  319. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  320. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  321. #endif
  322. #if LANGUAGE_CHOICE == 5
  323. // LCD Menu Messages
  324. #define WELCOME_MSG MACHINE_NAME " Lista."
  325. #define MSG_SD_INSERTED "Tarjeta SD Colocada"
  326. #define MSG_SD_REMOVED "Tarjeta SD Retirada"
  327. #define MSG_MAIN " Menu Principal \003"
  328. #define MSG_AUTOSTART " Autostart"
  329. #define MSG_DISABLE_STEPPERS " Apagar Motores"
  330. #define MSG_AUTO_HOME " Llevar Ejes al Cero"
  331. #define MSG_SET_ORIGIN " Establecer Cero"
  332. #define MSG_COOLDOWN " Enfriar"
  333. #define MSG_EXTRUDE " Extruir"
  334. #define MSG_RETRACT " Retract"
  335. #define MSG_PREHEAT_PLA " Precalentar PLA"
  336. #define MSG_PREHEAT_PLA_SETTINGS " Precalentar PLA Setting"
  337. #define MSG_PREHEAT_ABS " Precalentar ABS"
  338. #define MSG_PREHEAT_ABS_SETTINGS " Precalentar ABS Setting"
  339. #define MSG_MOVE_AXIS " Mover Ejes \x7E"
  340. #define MSG_SPEED " Velocidad:"
  341. #define MSG_NOZZLE " \002Nozzle:"
  342. #define MSG_NOZZLE1 " \002Nozzle2:"
  343. #define MSG_NOZZLE2 " \002Nozzle3:"
  344. #define MSG_BED " \002Base:"
  345. #define MSG_FAN_SPEED " Ventilador:"
  346. #define MSG_FLOW " Flujo:"
  347. #define MSG_CONTROL " Control \003"
  348. #define MSG_MIN " \002 Min:"
  349. #define MSG_MAX " \002 Max:"
  350. #define MSG_FACTOR " \002 Fact:"
  351. #define MSG_AUTOTEMP " Autotemp:"
  352. #define MSG_ON "On "
  353. #define MSG_OFF "Off"
  354. #define MSG_PID_P " PID-P: "
  355. #define MSG_PID_I " PID-I: "
  356. #define MSG_PID_D " PID-D: "
  357. #define MSG_PID_C " PID-C: "
  358. #define MSG_ACC " Acc:"
  359. #define MSG_VXY_JERK " Vxy-jerk: "
  360. #define MSG_VMAX " Vmax "
  361. #define MSG_X "x:"
  362. #define MSG_Y "y:"
  363. #define MSG_Z "z:"
  364. #define MSG_E "e:"
  365. #define MSG_VMIN " Vmin:"
  366. #define MSG_VTRAV_MIN " VTrav min:"
  367. #define MSG_AMAX " Amax "
  368. #define MSG_A_RETRACT " A-retrac.:"
  369. #define MSG_XSTEPS " Xpasos/mm:"
  370. #define MSG_YSTEPS " Ypasos/mm:"
  371. #define MSG_ZSTEPS " Zpasos/mm:"
  372. #define MSG_ESTEPS " Epasos/mm:"
  373. #define MSG_MAIN_WIDE " Menu Principal \003"
  374. #define MSG_RECTRACT_WIDE " Retraer \x7E"
  375. #define MSG_TEMPERATURE_WIDE " Temperatura \x7E"
  376. #define MSG_TEMPERATURE_RTN " Temperatura \003"
  377. #define MSG_MOTION_WIDE " Movimiento \x7E"
  378. #define MSG_STORE_EPROM " Guardar Memoria"
  379. #define MSG_LOAD_EPROM " Cargar Memoria"
  380. #define MSG_RESTORE_FAILSAFE " Rest. de emergencia"
  381. #define MSG_REFRESH "\004Volver a cargar"
  382. #define MSG_WATCH " Monitorizar \003"
  383. #define MSG_PREPARE " Preparar \x7E"
  384. #define MSG_PREPARE_ALT " Preparar \003"
  385. #define MSG_CONTROL_ARROW " Control \x7E"
  386. #define MSG_RETRACT_ARROW " Control \x7E"
  387. #define MSG_TUNE " Ajustar \x7E"
  388. #define MSG_PAUSE_PRINT " Pause Print \x7E"
  389. #define MSG_RESUME_PRINT " Resume Print \x7E"
  390. #define MSG_STOP_PRINT " Detener Impresion \x7E"
  391. #define MSG_CARD_MENU " Menu de SD \x7E"
  392. #define MSG_NO_CARD " No hay Tarjeta SD"
  393. #define MSG_DWELL "Reposo..."
  394. #define MSG_USERWAIT "Esperando Ordenes..."
  395. #define MSG_NO_MOVE "Sin movimiento"
  396. #define MSG_PART_RELEASE "Desacople Parcial"
  397. #define MSG_KILLED "PARADA DE EMERGENCIA. "
  398. #define MSG_STOPPED "PARADA. "
  399. #define MSG_STEPPER_RELEASED "Desacoplada."
  400. #define MSG_CONTROL_RETRACT " Retraer mm:"
  401. #define MSG_CONTROL_RETRACTF " Retraer F:"
  402. #define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:"
  403. #define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:"
  404. #define MSG_CONTROL_RETRACT_RECOVERF " DesRet F:"
  405. #define MSG_AUTORETRACT " AutoRetr.:"
  406. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Hay un error en la estructura del menu"
  407. // Serial Console Messages
  408. #define MSG_Enqueing "En cola \""
  409. #define MSG_POWERUP "PowerUp"
  410. #define MSG_EXTERNAL_RESET " Reset Externo"
  411. #define MSG_BROWNOUT_RESET " Reset por Voltaje Incorrecto"
  412. #define MSG_WATCHDOG_RESET " Reset por Bloqueo"
  413. #define MSG_SOFTWARE_RESET " Reset por Software"
  414. #define MSG_MARLIN "Marlin "
  415. #define MSG_AUTHOR " | Autor: "
  416. #define MSG_CONFIGURATION_VER " Ultima actualizacion: "
  417. #define MSG_FREE_MEMORY " Memoria libre: "
  418. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  419. #define MSG_OK "ok"
  420. #define MSG_FILE_SAVED "Guardado."
  421. #define MSG_ERR_LINE_NO "El Numero de Linea no es igual al Ultimo Numero de Linea+1, Ultima Linea:"
  422. #define MSG_ERR_CHECKSUM_MISMATCH "el checksum no coincide, Ultima Linea:"
  423. #define MSG_ERR_NO_CHECKSUM "No se pudo hallar el Checksum con el numero de linea, Ultima Linea:"
  424. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No se hallo el Numero de Linea con el Checksum, Ultima Linea:"
  425. #define MSG_FILE_PRINTED "Impresion terminada"
  426. #define MSG_BEGIN_FILE_LIST "Comienzo de la lista de archivos"
  427. #define MSG_END_FILE_LIST "Fin de la lista de archivos"
  428. #define MSG_M104_INVALID_EXTRUDER "M104 Extrusor Invalido "
  429. #define MSG_M105_INVALID_EXTRUDER "M105 Extrusor Invalido "
  430. #define MSG_ERR_NO_THERMISTORS "No hay termistores - no temp"
  431. #define MSG_M109_INVALID_EXTRUDER "M109 Extrusor Invalido "
  432. #define MSG_HEATING "Calentando..."
  433. #define MSG_HEATING_COMPLETE "Calentamiento Hecho."
  434. #define MSG_BED_HEATING "Calentando la base."
  435. #define MSG_BED_DONE "Base Caliente."
  436. #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) "\n"
  437. #define MSG_COUNT_X " Cuenta X:"
  438. #define MSG_ERR_KILLED "¡¡Impresora Parada con kill()!!"
  439. #define MSG_ERR_STOPPED "¡Impresora parada por errores. Arregle el error y use M999 Para reiniciar!. (La temperatura se reestablece. Ajustela antes de continuar)"
  440. #define MSG_RESEND "Reenviar:"
  441. #define MSG_UNKNOWN_COMMAND "Comando Desconocido:\""
  442. #define MSG_ACTIVE_EXTRUDER "Extrusor Activo: "
  443. #define MSG_INVALID_EXTRUDER "Extrusor Invalido"
  444. #define MSG_X_MIN "x_min:"
  445. #define MSG_X_MAX "x_max:"
  446. #define MSG_Y_MIN "y_min:"
  447. #define MSG_Y_MAX "y_max:"
  448. #define MSG_Z_MIN "z_min:"
  449. #define MSG_Z_MAX "z_max:"
  450. #define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
  451. #define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
  452. #define MSG_SD_VOL_INIT_FAIL "Fallo al montar el volumen"
  453. #define MSG_SD_OPENROOT_FAIL "Fallo al abrir la carpeta raiz"
  454. #define MSG_SD_CARD_OK "Tarjeta SD OK"
  455. #define MSG_SD_WORKDIR_FAIL "Fallo al abrir la carpeta de trabajo"
  456. #define MSG_SD_OPEN_FILE_FAIL "Error al abrir, Archivo: "
  457. #define MSG_SD_FILE_OPENED "Archivo abierto:"
  458. #define MSG_SD_SIZE " Tamaño:"
  459. #define MSG_SD_FILE_SELECTED "Archivo Seleccionado"
  460. #define MSG_SD_WRITE_TO_FILE "Escribiendo en el archivo: "
  461. #define MSG_SD_PRINTING_BYTE "SD imprimiendo el byte "
  462. #define MSG_SD_NOT_PRINTING "No se esta imprimiendo con SD"
  463. #define MSG_SD_ERR_WRITE_TO_FILE "Error al escribir en el archivo"
  464. #define MSG_SD_CANT_ENTER_SUBDIR "No se puede entrar en la carpeta:"
  465. #define MSG_STEPPER_TO_HIGH "Steprate demasiado alto : "
  466. #define MSG_ENDSTOPS_HIT "Se ha tocado el fin de carril: "
  467. #define MSG_ERR_COLD_EXTRUDE_STOP " extrusion fria evitada"
  468. #define MSG_ERR_LONG_EXTRUDE_STOP " extrusion demasiado larga evitada"
  469. #endif
  470. #endif // ifndef LANGUAGE_H