My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

language_fi.h 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. * Finnish
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_FI_H
  30. #define LANGUAGE_FI_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 " valmis."
  36. #define MSG_SD_INSERTED "Kortti asetettu"
  37. #define MSG_SD_REMOVED "Kortti poistettu"
  38. #define MSG_MAIN "Palaa"
  39. #define MSG_AUTOSTART "Automaatti"
  40. #define MSG_DISABLE_STEPPERS "Vapauta moottorit"
  41. #define MSG_AUTO_HOME "Aja referenssiin"
  42. #define MSG_LEVEL_BED_HOMING "Homing"
  43. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  44. #define MSG_SET_ORIGIN "Aseta origo"
  45. #define MSG_PREHEAT_PLA "Esilämmitä PLA"
  46. #define MSG_PREHEAT_PLA_N "Esilämmitä PLA "
  47. #define MSG_PREHEAT_PLA_ALL "Esilä. PLA Kaikki"
  48. #define MSG_PREHEAT_PLA_BEDONLY "Esilä. PLA Alusta"
  49. #define MSG_PREHEAT_PLA_SETTINGS "Esilämm. PLA konf"
  50. #define MSG_PREHEAT_ABS "Esilämmitä ABS"
  51. #define MSG_PREHEAT_ABS_N "Esilämmitä ABS "
  52. #define MSG_PREHEAT_ABS_ALL "Esilä. ABS Kaikki"
  53. #define MSG_PREHEAT_ABS_BEDONLY "Esilä. ABS Alusta"
  54. #define MSG_PREHEAT_ABS_SETTINGS "Esilämm. ABS konf"
  55. #define MSG_COOLDOWN "Jäähdytä"
  56. #define MSG_SWITCH_PS_ON "Virta päälle"
  57. #define MSG_SWITCH_PS_OFF "Virta pois"
  58. #define MSG_EXTRUDE "Pursota"
  59. #define MSG_RETRACT "Vedä takaisin"
  60. #define MSG_MOVE_AXIS "Liikuta akseleita"
  61. #define MSG_MOVE_X "Liikuta X"
  62. #define MSG_MOVE_Y "Liikuta Y"
  63. #define MSG_MOVE_Z "Liikuta Z"
  64. #define MSG_MOVE_E "Extruder"
  65. #define MSG_MOVE_01MM "Liikuta 0.1mm"
  66. #define MSG_MOVE_1MM "Liikuta 1mm"
  67. #define MSG_MOVE_10MM "Liikuta 10mm"
  68. #define MSG_SPEED "Nopeus"
  69. #define MSG_NOZZLE "Suutin"
  70. #define MSG_BED "Alusta"
  71. #define MSG_FAN_SPEED "Tuul. nopeus"
  72. #define MSG_FLOW "Virtaus"
  73. #define MSG_CONTROL "Kontrolli"
  74. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  75. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  76. #define MSG_FACTOR LCD_STR_THERMOMETER " Kerr"
  77. #define MSG_AUTOTEMP "Autotemp"
  78. #define MSG_ON "On "
  79. #define MSG_OFF "Off"
  80. #define MSG_PID_P "PID-P"
  81. #define MSG_PID_I "PID-I"
  82. #define MSG_PID_D "PID-D"
  83. #define MSG_PID_C "PID-C"
  84. #define MSG_ACC "Kiihtyv"
  85. #define MSG_VXY_JERK "Vxy-jerk"
  86. #define MSG_VZ_JERK "Vz-jerk"
  87. #define MSG_VE_JERK "Ve-jerk"
  88. #define MSG_VMAX "Vmax "
  89. #define MSG_X "x"
  90. #define MSG_Y "y"
  91. #define MSG_Z "z"
  92. #define MSG_E "e"
  93. #define MSG_VMIN "Vmin"
  94. #define MSG_VTRAV_MIN "VLiike min"
  95. #define MSG_AMAX "Amax "
  96. #define MSG_A_RETRACT "A-peruuta"
  97. #define MSG_XSTEPS "Xsteps/mm"
  98. #define MSG_YSTEPS "Ysteps/mm"
  99. #define MSG_ZSTEPS "Zsteps/mm"
  100. #define MSG_ESTEPS "Esteps/mm"
  101. #define MSG_TEMPERATURE "Lämpötila"
  102. #define MSG_MOTION "Liike"
  103. #define MSG_VOLUMETRIC "Filament"
  104. #define MSG_VOLUMETRIC_ENABLED "E in mm³"
  105. #define MSG_FILAMENT_DIAM "Fil. Dia."
  106. #define MSG_CONTRAST "LCD kontrasti"
  107. #define MSG_STORE_EPROM "Tallenna muistiin"
  108. #define MSG_LOAD_EPROM "Lataa muistista"
  109. #define MSG_RESTORE_FAILSAFE "Palauta oletus"
  110. #define MSG_REFRESH "Päivitä"
  111. #define MSG_WATCH "Seuraa"
  112. #define MSG_PREPARE "Valmistele"
  113. #define MSG_TUNE "Säädä"
  114. #define MSG_PAUSE_PRINT "Keskeytä tulostus"
  115. #define MSG_RESUME_PRINT "Jatka tulostusta"
  116. #define MSG_STOP_PRINT "Pysäytä tulostus"
  117. #define MSG_CARD_MENU "Korttivalikko"
  118. #define MSG_NO_CARD "Ei korttia"
  119. #define MSG_DWELL "Nukkumassa..."
  120. #define MSG_USERWAIT "Odotet. valintaa"
  121. #define MSG_RESUMING "Jatke. tulostusta"
  122. #define MSG_PRINT_ABORTED "Print aborted"
  123. #define MSG_NO_MOVE "Ei liiketta."
  124. #define MSG_KILLED "KILLED. "
  125. #define MSG_STOPPED "STOPPED. "
  126. #define MSG_CONTROL_RETRACT "Vedä mm"
  127. #define MSG_CONTROL_RETRACT_SWAP "Va. Vedä mm"
  128. #define MSG_CONTROL_RETRACTF "Vedä V"
  129. #define MSG_CONTROL_RETRACT_ZLIFT "Z mm"
  130. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  131. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Va. UnRet +mm"
  132. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  133. #define MSG_AUTORETRACT "AutoVeto."
  134. #define MSG_FILAMENTCHANGE "Change filament"
  135. #define MSG_INIT_SDCARD "Init. SD-Card"
  136. #define MSG_CNG_SDCARD "Change SD-Card"
  137. #define MSG_ZPROBE_OUT "Z probe out. bed"
  138. #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
  139. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  140. #define MSG_BABYSTEP_X "Babystep X"
  141. #define MSG_BABYSTEP_Y "Babystep Y"
  142. #define MSG_BABYSTEP_Z "Babystep Z"
  143. #define MSG_ENDSTOP_ABORT "Endstop abort"
  144. #define MSG_END_HOUR "hours"
  145. #define MSG_END_MINUTE "minutes"
  146. #if ENABLED(DELTA_CALIBRATION_MENU)
  147. #define MSG_DELTA_CALIBRATE "Delta Kalibrointi"
  148. #define MSG_DELTA_CALIBRATE_X "Kalibroi X"
  149. #define MSG_DELTA_CALIBRATE_Y "Kalibroi Y"
  150. #define MSG_DELTA_CALIBRATE_Z "Kalibroi Z"
  151. #define MSG_DELTA_CALIBRATE_CENTER "Kalibroi Center"
  152. #endif // DELTA_CALIBRATION_MENU
  153. #endif // LANGUAGE_FI_H