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_es.h 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Spanish
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_ES_H
  30. #define LANGUAGE_ES_H
  31. #define MAPPER_NON
  32. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  33. //#define SIMULATE_ROMFONT
  34. #define DISPLAY_CHARSET_ISO10646_1
  35. #define WELCOME_MSG MACHINE_NAME " lista."
  36. #define MSG_SD_INSERTED "Tarjeta colocada"
  37. #define MSG_SD_REMOVED "Tarjeta retirada"
  38. #define MSG_MAIN "Menu principal"
  39. #define MSG_AUTOSTART "Inicio automatico"
  40. #define MSG_DISABLE_STEPPERS "Apagar motores"
  41. #define MSG_AUTO_HOME "Llevar al origen"
  42. #define MSG_LEVEL_BED_HOMING "Origen XYZ"
  43. #define MSG_LEVEL_BED_WAITING "Click to Begin"
  44. #define MSG_LEVEL_BED_DONE "Leveling Done!"
  45. #define MSG_LEVEL_BED_CANCEL "Cancel"
  46. #define MSG_SET_HOME_OFFSETS "Ajustar desfases"
  47. #define MSG_HOME_OFFSETS_APPLIED "Offsets applied"
  48. #define MSG_SET_ORIGIN "Establecer origen"
  49. #define MSG_PREHEAT_PLA "Precalentar PLA"
  50. #define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
  51. #define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA "Todo"
  52. #define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA"Plataforma"
  53. #define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA "Config"
  54. #define MSG_PREHEAT_ABS "Precalentar ABS"
  55. #define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
  56. #define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS "Todo"
  57. #define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS "Plataforma"
  58. #define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS "Config"
  59. #define MSG_COOLDOWN "Enfriar"
  60. #define MSG_SWITCH_PS_ON "Encender"
  61. #define MSG_SWITCH_PS_OFF "Apagar"
  62. #define MSG_EXTRUDE "Extruir"
  63. #define MSG_RETRACT "Retraer"
  64. #define MSG_MOVE_AXIS "Mover ejes"
  65. #define MSG_LEVEL_BED "Nivelar plataforma"
  66. #define MSG_MOVE_X "Mover X"
  67. #define MSG_MOVE_Y "Mover Y"
  68. #define MSG_MOVE_Z "Mover Z"
  69. #define MSG_MOVE_E "Extrusor"
  70. #define MSG_MOVE_01MM "Mover 0.1mm"
  71. #define MSG_MOVE_1MM "Mover 1mm"
  72. #define MSG_MOVE_10MM "Mover 10mm"
  73. #define MSG_SPEED "Velocidad"
  74. #define MSG_BED_Z "Plataforma Z"
  75. #define MSG_NOZZLE "Boquilla"
  76. #define MSG_BED "Plataforma"
  77. #define MSG_FAN_SPEED "Ventilador"
  78. #define MSG_FLOW "Flujo"
  79. #define MSG_CONTROL "Control"
  80. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  81. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  82. #define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
  83. #define MSG_AUTOTEMP "Temperatura Automatica"
  84. #define MSG_ON "Encender"
  85. #define MSG_OFF "Apagar"
  86. #define MSG_PID_P "PID-P"
  87. #define MSG_PID_I "PID-I"
  88. #define MSG_PID_D "PID-D"
  89. #define MSG_PID_C "PID-C"
  90. #define MSG_ACC "Aceleracion"
  91. #define MSG_VXY_JERK "Vxy-jerk"
  92. #define MSG_VZ_JERK "Vz-jerk"
  93. #define MSG_VE_JERK "Ve-jerk"
  94. #define MSG_VMAX "Vmax"
  95. #define MSG_X "X"
  96. #define MSG_Y "Y"
  97. #define MSG_Z "Z"
  98. #define MSG_E "E"
  99. #define MSG_VMIN "Vmin"
  100. #define MSG_VTRAV_MIN "Vel. viaje min"
  101. #define MSG_AMAX "Acel. max"
  102. #define MSG_A_RETRACT "Acel. retrac."
  103. #define MSG_A_TRAVEL "Acel. Viaje"
  104. #define MSG_XSTEPS "X pasos/mm"
  105. #define MSG_YSTEPS "Y pasos/mm"
  106. #define MSG_ZSTEPS "Z pasos/mm"
  107. #define MSG_ESTEPS "E pasos/mm"
  108. #define MSG_TEMPERATURE "Temperatura"
  109. #define MSG_MOTION "Movimiento"
  110. #define MSG_VOLUMETRIC "Filamento"
  111. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  112. #define MSG_FILAMENT_DIAM "Fil. Dia."
  113. #define MSG_CONTRAST "Contraste"
  114. #define MSG_STORE_EPROM "Guardar memoria"
  115. #define MSG_LOAD_EPROM "Cargar memoria"
  116. #define MSG_RESTORE_FAILSAFE "Restaurar memoria."
  117. #define MSG_REFRESH "Volver a cargar"
  118. #define MSG_WATCH "Monitorizar"
  119. #define MSG_PREPARE "Preparar"
  120. #define MSG_TUNE "Ajustar"
  121. #define MSG_PAUSE_PRINT "Pausar impresion"
  122. #define MSG_RESUME_PRINT "Reanudar impresion"
  123. #define MSG_STOP_PRINT "Detener impresion"
  124. #define MSG_CARD_MENU "Menu de SD"
  125. #define MSG_NO_CARD "No hay tarjeta SD"
  126. #define MSG_DWELL "Reposo..."
  127. #define MSG_USERWAIT "Esperando ordenes"
  128. #define MSG_RESUMING "Resumiendo impre."
  129. #define MSG_PRINT_ABORTED "Impresion cancelada"
  130. #define MSG_NO_MOVE "Sin movimiento"
  131. #define MSG_KILLED "Parada de emergencia."
  132. #define MSG_STOPPED "Detenida"
  133. #define MSG_CONTROL_RETRACT "Retraer mm"
  134. #define MSG_CONTROL_RETRACT_SWAP "Interc. Retraer mm"
  135. #define MSG_CONTROL_RETRACTF "Retraer V"
  136. #define MSG_CONTROL_RETRACT_ZLIFT "Levantar mm"
  137. #define MSG_CONTROL_RETRACT_RECOVER "DesRet +mm"
  138. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Interc. DesRet +mm"
  139. #define MSG_CONTROL_RETRACT_RECOVERF "DesRet V"
  140. #define MSG_AUTORETRACT "Retraccion Auto."
  141. #define MSG_FILAMENTCHANGE "Cambiar filamento"
  142. #define MSG_INIT_SDCARD "Iniciando tarjeta"
  143. #define MSG_CNG_SDCARD "Cambiar tarjeta"
  144. #define MSG_ZPROBE_OUT "Sonda Z fuera"
  145. #define MSG_YX_UNHOMED "Reiniciar X/Y y Z"
  146. #define MSG_ZPROBE_ZOFFSET "Desfase Z"
  147. #define MSG_BABYSTEP_X "Micropaso X"
  148. #define MSG_BABYSTEP_Y "Micropaso Y"
  149. #define MSG_BABYSTEP_Z "Micropaso Z"
  150. #define MSG_ENDSTOP_ABORT "Endstop abort"
  151. #define MSG_HEATING_FAILED_LCD "Error: al calentar"
  152. #define MSG_ERR_REDUNDANT_TEMP "Error: temperatura redundante"
  153. #define MSG_THERMAL_RUNAWAY "Error de temperatura"
  154. #define MSG_ERR_MAXTEMP "Error: Temp Maxima"
  155. #define MSG_ERR_MINTEMP "Error: Temp Minima"
  156. #define MSG_ERR_MAXTEMP_BED "Error: Temp Max Plataforma"
  157. #define MSG_ERR_MINTEMP_BED "Error: Temp Min Plataforma"
  158. #define MSG_END_HOUR "horas"
  159. #define MSG_END_MINUTE "minutos"
  160. #define MSG_HEATING "Calentando..."
  161. #define MSG_HEATING_COMPLETE "Calentamiento Completo"
  162. #define MSG_BED_HEATING "Calentando plataforma ..."
  163. #define MSG_BED_DONE "Plataforma Caliente"
  164. #define MSG_DELTA_CALIBRATE "Calibracion Delta"
  165. #define MSG_DELTA_CALIBRATE_X "Calibrar X"
  166. #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
  167. #define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
  168. #define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
  169. #endif // LANGUAGE_ES_H