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_de.h 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. * German
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_DE_H
  30. #define LANGUAGE_DE_H
  31. #define MAPPER_C2C3
  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 " bereit."
  36. #define MSG_SD_INSERTED "SDKarte erkannt."
  37. #define MSG_SD_REMOVED "SDKarte entfernt."
  38. #define MSG_MAIN "Hauptmenü"
  39. #define MSG_AUTOSTART "Autostart"
  40. #define MSG_DISABLE_STEPPERS "Motoren Aus" // M84
  41. #define MSG_AUTO_HOME "Home" // G28
  42. #define MSG_LEVEL_BED_HOMING "Homing"
  43. #define MSG_SET_HOME_OFFSETS "Setze Home hier"
  44. #define MSG_SET_ORIGIN "Setze Null hier" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
  45. #define MSG_PREHEAT_PLA "Vorwärmen PLA"
  46. #define MSG_PREHEAT_PLA_N "Vorwärmen PLA "
  47. #define MSG_PREHEAT_PLA_ALL "Vorw. PLA Alle"
  48. #define MSG_PREHEAT_PLA_BEDONLY "Vorw. PLA Bett"
  49. #define MSG_PREHEAT_PLA_SETTINGS "Vorwärm. PLA Ein."
  50. #define MSG_PREHEAT_ABS "Vorwärmen ABS"
  51. #define MSG_PREHEAT_ABS_N "Vorwärmen ABS "
  52. #define MSG_PREHEAT_ABS_ALL "Vorw. ABS Alle"
  53. #define MSG_PREHEAT_ABS_BEDONLY "Vorw. ABS Bett"
  54. #define MSG_PREHEAT_ABS_SETTINGS "Vorwärm. ABS Ein."
  55. #define MSG_COOLDOWN "Abkühlen"
  56. #define MSG_SWITCH_PS_ON "Netzteil Ein"
  57. #define MSG_SWITCH_PS_OFF "Netzteil Aus"
  58. #define MSG_RETRACT "Retract"
  59. #define MSG_MOVE_AXIS "Bewegen"
  60. #define MSG_MOVE_X "X"
  61. #define MSG_MOVE_Y "Y"
  62. #define MSG_MOVE_Z "Z"
  63. #define MSG_MOVE_E "E"
  64. #define MSG_MOVE_01MM " 0.1 mm"
  65. #define MSG_MOVE_1MM " 1.0 mm"
  66. #define MSG_MOVE_10MM "10.0 mm"
  67. #define MSG_SPEED "Geschw."
  68. #define MSG_NOZZLE "Düse"
  69. #define MSG_BED "Bett"
  70. #define MSG_FAN_SPEED "Lüftergeschw."
  71. #define MSG_FLOW "Fluss"
  72. #define MSG_CONTROL "Einstellungen"
  73. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  74. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  75. #define MSG_FACTOR LCD_STR_THERMOMETER " Faktor"
  76. #define MSG_AUTOTEMP "AutoTemp"
  77. #define MSG_ON "Ein"
  78. #define MSG_OFF "Aus"
  79. #define MSG_PID_P "PID P"
  80. #define MSG_PID_I "PID I"
  81. #define MSG_PID_D "PID D"
  82. #define MSG_PID_C "PID C"
  83. #define MSG_ACC "A"
  84. #define MSG_VXY_JERK "V xy Ruck"
  85. #define MSG_VZ_JERK "V z Ruck"
  86. #define MSG_VE_JERK "V e Ruck"
  87. #define MSG_VMAX "V max " // space by purpose
  88. #define MSG_X "x"
  89. #define MSG_Y "y"
  90. #define MSG_Z "z"
  91. #define MSG_E "e"
  92. #define MSG_VMIN "V min"
  93. #define MSG_VTRAV_MIN "VTrav min"
  94. #define MSG_AMAX "A max " // space by purpose
  95. #define MSG_A_RETRACT "A Retract"
  96. #define MSG_XSTEPS "X steps/mm"
  97. #define MSG_YSTEPS "Y steps/mm"
  98. #define MSG_ZSTEPS "Z steps/mm"
  99. #define MSG_ESTEPS "E steps/mm"
  100. #define MSG_TEMPERATURE "Temperatur"
  101. #define MSG_MOTION "Bewegung"
  102. #define MSG_VOLUMETRIC "Filament"
  103. #define MSG_VOLUMETRIC_ENABLED "E in mm³"
  104. #define MSG_FILAMENT_DIAM "Filament D"
  105. #define MSG_CONTRAST "LCD Kontrast"
  106. #define MSG_STORE_EPROM "EPROM speichern"
  107. #define MSG_LOAD_EPROM "EPROM laden"
  108. #define MSG_RESTORE_FAILSAFE "Standardkonfig."
  109. #define MSG_REFRESH "Aktualisieren"
  110. #define MSG_WATCH "Info"
  111. #define MSG_PREPARE "Vorbereitung"
  112. #define MSG_TUNE "Justierung"
  113. #define MSG_PAUSE_PRINT "SD-Druck Pause"
  114. #define MSG_RESUME_PRINT "SD-Druck Weiter"
  115. #define MSG_STOP_PRINT "SD-Druck Abbruch"
  116. #define MSG_CARD_MENU "SDKarte"
  117. #define MSG_NO_CARD "Keine SDKarte"
  118. #define MSG_DWELL "Warten..."
  119. #define MSG_USERWAIT "Warte auf Nutzer."
  120. #define MSG_RESUMING "Druck geht weiter"
  121. #define MSG_PRINT_ABORTED "Druck abgebrochen"
  122. #define MSG_NO_MOVE "Motoren Eingesch."
  123. #define MSG_KILLED "KILLED."
  124. #define MSG_STOPPED "ANGEHALTEN."
  125. #define MSG_CONTROL_RETRACT "Retract mm"
  126. #define MSG_CONTROL_RETRACT_SWAP "Wechs. Retract mm"
  127. #define MSG_CONTROL_RETRACTF "Retract V"
  128. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  129. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  130. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Wechs. UnRet +mm"
  131. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  132. #define MSG_AUTORETRACT "AutoRetr."
  133. #define MSG_FILAMENTCHANGE "Filament wechseln"
  134. #define MSG_INIT_SDCARD "SDKarte erkennen"// Manually initialize the SD-card via user interface
  135. #define MSG_CNG_SDCARD "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
  136. #define MSG_ZPROBE_OUT "Sensor ausserhalb"
  137. #define MSG_POSITION_UNKNOWN "X/Y vor Z homen."
  138. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  139. #define MSG_BABYSTEP_X "Babystep X"
  140. #define MSG_BABYSTEP_Y "Babystep Y"
  141. #define MSG_BABYSTEP_Z "Babystep Z"
  142. #define MSG_ENDSTOP_ABORT "Endstop Abbr. Ein"
  143. #define MSG_END_HOUR "Stunden"
  144. #define MSG_END_MINUTE "Minuten"
  145. #define MSG_HEATING "Aufheizen..."
  146. #define MSG_HEATING_COMPLETE "Aufgeheizt"
  147. #define MSG_BED_HEATING "Bett aufheizen"
  148. #define MSG_BED_DONE "Bett aufgeheizt"
  149. #if ENABLED(DELTA_CALIBRATION_MENU)
  150. #define MSG_DELTA_CALIBRATE "Delta kalibrieren"
  151. #define MSG_DELTA_CALIBRATE_X "Kalibriere X"
  152. #define MSG_DELTA_CALIBRATE_Y "Kalibriere Y"
  153. #define MSG_DELTA_CALIBRATE_Z "Kalibriere Z"
  154. #define MSG_DELTA_CALIBRATE_CENTER "Kalibriere Mitte"
  155. #endif // DELTA_CALIBRATION_MENU
  156. #endif // LANGUAGE_DE_H