Merge branch 'main' into CURA-10831

# Conflicts:
#	.github/workflows/conan-package-create.yml
#	.github/workflows/conan-package.yml
This commit is contained in:
Jelle Spijker 2023-11-29 15:18:39 +01:00
commit 37a4c5d19a
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
91 changed files with 12336 additions and 17874 deletions

View file

@ -23,14 +23,14 @@ body:
- type: input - type: input
attributes: attributes:
label: Cura Version label: Cura Version
placeholder: 5.3.1 placeholder: 5.6.0
validations: validations:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
We work hard on improving our slicing crashes. Our most recent release is 5.3.1. We work hard on improving our slicing crashes. Our most recent release is 5.6.0.
If you are not on the latest version of Cura, [you can download it here](https://github.com/Ultimaker/Cura/releases/tag/5.3.1) If you are not on the latest version of Cura, [you can download it here](https://github.com/Ultimaker/Cura/releases/latest)
- type: input - type: input
attributes: attributes:
label: Operating System label: Operating System

View file

@ -80,7 +80,10 @@ jobs:
conan config install https://github.com/Ultimaker/conan-config.git -a "-b runner/${{ runner.os }}/${{ runner.arch }}" conan config install https://github.com/Ultimaker/conan-config.git -a "-b runner/${{ runner.os }}/${{ runner.arch }}"
- name: Add Cura private Artifactory remote - name: Add Cura private Artifactory remote
run: conan remote add cura-private https://ultimaker.jfrog.io/artifactory/api/conan/cura-private True run: conan remote add cura-private-conan-dev https://cura.jfrog.io/artifactory/api/conan/cura-private-conan-dev True
- name: Set GH service account for remote cura-conan-dev
run: conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-private-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
- name: Export the Package (binaries) - name: Export the Package (binaries)
if: ${{ inputs.conan_export_binaries }} if: ${{ inputs.conan_export_binaries }}
@ -103,5 +106,5 @@ jobs:
- name: Upload the Package(s) to the private Artifactory - name: Upload the Package(s) to the private Artifactory
if: ${{ always() && ! inputs.conan_upload_community }} if: ${{ always() && ! inputs.conan_upload_community }}
run: | run: |
conan upload ${{ inputs.recipe_id_full }} -r cura-private --all -c conan upload ${{ inputs.recipe_id_full }} -r cura-private-conan-dev --all -c
conan upload ${{ inputs.recipe_id_latest }} -r cura-private -c conan upload ${{ inputs.recipe_id_latest }} -r cura-private-conan-dev -c

View file

@ -145,7 +145,7 @@ jobs:
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }} p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
- name: Remove private Artifactory - name: Remove private Artifactory
run: conan remote remove cura-conan-private || true run: conan remote remove cura-private-conan-dev || true
- name: Get Conan configuration - name: Get Conan configuration
run: | run: |

View file

@ -12,7 +12,7 @@
[![Badge Test]][Test] [![Badge Test]][Test]
[![Badge Conan]][Conan] [![Badge Conan]][Conan]
![Badge Downloads] [![Badge Downloads]][Downloads]
<br> <br>
<br> <br>
@ -67,6 +67,7 @@
[Issues]: https://github.com/Ultimaker/Cura/issues [Issues]: https://github.com/Ultimaker/Cura/issues
[Conan]: https://github.com/Ultimaker/Cura/actions/workflows/conan-package.yml [Conan]: https://github.com/Ultimaker/Cura/actions/workflows/conan-package.yml
[Test]: https://github.com/Ultimaker/Cura/actions/workflows/unit-test.yml [Test]: https://github.com/Ultimaker/Cura/actions/workflows/unit-test.yml
[Downloads]: https://github.com/Ultimaker/Cura/releases/latest
[License]: LICENSE [License]: LICENSE
[Report]: docs/Report.md [Report]: docs/Report.md
@ -81,8 +82,8 @@
[Badge License]: https://img.shields.io/badge/License-LGPL3-336887.svg?style=for-the-badge&labelColor=458cb5&logoColor=white&logo=GNU [Badge License]: https://img.shields.io/badge/License-LGPL3-336887.svg?style=for-the-badge&labelColor=458cb5&logoColor=white&logo=GNU
[Badge Closed]: https://img.shields.io/github/issues-closed/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=629944&color=446a30&logo=AddThis [Badge Closed]: https://img.shields.io/github/issues-closed/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=629944&color=446a30&logo=AddThis
[Badge Issues]: https://img.shields.io/github/issues/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=c34360&color=933349&logo=AdBlock [Badge Issues]: https://img.shields.io/github/issues/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=c34360&color=933349&logo=AdBlock
[Badge Conan]: https://img.shields.io/github/workflow/status/Ultimaker/Cura/conan-package?style=for-the-badge&logoColor=white&labelColor=6185aa&color=4c6987&logo=Conan&label=Conan%20Package [Badge Conan]: https://img.shields.io/github/actions/workflow/status/Ultimaker/Cura/conan-package.yml?branch=main&style=for-the-badge&logoColor=white&labelColor=6185aa&color=4c6987&logo=Conan&label=Conan%20Package
[Badge Test]: https://img.shields.io/github/workflow/status/Ultimaker/Cura/unit-test?style=for-the-badge&logoColor=white&labelColor=4a999d&color=346c6e&logo=Codacy&label=Unit%20Test [Badge Test]: https://img.shields.io/github/actions/workflow/status/Ultimaker/Cura/unit-test.yml?branch=main&style=for-the-badge&logoColor=white&labelColor=4a999d&color=346c6e&logo=Codacy&label=Unit%20Test
[Badge Size]: https://img.shields.io/github/repo-size/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=715a97&color=584674&logo=GoogleAnalytics [Badge Size]: https://img.shields.io/github/repo-size/ultimaker/cura?style=for-the-badge&logoColor=white&labelColor=715a97&color=584674&logo=GoogleAnalytics
[Badge Downloads]: https://img.shields.io/github/downloads-pre/Ultimaker/Cura/latest/total?style=for-the-badge [Badge Downloads]: https://img.shields.io/github/downloads-pre/Ultimaker/Cura/latest/total?style=for-the-badge

View file

@ -25,7 +25,7 @@ class CuraConan(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
# FIXME: Remove specific branch once merged to main # FIXME: Remove specific branch once merged to main
python_requires = "translationextractor/[>=2.1.1]@ultimaker/stable" python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"
options = { options = {
"enterprise": ["True", "False", "true", "false"], # Workaround for GH Action passing boolean as lowercase string "enterprise": ["True", "False", "true", "false"], # Workaround for GH Action passing boolean as lowercase string
@ -52,6 +52,10 @@ class CuraConan(ConanFile):
if not self.version: if not self.version:
self.version = self.conan_data["version"] self.version = self.conan_data["version"]
@property
def _i18n_options(self):
return self.conf.get("user.i18n:options", default = {"extract": True, "build": True}, check_type = dict)
@property @property
def _pycharm_targets(self): def _pycharm_targets(self):
return self.conan_data["pycharm_targets"] return self.conan_data["pycharm_targets"]
@ -257,7 +261,7 @@ class CuraConan(ConanFile):
with open(os.path.join(self.recipe_folder, "UltiMaker-Cura.spec.jinja"), "r") as f: with open(os.path.join(self.recipe_folder, "UltiMaker-Cura.spec.jinja"), "r") as f:
pyinstaller = Template(f.read()) pyinstaller = Template(f.read())
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str) version = self.conf.get("user.cura:version", default = self.version, check_type = str)
cura_version = Version(version) cura_version = Version(version)
with open(os.path.join(location, "UltiMaker-Cura.spec"), "w") as f: with open(os.path.join(location, "UltiMaker-Cura.spec"), "w") as f:
@ -308,7 +312,7 @@ class CuraConan(ConanFile):
self.options["curaengine_grpc_definitions"].shared = True self.options["curaengine_grpc_definitions"].shared = True
def validate(self): def validate(self):
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str) version = self.conf.get("user.cura:version", default = self.version, check_type = str)
if version and Version(version) <= Version("4"): if version and Version(version) <= Version("4"):
raise ConanInvalidConfiguration("Only versions 5+ are support") raise ConanInvalidConfiguration("Only versions 5+ are support")
@ -329,7 +333,7 @@ class CuraConan(ConanFile):
def build_requirements(self): def build_requirements(self):
if self.options.get_safe("enable_i18n", False): if self.options.get_safe("enable_i18n", False):
self.tool_requires("gettext/0.21@ultimaker/testing", force_host_context = True) self.tool_requires("gettext/0.21", force_host_context = True)
def layout(self): def layout(self):
self.folders.source = "." self.folders.source = "."
@ -402,7 +406,7 @@ class CuraConan(ConanFile):
entitlements_file=entitlements_file if self.settings.os == "Macos" else "None" entitlements_file=entitlements_file if self.settings.os == "Macos" else "None"
) )
if self.options.get_safe("enable_i18n", False): if self.options.get_safe("enable_i18n", False) and self._i18n_options["extract"]:
# Update the po and pot files # Update the po and pot files
vb = VirtualBuildEnv(self) vb = VirtualBuildEnv(self)
vb.generate() vb.generate()
@ -413,7 +417,7 @@ class CuraConan(ConanFile):
pot.generate() pot.generate()
def build(self): def build(self):
if self.options.get_safe("enable_i18n", False): if self.options.get_safe("enable_i18n", False) and self._i18n_options["build"]:
for po_file in self.source_path.joinpath("resources", "i18n").glob("**/*.po"): for po_file in self.source_path.joinpath("resources", "i18n").glob("**/*.po"):
mo_file = Path(self.build_folder, po_file.with_suffix('.mo').relative_to(self.source_path)) mo_file = Path(self.build_folder, po_file.with_suffix('.mo').relative_to(self.source_path))
mo_file = mo_file.parent.joinpath("LC_MESSAGES", mo_file.name) mo_file = mo_file.parent.joinpath("LC_MESSAGES", mo_file.name)
@ -437,7 +441,7 @@ class CuraConan(ConanFile):
copy(self, "*", uranium.libdirs[0], str(self._site_packages.joinpath("UM")), keep_path = True) copy(self, "*", uranium.libdirs[0], str(self._site_packages.joinpath("UM")), keep_path = True)
# Generate the GitHub Action version info Environment # Generate the GitHub Action version info Environment
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str) version = self.conf.get("user.cura:version", default = self.version, check_type = str)
cura_version = Version(version) cura_version = Version(version)
env_prefix = "Env:" if self.settings.os == "Windows" else "" env_prefix = "Env:" if self.settings.os == "Windows" else ""
activate_github_actions_version_env = Template(r"""echo "CURA_VERSION_MAJOR={{ cura_version_major }}" >> ${{ env_prefix }}GITHUB_ENV activate_github_actions_version_env = Template(r"""echo "CURA_VERSION_MAJOR={{ cura_version_major }}" >> ${{ env_prefix }}GITHUB_ENV

View file

@ -120,6 +120,8 @@ class BuildVolume(SceneNode):
# Objects loaded at the moment. We are connected to the property changed events of these objects. # Objects loaded at the moment. We are connected to the property changed events of these objects.
self._scene_objects = set() # type: Set[SceneNode] self._scene_objects = set() # type: Set[SceneNode]
# Number of toplevel printable meshes. If there is more than one, the build volume needs to take account of the gantry height in One at a Time printing.
self._root_printable_object_count = 0
self._scene_change_timer = QTimer() self._scene_change_timer = QTimer()
self._scene_change_timer.setInterval(200) self._scene_change_timer.setInterval(200)
@ -151,6 +153,7 @@ class BuildVolume(SceneNode):
def _onSceneChangeTimerFinished(self): def _onSceneChangeTimerFinished(self):
root = self._application.getController().getScene().getRoot() root = self._application.getController().getScene().getRoot()
new_scene_objects = set(node for node in BreadthFirstIterator(root) if node.callDecoration("isSliceable")) new_scene_objects = set(node for node in BreadthFirstIterator(root) if node.callDecoration("isSliceable"))
if new_scene_objects != self._scene_objects: if new_scene_objects != self._scene_objects:
for node in new_scene_objects - self._scene_objects: #Nodes that were added to the scene. for node in new_scene_objects - self._scene_objects: #Nodes that were added to the scene.
self._updateNodeListeners(node) self._updateNodeListeners(node)
@ -166,6 +169,26 @@ class BuildVolume(SceneNode):
self.rebuild() self.rebuild()
self._scene_objects = new_scene_objects self._scene_objects = new_scene_objects
# This also needs to be called when objects are grouped/ungrouped,
# which is not reflected in a change in self._scene_objects
self._updateRootPrintableObjectCount()
def _updateRootPrintableObjectCount(self):
# Get the number of models in the scene root, excluding modifier meshes and counting grouped models as 1
root = self._application.getController().getScene().getRoot()
scene_objects = set(node for node in BreadthFirstIterator(root) if node.callDecoration("isSliceable") or node.callDecoration("isGroup"))
new_root_printable_object_count = len(list(node for node in scene_objects if node.getParent() == root and not (
node_stack := node.callDecoration("getStack") and (
node.callDecoration("getStack").getProperty("anti_overhang_mesh", "value") or
node.callDecoration("getStack").getProperty("support_mesh", "value") or
node.callDecoration("getStack").getProperty("cutting_mesh", "value") or
node.callDecoration("getStack").getProperty("infill_mesh", "value")
))
))
if new_root_printable_object_count != self._root_printable_object_count:
self._root_printable_object_count = new_root_printable_object_count
self._onSettingPropertyChanged("print_sequence", "value") # Create fake event, so right settings are triggered. self._onSettingPropertyChanged("print_sequence", "value") # Create fake event, so right settings are triggered.
def _updateNodeListeners(self, node: SceneNode): def _updateNodeListeners(self, node: SceneNode):
@ -650,7 +673,7 @@ class BuildVolume(SceneNode):
self._width = self._global_container_stack.getProperty("machine_width", "value") self._width = self._global_container_stack.getProperty("machine_width", "value")
machine_height = self._global_container_stack.getProperty("machine_height", "value") machine_height = self._global_container_stack.getProperty("machine_height", "value")
if self._global_container_stack.getProperty("print_sequence", "value") == "one_at_a_time" and len(self._scene_objects) > 1: if self._global_container_stack.getProperty("print_sequence", "value") == "one_at_a_time" and self._root_printable_object_count > 1:
new_height = min(self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z, machine_height) new_height = min(self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z, machine_height)
if self._height > new_height: if self._height > new_height:
@ -692,9 +715,12 @@ class BuildVolume(SceneNode):
update_extra_z_clearance = True update_extra_z_clearance = True
for setting_key in self._changed_settings_since_last_rebuild: for setting_key in self._changed_settings_since_last_rebuild:
if setting_key in ["print_sequence", "support_mesh", "infill_mesh", "cutting_mesh", "anti_overhang_mesh"]:
self._updateRootPrintableObjectCount()
if setting_key == "print_sequence": if setting_key == "print_sequence":
machine_height = self._global_container_stack.getProperty("machine_height", "value") machine_height = self._global_container_stack.getProperty("machine_height", "value")
if self._application.getGlobalContainerStack().getProperty("print_sequence", "value") == "one_at_a_time" and len(self._scene_objects) > 1: if self._application.getGlobalContainerStack().getProperty("print_sequence", "value") == "one_at_a_time" and self._root_printable_object_count > 1:
new_height = min( new_height = min(
self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z, self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z,
machine_height) machine_height)

View file

@ -61,6 +61,11 @@ class IntentCategoryModel(ListModel):
"The annealing profile requires post-processing in an oven after the print is finished. This profile retains the dimensional accuracy of the printed part after annealing and improves strength, stiffness, and thermal resistance.") "The annealing profile requires post-processing in an oven after the print is finished. This profile retains the dimensional accuracy of the printed part after annealing and improves strength, stiffness, and thermal resistance.")
} }
cls._translations["solid"] = {
"name": catalog.i18nc("@label", "Solid"),
"description": catalog.i18nc("@text",
"A highly dense and strong part but at a slower print time. Great for functional parts.")
}
return cls._translations return cls._translations
def __init__(self, intent_category: str) -> None: def __init__(self, intent_category: str) -> None:

View file

@ -57,8 +57,9 @@ class IntentSelectionModel(ListModel):
self._onChange() self._onChange()
_default_intent_categories = ["default", "visual", "engineering", "quick", "annealing"] _default_intent_categories = ["default", "visual", "engineering", "quick", "annealing", "solid"]
_icons = {"default": "GearCheck", "visual": "Visual", "engineering": "Nut", "quick": "SpeedOMeter", "annealing": "Anneal"} _icons = {"default": "GearCheck", "visual": "Visual", "engineering": "Nut", "quick": "SpeedOMeter",
"annealing": "Anneal", "solid": "Hammer"}
def _onContainerChange(self, container: ContainerInterface) -> None: def _onContainerChange(self, container: ContainerInterface) -> None:
"""Updates the list of intents if an intent profile was added or removed.""" """Updates the list of intents if an intent profile was added or removed."""

View file

@ -24,3 +24,8 @@ intent_translations["quick"] = {
"name": catalog.i18nc("@label", "Draft"), "name": catalog.i18nc("@label", "Draft"),
"description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.") "description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.")
} }
intent_translations["solid"] = {
"name": catalog.i18nc("@label", "Solid"),
"description": catalog.i18nc("@text",
"A highly dense and strong part but at a slower print time. Great for functional parts.")
}

View file

@ -10,13 +10,16 @@ class VariantDatabaseHandler(DatabaseMetadataContainerController):
"""The Database handler for Variant containers""" """The Database handler for Variant containers"""
def __init__(self): def __init__(self):
super().__init__(SQLQueryFactory(table = "variant", super().__init__(SQLQueryFactory(
fields = { table="variant",
"id": "text", fields={
"name": "text", "id": "text",
"hardware_type": "text", "name": "text",
"definition": "text", "hardware_type": "text",
"version": "text", "definition": "text",
"setting_version": "text" "version": "text",
})) "setting_version": "text",
"reference_extruder_id": "text",
},
))
self._container_type = InstanceContainer self._container_type = InstanceContainer

View file

@ -50,59 +50,6 @@ class MakerbotWriter(MeshWriter):
{"prefix": "thumbnail", "width": 90, "height": 90}, {"prefix": "thumbnail", "width": 90, "height": 90},
] ]
_META_VERSION = "3.0.0" _META_VERSION = "3.0.0"
_PRINT_NAME_MAP = {
"UltiMaker Method": "fire_e",
"UltiMaker Method X": "lava_f",
"UltiMaker Method XL": "magma_10",
}
_EXTRUDER_NAME_MAP = {
"1XA": "mk14_hot",
"2XA": "mk14_hot_s",
"1C": "mk14_c",
"1A": "mk14",
"2A": "mk14_s",
}
_MATERIAL_MAP = {"2780b345-577b-4a24-a2c5-12e6aad3e690": "abs",
"88c8919c-6a09-471a-b7b6-e801263d862d": "abs-wss1",
"416eead4-0d8e-4f0b-8bfc-a91a519befa5": "asa",
"85bbae0e-938d-46fb-989f-c9b3689dc4f0": "nylon-cf",
"283d439a-3490-4481-920c-c51d8cdecf9c": "nylon",
"62414577-94d1-490d-b1e4-7ef3ec40db02": "pc",
"69386c85-5b6c-421a-bec5-aeb1fb33f060": "petg",
"0ff92885-617b-4144-a03c-9989872454bc": "pla",
"a4255da2-cb2a-4042-be49-4a83957a2f9a": "pva",
"a140ef8f-4f26-4e73-abe0-cfc29d6d1024": "wss1",
"77873465-83a9-4283-bc44-4e542b8eb3eb": "sr30",
"96fca5d9-0371-4516-9e96-8e8182677f3c": "im-pla",
"9f52c514-bb53-46a6-8c0c-d507cd6ee742": "abs",
"0f9a2a91-f9d6-4b6b-bd9b-a120a29391be": "abs",
"d3e972f2-68c0-4d2f-8cfd-91028dfc3381": "abs",
"495a0ce5-9daf-4a16-b7b2-06856d82394d": "abs-cf10",
"cb76bd6e-91fd-480c-a191-12301712ec77": "abs-wss1",
"a017777e-3f37-4d89-a96c-dc71219aac77": "abs-wss1",
"4d96000d-66de-4d54-a580-91827dcfd28f": "abs-wss1",
"0ecb0e1a-6a66-49fb-b9ea-61a8924e0cf5": "asa",
"efebc2ea-2381-4937-926f-e824524524a5": "asa",
"b0199512-5714-4951-af85-be19693430f8": "asa",
"b9f55a0a-a2b6-4b8d-8d48-07802c575bd1": "pla",
"c439d884-9cdc-4296-a12c-1bacae01003f": "pla",
"16a723e3-44df-49f4-82ec-2a1173c1e7d9": "pla",
"74d0f5c2-fdfd-4c56-baf1-ff5fa92d177e": "pla",
"64dcb783-470d-4400-91b1-7001652f20da": "pla",
"3a1b479b-899c-46eb-a2ea-67050d1a4937": "pla",
"4708ac49-5dde-4cc2-8c0a-87425a92c2b3": "pla",
"4b560eda-1719-407f-b085-1c2c1fc8ffc1": "pla",
"e10a287d-0067-4a58-9083-b7054f479991": "im-pla",
"01a6b5b0-fab1-420c-a5d9-31713cbeb404": "im-pla",
"f65df4ad-a027-4a48-a51d-975cc8b87041": "im-pla",
"f48739f8-6d96-4a3d-9a2e-8505a47e2e35": "im-pla",
"5c7d7672-e885-4452-9a78-8ba90ec79937": "petg",
"91e05a6e-2f5b-4964-b973-d83b5afe6db4": "petg",
"bdc7dd03-bf38-48ee-aeca-c3e11cee799e": "petg",
"54f66c89-998d-4070-aa60-1cb0fd887518": "nylon",
"002c84b3-84ac-4b5a-b57d-fe1f555a6351": "pva",
"e4da5fcb-f62d-48a2-aaef-0b645aa6973b": "wss1",
"77f06146-6569-437d-8380-9edb0d635a32": "sr30"}
# must be called from the main thread because of OpenGL # must be called from the main thread because of OpenGL
@staticmethod @staticmethod
@ -197,7 +144,7 @@ class MakerbotWriter(MeshWriter):
meta = dict() meta = dict()
meta["bot_type"] = MakerbotWriter._PRINT_NAME_MAP.get((name := global_stack.definition.name), name) meta["bot_type"] = global_stack.definition.getMetaDataEntry("reference_machine_id")
bounds: Optional[AxisAlignedBox] = None bounds: Optional[AxisAlignedBox] = None
for node in nodes: for node in nodes:
@ -239,12 +186,7 @@ class MakerbotWriter(MeshWriter):
meta["uuid"] = print_information.slice_uuid meta["uuid"] = print_information.slice_uuid
materials = [] materials = [extruder.material.getMetaData().get("reference_material_id") for extruder in extruders]
for extruder in extruders:
guid = extruder.material.getMetaData().get("GUID")
material_name = extruder.material.getMetaData().get("material")
material = self._MATERIAL_MAP.get(guid, material_name)
materials.append(material)
meta["material"] = materials[0] meta["material"] = materials[0]
meta["materials"] = materials meta["materials"] = materials
@ -256,8 +198,7 @@ class MakerbotWriter(MeshWriter):
meta["model_counts"] = [{"count": 1, "name": node.getName()} for node in nodes] meta["model_counts"] = [{"count": 1, "name": node.getName()} for node in nodes]
tool_types = [MakerbotWriter._EXTRUDER_NAME_MAP.get((name := extruder.variant.getName()), name) for extruder in tool_types = [extruder.variant.getMetaDataEntry("reference_extruder_id") for extruder in extruders]
extruders]
meta["tool_type"] = tool_types[0] meta["tool_type"] = tool_types[0]
meta["tool_types"] = tool_types meta["tool_types"] = tool_types

View file

@ -24,7 +24,8 @@
# - Example line on LCD: 1/479 | ET 2h13m # - Example line on LCD: 1/479 | ET 2h13m
# - Time to Pauses changes the M117/M118 lines to countdown to the next pause as 1/479 | TP 2h36m # - Time to Pauses changes the M117/M118 lines to countdown to the next pause as 1/479 | TP 2h36m
# - 'Add M118 Line' is available with either option. M118 will bounce the message back to a remote print server through the USB connection. # - 'Add M118 Line' is available with either option. M118 will bounce the message back to a remote print server through the USB connection.
# - Enable 'Finish-Time' Message - when enabled, takes the Print Time, adds 15 minutes for print start-up, and calculates when the print will end. It takes into account the Time Fudge Factor. The user may enter a print start time. This is also available for Display Filename. # - 'Add M73 Line' is used by 'Display Progress' only. There are options to incluse M73 P(percent) and M73 R(time remaining)
# - Enable 'Finish-Time' Message - when enabled, takes the Print Time and calculates when the print will end. It takes into account the Time Fudge Factor. The user may enter a print start time. This is also available for Display Filename.
from ..Script import Script from ..Script import Script
from UM.Application import Application from UM.Application import Application
@ -34,6 +35,7 @@ import configparser
from UM.Preferences import Preferences from UM.Preferences import Preferences
import time import time
import datetime import datetime
import math
from UM.Message import Message from UM.Message import Message
class DisplayInfoOnLCD(Script): class DisplayInfoOnLCD(Script):
@ -118,14 +120,38 @@ class DisplayInfoOnLCD(Script):
"add_m118_line": "add_m118_line":
{ {
"label": "Add M118 Line", "label": "Add M118 Line",
"description": "Adds M118 in addition to the M117. It will bounce the message back through the USB port to a computer print server (if a printer server is enabled).", "description": "Adds M118 in addition to the M117. It will bounce the message back through the USB port to a computer print server (if a printer server like Octoprint or Pronterface is in use).",
"type": "bool", "type": "bool",
"default_value": false "default_value": false
}, },
"add_m73_line":
{
"label": "Add M73 Line(s)",
"description": "Adds M73 in addition to the M117. For some firmware this will set the printers time and or percentage.",
"type": "bool",
"default_value": false,
"enabled": "display_option == 'display_progress'"
},
"add_m73_percent":
{
"label": " Add M73 Percentage",
"description": "Adds M73 with the P parameter. For some firmware this will set the printers 'percentage' of layers completed and it will count upward.",
"type": "bool",
"default_value": false,
"enabled": "add_m73_line and display_option == 'display_progress'"
},
"add_m73_time":
{
"label": " Add M73 Time",
"description": "Adds M73 with the R parameter. For some firmware this will set the printers 'print time' and it will count downward.",
"type": "bool",
"default_value": false,
"enabled": "add_m73_line and display_option == 'display_progress'"
},
"speed_factor": "speed_factor":
{ {
"label": "Time Fudge Factor %", "label": "Time Fudge Factor %",
"description": "When using 'Display Progress' tweak this value to get better estimates. ([Actual Print Time]/[Cura Estimate]) x 100 = Time Fudge Factor. If Cura estimated 9hr and the print actually took 10hr30min then enter 117 here to adjust any estimate closer to reality. This Fudge Factor is also used to calculate the time that the print will end if you were to start it 15 minutes after slicing.", "description": "When using 'Display Progress' tweak this value to get better estimates. ([Actual Print Time]/[Cura Estimate]) x 100 = Time Fudge Factor. If Cura estimated 9hr and the print actually took 10hr30min then enter 117 here to adjust any estimate closer to reality. This Fudge Factor is also used to calculate the print finish time.",
"type": "float", "type": "float",
"unit": "%", "unit": "%",
"default_value": 100, "default_value": 100,
@ -134,7 +160,7 @@ class DisplayInfoOnLCD(Script):
"countdown_to_pause": "countdown_to_pause":
{ {
"label": "Countdown to Pauses", "label": "Countdown to Pauses",
"description": "When enabled - DisplayInfoOnLCD must run AFTER all PauseAtHeight and Filament Change scripts. Instead of layer number and remaining print time the LCD will show 'layers remaining before pause/filament change and the time to pause/filament change' (TP).", "description": "Instead of the remaining print time the LCD will show the estimated time to pause (TP).",
"type": "bool", "type": "bool",
"default_value": false, "default_value": false,
"enabled": "display_option == 'display_progress'" "enabled": "display_option == 'display_progress'"
@ -142,7 +168,7 @@ class DisplayInfoOnLCD(Script):
"enable_end_message": "enable_end_message":
{ {
"label": "Enable 'Finish-Time' Message", "label": "Enable 'Finish-Time' Message",
"description": "Get a message when you save a fresh slice. It will show the estimated date and time that the print would finish (with a 15 minute lag from the end of slicing to the start of the print).", "description": "Get a message when you save a fresh slice. It will show the estimated date and time that the print would finish.",
"type": "bool", "type": "bool",
"default_value": true, "default_value": true,
"enabled": true "enabled": true
@ -150,7 +176,7 @@ class DisplayInfoOnLCD(Script):
"print_start_time": "print_start_time":
{ {
"label": "Print Start Time (Ex 16:45)", "label": "Print Start Time (Ex 16:45)",
"description": "Use 'Military' time. 16:45 would be 4:45PM. 09:30 would be 9:30AM. If you leave this blank it will be assumed that the print start will 15 minutes after slicing.", "description": "Use 'Military' time. 16:45 would be 4:45PM. 09:30 would be 9:30AM. If you leave this blank it will be assumed that the print will start Now. If you enter a guesstimate of your printer start time and that time is before 'Now' the guesstimate will consider that the print will start tomorrow at the entered time. ",
"type": "str", "type": "str",
"default_value": "", "default_value": "",
"unit": "hrs ", "unit": "hrs ",
@ -163,7 +189,10 @@ class DisplayInfoOnLCD(Script):
def execute(self, data): def execute(self, data):
display_option = self.getSettingValueByKey("display_option") display_option = self.getSettingValueByKey("display_option")
add_m118_line = self.getSettingValueByKey("add_m118_line") add_m118_line = self.getSettingValueByKey("add_m118_line")
add_m73_line = self.getSettingValueByKey("add_m73_line")
add_m73_time = self.getSettingValueByKey("add_m73_time")
add_m73_percent = self.getSettingValueByKey("add_m73_percent")
# This is Display Filename and Layer on LCD--------------------------------------------------------- # This is Display Filename and Layer on LCD---------------------------------------------------------
if display_option == "filename_layer": if display_option == "filename_layer":
max_layer = 0 max_layer = 0
@ -217,6 +246,12 @@ class DisplayInfoOnLCD(Script):
display_total_layers = self.getSettingValueByKey("display_total_layers") display_total_layers = self.getSettingValueByKey("display_total_layers")
display_remaining_time = self.getSettingValueByKey("display_remaining_time") display_remaining_time = self.getSettingValueByKey("display_remaining_time")
speed_factor = self.getSettingValueByKey("speed_factor") / 100 speed_factor = self.getSettingValueByKey("speed_factor") / 100
m73_time = False
m73_percent = False
if add_m73_line and add_m73_time:
m73_time = True
if add_m73_line and add_m73_percent:
m73_percent = True
# initialize global variables # initialize global variables
first_layer_index = 0 first_layer_index = 0
time_total = 0 time_total = 0
@ -235,27 +270,26 @@ class DisplayInfoOnLCD(Script):
mmm = round((hhh % 1) * 60) mmm = round((hhh % 1) * 60)
orig_hhh = cura_time/3600 orig_hhh = cura_time/3600
orig_hr = round(orig_hhh // 1) orig_hr = round(orig_hhh // 1)
orig_min = int((cura_time - (orig_hr * 3600))/60) # Not rounded up orig_mmm = math.floor((orig_hhh % 1) * 60)
orig_mmm = round((orig_hhh % 1) * 60) # Rounded up orig_sec = round((((orig_hhh % 1) * 60) % 1) * 60)
orig_sec = round(cura_time - orig_hr * 3600 - orig_min * 60)
if add_m118_line: lines.insert(tindex + 3,"M118 Adjusted Print Time " + str(hr) + "hr " + str(mmm) + "min") if add_m118_line: lines.insert(tindex + 3,"M118 Adjusted Print Time " + str(hr) + "hr " + str(mmm) + "min")
lines.insert(tindex + 3,"M117 ET " + str(hr) + "hr " + str(mmm) + "min") lines.insert(tindex + 3,"M117 ET " + str(hr) + "hr " + str(mmm) + "min")
# If Countdown to pause is enabled then count the pauses and/or filament changes # add M73 line at beginning
mins = int(60 * hr + mmm)
if m73_time:
lines.insert(tindex + 3, "M73 R{}".format(mins))
if m73_percent:
lines.insert(tindex + 3, "M73 P0")
# If Countdonw to pause is enabled then count the pauses
pause_str = "" pause_str = ""
if bool(self.getSettingValueByKey("countdown_to_pause")): if bool(self.getSettingValueByKey("countdown_to_pause")):
pause_count = 0 pause_count = 0
filament_change_count = 0
for num in range(2,len(data) - 1, 1): for num in range(2,len(data) - 1, 1):
if "PauseAtHeight.py" in data[num]: if "PauseAtHeight.py" in data[num]:
pause_count += 1 pause_count += 1
if "M600" in data[num]:
filament_change_count += 1
if pause_count > 0:
pause_str = f" with {pause_count} pause(s)" pause_str = f" with {pause_count} pause(s)"
if filament_change_count > 0:
pause_str += f" and {filament_change_count} filament change(s)"
# This line goes in to convert seconds to hours and minutes # This line goes in to convert seconds to hours and minutes
lines.insert(tindex + 3, f";Cura Time Estimate: {cura_time}sec = {orig_hr}hr {orig_min}min {orig_sec}sec {pause_str}") lines.insert(tindex + 3, f";Cura Time Estimate: {cura_time}sec = {orig_hr}hr {orig_mmm}min {orig_sec}sec {pause_str}")
data[0] = "\n".join(lines) data[0] = "\n".join(lines)
data[len(data)-1] += "M117 Orig Cura Est " + str(orig_hr) + "hr " + str(orig_mmm) + "min\n" data[len(data)-1] += "M117 Orig Cura Est " + str(orig_hr) + "hr " + str(orig_mmm) + "min\n"
if add_m118_line: data[len(data)-1] += "M118 Est w/FudgeFactor " + str(speed_factor * 100) + "% was " + str(hr) + "hr " + str(mmm) + "min\n" if add_m118_line: data[len(data)-1] += "M118 Est w/FudgeFactor " + str(speed_factor * 100) + "% was " + str(hr) + "hr " + str(mmm) + "min\n"
@ -322,6 +356,12 @@ class DisplayInfoOnLCD(Script):
for l_index, line in enumerate(lines): for l_index, line in enumerate(lines):
if line.startswith(";LAYER:"): if line.startswith(";LAYER:"):
lines[l_index] += "\nM117 " + display_text lines[l_index] += "\nM117 " + display_text
# add M73 line
mins = int(60 * h + m)
if m73_time:
lines[l_index] += "\nM73 R{}".format(mins)
if m73_percent:
lines[l_index] += "\nM73 P" + str(round(int(current_layer) / int(number_of_layers) * 100))
if add_m118_line: if add_m118_line:
lines[l_index] += "\nM118 " + display_text lines[l_index] += "\nM118 " + display_text
break break
@ -344,7 +384,7 @@ class DisplayInfoOnLCD(Script):
if line.startswith(";TIME_ELAPSED:"): if line.startswith(";TIME_ELAPSED:"):
this_time = (float(line.split(":")[1]))*speed_factor this_time = (float(line.split(":")[1]))*speed_factor
time_list.append(str(this_time)) time_list.append(str(this_time))
if "PauseAtHeight.py" in layer or "M600" in layer: if "PauseAtHeight.py" in layer:
for qnum in range(num - 1, pause_index, -1): for qnum in range(num - 1, pause_index, -1):
time_list[qnum] = str(float(this_time) - float(time_list[qnum])) + "P" time_list[qnum] = str(float(this_time) - float(time_list[qnum])) + "P"
pause_index = num-1 pause_index = num-1
@ -380,7 +420,7 @@ class DisplayInfoOnLCD(Script):
return data return data
def message_to_user(self, speed_factor: float): def message_to_user(self, speed_factor: float):
# Message the user of the projected finish time of the print (figuring a 15 minute delay from end-of-slice to start-of-print # Message the user of the projected finish time of the print
print_time = Application.getInstance().getPrintInformation().currentPrintTime.getDisplayString(DurationFormat.Format.ISO8601) print_time = Application.getInstance().getPrintInformation().currentPrintTime.getDisplayString(DurationFormat.Format.ISO8601)
print_start_time = self.getSettingValueByKey("print_start_time") print_start_time = self.getSettingValueByKey("print_start_time")
# If the user entered a print start time make sure it is in the correct format or ignore it. # If the user entered a print start time make sure it is in the correct format or ignore it.
@ -391,12 +431,10 @@ class DisplayInfoOnLCD(Script):
hr = int(print_start_time.split(":")[0]) hr = int(print_start_time.split(":")[0])
min = int(print_start_time.split(":")[1]) min = int(print_start_time.split(":")[1])
sec = 0 sec = 0
fifteen_minute_delay = 0
else: else:
hr = int(time.strftime("%H")) hr = int(time.strftime("%H"))
min = int(time.strftime("%M")) min = int(time.strftime("%M"))
sec = int(time.strftime("%S")) sec = int(time.strftime("%S"))
fifteen_minute_delay = 900
#Get the current data/time info #Get the current data/time info
yr = int(time.strftime("%Y")) yr = int(time.strftime("%Y"))
@ -409,7 +447,7 @@ class DisplayInfoOnLCD(Script):
pr_min = int(print_time.split(":")[1]) pr_min = int(print_time.split(":")[1])
pr_sec = int(print_time.split(":")[2]) pr_sec = int(print_time.split(":")[2])
#Adjust the print time if none was entered #Adjust the print time if none was entered
print_seconds = pr_hr*3600 + pr_min*60 + pr_sec + fifteen_minute_delay print_seconds = pr_hr*3600 + pr_min*60 + pr_sec
#Adjust the total seconds by the Fudge Factor #Adjust the total seconds by the Fudge Factor
adjusted_print_time = print_seconds * speed_factor adjusted_print_time = print_seconds * speed_factor
#Break down the adjusted seconds back into hh:mm:ss #Break down the adjusted seconds back into hh:mm:ss
@ -435,13 +473,13 @@ class DisplayInfoOnLCD(Script):
show_hr = str(new_time.strftime("%H")) + ":" show_hr = str(new_time.strftime("%H")) + ":"
show_ampm = " AM" show_ampm = " AM"
if print_start_time == "": if print_start_time == "":
start_str = "and a 15 minute lag between saving the file and starting the print." start_str = "Now"
else: else:
start_str = "and your entered 'print start time' of " + print_start_time + "hrs." start_str = "and your entered 'print start time' of " + print_start_time + "hrs."
if print_start_time != "": if print_start_time != "":
print_start_str = "Print Start Time................." + str(print_start_time) + "hrs" print_start_str = "Print Start Time................." + str(print_start_time) + "hrs"
else: else:
print_start_str = "Print Start Time.................15 minutes from now." print_start_str = "Print Start Time.................Now."
estimate_str = "Cura Time Estimate.........." + str(print_time) estimate_str = "Cura Time Estimate.........." + str(print_time)
adjusted_str = "Adjusted Time Estimate..." + str(time_change) adjusted_str = "Adjusted Time Estimate..." + str(time_change)
finish_str = week_day + " " + str(mo_str) + " " + str(new_time.strftime("%d")) + ", " + str(new_time.strftime("%Y")) + " at " + str(show_hr) + str(new_time.strftime("%M")) + str(show_ampm) finish_str = week_day + " " + str(mo_str) + " " + str(new_time.strftime("%d")) + ", " + str(new_time.strftime("%Y")) + " at " + str(show_hr) + str(new_time.strftime("%M")) + str(show_ampm)

View file

@ -58,7 +58,6 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
# The minimum version of firmware that support print job actions over cloud. # The minimum version of firmware that support print job actions over cloud.
PRINT_JOB_ACTIONS_MIN_VERSION = Version("5.2.12") PRINT_JOB_ACTIONS_MIN_VERSION = Version("5.2.12")
PRINT_JOB_ACTIONS_MIN_VERSION_METHOD = Version("2.700")
# Notify can only use signals that are defined by the class that they are in, not inherited ones. # Notify can only use signals that are defined by the class that they are in, not inherited ones.
# Therefore, we create a private signal used to trigger the printersChanged signal. # Therefore, we create a private signal used to trigger the printersChanged signal.
@ -214,7 +213,12 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
return return
# Export the scene to the correct file type. # Export the scene to the correct file type.
job = ExportFileJob(file_handler=file_handler, nodes=nodes, firmware_version=self.firmwareVersion) job = ExportFileJob(
file_handler=file_handler,
nodes=nodes,
firmware_version=self.firmwareVersion,
print_type=self.printerType,
)
job.finished.connect(self._onPrintJobCreated) job.finished.connect(self._onPrintJobCreated)
job.start() job.start()
@ -319,19 +323,29 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
PrintJobUploadErrorMessage(message).show() PrintJobUploadErrorMessage(message).show()
self.writeError.emit() self.writeError.emit()
@pyqtProperty(bool, notify=_cloudClusterPrintersChanged)
def isMethod(self) -> bool:
"""Whether the printer that this output device represents is a Method series printer."""
if not self._printers:
return False
[printer, *_] = self._printers
return printer.pinterType in ("ultimaker_methodx", "ultimaker_methodxl")
@pyqtProperty(bool, notify=_cloudClusterPrintersChanged) @pyqtProperty(bool, notify=_cloudClusterPrintersChanged)
def supportsPrintJobActions(self) -> bool: def supportsPrintJobActions(self) -> bool:
"""Whether the printer that this output device represents supports print job actions via the cloud.""" """Whether the printer that this output device represents supports print job actions via the cloud."""
if not self._printers: if not self._printers:
return False return False
if self.isMethod:
return True
version_number = self.printers[0].firmwareVersion.split(".") version_number = self.printers[0].firmwareVersion.split(".")
if len(version_number)> 2: firmware_version = Version([version_number[0], version_number[1], version_number[2]])
firmware_version = Version([version_number[0], version_number[1], version_number[2]]) return firmware_version >= self.PRINT_JOB_ACTIONS_MIN_VERSION
return firmware_version >= self.PRINT_JOB_ACTIONS_MIN_VERSION
else:
firmware_version = Version([version_number[0], version_number[1]])
return firmware_version >= self.PRINT_JOB_ACTIONS_MIN_VERSION_METHOD
@pyqtProperty(bool, constant = True) @pyqtProperty(bool, constant = True)

View file

@ -16,9 +16,9 @@ from .MeshFormatHandler import MeshFormatHandler
class ExportFileJob(WriteFileJob): class ExportFileJob(WriteFileJob):
"""Job that exports the build plate to the correct file format for the target cluster.""" """Job that exports the build plate to the correct file format for the target cluster."""
def __init__(self, file_handler: Optional[FileHandler], nodes: List[SceneNode], firmware_version: str) -> None: def __init__(self, file_handler: Optional[FileHandler], nodes: List[SceneNode], firmware_version: str,
print_type: str) -> None:
self._mesh_format_handler = MeshFormatHandler(file_handler, firmware_version) self._mesh_format_handler = MeshFormatHandler(file_handler, firmware_version, print_type)
if not self._mesh_format_handler.is_valid: if not self._mesh_format_handler.is_valid:
Logger.log("e", "Missing file or mesh writer!") Logger.log("e", "Missing file or mesh writer!")
return return

View file

@ -19,10 +19,9 @@ I18N_CATALOG = i18nCatalog("cura")
class MeshFormatHandler: class MeshFormatHandler:
"""This class is responsible for choosing the formats used by the connected clusters.""" """This class is responsible for choosing the formats used by the connected clusters."""
def __init__(self, file_handler: Optional[FileHandler], firmware_version: str, printer_type: str) -> None:
def __init__(self, file_handler: Optional[FileHandler], firmware_version: str) -> None:
self._file_handler = file_handler or CuraApplication.getInstance().getMeshFileHandler() self._file_handler = file_handler or CuraApplication.getInstance().getMeshFileHandler()
self._preferred_format = self._getPreferredFormat(firmware_version) self._preferred_format = self._getPreferredFormat(firmware_version, printer_type)
self._writer = self._getWriter(self.mime_type) if self._preferred_format else None self._writer = self._getWriter(self.mime_type) if self._preferred_format else None
@property @property
@ -82,7 +81,7 @@ class MeshFormatHandler:
value = value.encode() value = value.encode()
return value return value
def _getPreferredFormat(self, firmware_version: str) -> Dict[str, Union[str, int, bool]]: def _getPreferredFormat(self, firmware_version: str, printer_type: str) -> Dict[str, Union[str, int, bool]]:
"""Chooses the preferred file format for the given file handler. """Chooses the preferred file format for the given file handler.
:param firmware_version: The version of the firmware. :param firmware_version: The version of the firmware.
@ -103,13 +102,11 @@ class MeshFormatHandler:
machine_file_formats = [file_type.strip() for file_type in machine_file_formats] machine_file_formats = [file_type.strip() for file_type in machine_file_formats]
# Exception for UM3 firmware version >=4.4: UFP is now supported and should be the preferred file format. # Exception for UM3 firmware version >=4.4: UFP is now supported and should be the preferred file format.
if "application/x-ufp" not in machine_file_formats and Version(firmware_version) >= Version("4.4"): if printer_type in (
"ultimaker3", "ultimaker3_extended") and "application/x-ufp" not in machine_file_formats and Version(
firmware_version) >= Version("4.4"):
machine_file_formats = ["application/x-ufp"] + machine_file_formats machine_file_formats = ["application/x-ufp"] + machine_file_formats
# Exception for makerbot firmware version >=2.700: makerbot is supported
elif "application/x-makerbot" not in machine_file_formats and Version(firmware_version >= Version("2.700")):
machine_file_formats = ["application/x-makerbot"] + machine_file_formats
# Take the intersection between file_formats and machine_file_formats. # Take the intersection between file_formats and machine_file_formats.
format_by_mimetype = {f["mime_type"]: f for f in file_formats} format_by_mimetype = {f["mime_type"]: f for f in file_formats}

View file

@ -146,7 +146,12 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
self.writeStarted.emit(self) self.writeStarted.emit(self)
# Export the scene to the correct file type. # Export the scene to the correct file type.
job = ExportFileJob(file_handler=file_handler, nodes=nodes, firmware_version=self.firmwareVersion) job = ExportFileJob(
file_handler=file_handler,
nodes=nodes,
firmware_version=self.firmwareVersion,
print_type=self.printerType,
)
job.finished.connect(self._onPrintJobCreated) job.finished.connect(self._onPrintJobCreated)
job.start() job.start()

View file

@ -130,8 +130,7 @@
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" }, "support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "zigzag" }, "support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" }, "support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 }, "support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -131,8 +131,7 @@
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" }, "support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "zigzag" }, "support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" }, "support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 }, "support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -118,8 +118,7 @@
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" }, "support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "zigzag" }, "support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" }, "support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 }, "support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -137,10 +137,9 @@
"machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 Z0; home all\\nG28 X0 Y0\\nG0 Z20 F2400 ;move the platform to 20mm\\nG92 E0\\nM190 S{material_bed_temperature_layer_0}\\nM109 T0 S{material_standby_temperature, 0}\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nT1 ; move to the 2th head\\nG0 Z20 F2400\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-5.1 F1500 ; retract\\nG1 X90 Z0.01 F5000 ; move away from the prime poop\\nG1 X50 F9000\\nG0 Z20 F2400\\nT0 ; move to the first head\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM104 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 X60 Z0.01 F5000 ; move away from the prime poop\\nG1 X20 F9000\\nM400 ;finish all moves\\nG92 E0\\n;end of startup sequence\\n\"" }, "machine_start_gcode": { "value": "\"\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nM200 D0 T0 ;reset filament diameter\\nM200 D0 T1\\nG28 Z0; home all\\nG28 X0 Y0\\nG0 Z20 F2400 ;move the platform to 20mm\\nG92 E0\\nM190 S{material_bed_temperature_layer_0}\\nM109 T0 S{material_standby_temperature, 0}\\nM109 T1 S{material_print_temperature_layer_0, 1}\\nM104 T0 S{material_print_temperature_layer_0, 0}\\nT1 ; move to the 2th head\\nG0 Z20 F2400\\nG92 E-7.0 ;prime distance\\nG1 E0 F45 ;purge nozzle\\nG1 E-5.1 F1500 ; retract\\nG1 X90 Z0.01 F5000 ; move away from the prime poop\\nG1 X50 F9000\\nG0 Z20 F2400\\nT0 ; move to the first head\\nM104 T1 S{material_standby_temperature, 1}\\nG0 Z20 F2400\\nM104 T{initial_extruder_nr} S{material_print_temperature_layer_0, initial_extruder_nr}\\nG92 E-7.0\\nG1 E0 F45 ;purge nozzle\\nG1 X60 Z0.01 F5000 ; move away from the prime poop\\nG1 X20 F9000\\nM400 ;finish all moves\\nG92 E0\\n;end of startup sequence\\n\"" },
"machine_use_extruder_offset_to_offset_coords": { "default_value": false }, "machine_use_extruder_offset_to_offset_coords": { "default_value": false },
"machine_width": { "default_value": 223 }, "machine_width": { "default_value": 223 },
"prime_tower_position_y": { "value": "170" },
"retraction_amount": { "default_value": 5.1 }, "retraction_amount": { "default_value": 5.1 },
"retraction_speed": { "default_value": 25 }, "retraction_speed": { "default_value": 25 },
"speed_support": { "value": "speed_wall_0" },
"speed_wall_x": { "value": "speed_wall" },
"switch_extruder_prime_speed": "switch_extruder_prime_speed":
{ {
"enabled": false, "enabled": false,

View file

@ -59,7 +59,7 @@
"machine_width": { "default_value": 280 }, "machine_width": { "default_value": 280 },
"material_diameter": { "default_value": 1.75 }, "material_diameter": { "default_value": 1.75 },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"prime_tower_min_volume": { "value": "((resolveOrValue('layer_height'))/2" }, "prime_tower_min_volume": { "value": "resolveOrValue('layer_height')/2" },
"prime_tower_size": { "value": "30" }, "prime_tower_size": { "value": "30" },
"prime_tower_wipe_enabled": { "default_value": true }, "prime_tower_wipe_enabled": { "default_value": true },
"retraction_amount": { "default_value": 5 }, "retraction_amount": { "default_value": 5 },

View file

@ -0,0 +1,90 @@
{
"version": 2,
"name": "Anycubic Kobra 2",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "ThatGuyZim",
"manufacturer": "Anycubic",
"file_formats": "text/x-gcode",
"platform": "anycubic_kobra2_platform.stl",
"machine_extruder_trains": { "0": "anycubic_kobra2_extruder_0" }
},
"overrides":
{
"acceleration_enabled": { "value": true },
"acceleration_print": { "value": 2500 },
"acceleration_travel": { "value": 3000 },
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
"gantry_height": { "value": "0" },
"infill_before_walls": { "value": false },
"jerk_enabled": { "value": true },
"jerk_print": { "value": 8 },
"jerk_travel": { "value": 10 },
"jerk_travel_layer_0": { "value": "jerk_travel" },
"layer_height": { "default_value": 0.2 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM107 ; fan off\nG91 ;relative positioning\nG1 E-2 F3000 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 F3000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 F3000 ;move X/Y to min endstops, so the head is out of the way\nG1 Y210 F3000\nM84 ;steppers off\nG90\nM300 S1318 P266" },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 250 },
"machine_max_acceleration_e": { "value": 2500 },
"machine_max_acceleration_x": { "value": 2500 },
"machine_max_acceleration_y": { "value": 2500 },
"machine_max_acceleration_z": { "value": 800 },
"machine_max_feedrate_e": { "default_value": 100 },
"machine_max_feedrate_x": { "default_value": 300 },
"machine_max_feedrate_y": { "default_value": 250 },
"machine_max_feedrate_z": { "default_value": 40 },
"machine_max_jerk_e": { "value": 10 },
"machine_max_jerk_xy": { "value": 10 },
"machine_max_jerk_z": { "value": 2 },
"machine_name": { "default_value": "Anycubic Kobra 2" },
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ; use absolute coordinates\nM82 ; use absolute distances for extrusion\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all axes\nM300 S1318 P266\nG1 Z5 F5000 ; lift nozzle\nG1 X5 Y0 F3000\nG1 Z0.3 ; set nozzle height\nG92 E0\nG1 X50 Y0 E20 F500 ; Extrude 20mm of filament in a 5cm line \nG92 E0 ; zero the extruded length again \nG1 E-4.5 F4800 ; Retract a little \nG92 E0\nG1 X120 F4000 ; Quickly wipe away from the filament line\nM117 ; Printing\u2026\nG5" },
"machine_width": { "default_value": 220 },
"material_bed_temperature": { "maximum_value_warning": 110 },
"material_bed_temperature_layer_0": { "maximum_value_warning": 110 },
"material_diameter": { "default_value": 1.75 },
"material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature":
{
"maximum_value_warning": 260,
"value": "material_print_temperature + 5"
},
"material_print_temperature": { "maximum_value_warning": 260 },
"material_print_temperature_layer_0":
{
"maximum_value_warning": 260,
"value": "material_print_temperature + 5"
},
"retraction_amount": { "value": 2 },
"retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "value": 30 },
"retraction_min_travel": { "value": 1 },
"retraction_prime_speed": { "maximum_value_warning": 100 },
"retraction_retract_speed": { "maximum_value_warning": 100 },
"retraction_speed":
{
"maximum_value_warning": 100,
"value": 80
},
"speed_print": { "value": 80 },
"speed_support": { "value": "speed_wall_0" },
"speed_support_interface": { "value": "speed_topbottom" },
"speed_travel":
{
"maximum_value": 200.0,
"maximum_value_warning": 175.0,
"value": 125
},
"speed_travel_layer_0": { "value": "speed_travel" },
"speed_wall_x": { "value": "speed_wall" },
"top_bottom_pattern": { "default_value": "zigzag" },
"travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true },
"wall_line_count": { "value": 3 },
"wall_thickness": { "value": 1.2 }
}
}

View file

@ -20,15 +20,18 @@
}, },
"overrides": "overrides":
{ {
"gantry_height": { "value": 25 }, "gantry_height": { "value": 38 },
"machine_depth": { "default_value": 220 }, "machine_depth": { "default_value": 220 },
"machine_head_with_fans_polygon": "machine_head_with_fans_polygon":
{ {
"default_value": [ "default_value": [
[-20, 10], [-36, -18],
[10, 10], [-20, -42],
[10, -10], [6, -42],
[-20, -10] [30, -18],
[30, 52],
[-3, 56],
[-36, 52]
] ]
}, },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },

View file

@ -55,6 +55,7 @@
[215, 160] [215, 160]
] ]
] ]
} },
"prime_tower_position_x": { "value": "350" }
} }
} }

View file

@ -101,6 +101,8 @@
}, },
"machine_height": { "default_value": 250 }, "machine_height": { "default_value": 250 },
"machine_name": { "default_value": "Deltacomb DC-20 DUAL" }, "machine_name": { "default_value": "Deltacomb DC-20 DUAL" },
"machine_width": { "default_value": 190 } "machine_width": { "default_value": 190 },
"prime_tower_position_x": { "value": "60" },
"prime_tower_position_y": { "value": "60" }
} }
} }

View file

@ -131,10 +131,9 @@
"machine_width": { "default_value": 238 }, "machine_width": { "default_value": 238 },
"material_adhesion_tendency": { "enabled": true }, "material_adhesion_tendency": { "enabled": true },
"material_diameter": { "default_value": 1.75 }, "material_diameter": { "default_value": 1.75 },
"prime_tower_position_x": { "value": "200" },
"retraction_amount": { "default_value": 6.5 }, "retraction_amount": { "default_value": 6.5 },
"retraction_speed": { "default_value": 25 }, "retraction_speed": { "default_value": 25 },
"speed_support": { "value": "speed_wall_0" },
"speed_wall_x": { "value": "speed_wall" },
"switch_extruder_prime_speed": "switch_extruder_prime_speed":
{ {
"enabled": false, "enabled": false,

View file

@ -6640,7 +6640,7 @@
"unit": "mm", "unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')", "enabled": "resolveOrValue('prime_tower_enable')",
"default_value": 200, "default_value": 200,
"value": "(resolveOrValue('machine_width') / 2 + resolveOrValue('prime_tower_size') / 2) if resolveOrValue('machine_shape') == 'elliptic' else (resolveOrValue('machine_width') - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_x'))), 1)) - (resolveOrValue('machine_width') / 2 if resolveOrValue('machine_center_is_zero') else 0)", "value": "(resolveOrValue('machine_width') / 2 + resolveOrValue('prime_tower_size') / 2) if resolveOrValue('machine_shape') == 'elliptic' else (resolveOrValue('machine_width') - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('machine_nozzle_offset_x')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_x'))), 1)) - (resolveOrValue('machine_width') / 2 if resolveOrValue('machine_center_is_zero') else 0)",
"maximum_value": "(machine_width / 2 if machine_center_is_zero else machine_width) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)", "maximum_value": "(machine_width / 2 if machine_center_is_zero else machine_width) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)",
"minimum_value": "resolveOrValue('prime_tower_size') + (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - (machine_width / 2 if machine_center_is_zero else 0)", "minimum_value": "resolveOrValue('prime_tower_size') + (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - (machine_width / 2 if machine_center_is_zero else 0)",
"settable_per_mesh": false, "settable_per_mesh": false,
@ -6654,7 +6654,7 @@
"unit": "mm", "unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')", "enabled": "resolveOrValue('prime_tower_enable')",
"default_value": 200, "default_value": 200,
"value": "machine_depth - prime_tower_size - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_y'))), 1) - (resolveOrValue('machine_depth') / 2 if resolveOrValue('machine_center_is_zero') else 0)", "value": "machine_depth - prime_tower_size - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('machine_nozzle_offset_y')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_y'))), 1) - (resolveOrValue('machine_depth') / 2 if resolveOrValue('machine_center_is_zero') else 0)",
"maximum_value": "(machine_depth / 2 - resolveOrValue('prime_tower_size') if machine_center_is_zero else machine_depth - resolveOrValue('prime_tower_size')) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)", "maximum_value": "(machine_depth / 2 - resolveOrValue('prime_tower_size') if machine_center_is_zero else machine_depth - resolveOrValue('prime_tower_size')) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)",
"minimum_value": "(machine_depth / -2 if machine_center_is_zero else 0) + (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)", "minimum_value": "(machine_depth / -2 if machine_center_is_zero else 0) + (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)",
"settable_per_mesh": false, "settable_per_mesh": false,

View file

@ -41,10 +41,9 @@
"infill_line_width": { "value": "line_width + 0.1" }, "infill_line_width": { "value": "line_width + 0.1" },
"infill_overlap": { "value": 30 }, "infill_overlap": { "value": 30 },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
"infill_sparse_density": { "value": 20 },
"infill_wipe_dist": { "value": 0.0 }, "infill_wipe_dist": { "value": 0.0 },
"layer_height_0": { "value": 0.2 }, "layer_height_0": { "value": 0.2 },
"machine_buildplate_type": { "value": "glass" }, "machine_buildplate_type": { "value": "'glass'" },
"machine_center_is_zero": { "default_value": false }, "machine_center_is_zero": { "default_value": false },
"machine_end_gcode": { "default_value": "G91 ;use relative coordinates\nG1 E-4 F1500 ;retract the filament\nG1 X5 Y5 Z0.2 F5000 ;wipe\nG1 Z5 F1500 ;raise z\nG90 ;use absolute coordinates\nG1 X10 Y{machine_depth} F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors" }, "machine_end_gcode": { "default_value": "G91 ;use relative coordinates\nG1 E-4 F1500 ;retract the filament\nG1 X5 Y5 Z0.2 F5000 ;wipe\nG1 Z5 F1500 ;raise z\nG90 ;use absolute coordinates\nG1 X10 Y{machine_depth} F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors" },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },

View file

@ -0,0 +1,48 @@
{
"version": 2,
"name": "Flying Bear Ghost 6",
"inherits": "flyingbear_base",
"metadata":
{
"visible": true,
"author": "barrnet",
"platform": "flyingbear_platform.obj",
"platform_texture": "flyingbear_platform.png",
"quality_definition": "flyingbear_base"
},
"overrides":
{
"acceleration_enabled": { "value": false },
"acceleration_print": { "value": 1500 },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
"acceleration_travel": { "value": 3000 },
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
"jerk_enabled": { "value": false },
"jerk_print": { "value": 20 },
"jerk_travel": { "value": "jerk_print" },
"jerk_travel_layer_0": { "value": "jerk_travel" },
"machine_acceleration": { "value": 1500 },
"machine_depth": { "default_value": 210 },
"machine_height": { "default_value": 210 },
"machine_max_acceleration_e": { "value": 80000 },
"machine_max_acceleration_x": { "value": 1000 },
"machine_max_acceleration_y": { "value": 1000 },
"machine_max_acceleration_z": { "value": 200 },
"machine_max_feedrate_e": { "value": 70 },
"machine_max_feedrate_x": { "value": 200 },
"machine_max_feedrate_y": { "value": 200 },
"machine_max_feedrate_z": { "value": 20 },
"machine_max_jerk_e": { "value": 5.0 },
"machine_max_jerk_xy": { "value": 15 },
"machine_max_jerk_z": { "value": 0.4 },
"machine_name": { "default_value": "Flying Bear Ghost 6" },
"machine_steps_per_mm_e": { "default_value": 405 },
"machine_steps_per_mm_x": { "default_value": 160 },
"machine_steps_per_mm_y": { "default_value": 160 },
"machine_steps_per_mm_z": { "default_value": 800 },
"machine_width": { "default_value": 255 },
"retraction_amount": { "value": 0.8 },
"retraction_extrusion_window": { "value": 1.5 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -20,10 +20,9 @@
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 10 }, "cool_min_layer_time": { "value": 10 },
"gantry_height": { "value": 40 }, "gantry_height": { "value": 40 },
"jerk_enabled": { "value": false },
"jerk_print": { "value": 8 }, "jerk_print": { "value": 8 },
"jerk_travel": { "value": "jerk_print" }, "jerk_travel": { "value": "jerk_print" },
"jerk_travel_layer_0": { "value": " jerk_travel" }, "jerk_travel_layer_0": { "value": "jerk_travel" },
"machine_depth": { "default_value": 235 }, "machine_depth": { "default_value": 235 },
"machine_end_gcode": { "default_value": "; SC-10 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" }, "machine_end_gcode": { "default_value": "; SC-10 Custom End G-code\nG4 ; Wait\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F1800 E-3 ; Retract filament 3 mm to prevent oozing\nG1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal\nM84 ; Disable stepper motors\n; End of custom end GCode" },
"machine_head_with_fans_polygon": "machine_head_with_fans_polygon":

View file

@ -78,7 +78,7 @@
"minimum_value_warning": "0.01" "minimum_value_warning": "0.01"
}, },
"retraction_amount": { "default_value": 2 }, "retraction_amount": { "default_value": 2 },
"retraction_combing": { "value": "off" }, "retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "default_value": 0.5 }, "retraction_combing_max_distance": { "default_value": 0.5 },
"retraction_count_max": { "default_value": 100 }, "retraction_count_max": { "default_value": 100 },
"retraction_extrusion_window": "retraction_extrusion_window":

View file

@ -82,6 +82,6 @@
"travel_avoid_supports": { "value": true }, "travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true }, "travel_retract_before_outer_wall": { "value": true },
"wall_thickness": { "value": "line_width * 2" }, "wall_thickness": { "value": "line_width * 2" },
"z_seam_corner": { "value": "z_seam_corner_weighted" } "z_seam_corner": { "value": "'z_seam_corner_weighted'" }
} }
} }

View file

@ -82,6 +82,6 @@
"travel_avoid_supports": { "value": true }, "travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true }, "travel_retract_before_outer_wall": { "value": true },
"wall_thickness": { "value": "line_width * 2" }, "wall_thickness": { "value": "line_width * 2" },
"z_seam_corner": { "value": "z_seam_corner_weighted" } "z_seam_corner": { "value": "'z_seam_corner_weighted'" }
} }
} }

View file

@ -0,0 +1,18 @@
{
"version": 2,
"name": "Multicomp Pro MCPI-200",
"inherits": "goofoo_near",
"metadata":
{
"visible": true,
"author": "Woosh",
"manufacturer": "Multicomp Pro"
},
"overrides":
{
"machine_depth": { "default_value": 200 },
"machine_height": { "default_value": 200 },
"machine_name": { "default_value": "Multicomp Pro MCPI-200" },
"machine_width": { "default_value": 200 }
}
}

View file

@ -0,0 +1,18 @@
{
"version": 2,
"name": "Renkforce Pro 10+",
"inherits": "goofoo_near",
"metadata":
{
"visible": true,
"author": "Woosh (based on RF100.ini by Conrad Electronic SE)",
"manufacturer": "Renkforce"
},
"overrides":
{
"machine_depth": { "default_value": 360 },
"machine_height": { "default_value": 400 },
"machine_name": { "default_value": "Renkforce Pro 10+" },
"machine_width": { "default_value": 360 }
}
}

View file

@ -13,8 +13,6 @@
"machine_acceleration": { "value": 1000 }, "machine_acceleration": { "value": 1000 },
"machine_max_feedrate_e": { "value": 40 }, "machine_max_feedrate_e": { "value": 40 },
"machine_max_jerk_xy": { "value": 5 }, "machine_max_jerk_xy": { "value": 5 },
"material_print_temperature": { "value": 195 },
"retraction_speed": { "default_value": 30 },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" } "z_seam_corner": { "value": "'z_seam_corner_weighted'" }
} }
} }

View file

@ -150,6 +150,7 @@
"value": "resolveOrValue('print_sequence') != 'one_at_a_time'" "value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
}, },
"prime_tower_enable": { "default_value": true }, "prime_tower_enable": { "default_value": true },
"prime_tower_position_x": { "value": "185" },
"prime_tower_wipe_enabled": { "default_value": false }, "prime_tower_wipe_enabled": { "default_value": false },
"retraction_amount": { "value": "6.5" }, "retraction_amount": { "value": "6.5" },
"retraction_hop": { "value": "2" }, "retraction_hop": { "value": "2" },

View file

@ -360,7 +360,7 @@
"raft_interface_line_width": { "value": 1.2 }, "raft_interface_line_width": { "value": 1.2 },
"raft_interface_thickness": { "value": 0.3 }, "raft_interface_thickness": { "value": 0.3 },
"raft_margin": { "value": 3 }, "raft_margin": { "value": 3 },
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" }, "raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" },
"retraction_amount": { "value": 0.75 }, "retraction_amount": { "value": 0.75 },
"retraction_combing": { "value": "'off'" }, "retraction_combing": { "value": "'off'" },
"retraction_combing_max_distance": { "value": "speed_travel / 10" }, "retraction_combing_max_distance": { "value": "speed_travel / 10" },

View file

@ -75,6 +75,7 @@
"preferred_material": "ultimaker_absr_175", "preferred_material": "ultimaker_absr_175",
"preferred_quality_type": "draft", "preferred_quality_type": "draft",
"preferred_variant_name": "1XA", "preferred_variant_name": "1XA",
"reference_machine_id": "lava_f",
"supports_network_connection": true, "supports_network_connection": true,
"supports_usb_connection": false, "supports_usb_connection": false,
"variant_definition": "ultimaker_methodx", "variant_definition": "ultimaker_methodx",

View file

@ -25,6 +25,7 @@
], ],
"platform_texture": "MakerbotMethod.png", "platform_texture": "MakerbotMethod.png",
"preferred_quality_type": "draft", "preferred_quality_type": "draft",
"reference_machine_id": "magma_10",
"supports_network_connection": true, "supports_network_connection": true,
"supports_usb_connection": false, "supports_usb_connection": false,
"variants_name": "Extruder", "variants_name": "Extruder",

View file

@ -47,10 +47,8 @@
"infill_enable_travel_optimization": { "value": "True" }, "infill_enable_travel_optimization": { "value": "True" },
"infill_line_width": { "value": "round(line_width * 1.1, 2)" }, "infill_line_width": { "value": "round(line_width * 1.1, 2)" },
"infill_pattern": { "value": "'gyroid'" }, "infill_pattern": { "value": "'gyroid'" },
"initial_layer_line_width_factor": { "value": "100" },
"layer_height_0": { "value": "layer_height" }, "layer_height_0": { "value": "layer_height" },
"line_width": { "value": "machine_nozzle_size" }, "machine_buildplate_type": { "value": "'glass'" },
"machine_buildplate_type": { "value": "glass" },
"machine_center_is_zero": { "default_value": false }, "machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 220 }, "machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "G91\nG1 E-1 F600\nG1 Z+1 E-3 X-20 Y-20 F4800\nM104 S0\nM106 S0\nM140 S0\nM220 S100\nM221 S100\nG28\nG90\nM84\n;\n" }, "machine_end_gcode": { "default_value": "G91\nG1 E-1 F600\nG1 Z+1 E-3 X-20 Y-20 F4800\nM104 S0\nM106 S0\nM140 S0\nM220 S100\nM221 S100\nG28\nG90\nM84\n;\n" },

View file

@ -222,7 +222,7 @@
"raft_surface_speed": { "value": 40.0 }, "raft_surface_speed": { "value": 40.0 },
"raft_surface_thickness": { "value": 0.25 }, "raft_surface_thickness": { "value": 0.25 },
"retraction_amount": { "default_value": 3 }, "retraction_amount": { "default_value": 3 },
"retraction_combing": { "value": "off" }, "retraction_combing": { "value": "'off'" },
"retraction_extrusion_window": { "value": 1.0 }, "retraction_extrusion_window": { "value": 1.0 },
"retraction_hop_after_extruder_switch": { "default_value": false }, "retraction_hop_after_extruder_switch": { "default_value": false },
"retraction_min_travel": { "value": 0.8 }, "retraction_min_travel": { "value": 0.8 },

View file

@ -46,10 +46,8 @@
"infill_enable_travel_optimization": { "value": "True" }, "infill_enable_travel_optimization": { "value": "True" },
"infill_line_width": { "value": "round(line_width * 1.1, 2)" }, "infill_line_width": { "value": "round(line_width * 1.1, 2)" },
"infill_pattern": { "value": "'gyroid'" }, "infill_pattern": { "value": "'gyroid'" },
"initial_layer_line_width_factor": { "value": "100" },
"layer_height_0": { "value": "layer_height" }, "layer_height_0": { "value": "layer_height" },
"line_width": { "value": "machine_nozzle_size" }, "machine_buildplate_type": { "value": "'glass'" },
"machine_buildplate_type": { "value": "glass" },
"machine_center_is_zero": { "default_value": false }, "machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 200 }, "machine_depth": { "default_value": 200 },
"machine_end_gcode": { "default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 F300 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n" }, "machine_end_gcode": { "default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 F300 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n" },

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "anycubic_kobra2",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Cura 5.1\n" "Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: 2023-02-16 20:35+0100\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n"
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n" "Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n" "Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
@ -5491,655 +5491,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "cestování" msgstr "cestování"
#~ msgctxt "machine_head_with_fans_polygon description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "A 2D silhouette of the print head (fan caps included)." msgid "Duration of each step in the gradual flow change"
#~ msgstr "2D silueta tiskové hlavy (včetně krytů ventilátoru)." msgstr "Doba trvání každého kroku v postupné změně průtoku"
#~ msgctxt "spaghetti_infill_extra_volume description" msgctxt "gradual_flow_enabled description"
#~ msgid "A correction term to adjust the total volume being extruded each time when filling spaghetti." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Korekční termín pro úpravu celkového objemu, který se vytlačuje pokaždé, když se plní špagety." msgstr "Povolit postupné změny průtoku. Když je povoleno, průtok se postupně zvyšuje / snižuje na cílový průtok. Toto je užitečné pro tiskárny s Bowdenovou trubicí, kde se průtok okamžitě nezmění, když se spustí / zastaví extrudér."
#~ msgctxt "wall_add_middle_threshold label" msgctxt "reset_flow_duration description"
#~ msgid "Add Middle Line Threshold" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Mez pro přidání prostřední čáry" msgstr "Pro jakýkoli pohyb delší než tato hodnota se materiálový průtok resetuje na cílový průtok dráhy"
#~ msgctxt "spaghetti_flow description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Adjusts the density of the spaghetti infill. Note that the Infill Density only controls the line spacing of the filling pattern, not the amount of extrusion for spaghetti infill." msgid "Gradual flow discretisation step size"
#~ msgstr "Upravuje hustotu výplně špaget. Mějte na paměti, že hustota výplně řídí pouze rozteč linií výplňového vzoru, nikoli velikost výtluku pro výplň špaget." msgstr "Velikost kroku diskretizace postupné změny průtoku"
#~ msgctxt "hole_xy_offset description" msgctxt "gradual_flow_enabled label"
#~ msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes." msgid "Gradual flow enabled"
#~ msgstr "Množství ofsetu aplikovaného na všechny díry v každé vrstvě. Pozitivní hodnoty zvětšují velikost děr, záporné hodnoty snižují velikost děr." msgstr "Postupné změny průtoku povoleny"
#~ msgctxt "machine_use_extruder_offset_to_offset_coords description" msgctxt "max_flow_acceleration label"
#~ msgid "Apply the extruder offset to the coordinate system." msgid "Gradual flow max acceleration"
#~ msgstr "Naneste odsazení extrudéru na souřadnicový systém." msgstr "Maximální zrychlení postupných změn průtoku"
#~ msgctxt "material_flow_dependent_temperature label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Auto Temperature" msgid "Initial layer max flow acceleration"
#~ msgstr "Automatická teplota" msgstr "Maximální zrychlení průtoku pro první vrstvu"
#~ msgctxt "material_flow_dependent_temperature description" msgctxt "max_flow_acceleration description"
#~ msgid "Change the temperature for each layer automatically with the average flow speed of that layer." msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Změňte teplotu pro každou vrstvu automaticky s průměrnou rychlostí průtoku této vrstvy." msgstr "Maximální zrychlení pro postupné změny průtoku"
#~ msgctxt "wireframe_strategy option compensate" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Compensate" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Kompenzovat" msgstr "Minimální rychlost pro postupné změny průtoku pro první vrstvu"
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label" msgctxt "reset_flow_duration label"
#~ msgid "Compensate Inner Wall Overlaps" msgid "Reset flow duration"
#~ msgstr "Kompenzujte překrytí vnitřní stěny" msgstr "Doba trvání resetování průtoku"
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label"
#~ msgid "Compensate Outer Wall Overlaps"
#~ msgstr "Kompenzujte překrytí vnější stěny"
#~ msgctxt "travel_compensate_overlapping_walls_enabled label"
#~ msgid "Compensate Wall Overlaps"
#~ msgstr "Kompenzujte překrytí stěn"
#~ msgctxt "travel_compensate_overlapping_walls_enabled description"
#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place."
#~ msgstr "Vykompenzujte tok částí tisku, které se tisknou tam, kde je již zeď na místě."
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description"
#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place."
#~ msgstr "Kompenzujte tok částí tisknuté vnitřní stěny, kde již je zeď na místě."
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description"
#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place."
#~ msgstr "Vykompenzujte tok částí tisknuté vnější stěny, kde již je zeď na místě."
#~ msgctxt "wireframe_top_jump description"
#~ msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing."
#~ msgstr "Vytvoří malý uzel v horní části vzestupné linie, takže po sobě jdoucí vodorovná vrstva má lepší šanci se k němu připojit. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_bottom_delay description"
#~ msgid "Delay time after a downward move. Only applies to Wire Printing."
#~ msgstr "Zpoždění po pohybu dolů. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_top_delay description"
#~ msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing."
#~ msgstr "Zpoždění po pohybu vzhůru, aby mohla stoupající čára ztvrdnout. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_flat_delay description"
#~ msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing."
#~ msgstr "Doba zpoždění mezi dvěma vodorovnými segmenty. Zavedení takového zpoždění může způsobit lepší přilnavost k předchozím vrstvám ve spojovacích bodech, zatímco příliš dlouhé zpoždění může způsobit ochabnutí. Platí pouze pro drátový tisk."
#~ msgctxt "inset_direction description"
#~ msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed."
#~ msgstr "Určuje pořadí, v jakém budou tištěny zdi. Tištění vnějších zdí jako prvních pomáhá s rozměrovou přesností, jelikož se vady z vnitřních stěn nemohou přenášet na vnějšek. Naproti tomu tištění vnějších zdí nakonec dovoluje jejich lepší vrstvení při tištění převisů."
#~ msgctxt "infill_mesh_order description"
#~ msgid "Determines the priority of this mesh when considering multiple overlapping infill meshes. Areas where multiple infill meshes overlap will take on the settings of the mesh with the lowest rank. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes."
#~ msgstr "Určuje prioritu této sítě, když se překrývá více sítí výplně. U oblastí, kde se překrývá více sítí výplně, se nastavení přebírá ze sítě s nejnižším pořadím. Síť výplně s vyšším pořadím bude modifikovat výplň sítě výplně s nižším pořadím a běžné sítě."
#~ msgctxt "infill_mesh_order description"
#~ msgid "Determines the priority of this mesh when considering overlapping volumes. Areas where multiple meshes reside will be won by the lower rank mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes."
#~ msgstr "Určuje prioritu této sítě při zvažování překrývajících se objemů. Oblasti, kde je umístěno více sítí, budou vyhrány sítí s nižším hodnocením. Výplňová síť s vyšším pořádkem upraví výplň síťových výplní s nižším řádem a běžnými oky."
#~ msgctxt "infill_mesh_order description"
#~ msgid "Determines which infill mesh is inside the infill of another infill mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes."
#~ msgstr "Určuje, která výplň je uvnitř výplně jiné výplně. Výplňová síť s vyšším pořádkem upraví výplň síťových výplní s nižším řádem a normálními oky."
#~ msgctxt "wireframe_nozzle_clearance description"
#~ msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing."
#~ msgstr "Vzdálenost mezi tryskou a vodorovnými liniemi dolů. Větší vůle vede k diagonálně dolů směřujícím liniím s menším strmým úhlem, což zase vede k menšímu spojení nahoru s další vrstvou. Platí pouze pro drátový tisk."
#~ msgctxt "support_bottom_distance description"
#~ msgid "Distance from the print to the bottom of the support."
#~ msgstr "Vzdálenost od tisku ke spodní části podpěry."
#~ msgctxt "support_z_distance description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height."
#~ msgstr "Vzdálenost od horní / dolní nosné struktury k tisku. Tato mezera poskytuje vůli pro odstranění podpěr po vytištění modelu. Tato hodnota je zaokrouhlena nahoru na násobek výšky vrstvy."
#~ msgctxt "wireframe_up_half_speed description"
#~ msgid ""
#~ "Distance of an upward move which is extruded with half speed.\n"
#~ "This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing."
#~ msgstr ""
#~ "Vzdálenost pohybu nahoru, který je vytlačován poloviční rychlostí.\n"
#~ "To může způsobit lepší přilnavost k předchozím vrstvám, aniž by se materiál v těchto vrstvách příliš zahříval. Platí pouze pro drátový tisk."
#~ msgctxt "support_xy_distance_overhang description"
#~ msgid "Distance of the support structure from the overhang in the X/Y directions. "
#~ msgstr "Vzdálenost podpor od převisu ve směru X / Y. "
#~ msgctxt "wireframe_fall_down description"
#~ msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Vzdálenost, se kterou materiál padá po vytlačení směrem nahoru. Tato vzdálenost je kompenzována. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_drag_along description"
#~ msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Vzdálenost, se kterou je materiál vytlačování směrem vzhůru tažen spolu s diagonálně směrem dolů vytlačováním. Tato vzdálenost je kompenzována. Platí pouze pro drátový tisk."
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Doba trvání každého kroku v postupné změně průtoku"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Povolit postupné změny průtoku. Když je povoleno, průtok se postupně zvyšuje / snižuje na cílový průtok. Toto je užitečné pro tiskárny s Bowdenovou trubicí, kde se průtok okamžitě nezmění, když se spustí / zastaví extrudér."
#~ msgctxt "material_end_of_filament_purge_length label"
#~ msgid "End Of Filament Purge Length"
#~ msgstr "Délka proplachování konce filamentu"
#~ msgctxt "material_end_of_filament_purge_speed label"
#~ msgid "End Of Filament Purge Speed"
#~ msgstr "Rychlost proplachování konce filamentu"
#~ msgctxt "speed_equalize_flow_enabled label"
#~ msgid "Equalize Filament Flow"
#~ msgstr "Vyrovnat tok vlákna"
#~ msgctxt "fill_perimeter_gaps option everywhere"
#~ msgid "Everywhere"
#~ msgstr "Všude"
#~ msgctxt "machine_filament_park_distance label"
#~ msgid "Filament Park Distance"
#~ msgstr "Vzdálenost filamentového parkingu"
#~ msgctxt "fill_perimeter_gaps label"
#~ msgid "Fill Gaps Between Walls"
#~ msgstr "Vyplnit mezery mezi stěnami"
#~ msgctxt "fill_perimeter_gaps description"
#~ msgid "Fills the gaps between walls where no walls fit."
#~ msgstr "Vyplní mezery mezi stěnami, kde se žádné stěny nehodí."
#~ msgctxt "filter_out_tiny_gaps label"
#~ msgid "Filter Out Tiny Gaps"
#~ msgstr "Vyfiltrujte drobné mezery"
#~ msgctxt "filter_out_tiny_gaps description"
#~ msgid "Filter out tiny gaps to reduce blobs on outside of model."
#~ msgstr "Filtrujte drobné mezery, abyste zmenšili kuličky na vnější straně modelu."
#~ msgctxt "wireframe_flow_connection description"
#~ msgid "Flow compensation when going up or down. Only applies to Wire Printing."
#~ msgstr "Kompenzace toku při stoupání nebo klesání. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_flow_flat description"
#~ msgid "Flow compensation when printing flat lines. Only applies to Wire Printing."
#~ msgstr "Kompenzace toku při tisku rovných čar. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_flow description"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Kompenzace toku: množství vytlačovaného materiálu se vynásobí touto hodnotou. Platí pouze pro drátový tisk."
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Pro jakýkoli pohyb delší než tato hodnota se materiálový průtok resetuje na cílový průtok dráhy"
#~ msgctxt "material_guid description"
#~ msgid "GUID of the material. This is set automatically. "
#~ msgstr "GUID materiálu. Toto je nastaveno automaticky. "
#~ msgctxt "support_tree_enable description"
#~ msgid "Generate a tree-like support with branches that support your print. This may reduce material usage and print time, but greatly increases slicing time."
#~ msgstr "Vygenerujte stromovou podporu s větvemi, které podporují váš tisk. To může snížit spotřebu materiálu a dobu tisku, ale výrazně prodlužuje dobu slicování."
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Velikost kroku diskretizace postupné změny průtoku"
# ## Settings added by bundled engine backend plugins. Add this manually for now. Should be removed whenever we handle it better.
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Postupné změny průtoku povoleny"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Maximální zrychlení postupných změn průtoku"
#~ msgctxt "support_tree_branch_distance description"
#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove."
#~ msgstr "Jak daleko od sebe musí být větve, když se dotýkají modelu. Zmenšení této vzdálenosti způsobí, že se stromová podpora dotkne modelu ve více bodech, což způsobí lepší přesah, ale těžší odstranění podpory."
#~ msgctxt "machine_steps_per_mm_e description"
#~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion."
#~ msgstr "Kolik kroků krokových motorů vyústí v jeden milimetr vytlačování."
#~ msgctxt "slicing_tolerance description"
#~ msgid "How to slice layers with diagonal surfaces. The areas of a layer can be generated based on where the middle of the layer intersects the surface (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the height of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Exclusive retains the most details, Inclusive makes for the best fit and Middle takes the least time to process."
#~ msgstr "Jak krájet vrstvy s diagonálními povrchy. Oblasti vrstvy mohou být generovány na základě toho, kde střed vrstvy protíná povrch (Střední). Alternativně každá vrstva může mít oblasti, které padají uvnitř objemu po celé výšce vrstvy (Exkluzivní), nebo vrstva má oblasti, které padají dovnitř kdekoli v rámci vrstvy (Inkluzivní). Exkluzivní zachovává co nejvíce podrobností, Inkluzivní dělá to nejlepší a Střední trvá zpracování nejméně času."
#~ msgctxt "wall_min_flow_retract description"
#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold."
#~ msgstr "Je-li tato funkce povolena, je pro retrakční pohyby, které nahrazují stěny, jejichž průtok je pod prahem minimálního průtoku, používáno spíše zatahování."
#~ msgctxt "infill_mesh_order label"
#~ msgid "Infill Mesh Order"
#~ msgstr "Pořadí sítě výplně"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Maximální zrychlení průtoku pro první vrstvu"
#~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot"
#~ msgstr "Uzel"
#~ msgctxt "limit_support_retractions label"
#~ msgid "Limit Support Retractions"
#~ msgstr "Omezení retrakce podpor"
#~ msgctxt "material_end_of_filament_purge_length description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "material_end_of_filament_purge_speed description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "material_flush_purge_length description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "material_flush_purge_speed description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "material_maximum_park_duration description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "material_no_load_move_factor description"
#~ msgid "Material Station internal value"
#~ msgstr "Interní hodnota stanice materiálu"
#~ msgctxt "machine_max_feedrate_e label"
#~ msgid "Maximum Feedrate"
#~ msgstr "Maximální feedrate"
#~ msgctxt "speed_equalize_flow_max label"
#~ msgid "Maximum Speed for Flow Equalization"
#~ msgstr "Maximální rychlost pro vyrovnávání průtoku"
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Maximální zrychlení pro postupné změny průtoku"
#~ msgctxt "speed_equalize_flow_max description"
#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow."
#~ msgstr "Maximální rychlost tisku při úpravě rychlosti tisku za účelem vyrovnání toku."
#~ msgctxt "wall_min_flow label"
#~ msgid "Minimum Wall Flow"
#~ msgstr "Minimální průtok zdi"
#~ msgctxt "wall_min_flow description"
#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls."
#~ msgstr "Minimální povolený procentuální průtok pro linii stěny. Kompenzace překrytí stěny snižuje průtok stěny, když leží blízko ke stávající zdi. Stěny, jejichž průtok je menší než tato hodnota, budou nahrazeny pohybem. Při použití tohoto nastavení musíte povolit kompenzaci překrytí stěny a vnější stěnu vytisknout před vnitřními stěnami."
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Minimální rychlost pro postupné změny průtoku pro první vrstvu"
#~ msgctxt "fill_perimeter_gaps option nowhere"
#~ msgid "Nowhere"
#~ msgstr "Nikde"
#~ msgctxt "limit_support_retractions description"
#~ msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure."
#~ msgstr "Při přechodu od podpory k podpoře v přímé linii vynechejte stažení. Povolením tohoto nastavení se šetří čas tisku, ale může to vést k nadměrnému strunění uvnitř podpůrné struktury."
#~ msgctxt "outer_inset_first label"
#~ msgid "Outer Before Inner Walls"
#~ msgstr "Vnější stěny před vnitřními"
#~ msgctxt "wireframe_straight_before_down description"
#~ msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing."
#~ msgstr "Procento diagonálně sestupné linie, která je zakryta vodorovnou čárou. To může zabránit ochabnutí nejvyššího bodu vzhůru. Platí pouze pro drátový tisk."
#~ msgctxt "wall_min_flow_retract label"
#~ msgid "Prefer Retract"
#~ msgstr "Preferovat retrakci"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Límec hlavní věže"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Hlavní věže mohou potřebovat zvláštní přilnavost, kterou poskytuje límec, i když to model neumožňuje. V současnosti nelze použít s adhezním typem „Raft“."
#~ msgctxt "wireframe_enabled description"
#~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines."
#~ msgstr "Tiskněte pouze vnější povrch s řídkou strukturou struktury a tiskněte „na vzduchu“. To je realizováno horizontálním tiskem kontur modelu v daných intervalech Z, které jsou spojeny pomocí linií nahoru a diagonálně dolů."
#~ msgctxt "spaghetti_infill_enabled description"
#~ msgid "Print the infill every so often, so that the filament will curl up chaotically inside the object. This reduces print time, but the behaviour is rather unpredictable."
#~ msgstr "Výplň tiskněte tak často, aby se vlákno chaoticky stočilo uvnitř objektu. To zkracuje dobu tisku, ale chování je spíše nepředvídatelné."
#~ msgctxt "speed_equalize_flow_enabled description"
#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines."
#~ msgstr "Tiskněte tenčí než normální čáry rychleji, takže množství materiálu vytlačovaného za sekundu zůstává stejné. Tenké kousky ve vašem modelu mohou vyžadovat čáry vytištěné s menší šířkou čáry, než je uvedeno v nastavení. Toto nastavení řídí změny rychlosti těchto linek."
#~ msgctxt "outer_inset_first description"
#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs."
#~ msgstr "Když je povoleno, tiskne stěny v pořadí od vnějšku dovnitř. To může pomoci zlepšit rozměrovou přesnost v X a Y při použití plastu s vysokou viskozitou, jako je ABS; může však snížit kvalitu tisku vnějšího povrchu, zejména na převisy."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Doba trvání resetování průtoku"
#~ msgctxt "support_tree_collision_resolution description"
#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically."
#~ msgstr "Rozlišení pro výpočet kolizí, aby nedošlo k nárazu do modelu. Nastavením této nižší se vytvoří přesnější stromy, které selhávají méně často, ale dramaticky se zvyšuje doba slicování."
#~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract"
#~ msgstr "Retrakce"
#~ msgctxt "retraction_enable description"
#~ msgid "Retract the filament when the nozzle is moving over a non-printed area. "
#~ msgstr "Zasuňte vlákno, když se tryska pohybuje po netisknuté oblasti. "
#~ msgctxt "shell label"
#~ msgid "Shell"
#~ msgstr "Shell"
#~ msgctxt "material_shrinkage_percentage label"
#~ msgid "Shrinkage Ratio"
#~ msgstr "Poměr smrštění"
#~ msgctxt "material_shrinkage_percentage description"
#~ msgid "Shrinkage ratio in percentage."
#~ msgstr "Poměr smrštění v procentech."
#~ msgctxt "spaghetti_flow label"
#~ msgid "Spaghetti Flow"
#~ msgstr "Průtok při špagetové výplni"
#~ msgctxt "spaghetti_infill_enabled label"
#~ msgid "Spaghetti Infill"
#~ msgstr "Špagetová výplň"
#~ msgctxt "spaghetti_infill_extra_volume label"
#~ msgid "Spaghetti Infill Extra Volume"
#~ msgstr "Objem navíc při špagetové výplni"
#~ msgctxt "spaghetti_max_height label"
#~ msgid "Spaghetti Infill Maximum Height"
#~ msgstr "Maximální výška špagetové výplně"
#~ msgctxt "spaghetti_infill_stepped label"
#~ msgid "Spaghetti Infill Stepping"
#~ msgstr "Krokování při špagetové výplni"
#~ msgctxt "spaghetti_inset label"
#~ msgid "Spaghetti Inset"
#~ msgstr "Špagetová výplň"
#~ msgctxt "spaghetti_max_infill_angle label"
#~ msgid "Spaghetti Maximum Infill Angle"
#~ msgstr "Maximální úhel špagetové výplně"
#~ msgctxt "wireframe_printspeed description"
#~ msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing."
#~ msgstr "Rychlost, jakou se tryska pohybuje při vytlačování materiálu. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_printspeed_down description"
#~ msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing."
#~ msgstr "Rychlost tisku linie šikmo dolů. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_printspeed_up description"
#~ msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing."
#~ msgstr "Rychlost tisku řádku nahoru „na vzduchu“. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_printspeed_bottom description"
#~ msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing."
#~ msgstr "Rychlost tisku první vrstvy, která je jedinou vrstvou dotýkající se platformy sestavení. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_printspeed_flat description"
#~ msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing."
#~ msgstr "Rychlost tisku vodorovných obrysů modelu. Platí pouze pro drátový tisk."
#~ msgctxt "wall_split_middle_threshold label"
#~ msgid "Split Middle Line Threshold"
#~ msgstr "Mez pro rozdělení prostřední čáry"
#~ msgctxt "wireframe_strategy description"
#~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted."
#~ msgstr "Strategie pro zajištění toho, aby se v každém místě připojení připojily dvě po sobě následující vrstvy. Zpětné zasunutí umožní, aby linie vzhůru ztvrdly ve správné poloze, ale mohou způsobit broušení vlákna. Uzel může být vytvořen na konci vzestupné linie, aby se zvýšila šance na připojení k ní a aby se linka ochladila; to však může vyžadovat nízké rychlosti tisku. Další strategií je kompenzovat prohnutý vrchol horní linie; čáry však nebudou vždy klesat, jak bylo předpovězeno."
#~ msgctxt "support_tree_angle description"
#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
#~ msgstr "Úhel větví. Použijte nižší úhel, aby byly více vertikální a stabilnější. K dosažení většího dosahu použijte vyšší úhel."
#~ msgctxt "lightning_infill_prune_angle description"
#~ msgid "The difference a lightning infill layer can have with the one immediately above w.r.t the pruning of the outer extremities of trees. Measured in the angle given the thickness."
#~ msgstr "Určuje, pod jakým úhlem mezi jednotlivými vrstvami se větve bleskové výplně zkracují."
#~ msgctxt "lightning_infill_straightening_angle description"
#~ msgid "The difference a lightning infill layer can have with the one immediately above w.r.t the smoothing of trees. Measured in the angle given the thickness."
#~ msgstr "Určuje, pod jakým úhlem mezi jednotlivými vrstvami může docházet k vyrovnávání větví bleskové výplně."
#~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "Vzdálenost ujetá při vytváření spojení od obrysu střechy dovnitř. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_roof_drag_along description"
#~ msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Vzdálenost koncového kusu vnitřní linie, která se táhne, když se vrací zpět k vnějšímu obrysu střechy. Tato vzdálenost je kompenzována. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_roof_fall_down description"
#~ msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Vzdálenost, kterou vodorovné linie střechy vytištěné „na vzduchu“ klesají při tisku. Tato vzdálenost je kompenzována. Platí pouze pro drátový tisk."
#~ msgctxt "wireframe_height description"
#~ msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing."
#~ msgstr "Výška nahoru a diagonálně dolů směřujících čar mezi dvěma vodorovnými částmi. To určuje celkovou hustotu struktury sítě. Platí pouze pro drátový tisk."
#~ msgctxt "spaghetti_max_infill_angle description"
#~ msgid "The maximum angle w.r.t. the Z axis of the inside of the print for areas which are to be filled with spaghetti infill afterwards. Lowering this value causes more angled parts in your model to be filled on each layer."
#~ msgstr "Maximální úhel osy Z uvnitř tisku pro oblasti, které mají být poté vyplněny špagetovou výplní. Snížení této hodnoty způsobí, že se na každé vrstvě vyplní více šikmých částí modelu."
#~ msgctxt "spaghetti_max_height description"
#~ msgid "The maximum height of inside space which can be combined and filled from the top."
#~ msgstr "Maximální výška vnitřního prostoru, kterou lze kombinovat a naplnit shora."
#~ msgctxt "mold_width description"
#~ msgid "The minimal distance between the ouside of the mold and the outside of the model."
#~ msgstr "Minimální vzdálenost mezi vnější stranou formy a vnější stranou modelu."
#~ msgctxt "min_odd_wall_line_width description"
#~ msgid "The minimum line width for middle line gap filler polyline walls. This setting determines at which model thickness we switch from printing two wall lines, to printing two outer walls and a single central wall in the middle. A higher Minimum Odd Wall Line Width leads to a higher maximum even wall line width. The maximum odd wall line width is calculated as 2 * Minimum Even Wall Line Width,"
#~ msgstr "Minimální šířka čáry použité jako výplň mezi párovými čárami zdi. Toto nastavení určuje tloušťku modelu, při které se přepíná z tisku dvou čar zdi na tisk dvou vnějších čar zdi a jedné centrální čáry zdi mezi nimi. Vyšší hodnota Minimální šířky nepárové čáry zdi vede k vyšší maximální šířce párové čáry zdi. Maximální šířka nepárové čáry zdi je vypočtena jako 2 * Minimální šířka párové čáry zdi,"
#~ msgctxt "spaghetti_inset description"
#~ msgid "The offset from the walls from where the spaghetti infill will be printed."
#~ msgstr "Odsazení od stěn, odkud bude vytištěna výplň špaget."
#~ msgctxt "infill_pattern description"
#~ msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction."
#~ msgstr "Vzor výplňového materiálu tisku. Směr a cik-cak vyplňují směr výměny na alternativních vrstvách, čímž se snižují náklady na materiál. Mřížka, trojúhelník, tri-hexagon, krychlový, oktet, čtvrtý krychlový, křížový a soustředný obrazec jsou plně vytištěny v každé vrstvě. Výplň Gyroid, krychlový, kvartální a oktet se mění s každou vrstvou, aby se zajistilo rovnoměrnější rozložení síly v každém směru."
#~ msgctxt "infill_pattern description"
#~ msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the (internal) roofs of the object. As such, the infill percentage is only 'valid' one layer below whatever it needs to support of the model."
#~ msgstr "Vzor výplňového materiálu tisku. Čáry a cik-cak s každou vrstvou obracejí směr výplně, čímž se snižují náklady na materiál. Mřížka, trojúhelník, tri-hexagon, krychle, oktet, čtvrtinově krychlový, křížový a soustředný vzor jsou plně vytištěny v každé vrstvě. Vzory gyroid, krychlový, čtvrtinově krychlový a oktet se mění s každou vrstvou, aby se zajistilo rovnoměrnější rozložení síly v každém směru. Bleskový vzor se snaží minimalizovat množství výplně tím, že podporuje pouze horní povrchy objektu. U bleskového vzoru má procento význam pouze v první vrstvě pod každým povrchem."
#~ msgctxt "wall_add_middle_threshold description"
#~ msgid "The smallest line width, as a factor of the normal line width, above which a middle line (if there wasn't one already) will be added. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall."
#~ msgstr "Nejnižší šířka čáry, zadaná jako procento běžné šířky čáry, nad kterou bude přidána prostřední nepárová čára mezi dvě párové čáry (pokud mezi nimi ještě nebyla). Snižte toto nastavení, aby se používalo více tenkých čar. Zvyšte toto nastavení pro použití méně a širších čar. Je třeba si uvědomit, že toto nastavení se použije, jako kdyby byl celý tvar vyplněn zdmi. Takže termín prostřední zde znamená prostředek objektu mezi dvěma vnějšími hranami tvaru, a to i v případě, že se namísto zdi tiskne výplň nebo jiný povrch."
#~ msgctxt "wall_split_middle_threshold description"
#~ msgid "The smallest line width, as a factor of the normal line width, above which the middle line (if there is one) will be split into two. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines. Note that this applies -as if- the entire shape should be filled with wall, so the middle here refers to the middle of the object between two outer edges of the shape, even if there actually is fill or (other) skin in the print instead of wall."
#~ msgstr "Nejnižší šířka čáry, zadaná jako procento běžné šířky čáry, nad kterou bude prostřední nepárová čára (pokud nějaká je) rozdělena na dvě párové čáry. Snižte toto nastavení, aby se používalo více tenkých čar. Zvyšte toto nastavení pro použití méně a širších čar. Je třeba si uvědomit, že toto nastavení se použije, jako kdyby byl celý tvar vyplněn zdmi. Takže termín prostřední zde znamená prostředek objektu mezi dvěma vnějšími hranami tvaru, a to i v případě, že se namísto zdi tiskne výplň nebo jiný povrch."
#~ msgctxt "speed_layer_0 description"
#~ msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate."
#~ msgstr "Rychlost počáteční vrstvy. Doporučuje se nižší hodnota pro zlepšení přilnavosti k montážní desce."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Teplota, která se používá pro tisk první vrstvy."
#~ msgctxt "material_bed_temperature_layer_0 description"
#~ msgid "The temperature used for the heated build plate at the first layer."
#~ msgstr "Teplota použitá pro vyhřívanou podložku v první vrstvě."
#~ msgctxt "material_bed_temperature description"
#~ msgid "The temperature used for the heated build plate. If this is 0, the bed temperature will not be adjusted."
#~ msgstr "Teplota použitá pro vyhřívanou podložku. Pokud je to 0, teplota podložky nebude upravena."
#~ msgctxt "wireframe_roof_outer_delay description"
#~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing."
#~ msgstr "Čas strávený na vnějším obvodu díry, která se má stát střechou. Delší časy mohou zajistit lepší spojení. Platí pouze pro drátový tisk."
#~ msgctxt "max_skin_angle_for_expansion description"
#~ msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal, while an angle of 90° is vertical."
#~ msgstr "Horní a/nebo dolní povrch objektu s větším úhlem, než je toto nastavení, nebudou mít rozbalenou horní/dolní plochu. Tím se zabrání rozšíření úzkých oblastí vzhledu, které jsou vytvořeny, když má povrch modelu téměř svislý sklon. Úhel 0° je vodorovný, zatímco úhel 90° je svislý."
#~ msgctxt "support_tree_enable label"
#~ msgid "Tree Support"
#~ msgstr "Stromová podpora"
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Úhel větve stromové podpory"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Průměr větve podpěry stromu"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Průměr úhlu větve podpěry stromu"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Vzdálenost větví stromu"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Stromová podpora - rozlišení kolize"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Průměr kmene stromové podpory"
#~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay"
#~ msgstr "Zpoždení pohybu dole při tisku DT"
#~ msgctxt "wireframe_printspeed_bottom label"
#~ msgid "WP Bottom Printing Speed"
#~ msgstr "Rychlost tisku spodního DT"
#~ msgctxt "wireframe_flow_connection label"
#~ msgid "WP Connection Flow"
#~ msgstr "Průtok při spojování DT"
#~ msgctxt "wireframe_height label"
#~ msgid "WP Connection Height"
#~ msgstr "Výška připojení DT"
#~ msgctxt "wireframe_printspeed_down label"
#~ msgid "WP Downward Printing Speed"
#~ msgstr "Rychlost tisku směrem dolů u DT"
#~ msgctxt "wireframe_drag_along label"
#~ msgid "WP Drag Along"
#~ msgstr "Tah DT"
#~ msgctxt "wireframe_up_half_speed label"
#~ msgid "WP Ease Upward"
#~ msgstr "Poloviční rychlost DT"
#~ msgctxt "wireframe_fall_down label"
#~ msgid "WP Fall Down"
#~ msgstr "Pád materiálu DT"
#~ msgctxt "wireframe_flat_delay label"
#~ msgid "WP Flat Delay"
#~ msgstr "Zpoždění při tisku plochých segmentů DT"
#~ msgctxt "wireframe_flow_flat label"
#~ msgid "WP Flat Flow"
#~ msgstr "Průtok při plochém DT"
#~ msgctxt "wireframe_flow label"
#~ msgid "WP Flow"
#~ msgstr "Průtok při DT"
#~ msgctxt "wireframe_printspeed_flat label"
#~ msgid "WP Horizontal Printing Speed"
#~ msgstr "Rychlost horizontálního tisku DT"
#~ msgctxt "wireframe_top_jump label"
#~ msgid "WP Knot Size"
#~ msgstr "Velikost uzlu DT"
#~ msgctxt "wireframe_nozzle_clearance label"
#~ msgid "WP Nozzle Clearance"
#~ msgstr "Vyčištění trysky DT"
#~ msgctxt "wireframe_roof_drag_along label"
#~ msgid "WP Roof Drag Along"
#~ msgstr "Tah střechy DT"
#~ msgctxt "wireframe_roof_fall_down label"
#~ msgid "WP Roof Fall Down"
#~ msgstr "Pád materiálu střechy DT"
#~ msgctxt "wireframe_roof_inset label"
#~ msgid "WP Roof Inset Distance"
#~ msgstr "Vzdálenost střechy DT"
#~ msgctxt "wireframe_roof_outer_delay label"
#~ msgid "WP Roof Outer Delay"
#~ msgstr "Vnější zpoždění střechy DT"
#~ msgctxt "wireframe_printspeed label"
#~ msgid "WP Speed"
#~ msgstr "Rychlost DT"
#~ msgctxt "wireframe_straight_before_down label"
#~ msgid "WP Straighten Downward Lines"
#~ msgstr "Vyrovnat spodní linky DT"
#~ msgctxt "wireframe_strategy label"
#~ msgid "WP Strategy"
#~ msgstr "Strategie DT"
#~ msgctxt "wireframe_top_delay label"
#~ msgid "WP Top Delay"
#~ msgstr "Zpoždení pohybu nahoře při tisku DT"
#~ msgctxt "wireframe_printspeed_up label"
#~ msgid "WP Upward Printing Speed"
#~ msgstr "Rychlost tisku nahoru u DT"
#~ msgctxt "retraction_combing_max_distance description"
#~ msgid "When non-zero, combing travel moves that are longer than this distance will use retraction."
#~ msgstr "Pokud nenulové, pohyby combingového pohybu, které jsou delší než tato vzdálenost, použijí zatažení."
#~ msgctxt "print_sequence description"
#~ msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is possible if a) only one extruder is enabled and b) all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes. "
#~ msgstr "Zda se mají tisknout všechny modely po jedné vrstvě najednou, nebo počkat na dokončení jednoho modelu, než se přesunete na další. Jeden za časovým režimem je možný, pokud a) je povolen pouze jeden extruder ab) všechny modely jsou odděleny tak, že celá tisková hlava se může pohybovat mezi a všechny modely jsou menší než vzdálenost mezi tryskou a X / Osy Y. "
#~ msgctxt "spaghetti_infill_stepped description"
#~ msgid "Whether to print spaghetti infill in steps or extrude all the infill filament at the end of the print."
#~ msgstr "Zda se má tisknout špagetová výplň po krocích, nebo se vytlačí veškeré výplňové vlákno na konci tisku."
#~ msgctxt "wireframe_enabled label"
#~ msgid "Wire Printing"
#~ msgstr "Drátový tisk"
#~ msgctxt "blackmagic description"
#~ msgid "category_blackmagic"
#~ msgstr "category_blackmagic"
#~ msgctxt "meshfix description"
#~ msgid "category_fixes"
#~ msgstr "category_fixes"
#~ msgctxt "experimental description"
#~ msgid "experimental!"
#~ msgstr "experimentální!"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "Bewegungen" msgstr "Bewegungen"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "Der Abstand vom gedruckten Objekt bis zur Unterseite der Stützstruktur." msgstr "Dauer der einzelnen Schritte bei der stufenweisen Änderung des Flusses"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Der Abstand der Ober-/Unterseite der Stützstruktur vom Druck. So wird ein Zwischenraum geschaffen, der die Entfernung der Stützstrukturen nach dem Drucken des Modells ermöglicht. Dieser Wert wird auf ein Vielfaches der Schichtdicke aufgerundet." msgstr "Aktivieren Sie stufenweise Flussänderungen. Wenn diese Option aktiviert ist, wird der Fluss stufenweise auf den Sollwert des Flusses erhöht bzw. verringert. Dies ist bei Druckern mit Bowden-Röhren sinnvoll, bei denen der Fluss nicht sofort geändert wird, sobald der Extrudermotor startet/stoppt."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Dauer der einzelnen Schritte bei der stufenweisen Änderung des Flusses" msgstr "Bei jeder Fahrtbewegung, die diesen Wert überschreitet, wird der Materialfluss auf den Sollwert des Flusses für den Weg zurückgesetzt"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Aktivieren Sie stufenweise Flussänderungen. Wenn diese Option aktiviert ist, wird der Fluss stufenweise auf den Sollwert des Flusses erhöht bzw. verringert. Dies ist bei Druckern mit Bowden-Röhren sinnvoll, bei denen der Fluss nicht sofort geändert wird, sobald der Extrudermotor startet/stoppt." msgstr "Schrittgröße der stufenweisen Fluss-Diskretisierung"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Bei jeder Fahrtbewegung, die diesen Wert überschreitet, wird der Materialfluss auf den Sollwert des Flusses für den Weg zurückgesetzt" msgstr "Stufenweiser Fluss aktiviert"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Schrittgröße der stufenweisen Fluss-Diskretisierung" msgstr "Maximale Beschleunigung bei stufenweisem Fluss"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Stufenweiser Fluss aktiviert" msgstr "Maximale Flussbeschleunigung bei erster Schicht"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Maximale Beschleunigung bei stufenweisem Fluss" msgstr "Maximale Beschleunigung für stufenweise Änderung des Flusses"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Maximale Flussbeschleunigung bei erster Schicht" msgstr "Mindestgeschwindigkeit für stufenweise Änderung des Flusses in der ersten Schicht"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Maximale Beschleunigung für stufenweise Änderung des Flusses" msgstr "Flussdauer zurücksetzen"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Mindestgeschwindigkeit für stufenweise Änderung des Flusses in der ersten Schicht"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Krümmungsstärke der Prime-Turm-Basis"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Brim Einzugsturm"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Einzugstürme benötigen möglicherweise zusätzliche Haftung in Form eines Brims, auch wenn das Modell selbst dies nicht benötigt. Kann derzeit nicht mit dem „Raft“-Haftungstyp verwendet werden."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Prime-Türme benötigen möglicherweise die zusätzliche Haftung durch einen Rand oder ein Floß, selbst wenn das Modell dies nicht tut."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Flussdauer zurücksetzen"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "Die Höhe der Prime-Turm-Basis."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "Der Größenfaktor, der für die Kurve des Prime-Turm-Fußes verwendet wird."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Die Temperatur, die für das Drucken der ersten Schicht verwendet wird. Wählen Sie hier 0, um eine spezielle Behandlung der ersten Schicht zu deaktivieren."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "Die Breite der Prime-Turm-Basis."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "desplazamiento" msgstr "desplazamiento"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "Distancia desde la parte inferior del soporte a la impresión." msgstr "Duración de cada paso en el cambio de flujo gradual"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Distancia desde la parte superior/inferior de la estructura de soporte a la impresión. Este hueco ofrece holgura para retirar los soportes tras imprimir el modelo. Este valor se redondea hacia el múltiplo de la altura de la capa." msgstr "Activar cambios graduales de flujo. Cuando está activado, el flujo aumenta/disminuye gradualmente hasta el flujo objetivo. Esto es útil para impresoras con un tubo bowden donde el flujo no cambia inmediatamente cuando el motor del extrusor se enciende/apaga."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Duración de cada paso en el cambio de flujo gradual" msgstr "Para cualquier movimiento de desplazamiento superior a este valor, el flujo de material se restablece con el flujo objetivo de las trayectorias"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Activar cambios graduales de flujo. Cuando está activado, el flujo aumenta/disminuye gradualmente hasta el flujo objetivo. Esto es útil para impresoras con un tubo bowden donde el flujo no cambia inmediatamente cuando el motor del extrusor se enciende/apaga." msgstr "Tamaño del paso de discretización del flujo gradual"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Para cualquier movimiento de desplazamiento superior a este valor, el flujo de material se restablece con el flujo objetivo de las trayectorias" msgstr "Flujo gradual activado"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Tamaño del paso de discretización del flujo gradual" msgstr "Aceleración máxima del flujo gradual"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Flujo gradual activado" msgstr "Aceleración máxima del flujo de la capa inicial"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Aceleración máxima del flujo gradual" msgstr "Aceleración máxima para los cambios de flujo graduales"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Aceleración máxima del flujo de la capa inicial" msgstr "Velocidad mínima para los cambios de flujo graduales de la primera capa"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Aceleración máxima para los cambios de flujo graduales" msgstr "Restablecer duración del flujo"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocidad mínima para los cambios de flujo graduales de la primera capa"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Magnitud de la curva de la base de la torre de cebado"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Borde de la torre auxiliar"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Puede que las torres auxiliares necesiten la adherencia adicional que proporciona un borde, aunque no sea requisito del modelo. Actualmente, no se puede usar con el tipo de adherencia «balsa»."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Las torres de cebado pueden necesitar la adhesión extra que proporciona un borde o raft, incluso si el modelo no lo necesita."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Restablecer duración del flujo"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "La altura de la base de la torre de cebado."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "El factor de magnitud utilizado para la curva del pie de la torre de cebado."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Temperatura que se usa para imprimir la primera capa. Se ajusta a 0 para desactivar la manipulación especial de la capa inicial."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "El ancho de la base de la torre de cebado."

View file

@ -3,7 +3,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Uranium json setting files\n" "Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n" "Language-Team: LANGUAGE\n"
@ -5476,15 +5476,12 @@ msgctxt "mesh_rotation_matrix description"
msgid "Transformation matrix to be applied to the model when loading it from file." msgid "Transformation matrix to be applied to the model when loading it from file."
msgstr "" msgstr ""
### Settings added by bundled engine backend plugins. Add this manually for now. Should be removed whenever we handle it better.
msgctxt "gradual_flow_enabled label" msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled" msgid "Gradual flow enabled"
msgstr "" msgstr ""
msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts\/stops." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "" msgstr ""
msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration label"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Cura 5.1\n" "Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: 2022-07-15 11:17+0200\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n" "Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
@ -5484,946 +5484,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "siirtoliike" msgstr "siirtoliike"
#~ msgctxt "machine_head_polygon description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "A 2D silhouette of the print head (fan caps excluded)." msgid "Duration of each step in the gradual flow change"
#~ msgstr "2D-siluetti tulostuspäästä (tuulettimen kannattimet pois lukien)" msgstr ""
#~ msgctxt "machine_head_with_fans_polygon description" msgctxt "gradual_flow_enabled description"
#~ msgid "A 2D silhouette of the print head (fan caps included)." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "2D-siluetti tulostuspäästä (tuulettimen päät mukaan lukien)" msgstr ""
#~ msgctxt "spaghetti_infill_extra_volume description" msgctxt "reset_flow_duration description"
#~ msgid "A correction term to adjust the total volume being extruded each time when filling spaghetti." msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Korjausehto pursotettavan aineen kokonaismäärän säätöön jokaisen spagettitäytön aikana." msgstr ""
#~ msgctxt "sub_div_rad_mult description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "A multiplier on the radius from the center of each cube to check for the boundary of the model, as to decide whether this cube should be subdivided. Larger values lead to more subdivisions, i.e. more small cubes." msgid "Gradual flow discretisation step size"
#~ msgstr "Säteen kerroin kunkin kuution keskipisteestä mallin rajojen tarkistamiseksi. Näin määritetään, tuleeko kuutioon tehdä alajako. Suuremmat arvot tuottavat enemmän alajakoja eli enemmän pieniä kuutioita." msgstr ""
#~ msgctxt "support_interface_density description" msgctxt "gradual_flow_enabled label"
#~ msgid "Adjusts the density of the roofs and bottoms of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Gradual flow enabled"
#~ msgstr "Säätää tukirakenteen kattojen ja alaosien tiheyttä. Korkeammat arvot tuottavat parempia ulokkeita, mutta tuet on vaikeampi poistaa." msgstr ""
#~ msgctxt "spaghetti_flow description" msgctxt "max_flow_acceleration label"
#~ msgid "Adjusts the density of the spaghetti infill. Note that the Infill Density only controls the line spacing of the filling pattern, not the amount of extrusion for spaghetti infill." msgid "Gradual flow max acceleration"
#~ msgstr "Säätää spagettitäytön tiheyttä. Huomaa, että täyttötiheys hallitsee vain täyttökuvion linjojen välien suuruutta, ei spagettitäytön pursotusmäärää." msgstr ""
#~ msgctxt "dual_pre_wipe description" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "After switching extruder, wipe the oozed material off of the nozzle on the first thing printed. This performs a safe slow wipe move at a place where the oozed material causes least harm to the surface quality of your print." msgid "Initial layer max flow acceleration"
#~ msgstr "Pyyhi suuttimen vaihdon jälkeen tihkunut materiaali pois suuttimesta, kun ensimmäinen kappale on tulostettu. Näin saadaan aikaan turvallinen ja hidas pyyhkäisyliike kohdassa, jossa tihkunut materiaali vaurioittaa mahdollisimman vähän tulostuksen pinnan laatua." msgstr ""
#~ msgctxt "cross_infill_apply_pockets_alternatingly label" msgctxt "max_flow_acceleration description"
#~ msgid "Alternate Cross 3D Pockets" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Vuoroittaiset risti 3D -taskut" msgstr ""
#~ msgctxt "skin_alternate_rotation label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Alternate Skin Rotation" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Vuorottele pintakalvon pyöritystä" msgstr ""
#~ msgctxt "skin_alternate_rotation description" msgctxt "reset_flow_duration label"
#~ msgid "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions." msgid "Reset flow duration"
#~ msgstr "Muuttaa ylä-/alakerrosten tulostussuuntaa. Normaalisti ne tulostetaan vain vinottain. Tämä asetus lisää vain X- ja vain Y -suunnat." msgstr ""
#~ msgctxt "prime_tower_purge_volume description"
#~ msgid "Amount of filament to be purged when wiping on the prime tower. Purging is useful for compensating the filament lost by oozing during inactivity of the nozzle."
#~ msgstr "Poistettavan tulostuslangan määrä esitäyttötornia pyyhittäessä. Poisto on hyödyllinen menetetyn tulostuslangan kompensointiin, silloin kun sitä tihkuu suuttimen ollessa ei-aktiivinen."
#~ msgctxt "machine_use_extruder_offset_to_offset_coords description"
#~ msgid "Apply the extruder offset to the coordinate system."
#~ msgstr "Käytä suulakkeen siirtymää koordinaattijärjestelmään."
#~ msgctxt "material_flow_dependent_temperature label"
#~ msgid "Auto Temperature"
#~ msgstr "Automaattinen lämpötila"
#~ msgctxt "z_seam_type option back"
#~ msgid "Back"
#~ msgstr "Taakse"
#~ msgctxt "machine_shape label"
#~ msgid "Build plate shape"
#~ msgstr "Alustan muoto"
#~ msgctxt "center_object label"
#~ msgid "Center object"
#~ msgstr "Keskitä kappale"
#~ msgctxt "material_flow_dependent_temperature description"
#~ msgid "Change the temperature for each layer automatically with the average flow speed of that layer."
#~ msgstr "Muuta kunkin kerroksen lämpötilaa automaattisesti kyseisen kerroksen keskimääräisen virtausnopeuden mukaan."
#~ msgctxt "retraction_combing description"
#~ msgid "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only."
#~ msgstr "Pyyhkäisy pitää suuttimen aiemmin tulostetuilla alueilla siirtoliikkeitä tehtäessä. Tämä johtaa hieman pidempiin siirtoliikkeisiin, mutta vähentää takaisinvedon tarvetta. Jos pyyhkäisy on poistettu käytöstä, materiaalille tehdään takaisinveto ja suutin liikkuu suoraan seuraavaan pisteeseen. On myös mahdollista välttää pyyhkäisy ylä- tai alapintakalvojen yli pyyhkäisemällä vain täytössä."
#~ msgctxt "wireframe_strategy option compensate"
#~ msgid "Compensate"
#~ msgstr "Kompensoi"
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label"
#~ msgid "Compensate Inner Wall Overlaps"
#~ msgstr "Kompensoi sisäseinämän limityksiä"
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label"
#~ msgid "Compensate Outer Wall Overlaps"
#~ msgstr "Kompensoi ulkoseinämän limityksiä"
#~ msgctxt "travel_compensate_overlapping_walls_enabled label"
#~ msgid "Compensate Wall Overlaps"
#~ msgstr "Kompensoi seinämän limityksiä"
#~ msgctxt "travel_compensate_overlapping_walls_enabled description"
#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place."
#~ msgstr "Kompensoi tulostettaessa virtausta niiden seinämien osien kohdalla, joissa on jo olemassa seinämä."
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description"
#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place."
#~ msgstr "Kompensoi tulostettaessa virtausta niiden sisäseinämien osien kohdalla, joissa on jo olemassa seinämä."
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description"
#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place."
#~ msgstr "Kompensoi tulostettaessa virtausta niiden ulkoseinämien osien kohdalla, joissa on jo olemassa seinämä."
#~ msgctxt "infill_pattern option concentric_3d"
#~ msgid "Concentric 3D"
#~ msgstr "Samankeskinen 3D"
#~ msgctxt "support_bottom_pattern option concentric_3d"
#~ msgid "Concentric 3D"
#~ msgstr "Samankeskinen 3D"
#~ msgctxt "support_interface_pattern option concentric_3d"
#~ msgid "Concentric 3D"
#~ msgstr "Samankeskinen 3D"
#~ msgctxt "support_pattern option concentric_3d"
#~ msgid "Concentric 3D"
#~ msgstr "Samankeskinen 3D"
#~ msgctxt "support_roof_pattern option concentric_3d"
#~ msgid "Concentric 3D"
#~ msgstr "Samankeskinen 3D"
#~ msgctxt "zig_zaggify_infill description"
#~ msgid "Connect the ends where the infill pattern meets the inner wall using a lines which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduces the effects on infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used."
#~ msgstr "Yhdistä päät, joissa täyttökuvio kohtaa sisäseinämän käyttämällä linjoja, jotka seuraavat sisäseinämän muotoa. Tämän asetuksen ottaminen käyttöön voi saada täytön tarttumaan seinämiin paremmin ja vähentää täytön vaikutusta pystypintojen laatuun. Tämän asetuksen poistaminen käytöstä vähentää käytettävän materiaalin määrää."
#~ msgctxt "z_seam_corner description"
#~ msgid "Control whether corners on the model outline influence the position of the seam. None means that corners have no influence on the seam position. Hide Seam makes the seam more likely to occur on an inside corner. Expose Seam makes the seam more likely to occur on an outside corner. Hide or Expose Seam makes the seam more likely to occur at an inside or outside corner."
#~ msgstr "Määritä, vaikuttavatko mallin ulkolinjan kulmat sauman sijaintiin. Ei mitään tarkoittaa, että kulmilla ei ole vaikutusta sauman sijaintiin. Piilota sauma -valinnalla sauman sijainti sisäkulmassa on todennäköisempää. Paljasta sauma -valinnalla sauman sijainti ulkokulmassa on todennäköisempää. Piilota tai paljasta sauma -valinnalla sauman sijainti sisä- tai ulkokulmassa on todennäköisempää."
#~ msgctxt "machine_nozzle_cool_down_speed label"
#~ msgid "Cool down speed"
#~ msgstr "Jäähdytysnopeus"
#~ msgctxt "wireframe_top_jump description"
#~ msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing."
#~ msgstr "Tekee pienen solmun nousulinjan yläpäähän, jotta seuraava vaakasuora kerros pystyy paremmin liittymään siihen. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "sub_div_rad_mult label"
#~ msgid "Cubic Subdivision Radius"
#~ msgstr "Kuution alajaon säde"
#~ msgctxt "wireframe_bottom_delay description"
#~ msgid "Delay time after a downward move. Only applies to Wire Printing."
#~ msgstr "Viive laskuliikkeen jälkeen. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_top_delay description"
#~ msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing."
#~ msgstr "Viive nousuliikkeen jälkeen, jotta linja voi kovettua. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_flat_delay description"
#~ msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing."
#~ msgstr "Viive kahden vaakasuoran segmentin välillä. Tämän viiveen käyttöönotto voi parantaa tarttuvuutta edellisiin kerroksiin liitoskohdissa, mutta liian suuret viiveet aiheuttavat riippumista. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "infill_mesh_order description"
#~ msgid "Determines which infill mesh is inside the infill of another infill mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes."
#~ msgstr "Määrittää, mikä täyttöverkko on toisen täyttöverkon täytön sisällä. Korkeamman järjestyksen täyttöverkko muokkaa pienemmän järjestyksen täyttöverkkojen ja normaalien verkkojen täyttöä."
#~ msgctxt "machine_disallowed_areas label"
#~ msgid "Disallowed areas"
#~ msgstr "Kielletyt alueet"
#~ msgctxt "wireframe_nozzle_clearance description"
#~ msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing."
#~ msgstr "Suuttimen ja vaakasuoraan laskevien linjojen välinen etäisyys. Suurempi väli aiheuttaa vähemmän jyrkän kulman diagonaalisesti laskeviin linjoihin, mikä puolestaan johtaa harvempiin yläliitoksiin seuraavan kerroksen kanssa. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "support_interface_line_distance description"
#~ msgid "Distance between the printed support interface lines. This setting is calculated by the Support Interface Density, but can be adjusted separately."
#~ msgstr "Tulostettujen tukiliittymän linjojen välinen etäisyys. Tämä asetus lasketaan tukiliittymän tiheysarvosta, mutta sitä voidaan säätää erikseen."
#~ msgctxt "support_bottom_distance description"
#~ msgid "Distance from the print to the bottom of the support."
#~ msgstr "Etäisyys tulosteesta tuen alaosaan."
#~ msgctxt "support_z_distance description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded down to a multiple of the layer height."
#~ msgstr "Tukirakenteen etäisyys tulosteesta ylä-/alasuunnassa. Tämä rako sallii tukien poistamisen mallin tulostuksen jälkeen. Tämä arvo pyöristetään alaspäin kerroksen korkeuden kerrannaiseksi."
#~ msgctxt "support_z_distance description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height."
#~ msgstr "Tukirakenteen etäisyys tulosteesta ylä-/alasuunnassa. Tämä rako sallii tukien poistamisen mallin tulostuksen jälkeen. Tämä arvo pyöristetään ylöspäin kerroksen korkeuden kerrannaiseksi."
#~ msgctxt "wireframe_up_half_speed description"
#~ msgid ""
#~ "Distance of an upward move which is extruded with half speed.\n"
#~ "This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing."
#~ msgstr ""
#~ "Puolella nopeudella pursotetun nousuliikkeen etäisyys.\n"
#~ "Se voi parantaa tarttuvuutta edellisiin kerroksiin kuumentamatta materiaalia liikaa kyseisissä kerroksissa. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "support_xy_distance_overhang description"
#~ msgid "Distance of the support structure from the overhang in the X/Y directions. "
#~ msgstr "Tukirakenteen etäisyys ulokkeesta X-/Y-suunnissa. "
#~ msgctxt "wireframe_fall_down description"
#~ msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Etäisyys, jonka materiaali putoaa ylöspäin menevän pursotuksen jälkeen. Tämä etäisyys kompensoidaan. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_drag_along description"
#~ msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Etäisyys, jonka ylöspäin pursotettu materiaali laahautuu diagonaalisen laskevan pursotuksen mukana. Tämä etäisyys kompensoidaan. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "multiple_mesh_overlap label"
#~ msgid "Dual Extrusion Overlap"
#~ msgstr "Kaksoispursotuksen limitys"
#~ msgctxt "support_enable label"
#~ msgid "Enable Support"
#~ msgstr "Ota tuki käyttöön"
#~ msgctxt "support_enable description"
#~ msgid "Enable support structures. These structures support parts of the model with severe overhangs."
#~ msgstr "Ota tukirakenteet käyttöön. Nämä rakenteet tukevat mallin osia, joissa on merkittäviä ulokkeita."
#~ msgctxt "machine_end_gcode label"
#~ msgid "End GCode"
#~ msgstr "Lopetus-GCode"
#~ msgctxt "speed_equalize_flow_enabled label"
#~ msgid "Equalize Filament Flow"
#~ msgstr "Yhdenmukaista tulostuslangan virtaus"
#~ msgctxt "fill_perimeter_gaps option everywhere"
#~ msgid "Everywhere"
#~ msgstr "Kaikkialla"
#~ msgctxt "expand_lower_skins label"
#~ msgid "Expand Bottom Skins Into Infill"
#~ msgstr "Alimpien pintakalvojen laajennus täyttöalueelle"
#~ msgctxt "expand_lower_skins label"
#~ msgid "Expand Lower Skins"
#~ msgstr "Laajenna alemmat pintakalvot"
#~ msgctxt "expand_skins_into_infill label"
#~ msgid "Expand Skins Into Infill"
#~ msgstr "Laajenna pintakalvot täyttöalueelle"
#~ msgctxt "expand_upper_skins label"
#~ msgid "Expand Top Skins Into Infill"
#~ msgstr "Ylimpien pintakalvojen laajennus täyttöalueelle"
#~ msgctxt "expand_upper_skins label"
#~ msgid "Expand Upper Skins"
#~ msgstr "Laajenna ylemmät pintakalvot"
#~ msgctxt "expand_lower_skins description"
#~ msgid "Expand lower skin areas (areas with air below) so that they are anchored by the infill layers above and below."
#~ msgstr "Laajenna alemmat pintakalvot (alueet, joiden alapuolella on ilmaa) niin, että ylä- ja alapuoliset täyttökerrokset ankkuroivat ne."
#~ msgctxt "expand_skins_into_infill description"
#~ msgid "Expand skin areas of top and/or bottom skin of flat surfaces. By default, skins stop under the wall lines that surround infill but this can lead to holes appearing when the infill density is low. This setting extends the skins beyond the wall lines so that the infill on the next layer rests on skin."
#~ msgstr "Laajenna tasaisten pintojen ylä- ja/tai alapuolen pintakalvot. Oletuksena pintakalvot päättyvät täyttöalueen ympäröivien seinämälinjojen alla, mutta tämä voi aiheuttaa reikiä, kun täyttöalueen tiheys on alhainen. Tämä asetus laajentaa pintakalvot seinämälinjoja pidemmälle niin, että seuraavan kerroksen täyttöalue lepää pintakalvon päällä."
#~ msgctxt "expand_lower_skins description"
#~ msgid "Expand the bottom skin areas (areas with air below) so that they are anchored by the infill layers above and below."
#~ msgstr "Laajenna alimmat pintakalvot (alueet, joiden alapuolella on ilmaa) niin, että ylä- ja alapuoliset täyttökerrokset ankkuroivat ne."
#~ msgctxt "expand_upper_skins description"
#~ msgid "Expand the top skin areas (areas with air above) so that they support infill above."
#~ msgstr "Laajenna ylimmät pintakalvot (alueet, joiden yläpuolella on ilmaa) niin, että ne tukevat yläpuolista täyttöaluetta."
#~ msgctxt "expand_upper_skins description"
#~ msgid "Expand upper skin areas (areas with air above) so that they support infill above."
#~ msgstr "Laajenna ylemmät pintakalvot (alueet, joiden yläpuolella on ilmaa) niin, että ne tukevat yläpuolista täyttöaluetta."
#~ msgctxt "support_conical_enabled description"
#~ msgid "Experimental feature: Make support areas smaller at the bottom than at the overhang."
#~ msgstr "Kokeellinen ominaisuus: tekee tukialueet pienemmiksi alaosassa verrattuna ulokkeeseen."
#~ msgctxt "machine_filament_park_distance label"
#~ msgid "Filament Park Distance"
#~ msgstr "Tulostuslangan säilytysetäisyys"
#~ msgctxt "fill_perimeter_gaps label"
#~ msgid "Fill Gaps Between Walls"
#~ msgstr "Täytä seinämien väliset raot"
#~ msgctxt "fill_perimeter_gaps description"
#~ msgid "Fills the gaps between walls where no walls fit."
#~ msgstr "Täyttää raot seinämien välissä, kun seinämät eivät ole sopivia."
#~ msgctxt "wireframe_flow_connection description"
#~ msgid "Flow compensation when going up or down. Only applies to Wire Printing."
#~ msgstr "Virtauksen kompensointi ylös tai alas mentäessä. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_flow_flat description"
#~ msgid "Flow compensation when printing flat lines. Only applies to Wire Printing."
#~ msgstr "Virtauksen kompensointi tulostettaessa latteita linjoja. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "prime_tower_flow description"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value."
#~ msgstr "Virtauksen kompensointi: pursotetun materiaalin määrä kerrotaan tällä arvolla."
#~ msgctxt "wireframe_flow description"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Virtauksen kompensointi: Pursotetun materiaalin määrä kerrotaan tällä arvolla. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "material_guid description"
#~ msgid "GUID of the material. This is set automatically. "
#~ msgstr "Materiaalin GUID. Tämä määritetään automaattisesti. "
#~ msgctxt "gantry_height label"
#~ msgid "Gantry height"
#~ msgstr "Korokkeen korkeus"
#~ msgctxt "machine_end_gcode description"
#~ msgid ""
#~ "Gcode commands to be executed at the very end - separated by \n"
#~ "."
#~ msgstr ""
#~ "GCode-komennot, jotka suoritetaan aivan lopussa eroteltuina merkillä \n"
#~ "."
#~ msgctxt "machine_start_gcode description"
#~ msgid ""
#~ "Gcode commands to be executed at the very start - separated by \n"
#~ "."
#~ msgstr ""
#~ "GCode-komennot, jotka suoritetaan aivan alussa eroteltuina merkillä \n"
#~ "."
#~ msgctxt "machine_gcode_flavor label"
#~ msgid "Gcode flavour"
#~ msgstr "GCode-tyyppi"
#~ msgctxt "ironing_enabled description"
#~ msgid "Go over the top surface one additional time, but without extruding material. This is meant to melt the plastic on top further, creating a smoother surface."
#~ msgstr "Yläpinnan läpikäynti yhden ylimääräisen kerran ilman materiaalin pursotusta. Tämän tarkoitus on sulattaa yläosan muovia enemmän, jolloin saadaan sileämpi pinta."
#~ msgctxt "machine_heated_bed label"
#~ msgid "Has heated build plate"
#~ msgstr "Sisältää lämmitettävän alustan"
#~ msgctxt "machine_nozzle_heat_up_speed label"
#~ msgid "Heat up speed"
#~ msgstr "Lämpenemisnopeus"
#~ msgctxt "machine_heat_zone_length label"
#~ msgid "Heat zone length"
#~ msgstr "Lämpöalueen pituus"
#~ msgctxt "infill_hollow label"
#~ msgid "Hollow Out Objects"
#~ msgstr "Kappaleiden tekeminen ontoiksi"
#~ msgctxt "skin_no_small_gaps_heuristic label"
#~ msgid "Ignore Small Z Gaps"
#~ msgstr "Ohita pienet Z-raot"
#~ msgctxt "start_layers_at_same_position description"
#~ msgid "In each layer start with printing the object near the same point, so that we don't start a new layer with printing the piece which the previous layer ended with. This makes for better overhangs and small parts, but increases printing time."
#~ msgstr "Aloita tulostus jokaisessa kerroksessa tulostamalla kappale, joka on lähellä samaa pistettä, jotta uutta kerrosta ei aloiteta tulostamalla kappaletta, johon edellinen kerros päättyi. Näin saadaan aikaan paremmat ulokkeet ja pienet osat, mutta tulostus kestää kauemmin."
#~ msgctxt "material_bed_temp_prepend label"
#~ msgid "Include build plate temperature"
#~ msgstr "Sisällytä alustan lämpötila"
#~ msgctxt "material_print_temp_prepend label"
#~ msgid "Include material temperatures"
#~ msgstr "Sisällytä materiaalilämpötilat"
#~ msgctxt "infill_mesh_order label"
#~ msgid "Infill Mesh Order"
#~ msgstr "Täyttöverkkojärjestys"
#~ msgctxt "z_offset_layer_0 label"
#~ msgid "Initial Layer Z Offset"
#~ msgstr "Alkukerroksen Z-siirtymä"
#~ msgctxt "wall_x_extruder_nr label"
#~ msgid "Inner Walls Extruder"
#~ msgstr "Sisäseinämien suulake"
#~ msgctxt "machine_center_is_zero label"
#~ msgid "Is center origin"
#~ msgstr "On keskikohdassa"
#~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot"
#~ msgstr "Solmu"
#~ msgctxt "machine_depth label"
#~ msgid "Machine depth"
#~ msgstr "Laitteen syvyys"
#~ msgctxt "machine_head_with_fans_polygon label"
#~ msgid "Machine head & Fan polygon"
#~ msgstr "Laiteen pään ja tuulettimen monikulmio"
#~ msgctxt "machine_head_polygon label"
#~ msgid "Machine head polygon"
#~ msgstr "Laiteen pään monikulmio"
#~ msgctxt "machine_height label"
#~ msgid "Machine height"
#~ msgstr "Laitteen korkeus"
#~ msgctxt "machine_width label"
#~ msgid "Machine width"
#~ msgstr "Laitteen leveys"
#~ msgctxt "machine_max_feedrate_e label"
#~ msgid "Maximum Feedrate"
#~ msgstr "Maksimisyöttönopeus"
#~ msgctxt "speed_equalize_flow_max label"
#~ msgid "Maximum Speed for Flow Equalization"
#~ msgstr "Virtauksen yhdenmukaistamisen maksiminopeus"
#~ msgctxt "max_feedrate_z_override label"
#~ msgid "Maximum Z Speed"
#~ msgstr "Z:n maksiminopeus"
#~ msgctxt "speed_equalize_flow_max description"
#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow."
#~ msgstr "Tulostuksen maksiminopeus, kun tulostusnopeutta säädetään virtauksen yhdenmukaistamista varten."
#~ msgctxt "mesh_position_x label"
#~ msgid "Mesh position x"
#~ msgstr "Verkon x-sijainti"
#~ msgctxt "mesh_position_y label"
#~ msgid "Mesh position y"
#~ msgstr "Verkon y-sijainti"
#~ msgctxt "mesh_position_z label"
#~ msgid "Mesh position z"
#~ msgstr "Verkon z-sijainti"
#~ msgctxt "support_minimal_diameter label"
#~ msgid "Minimum Diameter"
#~ msgstr "Minimiläpimitta"
#~ msgctxt "support_minimal_diameter description"
#~ msgid "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower."
#~ msgstr "Erityisellä tukitornilla tuettavan pienen alueen minimiläpimitta X- ja Y-suunnissa."
#~ msgctxt "retraction_combing option noskin"
#~ msgid "No Skin"
#~ msgstr "Ei pintakalvoa"
#~ msgctxt "meshfix_keep_open_polygons description"
#~ msgid "Normally Cura tries to stitch up small holes in the mesh and remove parts of a layer with big holes. Enabling this option keeps those parts which cannot be stitched. This option should be used as a last resort option when everything else fails to produce proper GCode."
#~ msgstr "Normaalisti Cura yrittää silmukoida umpeen pieniä reikiä verkosta ja poistaa kerroksesta osat, joissa on isoja reikiä. Tämän vaihtoehdon käyttöönotto pitää ne osat, joita ei voida silmukoida. Tätä tulisi pitää viimeisenä vaihtoehtona, kun millään muulla ei saada aikaan kunnollista GCodea."
#~ msgctxt "fill_perimeter_gaps option nowhere"
#~ msgid "Nowhere"
#~ msgstr "Ei missään"
#~ msgctxt "machine_nozzle_expansion_angle label"
#~ msgid "Nozzle angle"
#~ msgstr "Suuttimen kulma"
#~ msgctxt "machine_nozzle_head_distance label"
#~ msgid "Nozzle length"
#~ msgstr "Suuttimen pituus"
#~ msgctxt "machine_use_extruder_offset_to_offset_coords label"
#~ msgid "Offset With Extruder"
#~ msgstr "Suulakkeen siirtymä"
#~ msgctxt "cross_infill_apply_pockets_alternatingly description"
#~ msgid "Only apply pockets at half of the four-way crossings in the cross 3D pattern and alternate the location of the pockets between heights where the pattern is touching itself."
#~ msgstr "Käytä taskuja vain puolessa nelisuuntaisista risteyksistä risti 3D -kuviossa ja vuorottele taskujen sijainnit sellaisten korkeuksien välillä, joissa kuvio koskettaa itseään."
#~ msgctxt "optimize_wall_printing_order description"
#~ msgid "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization."
#~ msgstr "Optimoi seinämien tulostusjärjestys takaisinvetojen ja kuljetun etäisyyden vähentämiseksi. Useimmat osat hyötyvät tämän asetuksen käytöstä, mutta joissakin saattaa kestää kauemmin, joten vertaa tulostusajan arvioita optimointia käytettäessä ja ilman sitä."
#~ msgctxt "outer_inset_first label"
#~ msgid "Outer Before Inner Walls"
#~ msgstr "Ulkoseinämät ennen sisäseinämiä"
#~ msgctxt "machine_nozzle_tip_outer_diameter label"
#~ msgid "Outer nozzle diameter"
#~ msgstr "Suuttimen ulkoläpimitta"
#~ msgctxt "wireframe_straight_before_down description"
#~ msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing."
#~ msgstr "Prosenttiluku diagonaalisesti laskevasta linjasta, jota peittää vaakalinjan pätkä. Tämä voi estää nousulinjojen ylimmän kohdan riippumista. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "prime_tower_purge_volume label"
#~ msgid "Prime Tower Purge Volume"
#~ msgstr "Esitäyttötornin poistoainemäärä"
#~ msgctxt "prime_tower_wall_thickness label"
#~ msgid "Prime Tower Thickness"
#~ msgstr "Esitäyttötornin paksuus"
#~ msgctxt "wireframe_enabled description"
#~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines."
#~ msgstr "Tulostetaan vain ulkopinta harvalla verkkorakenteella eli tulostetaan \"suoraan ilmaan\". Tämä toteutetaan tulostamalla mallin ääriviivat vaakasuoraan tietyin Z-välein, jotka yhdistetään ylöspäin menevillä linjoilla ja alaspäin menevillä diagonaalilinjoilla."
#~ msgctxt "spaghetti_infill_enabled description"
#~ msgid "Print the infill every so often, so that the filament will curl up chaotically inside the object. This reduces print time, but the behaviour is rather unpredictable."
#~ msgstr "Tulostaa täytön silloin tällöin, niin että tulostuslanka kiertyy sattumanvaraisesti kappaleen sisälle. Tämä lyhentää tulostusaikaa, mutta toimintatapa on melko arvaamaton."
#~ msgctxt "speed_equalize_flow_enabled description"
#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines."
#~ msgstr "Normaaleja ohuempien linjojen tulostus nopeammin niin, että pursotetun materiaalin määrä sekunnissa pysyy samana. Mallin ohuet kappaleet saattavat edellyttää asetuksia pienemmällä linjan leveydellä tulostettuja linjoja. Tällä asetuksella hallitaan tällaisten linjojen nopeuden muutoksia."
#~ msgctxt "outer_inset_first description"
#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs."
#~ msgstr "Seinämät tulostetaan ulkoa sisäänpäin, kun tämä on käytössä. Asetuksella voidaan auttaa parantamaan X:n ja Y:n dimensiotarkkuutta ABS:n kaltaista korkeaviskoosista muovia käytettäessä. Se voi kuitenkin heikentää ulkopinnan tulostuslaatua etenkin ulokkeissa."
#~ msgctxt "raft_base_line_spacing label"
#~ msgid "Raft Line Spacing"
#~ msgstr "Pohjaristikon linjajako"
#~ msgctxt "infill_hollow description"
#~ msgid "Remove all infill and make the inside of the object eligible for support."
#~ msgstr "Poistaa kaikki täytöt, jotta kappaletta voidaan käyttää tukena."
#~ msgctxt "machine_gcode_flavor option RepRap (Marlin/Sprinter)"
#~ msgid "RepRap (Marlin/Sprinter)"
#~ msgstr "RepRap (Marlin/Sprinter)"
#~ msgctxt "machine_gcode_flavor option RepRap (Volumatric)"
#~ msgid "RepRap (Volumetric)"
#~ msgstr "RepRap (volymetrinen)"
#~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract"
#~ msgstr "Takaisinveto"
#~ msgctxt "retraction_enable description"
#~ msgid "Retract the filament when the nozzle is moving over a non-printed area. "
#~ msgstr "Vedä tulostuslanka takaisin, kun suutin liikkuu sellaisen alueen yli, jota ei tulosteta. "
#~ msgctxt "shell label"
#~ msgid "Shell"
#~ msgstr "Kuori"
#~ msgctxt "machine_show_variants label"
#~ msgid "Show machine variants"
#~ msgstr "Näytä laitteen variantit"
#~ msgctxt "support_skip_some_zags label"
#~ msgid "Skip Some ZigZags Connections"
#~ msgstr "Ohita jotkin siksakien yhdistämiset"
#~ msgctxt "support_zag_skip_count description"
#~ msgid "Skip one in every N connection lines to make the support structure easier to break."
#~ msgstr "Ohita yksi jokaisesta N-yhdistämislinjasta, jotta tukirakenne on helpompi rikkoa."
#~ msgctxt "support_skip_some_zags description"
#~ msgid "Skip some ZigZags connections to make the support structure easier to break."
#~ msgstr "Ohita jotkin siksakien yhdistämiset, jotta tukirakenne on helpompi rikkoa."
#~ msgctxt "smooth_spiralized_contours description"
#~ msgid "Smooth the spiralized contours to reduce the visibility of the Z seam (the Z-seam should be barely visible on the print but will still be visible in the layer view). Note that smoothing will tend to blur fine surface details."
#~ msgstr "Vähennä Z-sauman näkyvyyttä tasoittamalla kierukoidut ääriviivat (Z-sauman pitäisi olla lähes näkymätön tulosteessa, mutta kerrosnäkymässä sen voi edelleen havaita). Ota huomioon, että tasoittaminen usein sumentaa pinnan pieniä yksityiskohtia."
#~ msgctxt "spaghetti_flow label"
#~ msgid "Spaghetti Flow"
#~ msgstr "Spagettivirtaus"
#~ msgctxt "spaghetti_infill_enabled label"
#~ msgid "Spaghetti Infill"
#~ msgstr "Spagettitäyttö"
#~ msgctxt "spaghetti_infill_extra_volume label"
#~ msgid "Spaghetti Infill Extra Volume"
#~ msgstr "Spagettitäytön ylimääräinen ainemäärä"
#~ msgctxt "spaghetti_max_height label"
#~ msgid "Spaghetti Infill Maximum Height"
#~ msgstr "Spagettitäytön enimmäiskorkeus"
#~ msgctxt "spaghetti_infill_stepped label"
#~ msgid "Spaghetti Infill Stepping"
#~ msgstr "Spagettitäyttö vaiheittain"
#~ msgctxt "spaghetti_inset label"
#~ msgid "Spaghetti Inset"
#~ msgstr "Spagettiliitos"
#~ msgctxt "spaghetti_max_infill_angle label"
#~ msgid "Spaghetti Maximum Infill Angle"
#~ msgstr "Spagettitäytön enimmäiskulma"
#~ msgctxt "wireframe_printspeed description"
#~ msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing."
#~ msgstr "Nopeus, jolla suutin liikkuu materiaalia pursottaessaan. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_printspeed_down description"
#~ msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing."
#~ msgstr "Nopeus, jolla tulostetaan linja diagonaalisesti alaspäin. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_printspeed_up description"
#~ msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing."
#~ msgstr "Nopeus, jolla tulostetaan linja ylöspäin \"suoraan ilmaan\". Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_printspeed_bottom description"
#~ msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing."
#~ msgstr "Nopeus, jolla tulostetaan ensimmäinen kerros, joka on ainoa alustaa koskettava kerros. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_printspeed_flat description"
#~ msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing."
#~ msgstr "Nopeus, jolla tulostetaan mallin vaakasuorat ääriviivat. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "magic_spiralize description"
#~ msgid "Spiralize smooths out the Z move of the outer edge. This will create a steady Z increase over the whole print. This feature turns a solid model into a single walled print with a solid bottom. This feature used to be called Joris in older versions."
#~ msgstr "Kierukointi pehmentää ulkoreunan Z-liikettä. Se muodostaa tasaisen Z-lisän koko tulosteelle. Tämä toiminto muuttaa umpinaisen mallin yksiseinäiseksi tulosteeksi, jossa on umpinainen pohja. Vanhemmissa versioissa tätä toimintoa kutsuttiin nimellä Joris."
#~ msgctxt "machine_start_gcode label"
#~ msgid "Start GCode"
#~ msgstr "Aloitus-GCode"
#~ msgctxt "start_layers_at_same_position label"
#~ msgid "Start Layers with the Same Part"
#~ msgstr "Aloita kerrokset samalla osalla"
#~ msgctxt "wireframe_strategy description"
#~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted."
#~ msgstr "Strategia, jolla varmistetaan, että kaksi peräkkäistä kerrosta liittyy toisiinsa kussakin liitoskohdassa. Takaisinveto antaa nousulinjojen kovettua oikeaan asentoon, mutta voi aiheuttaa tulostuslangan hiertymistä. Solmu voidaan tehdä nousulinjan päähän, jolloin siihen liittyminen helpottuu ja linja jäähtyy, mutta se voi vaatia hitaampia tulostusnopeuksia. Toisena strategiana on kompensoida nousulinjan yläpään riippumista, mutta linjat eivät aina putoa ennustettavalla tavalla."
#~ msgctxt "support_bottom_height label"
#~ msgid "Support Bottom Thickness"
#~ msgstr "Tuen alaosan paksuus"
#~ msgctxt "support_interface_line_distance label"
#~ msgid "Support Interface Line Distance"
#~ msgstr "Tukiliittymän linjaetäisyys"
#~ msgctxt "infill_pattern option tetrahedral"
#~ msgid "Tetrahedral"
#~ msgstr "Nelitaho"
#~ msgctxt "acceleration_support_interface description"
#~ msgid "The acceleration with which the roofs and bottoms of support are printed. Printing them at lower accelerations can improve overhang quality."
#~ msgstr "Kiihtyvyys, jolla tuen katot ja alaosat tulostetaan. Niiden tulostus hitaammilla kiihtyvyyksillä voi parantaa ulokkeen laatua."
#~ msgctxt "infill_overlap description"
#~ msgid "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill."
#~ msgstr "Limityksen määrä täytön ja seinämien välillä. Pienellä limityksellä seinämät liittyvät tukevasti täyttöön."
#~ msgctxt "skin_overlap description"
#~ msgid "The amount of overlap between the skin and the walls as a percentage of the line width. A slight overlap allows the walls to connect firmly to the skin. This is a percentage of the average line widths of the skin lines and the innermost wall."
#~ msgstr "Limityksen määrä pintakalvon ja seinämien välillä linjaleveyden prosenttina. Pienellä limityksellä seinämät liittyvät tukevasti pintakalvoon. Tämä on pintakalvon linjojen ja sisimmän seinämän keskimääräisten linjaleveyksien prosenttiluku."
#~ msgctxt "skin_overlap description"
#~ msgid "The amount of overlap between the skin and the walls. A slight overlap allows the walls to connect firmly to the skin."
#~ msgstr "Limityksen määrä pintakalvon ja seinämien välillä. Pienellä limityksellä seinämät liittyvät tukevasti pintakalvoon."
#~ msgctxt "skin_overlap_mm description"
#~ msgid "The amount of overlap between the skin and the walls. A slight overlap allows the walls to connect firmly to the skin."
#~ msgstr "Limityksen määrä pintakalvon ja seinämien välillä. Pienellä limityksellä seinämät liittyvät tukevasti pintakalvoon."
#~ msgctxt "switch_extruder_retraction_amount description"
#~ msgid "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone."
#~ msgstr "Takaisinvedon määrä: 0 tarkoittaa, että takaisinvetoa ei ole lainkaan. Tämän on yleensä oltava sama kuin lämpöalueen pituus."
#~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "Etäisyys, jolla tehdään liitos katon ääriviivalta sisäänpäin. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "wireframe_roof_drag_along description"
#~ msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Sisäpuolisen linjan päätyosan etäisyys ko. linjan laahautuessa mukana, kun mennään takaisin katon ulommalle ulkolinjalle. Tämä etäisyys kompensoidaan. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "expand_skins_expand_distance description"
#~ msgid "The distance the skins are expanded into the infill. The default distance is enough to bridge the gap between the infill lines and will stop holes appearing in the skin where it meets the wall when the infill density is low. A smaller distance will often be sufficient."
#~ msgstr "Pintakalvojen laajennusetäisyys täyttöalueelle. Oletusetäisyys riittää kuromaan umpeen täyttölinjojen väliset raot, ja se estää reikien ilmestymisen pintakalvoon seinämän liitoskohdassa, kun täytön tiheys on alhainen."
#~ msgctxt "wireframe_roof_fall_down description"
#~ msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Etäisyys, jonka \"suoraan ilmaan\" tulostetut vaakasuorat kattolinjat roikkuvat tulostettaessa. Tämä etäisyys kompensoidaan. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "z_offset_layer_0 description"
#~ msgid "The extruder is offset from the normal height of the first layer by this amount. It can be positive (raised) or negative (lowered). Some filament types adhere to the build plate better if the extruder is raised slightly."
#~ msgstr "Suulaketta siirretään ensimmäisen kerroksen normaalista korkeudesta tällä määrällä. Se voi olla positiivinen (nostettu) tai negatiivinen (laskettu). Jotkin tulostuslankatyypit tarttuvat alustaan paremmin, jos suulaketta nostetaan hieman."
#~ msgctxt "support_interface_extruder_nr description"
#~ msgid "The extruder train to use for printing the roofs and bottoms of the support. This is used in multi-extrusion."
#~ msgstr "Tuen kattojen ja alaosien tulostukseen käytettävä suulakeryhmä. Tätä käytetään monipursotuksessa."
#~ msgctxt "support_bottom_stair_step_height description"
#~ msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures."
#~ msgstr "Mallin päällä olevan porrasmaisen tuen pohjan portaiden korkeus. Matala arvo tekee tuesta vaikeamman poistaa, mutta liian korkeat arvot voivat johtaa epävakaisiin tukirakenteisiin."
#~ msgctxt "wireframe_height description"
#~ msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing."
#~ msgstr "Kahden vaakaosan välisen nousulinjan ja laskevan diagonaalilinjan korkeus. Tämä määrää verkkorakenteen kokonaistiheyden. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "skirt_gap description"
#~ msgid ""
#~ "The horizontal distance between the skirt and the first layer of the print.\n"
#~ "This is the minimum distance, multiple skirt lines will extend outwards from this distance."
#~ msgstr ""
#~ "Vaakasuora etäisyys helman ja tulosteen ensimmäisen kerroksen välillä.\n"
#~ "Tämä on minimietäisyys; useampia helmalinjoja käytettäessä ne ulottuvat tämän etäisyyden ulkopuolelle."
#~ msgctxt "spaghetti_max_infill_angle description"
#~ msgid "The maximum angle w.r.t. the Z axis of the inside of the print for areas which are to be filled with spaghetti infill afterwards. Lowering this value causes more angled parts in your model to be filled on each layer."
#~ msgstr "Tulosteen sisustan suurin mahdollinen kulma Z-akseliin nähden alueilla, jotka täytetään myöhemmin spagettitäytöllä. Tämän arvon alentaminen johtaa siihen, että useampia mallin vinottaisia osia täytetään jokaisessa kerroksessa."
#~ msgctxt "support_join_distance description"
#~ msgid "The maximum distance between support structures in the X/Y directions. When seperate structures are closer together than this value, the structures merge into one."
#~ msgstr "Tukirakenteiden maksimietäisyys toisistaan X-/Y-suunnissa. Kun erilliset rakenteet ovat tätä arvoa lähempänä toisiaan, rakenteet sulautuvat toisiinsa."
#~ msgctxt "spaghetti_max_height description"
#~ msgid "The maximum height of inside space which can be combined and filled from the top."
#~ msgstr "Yhdistettävän ja yläpuolelta täytettävän sisätilan enimmäiskorkeus."
#~ msgctxt "jerk_support_interface description"
#~ msgid "The maximum instantaneous velocity change with which the roofs and bottoms of support are printed."
#~ msgstr "Tuen kattojen ja alaosien tulostuksen nopeuden hetkellinen maksimimuutos."
#~ msgctxt "max_feedrate_z_override description"
#~ msgid "The maximum speed with which the build plate is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed."
#~ msgstr "Maksiminopeus, jolla alustaa liikutetaan. Jos tämä määritetään nollaan, tulostuksessa käytetään laiteohjelmiston oletusasetuksia Z:n maksiminopeudelle."
#~ msgctxt "mold_width description"
#~ msgid "The minimal distance between the ouside of the mold and the outside of the model."
#~ msgstr "Muotin ulkoseinän ja mallin ulkoseinän välinen vähimmäisetäisyys."
#~ msgctxt "spaghetti_inset description"
#~ msgid "The offset from the walls from where the spaghetti infill will be printed."
#~ msgstr "Siirtymä seinämistä, joista spagettitäyttö tulostetaan."
#~ msgctxt "infill_pattern description"
#~ msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, cubic, octet, quarter cubic and concentric patterns are fully printed every layer. Cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction."
#~ msgstr "Tulostettava täyttömateriaalin kuvio. Linja- ja siksak-täytöt vaihtavat suuntaa kerrosten välillä, mikä vähentää materiaalikustannuksia. Ristikko-, kolmio-, kuutio-, oktetti-, neljänneskuutio- ja samankeskinen-kuviot tulostetaan kokonaisuudessaan kuhunkin kerrokseen. Kuutio-, neljänneskuutio- ja oktettitäytöt muuttuvat kerroksittain, jotta vahvuus jakautuu tasaisemmin kussakin suunnassa."
#~ msgctxt "infill_pattern description"
#~ msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, cubic, tetrahedral and concentric patterns are fully printed every layer. Cubic and tetrahedral infill change with every layer to provide a more equal distribution of strength over each direction."
#~ msgstr "Tulostettava täyttömateriaalin kuvio. Linja- ja siksak-täytöt vaihtavat suuntaa kerrosten välillä, mikä vähentää materiaalikustannuksia. Ristikko-, kolmio-, kuutio-, nelitaho- ja samankeskinen-kuviot tulostetaan kokonaisuudessaan kuhunkin kerrokseen. Kuutio- ja nelitaho-täytöt muuttuvat kerroksittain, jotta vahvuus jakautuu tasaisemmin kussakin suunnassa."
#~ msgctxt "speed_support_interface description"
#~ msgid "The speed at which the roofs and bottoms of support are printed. Printing the them at lower speeds can improve overhang quality."
#~ msgstr "Nopeus, jolla tuen katot ja alaosat tulostetaan. Niiden tulostus hitaammilla nopeuksilla voi parantaa ulokkeen laatua."
#~ msgctxt "speed_layer_0 description"
#~ msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate."
#~ msgstr "Alkukerroksen nopeus. Alhaisempi arvo on suositeltava, jotta tarttuvuus alustaan on parempi."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Ensimmäisen kerroksen tulostuksessa käytettävä lämpötila. Aseta arvoon 0, jos et halua käyttää alkukerroksen erikoiskäsittelyä."
#~ msgctxt "material_print_temperature description"
#~ msgid "The temperature used for printing. Set at 0 to pre-heat the printer manually."
#~ msgstr "Tulostuksessa käytettävä lämpötila. Aseta arvoon 0 esilämmittääksesi tulostimen manuaalisesti."
#~ msgctxt "material_bed_temperature_layer_0 description"
#~ msgid "The temperature used for the heated build plate at the first layer."
#~ msgstr "Lämmitettävän alustan lämpötila ensimmäistä kerrosta tulostettaessa."
#~ msgctxt "material_bed_temperature description"
#~ msgid "The temperature used for the heated build plate. If this is 0, the bed will not heat up for this print."
#~ msgstr "Lämmitettävän alustan lämpötila. Jos tämä on 0, pöytä ei lämpene tätä tulostusta varten."
#~ msgctxt "material_bed_temperature description"
#~ msgid "The temperature used for the heated build plate. Set at 0 to pre-heat the printer manually."
#~ msgstr "Lämmitettävän alustan lämpötila. Aseta arvoon 0 esilämmittääksesi tulostimen manuaalisesti."
#~ msgctxt "prime_tower_wall_thickness description"
#~ msgid "The thickness of the hollow prime tower. A thickness larger than half the Prime Tower Minimum Volume will result in a dense prime tower."
#~ msgstr "Onton esitäyttötornin paksuus. Jos paksuus ylittää puolet esitäyttötornin minimitilavuudesta, tuloksena on tiheä esitäyttötorni."
#~ msgctxt "wall_thickness description"
#~ msgid "The thickness of the outside walls in the horizontal direction. This value divided by the wall line width defines the number of walls."
#~ msgstr "Ulkoseinämien paksuus vaakatasossa. Tämä arvo jaettuna seinämälinjan leveysarvolla määrittää seinämien lukumäärän."
#~ msgctxt "support_bottom_height description"
#~ msgid "The thickness of the support bottoms. This controls the number of dense layers are printed on top of places of a model on which support rests."
#~ msgstr "Tuen alaosien paksuus. Tällä hallitaan sellaisten tiheiden kerrosten määrää, jotka tulostetaan mallin tukea kannattelevien kohtien päälle."
#~ msgctxt "machine_gcode_flavor description"
#~ msgid "The type of gcode to be generated."
#~ msgstr "Luotavan GCoden tyyppi."
#~ msgctxt "raft_smoothing description"
#~ msgid "This setting control how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
#~ msgstr "Tällä asetuksella säädetään, kuinka paljon pohjaristikon ulkolinjan sisäkulmia pyöristetään. Sisäpuoliset kulmat pyöristetään puoliympyräksi, jonka säde on yhtä suuri kuin tässä annettu arvo. Asetuksella myös poistetaan pohjaristikon ulkolinjan reiät, jotka ovat pienempiä kuin tällainen ympyrä."
#~ msgctxt "wireframe_roof_outer_delay description"
#~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing."
#~ msgstr "Katoksi tulevan aukon ulkoreunoihin käytetty aika. Pitemmät ajat varmistavat paremman liitoksen. Koskee vain rautalankamallin tulostusta."
#~ msgctxt "max_skin_angle_for_expansion description"
#~ msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal, while an angle of 90° is vertical."
#~ msgstr "Kappaleesi ylä- ja/tai alapinnan ylä- ja alapintakalvoja ei laajenneta, jos niiden kulma on suurempi kuin tämä asetus. Tällä vältetään laajentamasta kapeita pintakalvoja, jotka syntyvät, kun mallin pinnalla on lähes pystysuora rinne. 0 °:n kulma on vaakasuora ja 90 °:n kulma on pystysuora."
#~ msgctxt "relative_extrusion description"
#~ msgid "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the Gcode. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps. Irrespective of this setting, the extrusion mode will always be set to absolute before any Gcode script is output."
#~ msgstr "Käytä suhteellista pursotusta absoluuttisen pursotuksen sijaan. Suhteellisten E-askelten käyttö helpottaa Gcoden jälkikäsittelyä. Kaikki tulostimet eivät kuitenkaan tue sitä, ja se saattaa aiheuttaa hyvin vähäisiä poikkeamia materiaalin määrässä absoluuttisiin E-askeliin verrattuna. Tästä asetuksesta riippumatta pursotustila on aina absoluuttinen, ennen kuin mitään Gcode-komentosarjaa tuotetaan."
#~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay"
#~ msgstr "Rautalankatulostuksen viive alhaalla"
#~ msgctxt "wireframe_printspeed_bottom label"
#~ msgid "WP Bottom Printing Speed"
#~ msgstr "Rautalankapohjan tulostusnopeus"
#~ msgctxt "wireframe_flow_connection label"
#~ msgid "WP Connection Flow"
#~ msgstr "Rautalankatulostuksen liitosvirtaus"
#~ msgctxt "wireframe_height label"
#~ msgid "WP Connection Height"
#~ msgstr "Rautalankatulostuksen liitoskorkeus"
#~ msgctxt "wireframe_printspeed_down label"
#~ msgid "WP Downward Printing Speed"
#~ msgstr "Rautalangan tulostusnopeus alaspäin"
#~ msgctxt "wireframe_drag_along label"
#~ msgid "WP Drag Along"
#~ msgstr "Rautalankatulostuksen laahaus"
#~ msgctxt "wireframe_up_half_speed label"
#~ msgid "WP Ease Upward"
#~ msgstr "Rautalankatulostuksen hidas liike ylöspäin"
#~ msgctxt "wireframe_fall_down label"
#~ msgid "WP Fall Down"
#~ msgstr "Rautalankatulostuksen pudotus"
#~ msgctxt "wireframe_flat_delay label"
#~ msgid "WP Flat Delay"
#~ msgstr "Rautalankatulostuksen lattea viive"
#~ msgctxt "wireframe_flow_flat label"
#~ msgid "WP Flat Flow"
#~ msgstr "Rautalangan lattea virtaus"
#~ msgctxt "wireframe_flow label"
#~ msgid "WP Flow"
#~ msgstr "Rautalankatulostuksen virtaus"
#~ msgctxt "wireframe_printspeed_flat label"
#~ msgid "WP Horizontal Printing Speed"
#~ msgstr "Rautalangan tulostusnopeus vaakasuoraan"
#~ msgctxt "wireframe_top_jump label"
#~ msgid "WP Knot Size"
#~ msgstr "Rautalankatulostuksen solmukoko"
#~ msgctxt "wireframe_nozzle_clearance label"
#~ msgid "WP Nozzle Clearance"
#~ msgstr "Rautalankatulostuksen suutinväli"
#~ msgctxt "wireframe_roof_drag_along label"
#~ msgid "WP Roof Drag Along"
#~ msgstr "Rautalankatulostuksen katon laahaus"
#~ msgctxt "wireframe_roof_fall_down label"
#~ msgid "WP Roof Fall Down"
#~ msgstr "Rautalankatulostuksen katon pudotus"
#~ msgctxt "wireframe_roof_inset label"
#~ msgid "WP Roof Inset Distance"
#~ msgstr "Rautalankatulostuksen katon liitosetäisyys"
#~ msgctxt "wireframe_roof_outer_delay label"
#~ msgid "WP Roof Outer Delay"
#~ msgstr "Rautalankatulostuksen katon ulompi viive"
#~ msgctxt "wireframe_printspeed label"
#~ msgid "WP Speed"
#~ msgstr "Rautalankatulostuksen nopeus"
#~ msgctxt "wireframe_straight_before_down label"
#~ msgid "WP Straighten Downward Lines"
#~ msgstr "Rautalankatulostuksen laskulinjojen suoristus"
#~ msgctxt "wireframe_strategy label"
#~ msgid "WP Strategy"
#~ msgstr "Rautalankatulostuksen strategia"
#~ msgctxt "wireframe_top_delay label"
#~ msgid "WP Top Delay"
#~ msgstr "Rautalankatulostuksen viive ylhäällä"
#~ msgctxt "wireframe_printspeed_up label"
#~ msgid "WP Upward Printing Speed"
#~ msgstr "Rautalangan tulostusnopeus ylöspäin"
#~ msgctxt "material_bed_temp_wait label"
#~ msgid "Wait for build plate heatup"
#~ msgstr "Odota alustan lämpenemistä"
#~ msgctxt "material_print_temp_wait label"
#~ msgid "Wait for nozzle heatup"
#~ msgstr "Odota suuttimen lämpenemistä"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Kun tarkistat mallia tuen päällä, toimi annetun korkeuden mukaisesti. Pienemmillä arvoilla viipalointi tapahtuu hitaammin, ja korkeammat arvot saattavat aiheuttaa normaalin tuen tulostumisen paikkoihin, joissa olisi pitänyt olla tukiliittymä."
#~ msgctxt "z_offset_taper_layers description"
#~ msgid "When non-zero, the Z offset is reduced to 0 over that many layers. A value of 0 means that the Z offset remains constant for all the layers in the print."
#~ msgstr "Kun tämä ei ole nolla, Z-siirtymä pienenee nollaan niin monen kerroksen matkalla. Kun arvo on 0, Z-siirtymä pysyy vakiona kaikille tulostuksen kerroksille."
#~ msgctxt "skin_no_small_gaps_heuristic description"
#~ msgid "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such case, disable the setting."
#~ msgstr "Kun mallissa on pieniä pystyrakoja, ylä- ja alapuolen pintakalvon tekemiseen näihin kapeisiin paikkoihin voi kulua noin 5 % ylimääräistä laskenta-aikaa. Poista siinä tapauksessa tämä asetus käytöstä."
#~ msgctxt "print_sequence description"
#~ msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is only possible if all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes."
#~ msgstr "Tulostetaanko kaikki mallit kerros kerrallaan vai odotetaanko yhden mallin valmistumista ennen kuin siirrytään seuraavaan. Yksi kerrallaan -tila on mahdollinen vain silloin, jos kaikki mallit ovat erillään siten, että koko tulostuspää voi siirtyä niiden välillä ja kaikki mallit ovat suuttimen ja X-/Y-akselien välistä etäisyyttä alempana."
#~ msgctxt "spaghetti_infill_stepped description"
#~ msgid "Whether to print spaghetti infill in steps or extrude all the infill filament at the end of the print."
#~ msgstr "Spagettitäytön tulostus vaiheittain vai kaiken täyttötulostuslangan pursotus tulostuksen lopussa."
#~ msgctxt "support_interface_line_width description"
#~ msgid "Width of a single support interface line."
#~ msgstr "Yhden tukiliittymän linjan leveys."
#~ msgctxt "dual_pre_wipe label"
#~ msgid "Wipe Nozzle After Switch"
#~ msgstr "Pyyhi suutin vaihdon jälkeen"
#~ msgctxt "wireframe_enabled label"
#~ msgid "Wire Printing"
#~ msgstr "Rautalankatulostus"
#~ msgctxt "speed_wall_0_roofing label"
#~ msgid "Yläpinnan uloimman seinän nopeus"
#~ msgstr "Vitesse d'impression de la paroi externe de la surface supérieure"
#~ msgctxt "z_offset_taper_layers label"
#~ msgid "Z Offset Taper Layers"
#~ msgstr "Z-siirtymän kapenevat kerrokset"
#~ msgctxt "support_zag_skip_count label"
#~ msgid "ZigZag Connection Skip Count"
#~ msgstr "Siksakien yhdistämisten ohitusten määrä"
#~ msgctxt "blackmagic description"
#~ msgid "category_blackmagic"
#~ msgstr "category_blackmagic"
#~ msgctxt "meshfix description"
#~ msgid "category_fixes"
#~ msgstr "category_fixes"
#~ msgctxt "experimental description"
#~ msgid "experimental!"
#~ msgstr "kokeellinen!"

View file

@ -4219,7 +4219,7 @@ msgstr "Résumé - Projet Cura"
msgctxt "@label" msgctxt "@label"
msgid "Support" msgid "Support"
msgstr "Assistance" msgstr "Support"
msgctxt "@tooltip" msgctxt "@tooltip"
msgid "Support" msgid "Support"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -458,7 +458,7 @@ msgstr "Température du volume d'impression"
msgctxt "prime_tower_brim_enable description" msgctxt "prime_tower_brim_enable description"
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height." msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
msgstr "En activant ce paramètre, votre tour principale recevra un bord même si le modèle n'en a pas. Si vous souhaitez une base plus solide pour une tour élevée, vous pouvez augmenter la hauteur de la base." msgstr "En activant ce paramètre, votre tour d'amorçage aura un bord même si le modèle n'en a pas. Si vous souhaitez une base plus solide pour une tour élevée, vous pouvez augmenter la hauteur de la base."
msgctxt "center_object label" msgctxt "center_object label"
msgid "Center Object" msgid "Center Object"
@ -2518,19 +2518,19 @@ msgstr "Accélération de la tour d'amorçage"
msgctxt "prime_tower_brim_enable label" msgctxt "prime_tower_brim_enable label"
msgid "Prime Tower Base" msgid "Prime Tower Base"
msgstr "Base de la tour de prime" msgstr "Base de la tour d'amorçage"
msgctxt "prime_tower_base_height label" msgctxt "prime_tower_base_height label"
msgid "Prime Tower Base Height" msgid "Prime Tower Base Height"
msgstr "Hauteur de la base de la tour de prime" msgstr "Hauteur de la base de la tour d'amorçage"
msgctxt "prime_tower_base_size label" msgctxt "prime_tower_base_size label"
msgid "Prime Tower Base Size" msgid "Prime Tower Base Size"
msgstr "Taille de la base de la tour de prime" msgstr "Taille de la base de la tour d'amorçage"
msgctxt "prime_tower_base_curve_magnitude label" msgctxt "prime_tower_base_curve_magnitude label"
msgid "Prime Tower Base Slope" msgid "Prime Tower Base Slope"
msgstr "Pente de la base de la tour principale" msgstr "Pente de la base de la tour d'amorçage"
msgctxt "prime_tower_flow label" msgctxt "prime_tower_flow label"
msgid "Prime Tower Flow" msgid "Prime Tower Flow"
@ -2550,7 +2550,7 @@ msgstr "Volume minimum de la tour d'amorçage"
msgctxt "prime_tower_raft_base_line_spacing label" msgctxt "prime_tower_raft_base_line_spacing label"
msgid "Prime Tower Raft Line Spacing" msgid "Prime Tower Raft Line Spacing"
msgstr "Espacement des lignes de radeau de la tour de prime" msgstr "Espacement des lignes de radeau de la tour d'amorçage"
msgctxt "prime_tower_size label" msgctxt "prime_tower_size label"
msgid "Prime Tower Size" msgid "Prime Tower Size"
@ -3786,7 +3786,7 @@ msgstr "La distance entre les lignes du radeau pour les couches supérieures de
msgctxt "prime_tower_raft_base_line_spacing description" msgctxt "prime_tower_raft_base_line_spacing description"
msgid "The distance between the raft lines for the unique prime tower raft layer. Wide spacing makes for easy removal of the raft from the build plate." msgid "The distance between the raft lines for the unique prime tower raft layer. Wide spacing makes for easy removal of the raft from the build plate."
msgstr "La distance entre les lignes de radeau pour la couche de radeau unique de la tour de prime. Un espacement large permet un retrait facile du radeau de la plaque de construction." msgstr "La distance entre les lignes de radeau pour la couche de radeau unique de la tour d'amorçage. Un espacement large permet un retrait facile du radeau du plateau"
msgctxt "interlocking_depth description" msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion." msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
@ -3986,7 +3986,7 @@ msgstr "La hauteur de la couche initiale en mm. Une couche initiale plus épaiss
msgctxt "prime_tower_base_height description" msgctxt "prime_tower_base_height description"
msgid "The height of the prime tower base. Increasing this value will result in a more sturdy prime tower because the base will be wider. If this setting is too low, the prime tower will not have a sturdy base." msgid "The height of the prime tower base. Increasing this value will result in a more sturdy prime tower because the base will be wider. If this setting is too low, the prime tower will not have a sturdy base."
msgstr "Augmenter cette valeur rendra la tour principale plus robuste car la base sera plus large. Si ce paramètre est trop bas, la tour principale n'aura pas une base solide." msgstr "Augmenter cette valeur rendra la tour d'amorçage plus robuste car la base sera plus large. Si ce paramètre est trop bas, la tour d'amorçage n'aura pas une base solide."
msgctxt "support_bottom_stair_step_height description" msgctxt "support_bottom_stair_step_height description"
msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour." msgid "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, but too high values can lead to unstable support structures. Set to zero to turn off the stair-like behaviour."
@ -4062,7 +4062,7 @@ msgstr "La longueur de matériau rétracté pendant une rétraction."
msgctxt "prime_tower_base_curve_magnitude description" msgctxt "prime_tower_base_curve_magnitude description"
msgid "The magnitude factor used for the slope of the prime tower base. If you increase this value, the base will become slimmer. If you decrease it, the base will become thicker." msgid "The magnitude factor used for the slope of the prime tower base. If you increase this value, the base will become slimmer. If you decrease it, the base will become thicker."
msgstr "Le facteur de magnitude utilisé pour la pente de la base de la tour principale. Si vous augmentez cette valeur, la base deviendra plus mince. Si vous la diminuez, la base deviendra plus épaisse." msgstr "Le facteur de magnitude utilisé pour la pente de la base de la tour d'amorçage. Si vous augmentez cette valeur, la base deviendra plus mince. Si vous la diminuez, la base deviendra plus épaisse."
msgctxt "machine_buildplate_type description" msgctxt "machine_buildplate_type description"
msgid "The material of the build plate installed on the printer." msgid "The material of the build plate installed on the printer."
@ -4698,7 +4698,7 @@ msgstr "La largeur des attaches de la structure de connexion."
msgctxt "prime_tower_base_size description" msgctxt "prime_tower_base_size description"
msgid "The width of the prime tower brim/base. A larger base enhances adhesion to the build plate, but also reduces the effective print area." msgid "The width of the prime tower brim/base. A larger base enhances adhesion to the build plate, but also reduces the effective print area."
msgstr "La largeur du bord/de la base de la tour principale. Une base plus large améliore l'adhésion au plateau d'impression, mais réduit également la zone d'impression effective." msgstr "La largeur du bord/de la base de la tour d'amorçage. Une base plus large améliore l'adhésion au plateau, mais réduit également la zone d'impression effective."
msgctxt "prime_tower_size description" msgctxt "prime_tower_size description"
msgid "The width of the prime tower." msgid "The width of the prime tower."
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "déplacement" msgstr "déplacement"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "Distance entre limpression et le bas des supports." msgstr "Durée de chaque étape du changement progressif de débit"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Distance entre le dessus/dessous du support et l'impression. Cet écart offre un espace permettant de retirer les supports une fois l'impression du modèle terminée. Cette valeur est arrondie au chiffre supérieur jusqu'à atteindre un multiple de la hauteur de la couche." msgstr "Permettre des changements de débit progressifs. Lorsque cette option est activée, le débit est progressivement augmenté/diminué jusqu'au débit cible. Cette option est utile pour les imprimantes équipées d'un tube Bowden avec lesquelles le débit n'est pas immédiatement modifié lorsque le moteur de l'extrudeuse démarre/s'arrête."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Durée de chaque étape du changement progressif de débit" msgstr "Pour tout déplacement plus long que cette valeur, le débit de matière est réinitialisé au débit cible du parcours"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Permettre des changements de débit progressifs. Lorsque cette option est activée, le débit est progressivement augmenté/diminué jusqu'au débit cible. Cette option est utile pour les imprimantes équipées d'un tube Bowden avec lesquelles le débit n'est pas immédiatement modifié lorsque le moteur de l'extrudeuse démarre/s'arrête." msgstr "Taille du pas de discrétisation du débit progressif"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Pour tout déplacement plus long que cette valeur, le débit de matière est réinitialisé au débit cible du parcours" msgstr "Débit progressif activé"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Taille du pas de discrétisation du débit progressif" msgstr "Accélération maximale du débit progressif"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Débit progressif activé" msgstr "Accélération maximale du débit de la couche initiale"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Accélération maximale du débit progressif" msgstr "Accélération maximale des changements de débit progressifs"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Accélération maximale du débit de la couche initiale" msgstr "Vitesse minimale des changements de débit progressifs pour la première couche"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Accélération maximale des changements de débit progressifs" msgstr "Réinitialiser la durée du débit"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Vitesse minimale des changements de débit progressifs pour la première couche"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Amplitude de la courbe de base de la tour de prime"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Bordure de la tour d'amorçage"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Les tours d'amorçage peuvent avoir besoin de l'adhérence supplémentaire d'une bordure, même si le modèle n'en a pas besoin. Ne peut actuellement pas être utilisé avec le type d'adhérence « Raft » (radeau)."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Les tours de prime pourraient nécessiter l'adhésion supplémentaire offerte par un bord ou un radeau, même si le modèle n'en a pas besoin."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Réinitialiser la durée du débit"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "La hauteur de la base de la tour de prime."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "Le facteur d'amplitude utilisé pour la courbe du pied de la tour de prime."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Température utilisée pour l'impression de la première couche. Définissez-la sur 0 pour désactiver le traitement spécial de la couche initiale."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "La largeur de la base de la tour de prime."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Cura 5.1\n" "Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: 2020-03-24 09:43+0100\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n"
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n" "Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
"Language-Team: AT-VLOG\n" "Language-Team: AT-VLOG\n"
@ -5493,632 +5493,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "fej átpozícionálás" msgstr "fej átpozícionálás"
#~ msgctxt "machine_head_polygon description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "A 2D silhouette of the print head (fan caps excluded)." msgid "Duration of each step in the gradual flow change"
#~ msgstr "A nyomtatófej 2D -s árnyéka (ventillátor nélkül)." msgstr ""
#~ msgctxt "machine_head_with_fans_polygon description" msgctxt "gradual_flow_enabled description"
#~ msgid "A 2D silhouette of the print head (fan caps included)." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "A nyomtatófej 2D -s árnyéka (ventillátorral együtt)." msgstr ""
#~ msgctxt "spaghetti_infill_extra_volume description" msgctxt "reset_flow_duration description"
#~ msgid "A correction term to adjust the total volume being extruded each time when filling spaghetti." msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Ez egy korrekció, amivel a spagetti kitöltéskor az extrudált teljes mennyiség beállítható." msgstr ""
#~ msgctxt "adaptive_layer_height_threshold label" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Adaptive Layers Threshold" msgid "Gradual flow discretisation step size"
#~ msgstr "Küszöbérték" msgstr ""
#~ msgctxt "spaghetti_flow description" msgctxt "gradual_flow_enabled label"
#~ msgid "Adjusts the density of the spaghetti infill. Note that the Infill Density only controls the line spacing of the filling pattern, not the amount of extrusion for spaghetti infill." msgid "Gradual flow enabled"
#~ msgstr "Beállítja a spagetti kitöltés sűrűségét. Vegye figyelembe, hogy a töltési sűrűség csak a töltési minta sorközét szabályozza, nem pedig a spagetti kitöltés extrudálásának mértékét." msgstr ""
#~ msgctxt "skin_alternate_rotation label" msgctxt "max_flow_acceleration label"
#~ msgid "Alternate Skin Rotation" msgid "Gradual flow max acceleration"
#~ msgstr "Alternatív felületi forgás" msgstr ""
#~ msgctxt "skin_alternate_rotation description" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions." msgid "Initial layer max flow acceleration"
#~ msgstr "Az alsó/felső felületi kéregvonalak nyomtatási irányát változtatja meg.Általában ezek az irányok csak átlósak, azonban ez a beállítás hozzáadja a csak X és csak Y irányokat is." msgstr ""
#~ msgctxt "machine_use_extruder_offset_to_offset_coords description" msgctxt "max_flow_acceleration description"
#~ msgid "Apply the extruder offset to the coordinate system." msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Alkalmazza az extruder eltolását a koordinátarendszerre vonatkoztatva." msgstr ""
#~ msgctxt "material_flow_dependent_temperature label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Auto Temperature" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Automatikus hőfok" msgstr ""
#~ msgctxt "material_flow_dependent_temperature description" msgctxt "reset_flow_duration label"
#~ msgid "Change the temperature for each layer automatically with the average flow speed of that layer." msgid "Reset flow duration"
#~ msgstr "Automatikusan változtassuk a hőmérsékletet az egyes rétegeknél, annak függvényében, hogy milyen az adott réteg átlagos adagolási sebessége." msgstr ""
#~ msgctxt "wireframe_strategy option compensate"
#~ msgid "Compensate"
#~ msgstr "Kompenzáció"
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled label"
#~ msgid "Compensate Inner Wall Overlaps"
#~ msgstr "Kompenzálja a belső fal átfedéseit"
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled label"
#~ msgid "Compensate Outer Wall Overlaps"
#~ msgstr "Kompenzálja a külső fal átfedéseit"
#~ msgctxt "travel_compensate_overlapping_walls_enabled label"
#~ msgid "Compensate Wall Overlaps"
#~ msgstr "Fali átlapolások kompenzálása"
#~ msgctxt "travel_compensate_overlapping_walls_enabled description"
#~ msgid "Compensate the flow for parts of a wall being printed where there is already a wall in place."
#~ msgstr "Kompenzálja a száladagolást a fal azon részeinél, ahol az már elkészült."
#~ msgctxt "travel_compensate_overlapping_walls_x_enabled description"
#~ msgid "Compensate the flow for parts of an inner wall being printed where there is already a wall in place."
#~ msgstr "Kompenzálja a száladagolást a belső fal azon részeinél, ahol az már elkészült."
#~ msgctxt "travel_compensate_overlapping_walls_0_enabled description"
#~ msgid "Compensate the flow for parts of an outer wall being printed where there is already a wall in place."
#~ msgstr "Kompenzálja a száladagolást a külső fal azon részeinél, ahol az már elkészült."
#~ msgctxt "wireframe_top_jump description"
#~ msgid "Creates a small knot at the top of an upward line, so that the consecutive horizontal layer has a better chance to connect to it. Only applies to Wire Printing."
#~ msgstr "Kicsi csomót hoz létre egy felfelé mutató vonal tetején, hogy az egymást követő vízszintes réteg nagyobb eséllyel csatlakozzon hozzá. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_bottom_delay description"
#~ msgid "Delay time after a downward move. Only applies to Wire Printing."
#~ msgstr "Késleltesse az időt lefelé történő mozgatás után, hogy a lefelé mutató vonal megszilárduljon. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_top_delay description"
#~ msgid "Delay time after an upward move, so that the upward line can harden. Only applies to Wire Printing."
#~ msgstr "Késleltesse az időt felfelé történő mozgatás után, hogy a felfelé mutató vonal megszilárduljon. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_flat_delay description"
#~ msgid "Delay time between two horizontal segments. Introducing such a delay can cause better adhesion to previous layers at the connection points, while too long delays cause sagging. Only applies to Wire Printing."
#~ msgstr "Késleltetési idő két vízszintes szegmens között. Egy ilyen késleltetés bevezetése jobb tapadást okozhat az előző rétegekhez a csatlakozási pontokon, míg a túl hosszú késleltetések megereszkedést okozhatnak. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "infill_mesh_order description"
#~ msgid "Determines which infill mesh is inside the infill of another infill mesh. An infill mesh with a higher order will modify the infill of infill meshes with lower order and normal meshes."
#~ msgstr "Meghatározza, hogy melyik kitöltési háló helyezkedjen el egy másik kitöltési hálón. A magasabb rendű kitöltési háló megváltoztatja az alacsonyabb rendű és normál hálókat."
#~ msgctxt "wireframe_nozzle_clearance description"
#~ msgid "Distance between the nozzle and horizontally downward lines. Larger clearance results in diagonally downward lines with a less steep angle, which in turn results in less upward connections with the next layer. Only applies to Wire Printing."
#~ msgstr "A fúvóka és a vízszintesen lefelé mutató vonalak közötti távolság. A nagyobb hézag átlósan lefelé mutató vonalakat eredményez, kevésbé meredek szöggel, ami viszont kevésbé felfelé irányuló kapcsolatokat eredményez a következő réteggel. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "support_bottom_distance description"
#~ msgid "Distance from the print to the bottom of the support."
#~ msgstr "A támasz alja és az alatta lévő nyomtatvány közötti távolság."
#~ msgctxt "support_z_distance description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height."
#~ msgstr "A támaszok struktúrájának alsó/felső részének távolsága a nyomtatott tárgytól.Ez a rés szabadon marad, így segíti a támaszok eltávolítását a nyomtatás után.Ez az érték a rétegmagasság többszörösére lesz kerekítve."
#~ msgctxt "wireframe_up_half_speed description"
#~ msgid ""
#~ "Distance of an upward move which is extruded with half speed.\n"
#~ "This can cause better adhesion to previous layers, while not heating the material in those layers too much. Only applies to Wire Printing."
#~ msgstr "A felfelé irányuló mozgás távolsága, amelyet fél sebességgel extrudálunk. Ez jobb tapadást eredményez az előző rétegekhez, miközben az anyag nem melegíti túl az anyagot ezekben a rétegekben. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "support_xy_distance_overhang description"
#~ msgid "Distance of the support structure from the overhang in the X/Y directions. "
#~ msgstr "A támasz X/Y távolsága az alátamasztott kinyúlástól. "
#~ msgctxt "wireframe_fall_down description"
#~ msgid "Distance with which the material falls down after an upward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Az a távolság, amellyel az anyag leesik egy felfelé történő extrudálás után. Ezt a távolságot tudjuk itt kompenzálni. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_drag_along description"
#~ msgid "Distance with which the material of an upward extrusion is dragged along with the diagonally downward extrusion. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "Az a távolság, ameddig egy felfelé irányuló extrudálás anyagát az átlósan lefelé irányuló extrudálással együtt meghúzzuk. Ezt a távolságot kompenzálni kell. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "speed_equalize_flow_enabled label"
#~ msgid "Equalize Filament Flow"
#~ msgstr "Adagolás kiegyenlítés"
#~ msgctxt "fill_perimeter_gaps option everywhere"
#~ msgid "Everywhere"
#~ msgstr "Mindenhol"
#~ msgctxt "machine_filament_park_distance label"
#~ msgid "Filament Park Distance"
#~ msgstr "Nyomtatószál park távolsága"
#~ msgctxt "fill_perimeter_gaps label"
#~ msgid "Fill Gaps Between Walls"
#~ msgstr "Falak közötti rések kitöltése"
#~ msgctxt "fill_perimeter_gaps description"
#~ msgid "Fills the gaps between walls where no walls fit."
#~ msgstr "Tölti ki a falak között azokat a réseket, ahol a falak nem találkoznak."
#~ msgctxt "filter_out_tiny_gaps label"
#~ msgid "Filter Out Tiny Gaps"
#~ msgstr "Apró hézagok kiszűrése"
#~ msgctxt "filter_out_tiny_gaps description"
#~ msgid "Filter out tiny gaps to reduce blobs on outside of model."
#~ msgstr "Szűrje ki az apró hézagokat, hogy csökkentse a hibák megjelenését a modell külsején."
#~ msgctxt "small_feature_speed_factor_0 label"
#~ msgid "First Layer Speed"
#~ msgstr "Első réteg sebesség"
#~ msgctxt "wireframe_flow_connection description"
#~ msgid "Flow compensation when going up or down. Only applies to Wire Printing."
#~ msgstr "Ádagoláskompenzáció felfelé vagy lefelé irányban haladva. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_flow_flat description"
#~ msgid "Flow compensation when printing flat lines. Only applies to Wire Printing."
#~ msgstr "Ádagoláskompenzáció vízszintes vonalak nyomtatásakor. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_flow description"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Ádagoláskompenzáció: az extrudált anyag mennyiségét megszorozzuk ezzel az értékkel. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "flow_rate_extrusion_offset_factor label"
#~ msgid "Flow rate compensation factor"
#~ msgstr "Adagoláskompenzáció faktor"
#~ msgctxt "flow_rate_max_extrusion_offset label"
#~ msgid "Flow rate compensation max extrusion offset"
#~ msgstr "Maximális extrudálási eltolás adagoláskompenzáció"
#~ msgctxt "material_guid description"
#~ msgid "GUID of the material. This is set automatically. "
#~ msgstr "Az alapanyag GUID -je. Ez egy automatikus beállítás. "
#~ msgctxt "support_tree_enable description"
#~ msgid "Generate a tree-like support with branches that support your print. This may reduce material usage and print time, but greatly increases slicing time."
#~ msgstr "Generáljon fához hasonló támasz ágakkal, amelyek megtámasztják a nyomtatványt.Ez csökkentheti az anyagfelhasználást és a nyomtatási időt, de jelentősen megnöveli a szeletelési időt."
#~ msgctxt "support_tree_branch_distance description"
#~ msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove."
#~ msgstr "Azt adja meg, hogy milyen messze kell lenniük az ágaknak, mikor a modellt érintik. Ha a távolság kicsi, a ta támasza több ponton is megérinti a modellt, ami jobb alátámasztást ad, de nehezebb eltávolítani majd a támaszt utólag."
#~ msgctxt "machine_steps_per_mm_e description"
#~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion."
#~ msgstr "Hány lépést kell a motornak megtenni ahhoz, hogy 1 mm mozgás történjen a nyomtatószál adagolásakor."
#~ msgctxt "slicing_tolerance description"
#~ msgid "How to slice layers with diagonal surfaces. The areas of a layer can be generated based on where the middle of the layer intersects the surface (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the height of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Exclusive retains the most details, Inclusive makes for the best fit and Middle takes the least time to process."
#~ msgstr "A szeleteléskor az egyes szeletek a tárgy egy adott pontjában haladnak át, keresztben. Az adott réteg területei úgy alakulnak ki, hogy az adott réteg középpontjában metszi-e a szelet felületét. (Középső)Alternatív megoldásként az egyes rétegeknek lehetnek olyan területei, amelyek a térfogat beljesébe esnek a teljes rétegmagasság alatt (Kizáró).A rétegnek lehetnek olyan területei, amelyek a réteg bármely pontján belülre esnek (Befoglaló).A kizárólagos megtartja a legtöbb részletet, amíg a befoglalt a legjobban illeszkedik. A középső igényli a legkevesebb feldolgozási időt."
#~ msgctxt "wall_min_flow_retract description"
#~ msgid "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold."
#~ msgstr "Ha engedélyezve van, akkor a visszahúzás van elsődlegesen használva a fésülés helyett, s így helyettesíti azokat a falakat, amiknek az anyag szükséglete az adagolási küszöb alatt lenne."
#~ msgctxt "infill_mesh_order label"
#~ msgid "Infill Mesh Order"
#~ msgstr "Kitöltés háló rend"
#~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot"
#~ msgstr "Csomó"
#~ msgctxt "limit_support_retractions label"
#~ msgid "Limit Support Retractions"
#~ msgstr "Támasz visszahúzás korlátozása"
#~ msgctxt "machine_head_polygon label"
#~ msgid "Machine Head Polygon"
#~ msgstr "A nyomtatófej ábrázolása"
#~ msgctxt "machine_max_feedrate_e label"
#~ msgid "Maximum Feedrate"
#~ msgstr "Adagolás maximum"
#~ msgctxt "speed_equalize_flow_max label"
#~ msgid "Maximum Speed for Flow Equalization"
#~ msgstr "Maximális adagolás kompenzáció sebesség"
#~ msgctxt "max_extrusion_before_wipe description"
#~ msgid "Maximum material, that can be extruded before another nozzle wipe is initiated."
#~ msgstr "A maximális anyagmennyiség, amit ki tudunk extrudálni mielőtt a fűvókatörlés végre lesz hajtva."
#~ msgctxt "speed_equalize_flow_max description"
#~ msgid "Maximum print speed when adjusting the print speed in order to equalize flow."
#~ msgstr "A maximális nyomtatási sebesség, amire a nyomtató kompenzálni tudja az adagolást."
#~ msgctxt "wall_min_flow label"
#~ msgid "Minimum Wall Flow"
#~ msgstr "Minimális fal adagolás"
#~ msgctxt "wall_min_flow description"
#~ msgid "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls."
#~ msgstr "A fali vonalak minimális adagolása. A fal átlapolás kompenzáció csökkenti az adagolást, amikor a már meglévő falakhoz közel nyomtatunk. Azoknak a falaknak, ahol az adagolási sebesség kissebb lenne, mint ez a megadott érték, az útvonalat módosítani kell. Ennek a beállításnak a használatakor engedélyezni kell a a fal átfedés kompenzációját, és a külső falakat a belsők előtt kell nyomtatni."
#~ msgctxt "minimum_interface_area description"
#~ msgid "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will not be generated."
#~ msgstr "A támasz interfész minimális területe. Az ezen az értéken kisebb területtel rendelkező támaszokat nem generálják."
#~ msgctxt "minimum_bottom_area description"
#~ msgid "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will not be generated."
#~ msgstr "A támaszaljzat interfész minimális területe. Ha a terület kevesebbre jön ki a megadott értéktől, az nem lesz legenerálva."
#~ msgctxt "minimum_roof_area description"
#~ msgid "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will not be generated."
#~ msgstr "A támasztető interfész minimális területe. Ha a terület kevesebbre jön ki a megadott értéktől, az nem lesz legenerálva."
#~ msgctxt "fill_perimeter_gaps option nowhere"
#~ msgid "Nowhere"
#~ msgstr "Seholsem"
#~ msgctxt "limit_support_retractions description"
#~ msgid "Omit retraction when moving from support to support in a straight line. Enabling this setting saves print time, but can lead to excessive stringing within the support structure."
#~ msgstr "A támasz és a normál tárgyvonalak között kihagyja a visszahúzást. Ez időt takaríthat meg, de ez szálazást eredményezhet."
#~ msgctxt "outer_inset_first label"
#~ msgid "Outer Before Inner Walls"
#~ msgstr "Külső falak a belsők előtt"
#~ msgctxt "wireframe_straight_before_down description"
#~ msgid "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing."
#~ msgstr "Az átlósan lefelé mutató vonal százaléka, amelyet egy vízszintes vonaldarab fed le. Ez megakadályozhatja a felfelé mutató vonalak legfelső pontjának elhajlását. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wall_min_flow_retract label"
#~ msgid "Prefer Retract"
#~ msgstr "Visszahúzás preferálása"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Előtorony perem"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Előfordulhat, hogy az előtornyokhoz szükség van a peremek által biztosított extra tapadásra, még akkor is, ha a modell nem rendelkezik peremmel. Jelenleg nem használható a tutaj 'Raft' mint tapadástípus ehhez a művelethez."
#~ msgctxt "wireframe_enabled description"
#~ msgid "Print only the outside surface with a sparse webbed structure, printing 'in thin air'. This is realized by horizontally printing the contours of the model at given Z intervals which are connected via upward and diagonally downward lines."
#~ msgstr "Csak a külső felületet nyomtatja, egy ritkás hevederezett szerkezettel, a levegőben. Ez úgy valósul meg, hogy a modell kontúrjai vízszintesen kinyomtatásra kerülnek meghatározott Z intervallumban, amiket felfelé, és átlósan lefelé egyenesen összeköt."
#~ msgctxt "spaghetti_infill_enabled description"
#~ msgid "Print the infill every so often, so that the filament will curl up chaotically inside the object. This reduces print time, but the behaviour is rather unpredictable."
#~ msgstr "Ez a kitöltés nem minta alapján történik, hanem a nyomtatószálat kaotikusan, össze-vissza folyatja a kitöltésen belül. Ez csökkenti a nyomtatási időt, azonban a struktúra stabilitása, és viselkedése kiszámíthatatlan."
#~ msgctxt "speed_equalize_flow_enabled description"
#~ msgid "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines."
#~ msgstr "A normál vonalaktól vékonyabb vonalak nyomtatásakor a sebességet növelni fogja, miközben az extrudálás sebességét nem változatja. Így előfordulhat, hogy a modell vékonyabb darabjainál a vonalak szélessége kissebb lesz, mint a megadott.Ez a beállítás szabályozza az ilyen vonalaknak a nyomatatási sebesség változását."
#~ msgctxt "outer_inset_first description"
#~ msgid "Prints walls in order of outside to inside when enabled. This can help improve dimensional accuracy in X and Y when using a high viscosity plastic like ABS; however it can decrease outer surface print quality, especially on overhangs."
#~ msgstr "A falakat külső, majd belső sorrendben nyomtatja, ha ez engedélyezve van.Ez hozzájárulhat a X és Y méret pontosságának javításához, különösen nagy viszkozitású műanyag, például ABS használatakor. Ez azonban csökkentheti a külső felület nyomtatási minőségét, különösen az átlapolásoknál."
#~ msgctxt "support_tree_collision_resolution description"
#~ msgid "Resolution to compute collisions with to avoid hitting the model. Setting this lower will produce more accurate trees that fail less often, but increases slicing time dramatically."
#~ msgstr "Felbontás az ütközések kiszámítására, annak érdekében, hogy elkerüljük a modellel való ütközést. Ha alacsonyabb a beállítás, az pontosabb fákat eredményez, amik kevésbé dőlnek el, de a szeletelési időt drámai módon megnöveli."
#~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract"
#~ msgstr "Visszahúzás"
#~ msgctxt "retraction_enable description"
#~ msgid "Retract the filament when the nozzle is moving over a non-printed area. "
#~ msgstr "Visszahúzza a nyomtatószálat, amikor a fúvóka mozog azon a területek felett, ahol nincs nyomtatás. "
#~ msgctxt "wipe_retraction_prime_speed label"
#~ msgid "Retraction Prime Speed"
#~ msgstr "Visszatöltési sebesség"
#~ msgctxt "shell label"
#~ msgid "Shell"
#~ msgstr "Héj"
#~ msgctxt "material_shrinkage_percentage label"
#~ msgid "Shrinkage Ratio"
#~ msgstr "Zsugorodási arány"
#~ msgctxt "material_shrinkage_percentage description"
#~ msgid "Shrinkage ratio in percentage."
#~ msgstr "ZSugorodási arány százalékban megadva."
#~ msgctxt "small_feature_speed_factor_0 description"
#~ msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhestion and accuracy."
#~ msgstr "Az első réteg kis elemeit a normál nyomtatási sebesség megadott százalékában nyomtatják ki. A lassabb nyomtatás segíthet a tapadásban és a pontosságban."
#~ msgctxt "small_feature_speed_factor description"
#~ msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhestion and accuracy."
#~ msgstr "A kisméretű elemeket a normál nyomtatási sebesség megadott százalékában nyomtatják ki. A lassabb nyomtatás segíthet a tapadásban és a pontosságban."
#~ msgctxt "spaghetti_flow label"
#~ msgid "Spaghetti Flow"
#~ msgstr "Spagetti adagolás"
#~ msgctxt "spaghetti_infill_enabled label"
#~ msgid "Spaghetti Infill"
#~ msgstr "Spagetti kitöltés"
#~ msgctxt "spaghetti_infill_extra_volume label"
#~ msgid "Spaghetti Infill Extra Volume"
#~ msgstr "Extra kitöltési térfogat"
#~ msgctxt "spaghetti_max_height label"
#~ msgid "Spaghetti Infill Maximum Height"
#~ msgstr "Kitöltés maximum magasság"
#~ msgctxt "spaghetti_infill_stepped label"
#~ msgid "Spaghetti Infill Stepping"
#~ msgstr "Lépésenkénti kitöltés"
#~ msgctxt "spaghetti_inset label"
#~ msgid "Spaghetti Inset"
#~ msgstr "Spagetti berakás"
#~ msgctxt "spaghetti_max_infill_angle label"
#~ msgid "Spaghetti Maximum Infill Angle"
#~ msgstr "Maximális kitöltési szög"
#~ msgctxt "wireframe_printspeed description"
#~ msgid "Speed at which the nozzle moves when extruding material. Only applies to Wire Printing."
#~ msgstr "A fúvóka mozgásának sebessége az anyag extrudálásakor. Csak a huzalnyomtatásra vonatkozik."
#~ msgctxt "wireframe_printspeed_down description"
#~ msgid "Speed of printing a line diagonally downward. Only applies to Wire Printing."
#~ msgstr "A vonalak lefelé, Z irányban 'a levegőben' történő nyomtatási sebessége. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_printspeed_up description"
#~ msgid "Speed of printing a line upward 'in thin air'. Only applies to Wire Printing."
#~ msgstr "A vonalak felfelé, Z irányban 'a levegőben' történő nyomtatási sebessége. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_printspeed_bottom description"
#~ msgid "Speed of printing the first layer, which is the only layer touching the build platform. Only applies to Wire Printing."
#~ msgstr "Az első réteg nyomtatásának sebessége, amely az egyetlen réteg, amely megérinti a tárgyasztalt. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_printspeed_flat description"
#~ msgid "Speed of printing the horizontal contours of the model. Only applies to Wire Printing."
#~ msgstr "A modell kontúrjának vizszintes irnyban történő nyomtatási sebessége.Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_strategy description"
#~ msgid "Strategy for making sure two consecutive layers connect at each connection point. Retraction lets the upward lines harden in the right position, but may cause filament grinding. A knot can be made at the end of an upward line to heighten the chance of connecting to it and to let the line cool; however, it may require slow printing speeds. Another strategy is to compensate for the sagging of the top of an upward line; however, the lines won't always fall down as predicted."
#~ msgstr "Stratégia annak biztosítására, hogy két egymást követő réteg kapcsolódjon minden egyes csatlakozási ponthoz. A visszahúzás lehetővé teszi, hogy a felfelé mutató vonalak a megfelelő helyzetben megkeményedjenek, de ez az adagolókerék megcsúszását, és a szál eldarálását okozhatja. Egy felfelé mutató vonal végén csomót lehet készíteni, hogy növeljük az ahhoz való csatlakozás eredményességét, és hagyjuk, hogy a vonal vége lehűljön; ez azonban lassú nyomtatási sebességet igényelhet. Egy másik stratégia, a felfelé mutató vonal tetejének elmaradásának kompenzálása; azonban a vonalak nem mindig esnek le a várt módon."
#~ msgctxt "support_tree_angle description"
#~ msgid "The angle of the branches. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
#~ msgstr "Az ágak szöge. Használjon alacsonyabb szöget, hogy függőlegesebb és stabilabbak legyenek. A jobb kinyúláshoz használjon nagyobb szöget."
#~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "A beépített távolság, amikor a tetőtől körvonalakat bekapcsolnak. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_roof_drag_along description"
#~ msgid "The distance of the end piece of an inward line which gets dragged along when going back to the outer outline of the roof. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "A belső vonal végdarabjának távolsága, amely elhúzódik, amikor visszamegy a tető külső körvonalaihoz. Ezt a távolságot kompenzálni kell. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_roof_fall_down description"
#~ msgid "The distance which horizontal roof lines printed 'in thin air' fall down when being printed. This distance is compensated for. Only applies to Wire Printing."
#~ msgstr "A 'vékony, levegőben' nyomtatott vízszintes tetővonalak nyomtatáskor csökkennek a távolságok. Ezeket a távolságokat kompenzálni kell. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "wireframe_height description"
#~ msgid "The height of the upward and diagonally downward lines between two horizontal parts. This determines the overall density of the net structure. Only applies to Wire Printing."
#~ msgstr "Két vízszintes rész közötti felfelé és átlósan lefelé mutató vonalak magassága. Ez határozza meg a nettó szerkezet általános sűrűségét. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "spaghetti_max_infill_angle description"
#~ msgid "The maximum angle w.r.t. the Z axis of the inside of the print for areas which are to be filled with spaghetti infill afterwards. Lowering this value causes more angled parts in your model to be filled on each layer."
#~ msgstr "A maximális w.r.t. szög a nyomtatás belsejében, és a Z tengelye azokon a területeken, amelyeket utána spagetti töltelékkel kell kitölteni. Ennek az értéknek a csökkentésével több olyan szögben lévő részeket hoz létre, amit minden rétegben meg kell tölteni."
#~ msgctxt "flow_rate_max_extrusion_offset description"
#~ msgid "The maximum distance in mm to compensate."
#~ msgstr "A maximális távolság mm -ben történő kompenzációja."
#~ msgctxt "spaghetti_max_height description"
#~ msgid "The maximum height of inside space which can be combined and filled from the top."
#~ msgstr "A belső tér maximális magassága, amelyet felülről ki lehet tölteni."
#~ msgctxt "mold_width description"
#~ msgid "The minimal distance between the ouside of the mold and the outside of the model."
#~ msgstr "Az öntőforma külseje és a modell külső héja közötti minimális távolság."
#~ msgctxt "flow_rate_extrusion_offset_factor description"
#~ msgid "The multiplication factor for the flow rate -> distance translation."
#~ msgstr "Az adagolási sebesség szorzótényezője -> távolságtranszláció."
#~ msgctxt "support_tree_wall_count description"
#~ msgid "The number of walls of the branches of tree support. Thicker walls take longer to print but don't fall over as easily."
#~ msgstr "A faágak falainak száma. A vastagabb falak nyomtatása hosszabb ideig tart, de nem törik le olyan könnyen."
#~ msgctxt "spaghetti_inset description"
#~ msgid "The offset from the walls from where the spaghetti infill will be printed."
#~ msgstr "Az eltolás a falaktól, ahonnan a spagetti kitöltés kinyomtatásra kerül."
#~ msgctxt "infill_pattern description"
#~ msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction."
#~ msgstr "A kitöltés mintázata. A vonal és a cikcakk felváltva cserélgeti az irányát rétegenként, csökkentve ezzel az anyagköltséget. A rács, háromszög, háromhatszög,kocka, oktett, negyed kocka, kereszt és koncentrikus mintákat minden rétegben nyomtatjuk. A gyroid, a kocka, a negyedkocka, és az oktett töltés minden rétegben változik, és így egyenletesebb az erő eloszlása minden irányban."
#~ msgctxt "speed_layer_0 description"
#~ msgid "The speed for the initial layer. A lower value is advised to improve adhesion to the build plate."
#~ msgstr "A kezdő réteg sebessége. Az alacsonyabb érték segít növelni a tapadást a tárgyasztalhoz."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Az a hőmérséklet, amin az első réteg nyomtatása fog történni. Ha az érték 0, akkor nem kezeli külön a kezdő réteg hőmérsékleti beállítását."
#~ msgctxt "material_bed_temperature_layer_0 description"
#~ msgid "The temperature used for the heated build plate at the first layer."
#~ msgstr "A tárgyasztal erre a hőmérsékletre fűt fel az első réteg nyomtatásához."
#~ msgctxt "material_bed_temperature description"
#~ msgid "The temperature used for the heated build plate. If this is 0, the bed temperature will not be adjusted."
#~ msgstr "A tárgyasztal hőmérséklete. Ha ez az érték 0, akkor tárgyasztal hőmérséklete nem lesz beállítva, azaz nem fogja fűteni a gép."
#~ msgctxt "support_tree_wall_thickness description"
#~ msgid "The thickness of the walls of the branches of tree support. Thicker walls take longer to print but don't fall over as easily."
#~ msgstr "A faágak falainak vastagsága. A vastagabb falak nyomtatása hosszabb ideig tart, de nem törik le olyan könnyen."
#~ msgctxt "adaptive_layer_height_threshold description"
#~ msgid "Threshold whether to use a smaller layer or not. This number is compared to the tan of the steepest slope in a layer."
#~ msgstr "Annak a küszöbértéke, hogy kisebb legyen a rétegmagasság, vagy sem.Ezt a számot hasonlítják össze a réteg legmeredekebb meredekségével."
#~ msgctxt "wireframe_roof_outer_delay description"
#~ msgid "Time spent at the outer perimeters of hole which is to become a roof. Longer times can ensure a better connection. Only applies to Wire Printing."
#~ msgstr "A tetővé váló lyuk külső kerületein eltöltött idő. A hosszabb idő biztosítja a jobb kapcsolódást. Csak a huzalnyomásra vonatkozik."
#~ msgctxt "max_skin_angle_for_expansion description"
#~ msgid "Top and/or bottom surfaces of your object with an angle larger than this setting, won't have their top/bottom skin expanded. This avoids expanding the narrow skin areas that are created when the model surface has a near vertical slope. An angle of 0° is horizontal, while an angle of 90° is vertical."
#~ msgstr "A tárgy alsó/felső felületén, az itt megadott szögnél nagyobb szög esetén a kéreg nem lesz kibővítve. Így elkerülhető, hogy a keskeny kéregrészek ne legyenek kibővítve, amik akkor jönnek létre, mikor a modell felülete közel függőleges szögben áll. A 0° szög a vízszintes, míg a 90° szög a függőlegest jelenti."
#~ msgctxt "support_tree_enable label"
#~ msgid "Tree Support"
#~ msgstr "Fa támasz"
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Támaszágak szöge"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Támaszágak átmérője"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Támaszágak átmérő szög"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Támaszágak távolsága"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Ütközés felbontás"
#~ msgctxt "support_tree_wall_count label"
#~ msgid "Tree Support Wall Line Count"
#~ msgstr "Fal vonal szám"
#~ msgctxt "support_tree_wall_thickness label"
#~ msgid "Tree Support Wall Thickness"
#~ msgstr "Fal vastagság"
#~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay"
#~ msgstr "Alsó késleltetés"
#~ msgctxt "wireframe_printspeed_bottom label"
#~ msgid "WP Bottom Printing Speed"
#~ msgstr "Aljzat nyomtatási sebesség"
#~ msgctxt "wireframe_flow_connection label"
#~ msgid "WP Connection Flow"
#~ msgstr "Kapcsolódási adagolás"
#~ msgctxt "wireframe_height label"
#~ msgid "WP Connection Height"
#~ msgstr "Kapcsolódási magasság"
#~ msgctxt "wireframe_printspeed_down label"
#~ msgid "WP Downward Printing Speed"
#~ msgstr "Lefelé nyomtatási sebesség"
#~ msgctxt "wireframe_drag_along label"
#~ msgid "WP Drag Along"
#~ msgstr "Húzási távolság"
#~ msgctxt "wireframe_up_half_speed label"
#~ msgid "WP Ease Upward"
#~ msgstr "Emelés távolság"
#~ msgctxt "wireframe_fall_down label"
#~ msgid "WP Fall Down"
#~ msgstr "Ejtés távolság"
#~ msgctxt "wireframe_flat_delay label"
#~ msgid "WP Flat Delay"
#~ msgstr "Vízszintes késleltetés"
#~ msgctxt "wireframe_flow_flat label"
#~ msgid "WP Flat Flow"
#~ msgstr "Vízszintes adagolás"
#~ msgctxt "wireframe_flow label"
#~ msgid "WP Flow"
#~ msgstr "Adagolás"
#~ msgctxt "wireframe_printspeed_flat label"
#~ msgid "WP Horizontal Printing Speed"
#~ msgstr "Vízszintes nyomtatási sebesség"
#~ msgctxt "wireframe_top_jump label"
#~ msgid "WP Knot Size"
#~ msgstr "Csomó méret"
#~ msgctxt "wireframe_nozzle_clearance label"
#~ msgid "WP Nozzle Clearance"
#~ msgstr "Fúvúka hézag"
#~ msgctxt "wireframe_roof_drag_along label"
#~ msgid "WP Roof Drag Along"
#~ msgstr "Fedél húzás"
#~ msgctxt "wireframe_roof_fall_down label"
#~ msgid "WP Roof Fall Down"
#~ msgstr "Fedél ejtés"
#~ msgctxt "wireframe_roof_inset label"
#~ msgid "WP Roof Inset Distance"
#~ msgstr "Fedél betét távolság"
#~ msgctxt "wireframe_roof_outer_delay label"
#~ msgid "WP Roof Outer Delay"
#~ msgstr "Fedél külső késleltetése"
#~ msgctxt "wireframe_printspeed label"
#~ msgid "WP Speed"
#~ msgstr "Sebesség"
#~ msgctxt "wireframe_straight_before_down label"
#~ msgid "WP Straighten Downward Lines"
#~ msgstr "Vonal egyenesítés lefelé"
#~ msgctxt "wireframe_strategy label"
#~ msgid "WP Strategy"
#~ msgstr "Startégia"
#~ msgctxt "wireframe_top_delay label"
#~ msgid "WP Top Delay"
#~ msgstr "Felső késleltetés"
#~ msgctxt "wireframe_printspeed_up label"
#~ msgid "WP Upward Printing Speed"
#~ msgstr "Felfelé nyomtatási sebesség"
#~ msgctxt "wall_overhang_angle description"
#~ msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging."
#~ msgstr "Ettől a szögtől nagyobb mértékben túlnyúló falakat, a túlnyúló falbeállítások segítségével nyomtatjuk ki. Ha az érték 90, egyetlen falat sem tekintünk túlnyúlásnak."
#~ msgctxt "retraction_combing_max_distance description"
#~ msgid "When non-zero, combing travel moves that are longer than this distance will use retraction."
#~ msgstr "Ha ez az érték nem nulla, akkor a megadott értéktől hosszabb utazáskor nyomtatószál visszahúzás fog történni."
#~ msgctxt "wipe_hop_enable description"
#~ msgid "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate."
#~ msgstr "Amikor a szál visszahúzódik, akkor a Z tengelyen történik egy emelés, hogy a nyomtatófej és a tárgy között legyen egy Z irányú hézag.Ez megakadályozza, hogy a fúvóka beleüzközzön, és esetleg elmozdítsa a testet a tárgylemezről."
#~ msgctxt "clean_between_layers description"
#~ msgid "Whether to include nozzle wipe G-Code between layers. Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working."
#~ msgstr "Ha ezt használjuk, akkor lesz a G-kód -ban egy fúvóka törlés rétegváltáskor.A beállítás befolyásolhatja a visszahúzást rétegváltáskor.Kérjük használa a törlés visszahúzáskor beállításokat, ha felügyelni szeretné ezt olyan rétegeken, ahol a törlés kódrészlet működni fog."
#~ msgctxt "print_sequence description"
#~ msgid "Whether to print all models one layer at a time or to wait for one model to finish, before moving on to the next. One at a time mode is only possible if all models are separated in such a way that the whole print head can move in between and all models are lower than the distance between the nozzle and the X/Y axes."
#~ msgstr "Beállíthatjuk, hogy az összes modellt egy rétegben, egyszerre nyomtassa, vagy egyesével, egymás után nyomtatódjanak ki. Ha egymás után nyomtatódnak, akkor a modellek teljes egészében kinyomtatódnak, majd ez után lép át a következő modellre. Azonban ez csak akkor hasznáható, ha a modellek megfelelő távolságra helyezkednek el egymástól, és a fej nem tud beleütközni egy már kész modellbe.Továbbá arra is ügyelni kell, hogy az X/Y kinematikai rendszer (kereszttengelyek)magasságánál alacsonyabbak legyenek a modellek."
#~ msgctxt "spaghetti_infill_stepped description"
#~ msgid "Whether to print spaghetti infill in steps or extrude all the infill filament at the end of the print."
#~ msgstr "A spagetti kitöltést lépésenként végezze, vagy egyszerre, a nyomtatás végén extrudálja a töltőszálat. (beleömleszti, össze-vissza)"
#~ msgctxt "wipe_hop_enable label"
#~ msgid "Wipe Z Hop When Retracted"
#~ msgstr "Törlési Z emelés visszahúzáskor"
#~ msgctxt "wireframe_enabled label"
#~ msgid "Wire Printing"
#~ msgstr "Huzalváz nyomtatás"
#~ msgctxt "blackmagic description"
#~ msgid "category_blackmagic"
#~ msgstr "fekete mágia kategória"
#~ msgctxt "meshfix description"
#~ msgid "category_fixes"
#~ msgstr "korrekció kategóriák"
#~ msgctxt "experimental description"
#~ msgid "experimental!"
#~ msgstr "ezek még kísérleti stádiumban lévő funkciók!"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "spostamenti" msgstr "spostamenti"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "È la distanza tra la stampa e la parte inferiore del supporto." msgstr "Durata di ciascuna fase nella modifica del flusso graduale"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "È la distanza dalla parte superiore/inferiore della struttura di supporto alla stampa. Questa distanza fornisce lo spazio per rimuovere i supporti dopo aver stampato il modello. Questo valore viene arrotondato per eccesso a un multiplo dellaltezza strato." msgstr "Abilita le modifiche del flusso graduale. Se abilitate, il flusso viene gradualmente aumentato/diminuito rispetto al flusso target. Questa impostazione è utile per le stampanti con un tubo bowden in cui il flusso non viene immediatamente modificato all'avvio/all'arresto del motore dell'estrusore."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Durata di ciascuna fase nella modifica del flusso graduale" msgstr "Per ogni corsa più lunga di questo valore, il flusso di materiale viene reimpostato al flusso target dei percorsi"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Abilita le modifiche del flusso graduale. Se abilitate, il flusso viene gradualmente aumentato/diminuito rispetto al flusso target. Questa impostazione è utile per le stampanti con un tubo bowden in cui il flusso non viene immediatamente modificato all'avvio/all'arresto del motore dell'estrusore." msgstr "Dimensione della fase di discretizzazione del flusso graduale"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Per ogni corsa più lunga di questo valore, il flusso di materiale viene reimpostato al flusso target dei percorsi" msgstr "Flusso graduale abilitato"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Dimensione della fase di discretizzazione del flusso graduale" msgstr "Accelerazione max del flusso graduale"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Flusso graduale abilitato" msgstr "Accelerazione del flusso max del livello iniziale"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Accelerazione max del flusso graduale" msgstr "Accelerazione massima per modifiche di flusso graduale"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Accelerazione del flusso max del livello iniziale" msgstr "Velocità minima per le modifiche del flusso graduale per il primo livello"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Accelerazione massima per modifiche di flusso graduale" msgstr "Reimposta durata flusso"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocità minima per le modifiche del flusso graduale per il primo livello"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Magnitudo della Curva della Base della Torre di Primerizzazione"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Brim torre di innesco"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Le torri di innesco potrebbero richiedere un'adesione supplementare fornita da un bordo (brim), anche se il modello non lo prevede. Attualmente non può essere utilizzato con il tipo di adesione 'Raft'."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Le torri di primerizzazione potrebbero necessitare di un'adesione extra fornita da un bordo o radeau, anche se il modello non lo richiede."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Reimposta durata flusso"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "L'altezza della base della torre di primerizzazione."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "Il fattore di magnitudo usato per la curva del piede della torre di primerizzazione."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Indica la temperatura usata per la stampa del primo strato. Impostare a 0 per disabilitare la manipolazione speciale dello strato iniziale."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "La larghezza della base della torre di primerizzazione."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5492,82 +5492,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "移動" msgstr "移動"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "印刷物とサポート材底部までの距離。" msgstr "段階的なフローの変化におけるステップごとの時間"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "サポート材のトップ/ボトム部分と印刷物との距離。この幅がプリント後のサポート材を除去する隙間を作ります。値は積層ピッチの倍数にて計算されます。" msgstr "段階的なフローの変化を有効にできます。有効にすると、フローは目標フローまで段階的に増減します。これは、押し出しモーターの始動/停止時にフローがすぐに変化しないボーデンチューブを備えたプリンターに便利です。"
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "段階的なフローの変化におけるステップごとの時間" msgstr "この値より長い移動の場合、素材フローは目標フローにリセットされます。"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "段階的なフローの変化を有効にできます。有効にすると、フローは目標フローまで段階的に増減します。これは、押し出しモーターの始動/停止時にフローがすぐに変化しないボーデンチューブを備えたプリンターに便利です。" msgstr "段階的なフローの離散化ステップのサイズ"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "この値より長い移動の場合、素材フローは目標フローにリセットされます。" msgstr "段階的なフローが有効"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "段階的なフローの離散化ステップのサイズ" msgstr "段階的なフローの最大加速度"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "段階的なフローが有効" msgstr "初期層の最大フロー加速度"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "段階的なフローの最大加速度" msgstr "フローを段階的に変化させるための最大加速度"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "初期層の最大フロー加速度" msgstr "第1層のフローを段階的に変化させるための最低速度"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "フローを段階的に変化させるための最大加速度" msgstr "フロー期間をリセット"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "第1層のフローを段階的に変化させるための最低速度"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "プライムタワーベースカーブの大きさ"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "プライムタワーブリム"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "モデルがない場合でも、プライムタワーには、ブリムによって与えられる追加の付着が必要なことがあります。現在は「ラフト」密着型では使用できません。"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "プライムタワーはモデルでは不要でも、ブリムやラフトによる追加の接着が必要かもしれません。"
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "フロー期間をリセット"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "プライムタワーベースの高さです。"
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "プライムタワーの足のカーブに使用される倍率係数です。"
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "最初のレイヤーを印刷する温度。初期レイヤーのみ特別設定が必要ない場合は 0 に設定します。"
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "プライムタワーベースの幅です。"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "이동" msgstr "이동"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "출력물에서 서포트의 바닥까지의 거리." msgstr "점진적 흐름 변화의 각 단계 지속 시간"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "서포트 구조의 위/아래에서 프린팅까지의 거리. 이 틈새는 모형 프린팅 후 서포트를 제거하기 위한 공간을 제공합니다. 이 값은 레이어 높이의 배수로 반올림됩니다." msgstr "점진적 흐름 변경을 활성화합니다. 활성화하면 흐름이 목표 흐름까지 점진적으로 증가/감소됩니다. 이는 압출기 모터가 시작/정지될 때 흐름이 즉시 변경되지 않는 보우덴 튜브가 있는 프린터에 유용합니다."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "점진적 흐름 변화의 각 단계 지속 시간" msgstr "이 값보다 긴 이동에 대해서는 재료 흐름이 경로 목표 흐름으로 재설정됩니다"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "점진적 흐름 변경을 활성화합니다. 활성화하면 흐름이 목표 흐름까지 점진적으로 증가/감소됩니다. 이는 압출기 모터가 시작/정지될 때 흐름이 즉시 변경되지 않는 보우덴 튜브가 있는 프린터에 유용합니다." msgstr "점진적 흐름 이산화 단계 크기"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "이 값보다 긴 이동에 대해서는 재료 흐름이 경로 목표 흐름으로 재설정됩니다" msgstr "점진적 흐름 활성화"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "점진적 흐름 이산화 단계 크기" msgstr "점진적 흐름 최대 가속도"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "점진적 흐름 활성화" msgstr "초기 레이어 최대 흐름 가속도"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "점진적 흐름 최대 가속도" msgstr "점진적 흐름 변경에 대한 최대 가속도"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "초기 레이어 최대 흐름 가속도" msgstr "첫 번째 레이어의 점진적인 흐름 변화를 위한 최소 속도"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "점진적 흐름 변경에 대한 최대 가속도" msgstr "흐름 지속 시간 재설정"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "첫 번째 레이어의 점진적인 흐름 변화를 위한 최소 속도"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "프라임 타워 베이스 커브 크기"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "프라임 타워 브림"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "프라임 타워는 모델이 제공하지 않더라도 브림이 제공하는 추가 접착이 필요할 수 있습니다. 현재 '래프트' 접착 유형을 사용할 수 없습니다."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "모델이 필요하지 않더라도 프라임 타워는 브림이나 래프트에 의한 추가 접착이 필요할 수 있습니다."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "흐름 지속 시간 재설정"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "프라임 타워 베이스의 높이입니다."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "프라임 타워 발의 곡선을 위한 크기 계수입니다."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "첫 번째 레이어에 프린팅에 사용되는 온도입니다. 초기 레이어의 특수 처리를 사용하지 않으려면 0으로 설정합니다."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "프라임 타워 베이스의 폭입니다."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "beweging" msgstr "beweging"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "De afstand van de print tot de onderkant van de supportstructuur." msgstr "Duur van elke stap in de geleidelijke flowverandering"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "De afstand tussen de boven-/onderkant van de supportstructuur en de print. Deze afstand zorgt ervoor dat de supportstructuren na het printen van het model kunnen worden verwijderd. De waarde wordt naar boven afgerond op een veelvoud van de laaghoogte." msgstr "Geleidelijke veranderingen in flow inschakelen. Indien ingeschakeld, wordt de flow geleidelijk verhoogd/verlaagd tot de doelflow. Dit is handig voor printers met een bowdenbuis waarbij de flow niet onmiddellijk verandert wanneer de extrudermotor start/stopt."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Duur van elke stap in de geleidelijke flowverandering" msgstr "Voor elke verplaatsing die langer is dan deze waarde, wordt de materiaalflow teruggezet op de doelflow van de paden."
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Geleidelijke veranderingen in flow inschakelen. Indien ingeschakeld, wordt de flow geleidelijk verhoogd/verlaagd tot de doelflow. Dit is handig voor printers met een bowdenbuis waarbij de flow niet onmiddellijk verandert wanneer de extrudermotor start/stopt." msgstr "Stapgrootte geleidelijke flowdiscretisatie"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Voor elke verplaatsing die langer is dan deze waarde, wordt de materiaalflow teruggezet op de doelflow van de paden." msgstr "Geleidelijke flow ingeschakeld"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Stapgrootte geleidelijke flowdiscretisatie" msgstr "Max. versnelling geleidelijke flow"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Geleidelijke flow ingeschakeld" msgstr "Maximale flowversnelling in de beginlaag"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Max. versnelling geleidelijke flow" msgstr "Maximale versnelling voor geleidelijke flowveranderingen"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Maximale flowversnelling in de beginlaag" msgstr "Minimumsnelheid voor geleidelijke flowveranderingen voor de eerste laag"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Maximale versnelling voor geleidelijke flowveranderingen" msgstr "Flowduur resetten"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Minimumsnelheid voor geleidelijke flowveranderingen voor de eerste laag"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Krachtmagnitude van de basiscurve van de Primepijler"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Brim primepijler"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Primepijlers hebben mogelijk de extra hechting van een brim nodig, ook als het model dit niet nodig heeft. Kan momenteel niet worden gebruikt met het hechtingstype 'Raft'."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Prime-towers hebben mogelijk de extra hechting nodig die een rand of vlot biedt, zelfs als het model dat niet doet."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Flowduur resetten"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "De hoogte van de basis van de Prime Tower."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "De groottefactor die gebruikt wordt voor de curve van de voet van de Prime Tower."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "De temperatuur waarmee de eerste laag wordt geprint. Stel deze optie in op 0 om speciale bewerkingen voor de eerste laag uit te schakelen."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "De breedte van de basis van de Prime Tower."

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "deslocação" msgstr "deslocação"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "A distância entre a impressão e a parte inferior do suporte." msgstr "Duração de cada etapa da alteração do fluxo gradual"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "A distância entre a parte superior/inferior da estrutura de suporte e a impressão. Esta folga permite retirar os suportes depois de o modelo ser impresso. Este valor é arredondado para um múltiplo da espessura da camada." msgstr "Permite alterar gradualmente o fluxo. Quando ativado, o fluxo é gradualmente aumentado/diminuído até atingir o fluxo-alvo. Esta funcionalidade é útil para impressoras com um tubo Bowden, onde o fluxo não é alterado imediatamente quando o motor extusor para/arranca."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Duração de cada etapa da alteração do fluxo gradual" msgstr "Para qualquer movimento de deslocação superior a este valor, o fluxo de material é reposto para o fluxo de destino do percurso."
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Permite alterar gradualmente o fluxo. Quando ativado, o fluxo é gradualmente aumentado/diminuído até atingir o fluxo-alvo. Esta funcionalidade é útil para impressoras com um tubo Bowden, onde o fluxo não é alterado imediatamente quando o motor extusor para/arranca." msgstr "Tamanho da etapa de discretização do fluxo gradual"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Para qualquer movimento de deslocação superior a este valor, o fluxo de material é reposto para o fluxo de destino do percurso." msgstr "Fluxo gradual ativado"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Tamanho da etapa de discretização do fluxo gradual" msgstr "Aceleração máxima do fluxo gradual"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Fluxo gradual ativado" msgstr "Aceleração do fluxo máximo da camada inicial"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Aceleração máxima do fluxo gradual" msgstr "Aceleração máxima para alterações do fluxo gradual"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Aceleração do fluxo máximo da camada inicial" msgstr "Velocidade mínima para alterações do fluxo gradual da primeira camada"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Aceleração máxima para alterações do fluxo gradual" msgstr "Repor duração do fluxo"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocidade mínima para alterações do fluxo gradual da primeira camada"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Magnitude da Curva da Base da Torre de Primagem"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Aba da torre de preparação"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "As torres de preparação poderão necessitar de uma aderência adicional concedida por uma aba, ainda que o modelo não o necessite. Atualmente, não é possível utilizá-la com o tipo de aderência \"Raft\"."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "As torres de primagem podem precisar da aderência extra fornecida por uma aba ou jangada, mesmo que o modelo não necessite."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Repor duração do fluxo"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "A altura da base da torre de primagem."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "O fator de magnitude usado para a curva do pé da torre de primagem."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "A temperatura utilizada para imprimir a primeira camada. Esta é definida como 0 para desativar o manuseamento especial da camada inicial."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "A largura da base da torre de primagem."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "перемещение" msgstr "перемещение"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "Расстояние между печатаемой моделью и низом поддержки." msgstr "Продолжительность каждого этапа постепенного изменения потока"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Дистанция от дна/крышки структуры поддержек до печати. Этот зазор упрощает извлечение поддержек после окончания печати модели. Это значение округляется до числа, кратного высоте слоя." msgstr "Включите постепенное изменение потока. Если эта функция включена, поток постепенно увеличивается/уменьшается до целевого значения. Это полезно для принтеров с трубкой Боудена, где поток не меняется сразу при запуске/остановке двигателя экструдера."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Продолжительность каждого этапа постепенного изменения потока" msgstr "Для любого перемещения, превышающего это значение, поток материала сбрасывается до целевого потока пути"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Включите постепенное изменение потока. Если эта функция включена, поток постепенно увеличивается/уменьшается до целевого значения. Это полезно для принтеров с трубкой Боудена, где поток не меняется сразу при запуске/остановке двигателя экструдера." msgstr "Размер шага дискретизации постепенного потока"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Для любого перемещения, превышающего это значение, поток материала сбрасывается до целевого потока пути" msgstr "Постепенный поток включен"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Размер шага дискретизации постепенного потока" msgstr "Максимальное ускорение постепенного потока"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Постепенный поток включен" msgstr "Максимальное ускорение потока начального слоя"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Максимальное ускорение постепенного потока" msgstr "Максимальное ускорение для плавного изменения потока"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Максимальное ускорение потока начального слоя" msgstr "Минимальная скорость для постепенного изменения потока для первого слоя"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Максимальное ускорение для плавного изменения потока" msgstr "Сбросить продолжительность потока"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Минимальная скорость для постепенного изменения потока для первого слоя"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Коэффициент кривизны основания башни подготовки"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Кайма черновой башни"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Для черновых башен может потребоваться дополнительная адгезия с помощью каймы, даже если для модели это не требуется. В данный момент не может использоваться с типом адгезии с подложкой."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Башни подготовки могут требовать дополнительной адгезии с помощью бортика или рафта, даже если модель это не требует."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Сбросить продолжительность потока"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "Высота основания башни подготовки."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "Множитель для кривизны подножия башни подготовки."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "Температура при печати первого слоя. Установите в 0 для отключения специального поведения на первом слое."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "Ширина основания башни подготовки."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "hareket" msgstr "hareket"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "Baskıdan desteğin altına olan mesafe." msgstr "Kademeli akış değişimindeki her adımın süresi"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Destek yapısının üst/alt kısmından baskıya olan mesafe. Bu boşluk, model yazdırıldıktan sonra desteklerin sökülmesi için açıklık sağlar. Bu değer, katman yüksekliğinin iki katına kadar yuvarlanır." msgstr "Kademeli akış değişikliklerini etkinleştir. Bu ayar etkinleştirildiğinde, akış, hedef akışa doğru kademeli olarak artırılır/azaltılır. Bu, ekstruder motoru çalıştırıldığında/durdurulduğunda akışın hemen değişmediği, bowden tüplü yazıcılar için kullanışlı bir özelliktir."
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Kademeli akış değişimindeki her adımın süresi" msgstr "Bu değerden daha uzun herhangi bir hareket için, malzeme akışı hedef akışına sıfırlanır"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "Kademeli akış değişikliklerini etkinleştir. Bu ayar etkinleştirildiğinde, akış, hedef akışa doğru kademeli olarak artırılır/azaltılır. Bu, ekstruder motoru çalıştırıldığında/durdurulduğunda akışın hemen değişmediği, bowden tüplü yazıcılar için kullanışlı bir özelliktir." msgstr "Kademeli akış ayrıştırma adım boyutu"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "Bu değerden daha uzun herhangi bir hareket için, malzeme akışı hedef akışına sıfırlanır" msgstr "Kademeli akış etkin"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "Kademeli akış ayrıştırma adım boyutu" msgstr "Kademeli akış maksimum ivme"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "Kademeli akış etkin" msgstr "İlk katman maksimum akış ivmesi"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Kademeli akış maksimum ivme" msgstr "Kademeli akış değişiklikleri için maksimum ivme"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "İlk katman maksimum akış ivmesi" msgstr "İlk katmandaki kademeli akış değişiklikleri için minimum hız"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "Kademeli akış değişiklikleri için maksimum ivme" msgstr "Akış süresini sıfırla"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "İlk katmandaki kademeli akış değişiklikleri için minimum hız"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "Başlangıç Kulesi Taban Eğim Büyüklüğü"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "Astarlama Direği Kenarı"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "Model ihtiyaç duymasa da astarlama direkleri bir kenarın sağladığı ekstra yapışkanlığa ihtiyaç duyabilir. Şu anda \"radye\" yapışma tipi ile birlikte kullanılamamaktadır."
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "Baskı modeli gerektirmese bile, başlangıç kuleleri modelin ekstra yapışmasını sağlamak için bir kenarlık veya sal gerektirebilir."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Akış süresini sıfırla"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "Başlangıç kulesi tabanının yüksekliği."
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "Başlangıç kulesi ayağının eğrisi için kullanılan büyüklük faktörü."
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "İlk katmanı yazdırmak için kullanılan sıcaklık. İlk katmanın özel kullanımını devre dışı bırakmak için 0a ayarlayın."
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "Başlangıç kulesi tabanının genişliği."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-15 12:26+0000\n" "POT-Creation-Date: 2023-11-24 12:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -5488,82 +5488,42 @@ msgctxt "travel description"
msgid "travel" msgid "travel"
msgstr "空驶" msgstr "空驶"
#~ msgctxt "support_bottom_distance description" msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Distance from the print to the bottom of the support." msgid "Duration of each step in the gradual flow change"
#~ msgstr "从打印品到支撑底部的距离。" msgstr "渐变流量每一步的持续时间"
#~ msgctxt "support_z_distance description" msgctxt "gradual_flow_enabled description"
#~ msgid "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height." msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "支撑结构顶部/底部到打印品之间的距离。 该间隙提供了在模型打印完成后移除支撑的空隙。 该值舍入为层高的倍数。" msgstr "启用渐变流量。当启用时,流量逐渐增加/降低到目标流量。这对于有鲍登管的打印机很有用,当挤出机电机启动/停止时,流量不会立即改变。"
#~ msgctxt "gradual_flow_discretisation_step_size description" msgctxt "reset_flow_duration description"
#~ msgid "Duration of each step in the gradual flow change" msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "渐变流量每一步的持续时间" msgstr "对于任何超过此值的行程移动,材料流量将重置为路径目标流量"
#~ msgctxt "gradual_flow_enabled description" msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." msgid "Gradual flow discretisation step size"
#~ msgstr "启用渐变流量。当启用时,流量逐渐增加/降低到目标流量。这对于有鲍登管的打印机很有用,当挤出机电机启动/停止时,流量不会立即改变。" msgstr "渐变流量离散步长"
#~ msgctxt "reset_flow_duration description" msgctxt "gradual_flow_enabled label"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" msgid "Gradual flow enabled"
#~ msgstr "对于任何超过此值的行程移动,材料流量将重置为路径目标流量" msgstr "渐变流量已启用"
#~ msgctxt "gradual_flow_discretisation_step_size label" msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow discretisation step size" msgid "Gradual flow max acceleration"
#~ msgstr "渐变流量离散步长" msgstr "渐变流量最大加速度"
#~ msgctxt "gradual_flow_enabled label" msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Gradual flow enabled" msgid "Initial layer max flow acceleration"
#~ msgstr "渐变流量已启用" msgstr "初始层最大流量加速度"
#~ msgctxt "max_flow_acceleration label" msgctxt "max_flow_acceleration description"
#~ msgid "Gradual flow max acceleration" msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "渐变流量最大加速度" msgstr "渐变流量最大加速度"
#~ msgctxt "layer_0_max_flow_acceleration label" msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Initial layer max flow acceleration" msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "初始层最大流量加速度" msgstr "第一层渐变流量的最小速度"
#~ msgctxt "max_flow_acceleration description" msgctxt "reset_flow_duration label"
#~ msgid "Maximum acceleration for gradual flow changes" msgid "Reset flow duration"
#~ msgstr "渐变流量的最大加速度" msgstr "重置流量持续时间"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "第一层渐变流量的最小速度"
#~ msgctxt "prime_tower_base_curve_magnitude label"
#~ msgid "Prime Tower Base Curve Magnitude"
#~ msgstr "底漆塔座曲率大小"
#~ msgctxt "prime_tower_brim_enable label"
#~ msgid "Prime Tower Brim"
#~ msgstr "装填塔 Brim"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim even if the model doesn't. Presently can't be used with the 'Raft' adhesion-type."
#~ msgstr "装填塔可能需要 Brim 提供额外附着力,无论模型是否需要。目前不可与 'Raft' 附着类型配合使用。"
#~ msgctxt "prime_tower_brim_enable description"
#~ msgid "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't."
#~ msgstr "即使模型不需要,底漆塔也可能需要边缘或筏的额外粘附力。"
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "重置流量持续时间"
#~ msgctxt "prime_tower_base_height description"
#~ msgid "The height of the prime tower base."
#~ msgstr "底漆塔座的高度。"
#~ msgctxt "prime_tower_base_curve_magnitude description"
#~ msgid "The magnitude factor used for the curve of the prime tower foot."
#~ msgstr "用于底漆塔脚曲线的幅度因子。"
#~ msgctxt "material_print_temperature_layer_0 description"
#~ msgid "The temperature used for printing the first layer. Set at 0 to disable special handling of the initial layer."
#~ msgstr "用于打印第一层的温度。 设为 0 即禁用对起始层的特别处理。"
#~ msgctxt "prime_tower_base_size description"
#~ msgid "The width of the prime tower base."
#~ msgstr "底漆塔座的宽度。"

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -84,6 +84,7 @@ Rectangle
visible: icon === "" && custom_icon === "" visible: icon === "" && custom_icon === ""
border.width: UM.Theme.getSize("thick_lining").width border.width: UM.Theme.getSize("thick_lining").width
border.color: UM.Theme.getColor("text") border.color: UM.Theme.getColor("text")
color: "transparent"
UM.Label UM.Label
{ {

View file

@ -2,23 +2,35 @@
* New features and improvements: * New features and improvements:
- Introduced the MethodX and MethodXL printers with their materials and the option to write to .makerbot - Introduced the MethodX and MethodXL printers with their materials and the option to write to .makerbot
- Prime tower base settings increase the stability of large prime towers; You can tune the Size, Height, and Slope to increase your prime tower sturdiness - Prime tower base settings increase the stability of large prime towers; You can tune the Size, Height, and Slope to increase your prime tower's sturdiness
- Introduced the setting for Raft Line Spacing, but for the primetower - Introduced the setting for Raft Line Spacing, but for the prime tower
- The Start and End gcodes now accept variables, and math including those variables - The Start and End gcodes now accept variables, and math including those variables
- Updated the Support Z Distance to allow for more different values, no longer only multiple layerheights - Updated the Support Z Distance to allow for more different values, no longer only multiple layerheights
* Bug fixes: * Bug fixes:
- Fixed a crash for some linux users when trying to open the file menu - Fixed a crash for some linux users when trying to open the file menu
* Bugs resolved since the Beta Release
- Introduced Balanced and Solid profiles for 1C cores to UltiMaker Method X and Method XL
- Improved self-support for UltiMaker MethodX and MethodXL printers so the support extruder will not be used
- The prime tower is now always enabled when the second extruder is used for the MethodX and MethodXL printers
- Updated the default prime tower position so it doesn't prevent slicing for some printers
- Fixed an issue where raft layers were partially printed
- Slice information template variables were not available through start-end code formulas
- Resolved an issue with 100% support roof for tree support, contributed by @ThomasRahm
* Printer definitions, profiles and materials: * Printer definitions, profiles and materials:
- Updated bridge flows for UltiMaker PLA, TPLA and ABS to address pillowing in AA 0.8 for UltiMaker printers
- Introduced Ender 3 V3 SE, contributed by @dim1triy - Introduced Ender 3 V3 SE, contributed by @dim1triy
* Community translations: * Community translations:
- Updated Spanish translation for Lightning infill, contributed by @Pelochus - Updated Spanish translation for Lightning infill, contributed by @Pelochus
- Updated German translation for Laying object flat on buildplate, contributed by @gluetolf
- Updated Brazilian translations, contributed by @Patola
* Known Issue * Known Issues
- The predicted printing time for dual extrusion printjobs on the Method are deviating from the actual printing time. Printjobs will take longer than predicted for now. - The predicted printing time for dual extrusion printjobs on the Method X and Method XL are deviating from the actual printing time
- Its not possible yet, to use Method series printers with Digital Factory. We hope to resolve this for the next release.
[5.5] [5.5]

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.25mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.25

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.3mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.3

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.4mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.4

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.5mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.5

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.6mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.6

View file

@ -0,0 +1,13 @@
[general]
definition = flyingbear_ghost_6
name = 0.8mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.8

View file

@ -0,0 +1,13 @@
[general]
definition = multicomp_mcpi200
name = 0.2mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.2

View file

@ -0,0 +1,13 @@
[general]
definition = multicomp_mcpi200
name = 0.4mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.4

View file

@ -0,0 +1,13 @@
[general]
definition = multicomp_mcpi200
name = 0.6mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.6

View file

@ -0,0 +1,13 @@
[general]
definition = multicomp_mcpi200
name = 0.8mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.8

View file

@ -0,0 +1,13 @@
[general]
definition = multicomp_mcpi200
name = 1.0mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 1.0

View file

@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.2mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.2

View file

@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.4mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.4

View file

@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.6mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.6

View file

@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.8mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 0.8

View file

@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 1.0mm Nozzle
version = 4
[metadata]
hardware_type = nozzle
setting_version = 22
type = variant
[values]
machine_nozzle_size = 1.0

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_c
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_hot
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_hot_s
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_e
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_c
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_hot
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_hot_s
setting_version = 22 setting_version = 22
type = variant type = variant

View file

@ -5,6 +5,7 @@ version = 4
[metadata] [metadata]
hardware_type = nozzle hardware_type = nozzle
reference_extruder_id = mk14_e
setting_version = 22 setting_version = 22
type = variant type = variant