Merge branch 'main' into PP_328_Increase_speed_bottom_interface_layer

This commit is contained in:
Jelle Spijker 2023-06-02 15:42:31 +02:00 committed by GitHub
commit d7aa3d5dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
280 changed files with 7411 additions and 2097 deletions

View file

@ -0,0 +1,71 @@
name: ❌ Slicing Failed
description: When you see the message Slicing failed with an unexpected error
labels: ["Type: Bug", "Status: Triage", "Slicing Error :collision:"]
body:
- type: markdown
attributes:
value: |
### Project File
**⚠️ Before you continue, we need your project file to troubleshoot a slicing crash.**
It contains the printer and settings we need for troubleshooting.
![Alt Text](https://user-images.githubusercontent.com/40423138/240616958-5a9751f2-bd34-4808-9752-6fde2e27516e.gif)
To save a project file go to File -> Save project.
Please make sure to .zip your project file.
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
🤔 Before you share, please think to yourself. Is this a model that can be shared?
Unfortunately we cannot help if this file is missing.
Do you have the project file? Than let's continue ⬇️
### Questions
- type: input
attributes:
label: Cura Version
placeholder: 5.3.1
validations:
required: true
- type: markdown
attributes:
value: |
We work hard on improving our slicing crashes. Our most recent release is 5.3.1.
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)
- type: input
attributes:
label: Operating System
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
placeholder: Windows 11 / MacOS Catalina / MX Linux
validations:
required: true
- type: input
attributes:
label: Printer
description: Which printer was selected in Cura?
validations:
required: true
- type: input
attributes:
label: Name abnormal settings
description: Are there any settings that you might have changed that caused the crash? Does your model slice when you select the default profiles?
placeholder:
validations:
- type: input
attributes:
label: Describe model location
description: Does your model slice if you rotate the model 90 degrees or if you move it away from the center of the buildplate?
placeholder:
validations:
- type: input
attributes:
label: Describe your model
description: Have you sliced your model succesfully before? Is it watertight? Have you tried doing a quick [Mesh Fix with the Meshtools Plugin](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MeshTools)?
validations:
required: true
- type: textarea
attributes:
label: Add your .zip here ⬇️
description: You can add the zip file and additional information that is relevant to the issue in the comments below.
validations:
required: true

View file

@ -1,4 +1,4 @@
name: Bug Report name: 🪲 Bug Report
description: Create a report to help us fix issues. description: Create a report to help us fix issues.
labels: ["Type: Bug", "Status: Triage"] labels: ["Type: Bug", "Status: Triage"]
body: body:
@ -7,28 +7,29 @@ body:
value: | value: |
**Thank you for using Cura and wanting to report a bug.** **Thank you for using Cura and wanting to report a bug.**
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page.
If it does, comment there. Even if it's closed, we can reopen it based on your comment.
Also, please note the application version in the title of the issue "For example (3.2.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for. Also, please note the application version in the title of the issue "For example (5.3.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
- type: input - type: input
attributes: attributes:
label: Application Version label: Application Version
description: The version of Cura this issue occurs with. description: The version of Cura this issue occurs with.
placeholder: 5.0.0 placeholder: 5.3.0
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Platform label: Operating System
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU. description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
placeholder: Windows 10 placeholder: Windows 11 / MacOS Catalina / MX Linux
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Printer label: Printer
description: Which printer was selected in Cura? description: Which printer was selected in Cura?
placeholder: Ultimaker S5 placeholder: Ultimaker S7
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -56,9 +57,11 @@ body:
attributes: attributes:
value: | value: |
Please be sure to add the following files: Please be sure to add the following files:
* For slicing issues, upload a **project file** that clearly shows the bug. * To save a project file go to File -> Save project.
To save a project file go to `File -> Save project`. Please make sure to .zip your project file. For big files you may need to use WeTransfer or similar file sharing sites. Please make sure to .zip your project file.
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
G-code files are not project files! G-code files are not project files!
Before you share, please think to yourself. Is this a model that can be shared?
* **Screenshots** of showing the problem, perhaps before/after images. * **Screenshots** of showing the problem, perhaps before/after images.
* A **log file** for crashes and similar issues. * A **log file** for crashes and similar issues.
You can find your log file here: You can find your log file here:

View file

@ -1,4 +1,4 @@
name: Feature Request name: 💡 Feature Request
description: Suggest an idea for this project. description: Suggest an idea for this project.
labels: ["Type: New Feature", "Status: Triage"] labels: ["Type: New Feature", "Status: Triage"]
body: body:

37
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,37 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 9-17/4 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-pr-close: -1
days-before-stale: 365
days-before-close: 14
operations-per-run: 3000
ascending: true
exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
stale-issue-label: 'Status: Stale :hourglass:'
labels-to-add-when-unstale: 'Status: Triage'
only-labels: "Type: Bug,Status: Deferred"
stale-issue-message: |
Hi 👋,
We are cleaning our list of issues to improve our focus.
This bug seems to be older than a year, which is at least three major Cura releases ago.
It also received the label Deferred indicating that we did not have time to work on it back then and haven't found time to work on it since.
If this is still a problem for you in the current version of Cura, can you please leave a comment?
We will have a fresh set of eyes to look at it.
If it is not a problem anymore, you don't have to do anything, and this issue will be automatically closed in 14 days.
close-issue-message: |
This issue was closed because it has been inactive for 14 days since being marked as stale.
If you encounter this issue and still experience this to be a problem, you are welcome to make a fresh new issue with an updated description and screenshots.
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write

View file

@ -1,6 +1,6 @@
Submitting bug reports Submitting bug reports
---------------------- ----------------------
Please submit bug reports for all of Cura and CuraEngine to the [Cura repository](https://github.com/Ultimaker/Cura/issues). There will be a template there to fill in. Depending on the type of issue, we will usually ask for the [Cura log](Logging Issues) or a project file. Please submit bug reports for all of Cura and CuraEngine to the [Cura repository](https://github.com/Ultimaker/Cura/issues). There will be a template there to fill in. Depending on the type of issue, we will usually ask for the [Cura log](https://github.com/Ultimaker/Cura/wiki/Reporting#cura-log) or a project file.
If a bug report would contain private information, such as a proprietary 3D model, you may also e-mail us. Ask for contact information in the issue. If a bug report would contain private information, such as a proprietary 3D model, you may also e-mail us. Ask for contact information in the issue.
@ -8,14 +8,22 @@ Bugs related to supporting certain types of printers can usually not be solved b
Requesting features Requesting features
------------------- -------------------
The issue template in the Cura repository does not apply to feature requests. You can ignore it.
When requesting a feature, please describe clearly what you need and why you think this is valuable to users or what problem it solves. When requesting a feature, please describe clearly what you need and why you think this is valuable to users or what problem it solves.
Making pull requests Making pull requests
-------------------- --------------------
If you want to propose a change to Cura's source code, please create a pull request in the appropriate repository (being [Cura](https://github.com/Ultimaker/Cura), [Uranium](https://github.com/Ultimaker/Uranium), [CuraEngine](https://github.com/Ultimaker/CuraEngine), [fdm_materials](https://github.com/Ultimaker/fdm_materials), [libArcus](https://github.com/Ultimaker/libArcus), [cura-build](https://github.com/Ultimaker/cura-build), [cura-build-environment](https://github.com/Ultimaker/cura-build-environment), [libSavitar](https://github.com/Ultimaker/libSavitar), [libCharon](https://github.com/Ultimaker/libCharon) or [cura-binary-data](https://github.com/Ultimaker/cura-binary-data)) and if your change requires changes on multiple of these repositories, please link them together so that we know to merge them together. If you want to propose a change to Cura's source code, please create a pull request in the appropriate repository. Since Cura has multiple repositories that influence it, we've listed the most important ones below:
* [Cura](https://github.com/Ultimaker/Cura)
* [Uranium](https://github.com/Ultimaker/Uranium)
* [CuraEngine](https://github.com/Ultimaker/CuraEngine)
* [fdm_materials](https://github.com/Ultimaker/fdm_materials)
* [libArcus](https://github.com/Ultimaker/libArcus)
* [libSavitar](https://github.com/Ultimaker/libSavitar)
* [libCharon](https://github.com/Ultimaker/libCharon)
* [cura-binary-data](https://github.com/Ultimaker/cura-binary-data))
If your change requires changes on multiple of these repositories, please link them together so that we know to merge & review them together.
The style guide for code contributions to Cura and other Ultimaker projects can be found [here](https://github.com/Ultimaker/Meta/blob/master/general/generic_code_conventions.md). The style guide for code contributions to Cura and other Ultimaker projects can be found [here](https://github.com/Ultimaker/Meta/blob/master/general/generic_code_conventions.md).
Some of these repositories will have automated tests running when you create a pull request, indicated by green check marks or red crosses in the Github web page. If you see a red cross, that means that a test has failed. If the test doesn't fail on the Master branch but does fail on your branch, that indicates that you've probably made a mistake and you need to do that. Click on the cross for more details, or run the test locally by running `cmake . && ctest --verbose`. Some of these repositories will have automated tests running when you create a pull request, indicated by green check marks or red crosses in the Github web page. If you see a red cross, that means that a test has failed. If the test doesn't fail on the Main branch but does fail on your branch, that indicates that you've probably made a mistake and you need to do that. Click on the cross for more details, or run the test locally by running `cmake . && ctest --verbose`.

View file

@ -1,10 +1,3 @@
> # Work with us!
> If you're interested in working with us on Cura and Thingiverse, please apply to one of the open positions below.
> - [Software Engineer C++ & Python](https://www.linkedin.com/jobs/view/3516545085) for [Cura](https://github.com/Ultimaker/Cura)
> - [DevOps Engineer Community Software](https://www.linkedin.com/jobs/view/3516542580) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
> - [QA / Test Engineer Cura (3D printing)](https://www.linkedin.com/jobs/view/3516538895) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
<br> <br>
<div align = center> <div align = center>

View file

@ -270,7 +270,7 @@ class CuraConan(ConanFile):
def requirements(self): def requirements(self):
self.requires("pyarcus/5.2.2") self.requires("pyarcus/5.2.2")
self.requires("curaengine/(latest)@ultimaker/testing") self.requires("curaengine/latest@ultimaker/testing")
self.requires("pysavitar/5.2.2") self.requires("pysavitar/5.2.2")
self.requires("pynest2d/5.2.2") self.requires("pynest2d/5.2.2")
self.requires("uranium/(latest)@ultimaker/testing") self.requires("uranium/(latest)@ultimaker/testing")

View file

@ -99,6 +99,7 @@ def findNodePlacement(nodes_to_arrange: List["SceneNode"], build_volume: "BuildV
config = NfpConfig() config = NfpConfig()
config.accuracy = 1.0 config.accuracy = 1.0
config.alignment = NfpConfig.Alignment.DONT_ALIGN
num_bins = nest(node_items, build_plate_bounding_box, spacing, config) num_bins = nest(node_items, build_plate_bounding_box, spacing, config)

View file

@ -648,11 +648,13 @@ 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 len(self._scene_objects) > 1:
self._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 < (machine_height * self._scale_vector.z):
if self._height > new_height:
self._build_volume_message.show() self._build_volume_message.show()
else: elif self._height < new_height:
self._build_volume_message.hide() self._build_volume_message.hide()
self._height = new_height
else: else:
self._height = self._global_container_stack.getProperty("machine_height", "value") self._height = self._global_container_stack.getProperty("machine_height", "value")
self._build_volume_message.hide() self._build_volume_message.hide()
@ -690,11 +692,15 @@ class BuildVolume(SceneNode):
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 len(self._scene_objects) > 1:
self._height = min(self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z, machine_height) new_height = min(
if self._height < (machine_height * self._scale_vector.z): self._global_container_stack.getProperty("gantry_height", "value") * self._scale_vector.z,
machine_height)
if self._height > new_height:
self._build_volume_message.show() self._build_volume_message.show()
else: elif self._height < new_height:
self._build_volume_message.hide() self._build_volume_message.hide()
self._height = new_height
else: else:
self._height = self._global_container_stack.getProperty("machine_height", "value") * self._scale_vector.z self._height = self._global_container_stack.getProperty("machine_height", "value") * self._scale_vector.z
self._build_volume_message.hide() self._build_volume_message.hide()

View file

@ -6,6 +6,7 @@ from threading import Lock # To turn an asynchronous call synchronous.
from typing import Optional, Callable, Tuple, Dict, Any, List, TYPE_CHECKING from typing import Optional, Callable, Tuple, Dict, Any, List, TYPE_CHECKING
from urllib.parse import parse_qs, urlparse from urllib.parse import parse_qs, urlparse
from UM.Logger import Logger
from cura.OAuth2.Models import AuthenticationResponse, ResponseData, HTTP_STATUS from cura.OAuth2.Models import AuthenticationResponse, ResponseData, HTTP_STATUS
from UM.i18n import i18nCatalog from UM.i18n import i18nCatalog
@ -70,11 +71,13 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler):
code = self._queryGet(query, "code") code = self._queryGet(query, "code")
state = self._queryGet(query, "state") state = self._queryGet(query, "state")
if state != self.state: if state != self.state:
Logger.log("w", f"The provided state was not correct. Got {state} and expected {self.state}")
token_response = AuthenticationResponse( token_response = AuthenticationResponse(
success = False, success = False,
err_message = catalog.i18nc("@message", "The provided state is not correct.") err_message = catalog.i18nc("@message", "The provided state is not correct.")
) )
elif code and self.authorization_helpers is not None and self.verification_code is not None: elif code and self.authorization_helpers is not None and self.verification_code is not None:
Logger.log("d", "Timeout when authenticating with the account server.")
token_response = AuthenticationResponse( token_response = AuthenticationResponse(
success = False, success = False,
err_message = catalog.i18nc("@message", "Timeout when authenticating with the account server.") err_message = catalog.i18nc("@message", "Timeout when authenticating with the account server.")
@ -92,6 +95,7 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler):
elif self._queryGet(query, "error_code") == "user_denied": elif self._queryGet(query, "error_code") == "user_denied":
# Otherwise we show an error message (probably the user clicked "Deny" in the auth dialog). # Otherwise we show an error message (probably the user clicked "Deny" in the auth dialog).
Logger.log("d", "User did not give the required permission when authorizing this application")
token_response = AuthenticationResponse( token_response = AuthenticationResponse(
success = False, success = False,
err_message = catalog.i18nc("@message", "Please give the required permissions when authorizing this application.") err_message = catalog.i18nc("@message", "Please give the required permissions when authorizing this application.")
@ -99,6 +103,7 @@ class AuthorizationRequestHandler(BaseHTTPRequestHandler):
else: else:
# We don't know what went wrong here, so instruct the user to check the logs. # We don't know what went wrong here, so instruct the user to check the logs.
Logger.log("w", f"Unexpected error when logging in. Error_code: {self._queryGet(query, 'error_code')}, State: {state}")
token_response = AuthenticationResponse( token_response = AuthenticationResponse(
success = False, success = False,
error_message = catalog.i18nc("@message", "Something unexpected happened when trying to log in, please try again.") error_message = catalog.i18nc("@message", "Something unexpected happened when trying to log in, please try again.")

View file

@ -30,6 +30,10 @@ def copy_metadata_files(dist_path, version):
Copy metadata files for the metadata of the AppImage. Copy metadata files for the metadata of the AppImage.
""" """
copied_files = { copied_files = {
os.path.join("..", "icons", "cura-icon.svg"): os.path.join("usr", "share", "icons", "hicolor", "scalable", "apps", "cura-icon.svg"),
os.path.join("..", "icons", "cura-icon_64x64.png"): os.path.join("usr", "share", "icons", "hicolor", "64x64", "apps", "cura-icon.png"),
os.path.join("..", "icons", "cura-icon_128x128.png"): os.path.join("usr", "share", "icons", "hicolor", "128x128", "apps", "cura-icon.png"),
os.path.join("..", "icons", "cura-icon_256x256.png"): os.path.join("usr", "share", "icons", "hicolor", "256x256", "apps", "cura-icon.png"),
os.path.join("..", "icons", "cura-icon_256x256.png"): "cura-icon.png", os.path.join("..", "icons", "cura-icon_256x256.png"): "cura-icon.png",
"cura.appdata.xml": "cura.appdata.xml", "cura.appdata.xml": "cura.appdata.xml",
"AppRun": "AppRun" "AppRun": "AppRun"
@ -37,8 +41,9 @@ def copy_metadata_files(dist_path, version):
packaging_dir = os.path.dirname(__file__) packaging_dir = os.path.dirname(__file__)
for source, dest in copied_files.items(): for source, dest in copied_files.items():
print("Copying", os.path.join(packaging_dir, source), "to", os.path.join(dist_path, dest)) dest_file_path = os.path.join(dist_path, dest)
shutil.copyfile(os.path.join(packaging_dir, source), os.path.join(dist_path, dest)) os.makedirs(os.path.dirname(dest_file_path), exist_ok=True)
shutil.copyfile(os.path.join(packaging_dir, source), dest_file_path)
# Ensure that AppRun has the proper permissions: 755 (user reads, writes and executes, group reads and executes, world reads and executes). # Ensure that AppRun has the proper permissions: 755 (user reads, writes and executes, group reads and executes, world reads and executes).
print("Changing permissions for AppRun") print("Changing permissions for AppRun")

View file

@ -0,0 +1,36 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1923_105419)">
<g filter="url(#filter0_i_1923_105419)">
<path d="M461.002 364.531L364.531 461.002H51V147.471L147.471 51H461.002V364.531Z" fill="#196EF0"/>
</g>
<path d="M452 60V360.917L360.917 452H60V151.083L151.083 60H452Z" stroke="#FAFAFA" stroke-width="20"/>
<g filter="url(#filter1_d_1923_105419)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.027 188.44C212.068 170.759 237.671 161 264.154 161H338V191H264.154C244.939 191 226.714 198.098 213.441 210.423C200.205 222.714 193 239.135 193 256C193 272.865 200.205 289.286 213.441 301.577C226.714 313.902 244.939 321 264.154 321H338V351H264.154C237.671 351 212.068 341.241 193.027 323.561C173.949 305.845 163 281.569 163 256C163 230.431 173.949 206.155 193.027 188.44Z" fill="#FAFAFA"/>
</g>
</g>
<defs>
<filter id="filter0_i_1923_105419" x="51" y="51" width="410.002" height="410.002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="50"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_1923_105419"/>
</filter>
<filter id="filter1_d_1923_105419" x="123" y="121" width="255" height="270" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="20"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1923_105419"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1923_105419" result="shape"/>
</filter>
<clipPath id="clip0_1923_105419">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -139,22 +139,28 @@ class PostProcessingPlugin(QObject, Extension):
if self._loaded_scripts: # Already loaded. if self._loaded_scripts: # Already loaded.
return return
# The PostProcessingPlugin path is for built-in scripts. # Make sure a "scripts" folder exists in the main configuration folder and the preferences folder.
# The Resources path is where the user should store custom scripts. # On some platforms the resources and preferences folders resolve to the same folder,
# The Preferences path is legacy, where the user may previously have stored scripts. # but on Linux they can be different.
resource_folders = [PluginRegistry.getInstance().getPluginPath("PostProcessingPlugin"), Resources.getStoragePath(Resources.Preferences)] for path in set([os.path.join(Resources.getStoragePath(r), "scripts") for r in [Resources.Resources, Resources.Preferences]]):
resource_folders.extend(Resources.getAllPathsForType(Resources.Resources))
for root in resource_folders:
if root is None:
continue
path = os.path.join(root, "scripts")
if not os.path.isdir(path): if not os.path.isdir(path):
try: try:
os.makedirs(path) os.makedirs(path)
except OSError: except OSError:
Logger.log("w", "Unable to create a folder for scripts: " + path) Logger.log("w", "Unable to create a folder for scripts: " + path)
continue
# The PostProcessingPlugin path is for built-in scripts.
# The Resources path is where the user should store custom scripts.
# The Preferences path is legacy, where the user may previously have stored scripts.
resource_folders = [PluginRegistry.getInstance().getPluginPath("PostProcessingPlugin"), Resources.getStoragePath(Resources.Preferences)]
resource_folders.extend(Resources.getAllPathsForType(Resources.Resources))
for root in resource_folders:
if root is None:
continue
path = os.path.join(root, "scripts")
if not os.path.isdir(path):
continue
self.loadScripts(path) self.loadScripts(path)
def loadScripts(self, path: str) -> None: def loadScripts(self, path: str) -> None:

View file

@ -1,4 +1,4 @@
# Copyright (c) 2021 Ultimaker B.V. # Copyright (c) 2023 Ultimaker B.V.
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher. # The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
# Modification 06.09.2020 # Modification 06.09.2020
@ -199,7 +199,7 @@ class FilamentChange(Script):
if enable_before_macro: if enable_before_macro:
color_change = color_change + before_macro + "\n" color_change = color_change + before_macro + "\n"
color_change = color_change + "M600\n" color_change = color_change + "M600"
if not firmware_config: if not firmware_config:
if initial_retract is not None and initial_retract > 0.: if initial_retract is not None and initial_retract > 0.:
@ -220,6 +220,8 @@ class FilamentChange(Script):
if z_pos is not None and z_pos > 0.: if z_pos is not None and z_pos > 0.:
color_change = color_change + (" Z%.2f" % z_pos) color_change = color_change + (" Z%.2f" % z_pos)
color_change = color_change + "\n"
if enable_after_macro: if enable_after_macro:
color_change = color_change + after_macro + "\n" color_change = color_change + after_macro + "\n"

View file

@ -96,6 +96,9 @@ class AbstractCloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
@pyqtSlot(str) @pyqtSlot(str)
def printerSelected(self, unique_id: str): def printerSelected(self, unique_id: str):
# The device that it defers the actual write to isn't hooked up correctly. So we should emit the write signal
# here.
self.writeStarted.emit(self)
self._request_write_callback(unique_id, self._nodes) self._request_write_callback(unique_id, self._nodes)
if self._on_print_dialog: if self._on_print_dialog:
self._on_print_dialog.close() self._on_print_dialog.close()

View file

@ -10,6 +10,7 @@ from PyQt6.QtCore import pyqtSlot, QUrl, pyqtSignal, pyqtProperty, QObject
from PyQt6.QtNetwork import QNetworkReply from PyQt6.QtNetwork import QNetworkReply
from UM.FileHandler.FileHandler import FileHandler from UM.FileHandler.FileHandler import FileHandler
from UM.Version import Version
from UM.i18n import i18nCatalog from UM.i18n import i18nCatalog
from UM.Logger import Logger from UM.Logger import Logger
from UM.Scene.SceneNode import SceneNode from UM.Scene.SceneNode import SceneNode
@ -86,6 +87,9 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
@pyqtSlot(name="openPrinterControlPanel") @pyqtSlot(name="openPrinterControlPanel")
def openPrinterControlPanel(self) -> None: def openPrinterControlPanel(self) -> None:
if Version(self.firmwareVersion) >= Version("7.0.2"):
QDesktopServices.openUrl(QUrl("http://" + self._address + "/print_jobs"))
else:
QDesktopServices.openUrl(QUrl("http://" + self._address + "/printers")) QDesktopServices.openUrl(QUrl("http://" + self._address + "/printers"))
@pyqtSlot(str, name="sendJobToTop") @pyqtSlot(str, name="sendJobToTop")

View file

@ -31,6 +31,46 @@ _REMOVED_SETTINGS = {
"wireframe_roof_drag_along", "wireframe_roof_drag_along",
"wireframe_roof_outer_delay", "wireframe_roof_outer_delay",
"wireframe_nozzle_clearance", "wireframe_nozzle_clearance",
"support_tree_branch_distance",
"support_tree_collision_resolution",
}
_RENAMED_PROFILES = {
"abs_040012": "elegoo_abs_nozzle_0.40_layer_0.10",
"abs_040016": "elegoo_abs_nozzle_0.40_layer_0.15",
"abs_040020": "elegoo_abs_nozzle_0.40_layer_0.20",
"abs_040024": "elegoo_abs_nozzle_0.40_layer_0.20",
"abs_040028": "elegoo_abs_nozzle_0.40_layer_0.30",
"asa_040012": "elegoo_asa_nozzle_0.40_layer_0.10",
"asa_040016": "elegoo_asa_nozzle_0.40_layer_0.15",
"asa_040020": "elegoo_asa_nozzle_0.40_layer_0.20",
"asa_040024": "elegoo_asa_nozzle_0.40_layer_0.20",
"asa_040028": "elegoo_asa_nozzle_0.40_layer_0.30",
"petg_040012": "elegoo_petg_nozzle_0.40_layer_0.10",
"petg_040016": "elegoo_petg_nozzle_0.40_layer_0.15",
"petg_040020": "elegoo_petg_nozzle_0.40_layer_0.20",
"petg_040024": "elegoo_petg_nozzle_0.40_layer_0.20",
"petg_040028": "elegoo_petg_nozzle_0.40_layer_0.30",
"pla_040012": "elegoo_pla_nozzle_0.40_layer_0.10",
"pla_040016": "elegoo_pla_nozzle_0.40_layer_0.15",
"pla_040020": "elegoo_pla_nozzle_0.40_layer_0.20",
"pla_040024": "elegoo_pla_nozzle_0.40_layer_0.20",
"pla_040028": "elegoo_pla_nozzle_0.40_layer_0.30",
"tpu_040012": "elegoo_tpu_nozzle_0.40_layer_0.10",
"tpu_040016": "elegoo_tpu_nozzle_0.40_layer_0.15",
"tpu_040020": "elegoo_tpu_nozzle_0.40_layer_0.20",
"tpu_040024": "elegoo_tpu_nozzle_0.40_layer_0.20",
"tpu_040028": "elegoo_tpu_nozzle_0.40_layer_0.30",
"elegoo_global_012_high": "elegoo_layer_0.10",
"elegoo_global_016_normal": "elegoo_layer_0.15",
"elegoo_global_020_fine": "elegoo_layer_0.20",
"elegoo_global_024_medium": "elegoo_layer_0.20",
"elegoo_global_028_draft": "elegoo_layer_0.30",
} }
@ -112,6 +152,9 @@ class VersionUpgrade53to54(VersionUpgrade):
parser["metadata"]["setting_version"] = "22" parser["metadata"]["setting_version"] = "22"
for container in parser['containers']:
parser['containers'][container] = _RENAMED_PROFILES.get(parser['containers'][container], parser['containers'][container])
result = io.StringIO() result = io.StringIO()
parser.write(result) parser.write(result)
return [filename], [result.getvalue()] return [filename], [result.getvalue()]

View file

@ -81,7 +81,7 @@
"value": "material_print_temperature + 5" "value": "material_print_temperature + 5"
}, },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"prime_tower_brim_enable": { "value": true }, "prime_tower_brim_enable": { "value": true },
"prime_tower_min_volume": "prime_tower_min_volume":

View file

@ -82,7 +82,7 @@
"value": "material_print_temperature + 5" "value": "material_print_temperature + 5"
}, },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"prime_tower_brim_enable": { "value": true }, "prime_tower_brim_enable": { "value": true },
"prime_tower_min_volume": "prime_tower_min_volume":

View file

@ -76,7 +76,7 @@
"value": "material_print_temperature + 5" "value": "material_print_temperature + 5"
}, },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'all'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'all'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },

View file

@ -74,7 +74,7 @@
"value": "material_print_temperature + 5" "value": "material_print_temperature + 5"
}, },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"retraction_amount": { "default_value": 1.5 }, "retraction_amount": { "default_value": 1.5 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },
"retraction_hop": { "value": 0.2 }, "retraction_hop": { "value": 0.2 },

View file

@ -68,7 +68,7 @@
}, },
"meshfix_maximum_deviation": { "value": 0.05 }, "meshfix_maximum_deviation": { "value": 0.05 },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "value": 6 }, "retraction_amount": { "value": 6 },
"retraction_combing": { "value": "'off'" }, "retraction_combing": { "value": "'off'" },
@ -110,12 +110,9 @@
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" }, "support_interface_height": { "value": "layer_height * 4" },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" }, "support_pattern": { "value": "'zigzag'" },
"support_structure": { "value": "'tree'" }, "support_structure": { "value": "'tree'" },
"support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" },
"support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" }, "support_type": { "value": "'buildplate' if support_structure == 'tree' else 'everywhere'" },
"support_wall_count": { "value": 1 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" },
"support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" },

View file

@ -110,7 +110,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_amount": { "value": 2 }, "retraction_amount": { "value": 2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },

View file

@ -63,7 +63,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },

View file

@ -55,7 +55,7 @@
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_polygon_circumference": { "default_value": 0.2 }, "minimum_polygon_circumference": { "default_value": 0.2 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },

View file

@ -113,7 +113,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },
@ -157,10 +157,7 @@
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" }, "support_interface_height": { "value": "layer_height * 4" },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" }, "support_pattern": { "value": "'zigzag'" },
"support_top_distance": { "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)" },
"support_wall_count": { "value": 1 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance": { "value": "wall_line_width_0 * 2" },
"support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" },

View file

@ -31,6 +31,8 @@
"generic_pp" "generic_pp"
], ],
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true,
"has_variants": true,
"machine_extruder_trains": { "0": "elegoo_extruder_0" }, "machine_extruder_trains": { "0": "elegoo_extruder_0" },
"platform_offset": [ "platform_offset": [
-2.2, -2.2,
@ -38,7 +40,9 @@
-31 -31
], ],
"preferred_material": "generic_pla_175", "preferred_material": "generic_pla_175",
"preferred_quality_type": "fine" "preferred_quality_type": "Elegoo_layer_020",
"preferred_variant_name": "0.40mm_Elegoo_Nozzle",
"variants_name": "Nozzle Size"
}, },
"overrides": "overrides":
{ {
@ -114,11 +118,7 @@
"support_angle": { "value": "45 if speed_print > 99.9 else 50" }, "support_angle": { "value": "45 if speed_print > 99.9 else 50" },
"support_bottom_offset": { "value": "-0.4" }, "support_bottom_offset": { "value": "-0.4" },
"support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" }, "support_brim_enable": { "value": "support_structure == 'normal' or support_structure == 'tree'" },
"support_brim_width": "support_brim_width": { "value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 " },
{
"default_value": 3,
"value": "6 if support_structure == 'tree' else line_width * initial_layer_line_width_factor * 0.02 "
},
"support_infill_angles": { "default_value": "[65]" }, "support_infill_angles": { "default_value": "[65]" },
"support_interface_density": { "default_value": 33.333 }, "support_interface_density": { "default_value": 33.333 },
"support_interface_pattern": { "default_value": "lines" }, "support_interface_pattern": { "default_value": "lines" },
@ -134,6 +134,6 @@
"z_seam_corner": { "default_value": "z_seam_corner_weighted" }, "z_seam_corner": { "default_value": "z_seam_corner_weighted" },
"z_seam_position": { "default_value": "left" }, "z_seam_position": { "default_value": "left" },
"z_seam_type": { "default_value": "back" }, "z_seam_type": { "default_value": "back" },
"zig_zaggify_infill": { "value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_sparse_density < 30 " } "zig_zaggify_infill": { "value": "resolveOrValue('infill_pattern') == 'cross' or resolveOrValue('infill_pattern') == 'cross_3d' or resolveOrValue('infill_sparse_density') < 30 " }
} }
} }

View file

@ -4340,7 +4340,7 @@
"description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.", "description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.",
"unit": "%", "unit": "%",
"type": "float", "type": "float",
"minimum_value": "max(0, cool_fan_speed_min)", "minimum_value": "0",
"maximum_value": "100", "maximum_value": "100",
"default_value": 100, "default_value": 100,
"enabled": "cool_fan_enabled", "enabled": "cool_fan_enabled",
@ -4564,54 +4564,44 @@
}, },
"support_tree_angle": "support_tree_angle":
{ {
"label": "Tree Support Branch Angle", "label": "Maximum Branch Angle",
"description": "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.", "description": "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach.",
"unit": "\u00b0", "unit": "\u00b0",
"type": "float", "type": "float",
"minimum_value": "0", "minimum_value": "0",
"maximum_value": "90", "minimum_value_warning": "20",
"maximum_value_warning": "60", "maximum_value": "89",
"default_value": 40, "maximum_value_warning": "85",
"default_value": 60,
"value": "max(min(support_angle, 85), 20)",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'", "enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": false, "settable_per_mesh": true,
"settable_per_extruder": true "settable_per_extruder": true
}, },
"support_tree_branch_distance":
{
"label": "Tree Support Branch Distance",
"description": "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.",
"unit": "mm",
"type": "float",
"minimum_value": "0.001",
"default_value": 1,
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": true
},
"support_tree_branch_diameter": "support_tree_branch_diameter":
{ {
"label": "Tree Support Branch Diameter", "label": "Branch Diameter",
"description": "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this.", "description": "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"minimum_value": "0.001", "minimum_value": "support_tree_tip_diameter",
"minimum_value_warning": "support_line_width * 2", "minimum_value_warning": "support_line_width * 2",
"default_value": 2, "default_value": 5,
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'", "enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": false, "settable_per_mesh": true,
"settable_per_extruder": true "settable_per_extruder": true
}, },
"support_tree_max_diameter": "support_tree_max_diameter":
{ {
"label": "Tree Support Trunk Diameter", "label": "Trunk Diameter",
"description": "The diameter of the widest branches of tree support. A thicker trunk is more sturdy; a thinner trunk takes up less space on the build plate.", "description": "The diameter of the widest branches of tree support. A thicker trunk is more sturdy; a thinner trunk takes up less space on the build plate.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"minimum_value": "support_tree_branch_diameter", "minimum_value": "support_tree_branch_diameter",
"minimum_value_warning": "support_line_width * 5", "minimum_value_warning": "support_line_width * 5",
"default_value": 15, "default_value": 25,
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'", "enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": false, "settable_per_mesh": false,
@ -4619,33 +4609,17 @@
}, },
"support_tree_branch_diameter_angle": "support_tree_branch_diameter_angle":
{ {
"label": "Tree Support Branch Diameter Angle", "label": "Branch Diameter Angle",
"description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support.", "description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support.",
"unit": "\u00b0", "unit": "\u00b0",
"type": "float", "type": "float",
"minimum_value": "0", "minimum_value": "0",
"maximum_value": "89.9999", "maximum_value": "89.9999",
"maximum_value_warning": "15", "maximum_value_warning": "15",
"default_value": 5, "default_value": 7,
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'", "enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": false, "settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_collision_resolution":
{
"label": "Tree Support Collision Resolution",
"description": "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.",
"unit": "mm",
"type": "float",
"minimum_value": "0.001",
"minimum_value_warning": "support_line_width / 4",
"maximum_value_warning": "support_line_width * 2",
"default_value": 0.4,
"value": "support_line_width / 2",
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree' and support_tree_branch_diameter_angle > 0",
"settable_per_mesh": false,
"settable_per_extruder": true "settable_per_extruder": true
}, },
"support_type": "support_type":
@ -4664,6 +4638,132 @@
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": false "settable_per_extruder": false
}, },
"support_tree_angle_slow":
{
"label": "Preferred Branch Angle",
"description": "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster.",
"unit": "\u00b0",
"type": "float",
"minimum_value": "0",
"minimum_value_warning": "10",
"maximum_value": "support_tree_angle",
"maximum_value_warning": "support_tree_angle-1",
"default_value": 50,
"value": "support_tree_angle * 2 / 3",
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_max_diameter_increase_by_merges_when_support_to_model":
{
"label": "Diameter Increase To Model",
"description": "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model",
"unit": "mm",
"type": "float",
"minimum_value": "0",
"default_value": 1,
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree' and resolveOrValue('support_type') == 'everywhere' ",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_min_height_to_model":
{
"label": "Minimum Height To Model",
"description": "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof.",
"unit": "mm",
"type": "float",
"minimum_value": "0",
"maximum_value_warning": "5",
"default_value": 3,
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree' and resolveOrValue('support_type') == 'everywhere' ",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_bp_diameter":
{
"label": "Initial Layer Diameter",
"description": "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion.",
"unit": "mm",
"type": "float",
"minimum_value": "0",
"maximum_value_warning": "20",
"default_value": 7.5,
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_top_rate":
{
"label": "Branch Density",
"description": "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top.",
"unit": "%",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "5",
"maximum_value_warning": "35",
"default_value": 15,
"value": "30 if support_roof_enable else 10",
"enabled": "support_enable and support_structure=='tree'",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_tip_diameter":
{
"label": "Tip Diameter",
"description": "The diameter of the top of the tip of the branches of tree support.",
"unit": "mm",
"type": "float",
"minimum_value": "min_wall_line_width",
"maximum_value": "support_tree_branch_diameter",
"default_value": 0.4,
"value": "support_line_width * 2",
"limit_to_extruder": "support_infill_extruder_nr",
"enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": true,
"settable_per_extruder": true
},
"support_tree_limit_branch_reach":
{
"label": "Limit Branch Reach",
"description": "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)",
"type": "bool",
"default_value": true,
"enabled": "support_enable and support_structure=='tree'",
"settable_per_mesh": true
},
"support_tree_branch_reach_limit":
{
"label": "Optimal Branch Range",
"description": "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) ",
"unit": "mm",
"type": "float",
"minimum_value": "1",
"minimum_value_warning": "10",
"default_value": 30,
"enabled": "support_enable and support_tree_limit_branch_reach and support_structure=='tree'",
"settable_per_mesh": true
},
"support_tree_rest_preference":
{
"label": "Rest Preference",
"description": "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model.",
"type": "enum",
"options":
{
"buildplate": "Force Only Buildplate",
"graceful": "On Model If Necessary"
},
"default_value": "buildplate",
"value": "'buildplate' if support_type == 'buildplate' else 'graceful'",
"resolve": "'buildplate' if 'buildplate' in extruderValues('support_tree_rest_preference') else 'graceful'",
"enabled": "support_enable and support_structure=='tree' and support_type == 'everywhere'",
"settable_per_mesh": true
},
"support_angle": "support_angle":
{ {
"label": "Support Overhang Angle", "label": "Support Overhang Angle",
@ -4705,7 +4805,7 @@
"description": "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used.", "description": "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used.",
"default_value": 1, "default_value": 1,
"minimum_value": "0", "minimum_value": "0",
"minimum_value_warning": "1 if support_pattern == 'concentric' else 0", "minimum_value_warning": "(1 if support_pattern == 'concentric' else 0) if support_structure == 'normal' else 1",
"maximum_value_warning": "0 if (support_skip_some_zags and support_pattern == 'zigzag') else 3", "maximum_value_warning": "0 if (support_skip_some_zags and support_pattern == 'zigzag') else 3",
"maximum_value": "999999", "maximum_value": "999999",
"type": "int", "type": "int",
@ -4853,8 +4953,7 @@
"label": "Enable Support Brim", "label": "Enable Support Brim",
"description": "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate.", "description": "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate.",
"type": "bool", "type": "bool",
"default_value": false, "default_value": true,
"value": "support_structure == 'tree'",
"enabled": "support_enable or support_meshes_present", "enabled": "support_enable or support_meshes_present",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false, "settable_per_mesh": false,
@ -4866,9 +4965,10 @@
"description": "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material.", "description": "The width of the brim to print underneath the support. A larger brim enhances adhesion to the build plate, at the cost of some extra material.",
"type": "float", "type": "float",
"unit": "mm", "unit": "mm",
"default_value": 8.0, "default_value": 1.2,
"minimum_value": "0.0", "minimum_value": "0.0",
"maximum_value_warning": "50.0", "maximum_value_warning": "50.0",
"value": "(skirt_brim_line_width * initial_layer_line_width_factor / 100.0) * 3",
"enabled": "(support_enable or support_meshes_present) and support_brim_enable", "enabled": "(support_enable or support_meshes_present) and support_brim_enable",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true, "settable_per_extruder": true,
@ -4880,10 +4980,10 @@
"label": "Support Brim Line Count", "label": "Support Brim Line Count",
"description": "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material.", "description": "The number of lines used for the support brim. More brim lines enhance adhesion to the build plate, at the cost of some extra material.",
"type": "int", "type": "int",
"default_value": 20, "default_value": 3,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "50 / skirt_brim_line_width", "maximum_value_warning": "50 / skirt_brim_line_width",
"value": "math.ceil(support_brim_width / (skirt_brim_line_width * initial_layer_line_width_factor / 100.0))", "value": "round(support_brim_width / (skirt_brim_line_width * initial_layer_line_width_factor / 100.0))",
"enabled": "(support_enable or support_meshes_present) and support_brim_enable", "enabled": "(support_enable or support_meshes_present) and support_brim_enable",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true, "settable_per_extruder": true,
@ -4915,7 +5015,7 @@
"default_value": 0.1, "default_value": 0.1,
"type": "float", "type": "float",
"enabled": "support_enable or support_meshes_present", "enabled": "support_enable or support_meshes_present",
"value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)", "value": "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance')",
"limit_to_extruder": "support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr", "limit_to_extruder": "support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr",
"settable_per_mesh": true "settable_per_mesh": true
}, },
@ -4989,7 +5089,7 @@
"limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr",
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "1.0", "maximum_value_warning": "1.0",
"enabled": "support_enable or support_meshes_present", "enabled": "(support_enable and support_structure == 'normal') or support_meshes_present",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"support_bottom_stair_step_width": "support_bottom_stair_step_width":
@ -5002,7 +5102,7 @@
"limit_to_extruder": "support_interface_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "limit_to_extruder": "support_interface_extruder_nr if support_bottom_enable else support_infill_extruder_nr",
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "10.0", "maximum_value_warning": "10.0",
"enabled": "(support_enable or support_meshes_present) and support_bottom_stair_step_height > 0", "enabled": "((support_enable and support_structure == 'normal') or support_meshes_present) and support_bottom_stair_step_height > 0",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"support_bottom_stair_step_min_slope": "support_bottom_stair_step_min_slope":
@ -5015,7 +5115,7 @@
"limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr", "limit_to_extruder": "support_bottom_extruder_nr if support_bottom_enable else support_infill_extruder_nr",
"minimum_value": "0.01", "minimum_value": "0.01",
"maximum_value": "89.99", "maximum_value": "89.99",
"enabled": "(support_enable or support_meshes_present) and support_bottom_stair_step_height > 0", "enabled": "((support_enable and support_structure == 'normal') or support_meshes_present) and support_bottom_stair_step_height > 0",
"settable_per_mesh": true "settable_per_mesh": true
}, },
"support_join_distance": "support_join_distance":
@ -5039,11 +5139,11 @@
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default_value": 0.8, "default_value": 0.8,
"value": "support_line_width + 0.4", "value": "support_line_width + 0.4 if support_structure == 'normal' else 0.0",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"minimum_value_warning": "-1 * machine_nozzle_size", "minimum_value_warning": "-1 * machine_nozzle_size",
"maximum_value_warning": "10 * machine_nozzle_size", "maximum_value_warning": "10 * machine_nozzle_size",
"enabled": "(support_enable and support_structure == 'normal') or support_meshes_present", "enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true "settable_per_extruder": true
}, },
@ -5071,7 +5171,7 @@
"type": "int", "type": "int",
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "1 if (support_pattern == 'cross' or support_pattern == 'lines' or support_pattern == 'concentric') else 5", "maximum_value_warning": "1 if (support_pattern == 'cross' or support_pattern == 'lines' or support_pattern == 'concentric') else 5",
"maximum_value": "999999 if support_line_distance == 0 else (20 - math.log(support_line_distance) / math.log(2))", "maximum_value": "(999999 if support_line_distance == 0 else (20 - math.log(support_line_distance) / math.log(2))) if support_structure != 'tree' else 0",
"enabled": "(support_enable or support_meshes_present) and support_infill_rate > 0", "enabled": "(support_enable or support_meshes_present) and support_infill_rate > 0",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false, "settable_per_mesh": false,
@ -5099,8 +5199,8 @@
"type": "float", "type": "float",
"default_value": 0.0, "default_value": 0.0,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "10", "maximum_value_warning": "10 if support_structure == 'normal' else 0",
"enabled": "(support_enable or support_meshes_present) and support_structure == 'normal'", "enabled": "support_enable or support_meshes_present",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": true "settable_per_mesh": true
}, },
@ -5381,7 +5481,7 @@
"value": "extruderValue(support_bottom_extruder_nr, 'minimum_interface_area')", "value": "extruderValue(support_bottom_extruder_nr, 'minimum_interface_area')",
"minimum_value": "0", "minimum_value": "0",
"limit_to_extruder": "support_bottom_extruder_nr", "limit_to_extruder": "support_bottom_extruder_nr",
"enabled": "support_bottom_enable and (support_enable or support_meshes_present)", "enabled": "support_bottom_enable and ((support_enable and support_structure == 'normal') or support_meshes_present)",
"settable_per_mesh": true "settable_per_mesh": true
} }
} }
@ -5430,6 +5530,24 @@
} }
} }
}, },
"support_interface_priority":
{
"label": "Support Interface Priority",
"description": "How support interface and support will interact when they overlap. Currently only implemented for support roof.",
"type": "enum",
"options":
{
"support_area_overwrite_interface_area": "Support preferred",
"interface_area_overwrite_support_area": "Interface preferred",
"support_lines_overwrite_interface_area": "Support lines preferred",
"interface_lines_overwrite_support_area": "Interface lines preferred",
"nothing": "Both overlap"
},
"default_value": "interface_area_overwrite_support_area",
"settable_per_extruder": false,
"enabled": "support_enable and support_structure=='tree' and support_roof_enable",
"settable_per_mesh": false
},
"support_interface_angles": "support_interface_angles":
{ {
"label": "Support Interface Line Directions", "label": "Support Interface Line Directions",

View file

@ -128,7 +128,7 @@
"meshfix_maximum_resolution": { "value": 0.25 }, "meshfix_maximum_resolution": { "value": 0.25 },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 5 }, "minimum_support_area": { "value": "5 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },

View file

@ -60,7 +60,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retract_at_layer_change": { "value": true }, "retract_at_layer_change": { "value": true },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },

View file

@ -177,7 +177,7 @@
"meshfix_maximum_resolution": { "value": "0.05" }, "meshfix_maximum_resolution": { "value": "0.05" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_amount": { "value": 2 }, "retraction_amount": { "value": 2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },

View file

@ -0,0 +1,36 @@
{
"version": 2,
"name": "Kingroon KP3S Pro",
"inherits": "kingroon_base",
"metadata":
{
"visible": true,
"platform": "kingroon_kp3s.stl",
"quality_definition": "kingroon_base"
},
"overrides":
{
"machine_acceleration": { "value": 1000 },
"machine_height": { "default_value": 200 },
"machine_max_acceleration_e": { "value": 1000 },
"machine_max_acceleration_x": { "value": 1000 },
"machine_max_acceleration_y": { "value": 1000 },
"machine_max_acceleration_z": { "value": 100 },
"machine_max_feedrate_e": { "value": 100 },
"machine_max_feedrate_x": { "value": 200 },
"machine_max_feedrate_y": { "value": 200 },
"machine_max_feedrate_z": { "value": 4 },
"machine_max_jerk_xy": { "value": 15 },
"machine_max_jerk_z": { "value": 0.4 },
"machine_name": { "default_value": "Kingroon KP3S" },
"machine_steps_per_mm_e": { "value": 764 },
"machine_steps_per_mm_x": { "value": 160 },
"machine_steps_per_mm_y": { "value": 160 },
"machine_steps_per_mm_z": { "value": 800 },
"machine_width": { "default_value": 200 },
"retraction_amount": { "value": 1 },
"retraction_extrusion_window": { "value": 1 },
"retraction_speed": { "value": 40 },
"speed_z_hop": { "value": 4 }
}
}

View file

@ -48,7 +48,7 @@
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"material_standby_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"retraction_amount": { "value": 2.5 }, "retraction_amount": { "value": 2.5 },
"retraction_speed": { "value": 40 }, "retraction_speed": { "value": 40 },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },

View file

@ -66,7 +66,7 @@
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"material_standby_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"retraction_amount": { "value": 2.5 }, "retraction_amount": { "value": 2.5 },
"retraction_speed": { "value": 40 }, "retraction_speed": { "value": 40 },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },

View file

@ -66,7 +66,7 @@
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"material_standby_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"retraction_amount": { "value": 2.5 }, "retraction_amount": { "value": 2.5 },
"retraction_speed": { "value": 40 }, "retraction_speed": { "value": 40 },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },

View file

@ -65,7 +65,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"prime_tower_brim_enable": { "default_value": true }, "prime_tower_brim_enable": { "default_value": true },
"prime_tower_wipe_enabled": { "default_value": false }, "prime_tower_wipe_enabled": { "default_value": false },

View file

@ -62,7 +62,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "default_value": 5 }, "retraction_amount": { "default_value": 5 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },

View file

@ -0,0 +1,38 @@
{
"version": 2,
"name": "Longer LK4 X",
"inherits": "longer_base",
"metadata":
{
"visible": true,
"platform": "longer_235mm_platform.stl",
"platform_offset": [
-117.5,
-3,
117.5
],
"quality_definition": "longer_base"
},
"overrides":
{
"gantry_height": { "value": 35 },
"machine_depth": { "default_value": 220 },
"machine_head_with_fans_polygon":
{
"default_value": [
[-55, 20],
[-55, -36],
[35, -36],
[35, 20]
]
},
"machine_height": { "default_value": 250 },
"machine_name": { "default_value": "LONGER LK4 X" },
"machine_start_gcode": { "default_value": "; -- LONGER BL-TOUCH Start G-code --\nG21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM107 ; start with the fan off\n\n; confirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm release\nG4 P100 ; Delay for BL-Touch\n\n; homing\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\n\n; reconfirm BL-touch safety\nM280 P0 S160 ; BL-Touch Alarm realease\nG4 P100 ; Delay for BL-Touch\n\n; bed leveling\nG29; Auto leveling\nM420 Z5 ; set LEVELING_FADE_HEIGHT\nM500 ; save data of G29 and M420\nM420 S1 ; enable bed leveling\n\n; prepare hot-end\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y150.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y150.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish\n; -- end of LONGER BL-TOUCH Start G-code --" },
"machine_width": { "default_value": 220 },
"retraction_amount": { "value": 2.0 },
"retraction_combing": { "value": "'noskin'" },
"speed_travel": { "value": 65 },
"z_seam_type": { "value": "'shortest'" }
}
}

View file

@ -111,7 +111,7 @@
"meshfix_maximum_resolution": { "value": "0.05" }, "meshfix_maximum_resolution": { "value": "0.05" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_amount": { "value": 2 }, "retraction_amount": { "value": 2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },

View file

@ -64,7 +64,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"raft_airgap": { "default_value": 0.24 }, "raft_airgap": { "default_value": 0.24 },
"raft_margin": "raft_margin":

View file

@ -118,7 +118,7 @@
"speed_z_hop": { "default_value": 5 }, "speed_z_hop": { "default_value": 5 },
"support_angle": { "default_value": 60 }, "support_angle": { "default_value": 60 },
"support_bottom_stair_step_height": { "value": 0.2 }, "support_bottom_stair_step_height": { "value": 0.2 },
"support_brim_width": { "default_value": 4 }, "support_brim_enable": { "value": false },
"support_enable": { "default_value": true }, "support_enable": { "default_value": true },
"support_interface_density": { "default_value": 80 }, "support_interface_density": { "default_value": 80 },
"support_interface_enable": { "default_value": true }, "support_interface_enable": { "default_value": true },

View file

@ -45,7 +45,7 @@
"material_final_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "value": 1 }, "retraction_amount": { "value": 1 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },

View file

@ -45,7 +45,7 @@
"material_final_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "value": 1 }, "retraction_amount": { "value": 1 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },

View file

@ -48,7 +48,7 @@
"material_final_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 5.0 }, "minimum_interface_area": { "value": 5.0 },
"minimum_support_area": { "value": 5 }, "minimum_support_area": { "value": "5 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "value": 1.5 }, "retraction_amount": { "value": 1.5 },
"retraction_combing": { "value": "'all'" }, "retraction_combing": { "value": "'all'" },

View file

@ -236,7 +236,6 @@
"support_skip_some_zags": { "default_value": true }, "support_skip_some_zags": { "default_value": true },
"support_skip_zag_per_mm": { "default_value": 10 }, "support_skip_zag_per_mm": { "default_value": 10 },
"support_top_distance": { "value": "0.2" }, "support_top_distance": { "value": "0.2" },
"support_tree_collision_resolution": { "value": "0.2" },
"support_xy_distance": { "default_value": 0.6 }, "support_xy_distance": { "default_value": 0.6 },
"support_xy_distance_overhang": { "value": "0.5" }, "support_xy_distance_overhang": { "value": "0.5" },
"support_z_distance": { "default_value": 0.2 }, "support_z_distance": { "default_value": 0.2 },

View file

@ -70,7 +70,7 @@
"overrides": "overrides":
{ {
"acceleration_enabled": { "value": true }, "acceleration_enabled": { "value": true },
"acceleration_print": { "value": 500 }, "acceleration_print": { "value": "machine_acceleration" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
"acceleration_travel": { "value": 500 }, "acceleration_travel": { "value": 500 },
"acceleration_travel_layer_0": { "value": "acceleration_travel" }, "acceleration_travel_layer_0": { "value": "acceleration_travel" },
@ -83,6 +83,7 @@
"infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" }, "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" },
"infill_sparse_density": { "value": 10.0 }, "infill_sparse_density": { "value": 10.0 },
"infill_wipe_dist": { "value": 0.0 }, "infill_wipe_dist": { "value": 0.0 },
"initial_layer_line_width_factor": { "value": 150 },
"jerk_enabled": { "value": true }, "jerk_enabled": { "value": true },
"jerk_print": { "value": 8 }, "jerk_print": { "value": 8 },
"jerk_travel": { "value": "jerk_print * 2" }, "jerk_travel": { "value": "jerk_print * 2" },
@ -96,11 +97,13 @@
"machine_max_feedrate_x": { "value": 500 }, "machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 }, "machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "value": 10 }, "machine_max_feedrate_z": { "value": 10 },
"machine_max_jerk_e": { "value": 5 },
"machine_max_jerk_xy": { "value": 8 }, "machine_max_jerk_xy": { "value": 8 },
"machine_max_jerk_z": { "value": 0.4 },
"material_diameter": { "default_value": 1.75 }, "material_diameter": { "default_value": 1.75 },
"material_final_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": true },
"retraction_amount": { "default_value": 0.5 }, "retraction_amount": { "default_value": 0.5 },
"retraction_speed": { "default_value": 40 }, "retraction_speed": { "default_value": 40 },
"skin_monotonic": { "value": true }, "skin_monotonic": { "value": true },
@ -112,6 +115,7 @@
"wall_0_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 },
"wall_thickness": { "value": "line_width * 2" }, "wall_thickness": { "value": "line_width * 2" },
"z_seam_corner": { "value": "'z_seam_corner_inner'" }, "z_seam_corner": { "value": "'z_seam_corner_inner'" },
"z_seam_type": { "value": "'sharpest_corner'" } "z_seam_type": { "value": "'sharpest_corner'" },
"zig_zaggify_infill": { "value": true }
} }
} }

View file

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

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "Sovol SV04 Copy Mode",
"inherits": "sovol_base",
"metadata":
{
"visible": true,
"author": "Sovol",
"has_machine_quality": false,
"has_variants": false,
"machine_extruder_trains": { "0": "sovol_sv04_copy_mode_extruder_0" },
"preferred_quality_type": "draft"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_end_gcode": { "default_value": ";SV04 end\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_height": { "default_value": 402 },
"machine_name": { "default_value": "SV04 Copy Mode" },
"machine_start_gcode": { "default_value": ";SV04 start\nM140 S{material_bed_temperature};\nM104 S{material_print_temperature};\nM280 P0 S160;\nG4 P100;\nG28;\nM420 S1;\nM190 S{material_bed_temperature};\nM109 S{material_print_temperature};\nG92 E0;\nG1 X10.1 Y20 Z0.28 F5000.0;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15;\nG1 X10.4 Y200.0 Z0.28 F5000.0;\nG1 X10.4 Y20 Z0.28 F1500.0 E30;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000;" },
"machine_width": { "default_value": 150 }
}
}

View file

@ -0,0 +1,28 @@
{
"version": 2,
"name": "Sovol SV04 Dual Mode",
"inherits": "sovol_base",
"metadata":
{
"visible": true,
"author": "Sovol",
"has_machine_quality": false,
"has_variants": false,
"machine_extruder_trains":
{
"0": "sovol_sv04_dual_mode_extruder_0",
"1": "sovol_sv04_dual_mode_extruder_1"
},
"preferred_quality_type": "draft"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_end_gcode": { "default_value": ";SV04 end\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_extruder_count": { "default_value": 2 },
"machine_height": { "default_value": 402 },
"machine_name": { "default_value": "SV04 Dual Mode" },
"machine_start_gcode": { "default_value": ";SV04 start\nM140 S{material_bed_temperature};\nM104 S{material_print_temperature};\nM280 P0 S160;\nG4 P100;\nG28;\nM420 S1;\nM190 S{material_bed_temperature};\nM109 S{material_print_temperature};\nG92 E0;\nG1 X10.1 Y20 Z0.28 F5000.0;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15;\nG1 X10.4 Y200.0 Z0.28 F5000.0;\nG1 X10.4 Y20 Z0.28 F1500.0 E30;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000;" },
"machine_width": { "default_value": 302 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "Sovol SV04 Mirror Mode",
"inherits": "sovol_base",
"metadata":
{
"visible": true,
"author": "Sovol",
"has_machine_quality": false,
"has_variants": false,
"machine_extruder_trains": { "0": "sovol_sv04_mirror_mode_extruder_0" },
"preferred_quality_type": "draft"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_end_gcode": { "default_value": ";SV04 end\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_height": { "default_value": 402 },
"machine_name": { "default_value": "SV04 Mirror Mode" },
"machine_start_gcode": { "default_value": ";SV04 start\nM140 S{material_bed_temperature};\nM104 S{material_print_temperature};\nM280 P0 S160;\nG4 P100;\nG28;\nM420 S1;\nM190 S{material_bed_temperature};\nM109 S{material_print_temperature};\nG92 E0;\nG1 X10.1 Y20 Z0.28 F5000.0;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15;\nG1 X10.4 Y200.0 Z0.28 F5000.0;\nG1 X10.4 Y20 Z0.28 F1500.0 E30;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000;" },
"machine_width": { "default_value": 115 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "Sovol SV04 Single Mode 01",
"inherits": "sovol_base",
"metadata":
{
"visible": true,
"author": "Sovol",
"has_machine_quality": false,
"has_variants": false,
"machine_extruder_trains": { "0": "sovol_sv04_extruder_left" },
"preferred_quality_type": "draft"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_end_gcode": { "default_value": ";SV04 end\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_height": { "default_value": 402 },
"machine_name": { "default_value": "SV04 Single Mode 01" },
"machine_start_gcode": { "default_value": ";SV04 start\nM140 S{material_bed_temperature};\nM104 S{material_print_temperature};\nM280 P0 S160;\nG4 P100;\nG28;\nM420 S1;\nM190 S{material_bed_temperature};\nM109 S{material_print_temperature};\nG92 E0;\nG1 X10.1 Y20 Z0.28 F5000.0;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15;\nG1 X10.4 Y200.0 Z0.28 F5000.0;\nG1 X10.4 Y20 Z0.28 F1500.0 E30;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000;" },
"machine_width": { "default_value": 302 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "Sovol SV04 Single Mode 02",
"inherits": "sovol_base",
"metadata":
{
"visible": true,
"author": "Sovol",
"has_machine_quality": false,
"has_variants": false,
"machine_extruder_trains": { "1": "sovol_sv04_extruder_right" },
"preferred_quality_type": "draft"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_end_gcode": { "default_value": ";SV04 end\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_height": { "default_value": 402 },
"machine_name": { "default_value": "SV04 Single Mode 02" },
"machine_start_gcode": { "default_value": ";SV04 start\nM140 S{material_bed_temperature};\nM104 S{material_print_temperature};\nM280 P0 S160;\nG4 P100;\nG28;\nM420 S1;\nM190 S{material_bed_temperature};\nM109 S{material_print_temperature};\nG92 E0;\nG1 X10.1 Y20 Z0.28 F5000.0;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15;\nG1 X10.4 Y200.0 Z0.28 F5000.0;\nG1 X10.4 Y20 Z0.28 F1500.0 E30;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000;" },
"machine_width": { "default_value": 302 }
}
}

View file

@ -10,6 +10,8 @@
"overrides": "overrides":
{ {
"gantry_height": { "value": 25 }, "gantry_height": { "value": 25 },
"infill_pattern": { "value": "'lines'" },
"infill_sparse_density": { "value": 15 },
"machine_depth": { "default_value": 220 }, "machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" },
"machine_head_with_fans_polygon": "machine_head_with_fans_polygon":
@ -24,6 +26,17 @@
"machine_height": { "default_value": 250 }, "machine_height": { "default_value": 250 },
"machine_name": { "default_value": "SV06" }, "machine_name": { "default_value": "SV06" },
"machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" },
"machine_width": { "default_value": 220 } "machine_width": { "default_value": 220 },
"retraction_hop": { "value": "2 * layer_height" },
"retraction_hop_enabled": { "value": true },
"skirt_brim_speed": { "value": "speed_layer_0" },
"speed_infill": { "value": "speed_print" },
"speed_print": { "value": 60.0 },
"speed_travel": { "value": 200 },
"speed_wall": { "value": "speed_print / 2" },
"speed_wall_0": { "value": "speed_wall / 1.2" },
"speed_wall_x": { "value": "speed_wall" },
"wall_thickness": { "value": 1.2 },
"z_seam_type": { "value": "'back'" }
} }
} }

View file

@ -0,0 +1,72 @@
{
"version": 2,
"name": "Sovol-SV06 Plus",
"inherits": "sovol_base_planetary",
"metadata":
{
"visible": true,
"author": "ashokvarma.com",
"quality_definition": "sovol_base_planetary"
},
"overrides":
{
"acceleration_wall": { "value": "acceleration_print / 4" },
"bottom_layers": { "value": 4 },
"coasting_enable": { "value": true },
"fill_outline_gaps": { "value": true },
"gantry_height": { "value": 35 },
"infill_overlap": { "value": 10.0 },
"infill_pattern": { "value": "'gyroid'" },
"infill_wipe_dist": { "value": 0.1 },
"jerk_travel": { "value": "jerk_print" },
"machine_depth": { "default_value": 300 },
"machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y220 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-44, 16],
[-44, -60],
[44, -60],
[44, 16]
]
},
"machine_height": { "default_value": 340 },
"machine_max_feedrate_z": { "value": 20 },
"machine_name": { "default_value": "SV06 Plus" },
"machine_start_gcode": { "default_value": "G28 ;Home\n\nM420 S1;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" },
"machine_width": { "default_value": 300 },
"raft_margin": { "value": 5 },
"retract_at_layer_change": { "value": false },
"retraction_extra_prime_amount": { "value": 0 },
"retraction_hop": { "value": 0 },
"roofing_layer_count": { "value": 1 },
"skin_preshrink": { "value": 0.8 },
"skirt_gap":
{
"minimum_value_warning": "0",
"value": 0
},
"skirt_line_count": { "value": 2 },
"speed_layer_0": { "value": "speed_print * 2 / 5" },
"speed_print": { "value": 150.0 },
"speed_topbottom": { "value": "speed_print * 2 / 5" },
"speed_travel": { "value": "speed_print * 4 / 3" },
"speed_wall": { "value": "speed_print * 2 / 5" },
"speed_wall_0": { "value": "speed_wall - 10" },
"speed_wall_x": { "value": "speed_wall" },
"speed_z_hop": { "value": "machine_max_feedrate_z" },
"support_angle": { "value": 70 },
"support_brim_enable": { "value": true },
"support_conical_angle": { "value": 70 },
"support_conical_enabled": { "value": true },
"support_conical_min_width": { "value": 20 },
"support_infill_rate": { "value": 10 },
"support_interface_enable": { "value": true },
"support_skip_some_zags": { "value": true },
"support_skip_zag_per_mm": { "value": 40 },
"support_z_distance": { "value": 0.25 },
"top_bottom_pattern": { "value": "'zigzag'" },
"wall_0_wipe_dist": { "value": 0.4 },
"z_seam_relative": { "value": true }
}
}

View file

@ -48,7 +48,7 @@
"material_print_temperature": { "value": "195" }, "material_print_temperature": { "value": "195" },
"material_standby_temperature": { "value": "material_print_temperature" }, "material_standby_temperature": { "value": "material_print_temperature" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"retraction_amount": { "value": 1.0 }, "retraction_amount": { "value": 1.0 },
"retraction_speed": { "value": 40 }, "retraction_speed": { "value": 40 },
"skirt_gap": { "value": 6.0 }, "skirt_gap": { "value": 6.0 },

View file

@ -56,7 +56,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retract_at_layer_change": { "value": true }, "retract_at_layer_change": { "value": true },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },

View file

@ -39,7 +39,7 @@
"meshfix_maximum_resolution": { "value": "0.25" }, "meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": "True" }, "optimize_wall_printing_order": { "value": "True" },
"retraction_amount": { "default_value": 7 }, "retraction_amount": { "default_value": 7 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },

View file

@ -43,7 +43,7 @@
"cool_min_speed": { "value": "round(speed_wall_0 * 3 / 4) if cool_lift_head else round(speed_wall_0 / 5)" }, "cool_min_speed": { "value": "round(speed_wall_0 * 3 / 4) if cool_lift_head else round(speed_wall_0 / 5)" },
"cool_min_temperature": { "value": "max([material_final_print_temperature, material_initial_print_temperature, material_print_temperature - 15])" }, "cool_min_temperature": { "value": "max([material_final_print_temperature, material_initial_print_temperature, material_print_temperature - 15])" },
"gradual_support_infill_step_height": { "value": "4 * layer_height" }, "gradual_support_infill_step_height": { "value": "4 * layer_height" },
"gradual_support_infill_steps": { "value": "2 if support_interface_enable else 0" }, "gradual_support_infill_steps": { "value": "2 if support_interface_enable and support_structure != 'tree' else 0" },
"infill_material_flow": { "value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow" }, "infill_material_flow": { "value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow" },
"inset_direction": { "value": "'outside_in'" }, "inset_direction": { "value": "'outside_in'" },
"jerk_infill": { "minimum_value_warning": 20 }, "jerk_infill": { "minimum_value_warning": 20 },
@ -69,10 +69,16 @@
"machine_max_feedrate_e": { "default_value": 45 }, "machine_max_feedrate_e": { "default_value": 45 },
"material_bed_temperature": "material_bed_temperature":
{ {
"maximum_value_warning": "125", "maximum_value": "140",
"maximum_value_warning": "120",
"minimum_value": "0"
},
"material_bed_temperature_layer_0":
{
"maximum_value": "140",
"maximum_value_warning": "120",
"minimum_value": "0" "minimum_value": "0"
}, },
"material_bed_temperature_layer_0": { "maximum_value_warning": "125" },
"material_print_temperature": { "minimum_value": "0" }, "material_print_temperature": { "minimum_value": "0" },
"material_standby_temperature": "material_standby_temperature":
{ {

View file

@ -100,6 +100,8 @@
"machine_start_gcode": { "value": "\"G0 F3000 Y50 ;avoid prime blob\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 Y50 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\"" }, "machine_start_gcode": { "value": "\"G0 F3000 Y50 ;avoid prime blob\" if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 Y50 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\"" },
"machine_use_extruder_offset_to_offset_coords": { "default_value": true }, "machine_use_extruder_offset_to_offset_coords": { "default_value": true },
"machine_width": { "default_value": 223 }, "machine_width": { "default_value": 223 },
"material_bed_temperature": { "maximum_value": "110" },
"material_bed_temperature_layer_0": { "maximum_value": "110" },
"speed_slowdown_layers": { "value": 2 }, "speed_slowdown_layers": { "value": 2 },
"support_z_distance": { "value": "0.1" } "support_z_distance": { "value": "0.1" }
} }

View file

@ -99,8 +99,11 @@
"machine_show_variants": { "default_value": true }, "machine_show_variants": { "default_value": true },
"machine_start_gcode": { "value": "''" }, "machine_start_gcode": { "value": "''" },
"machine_width": { "default_value": 223 }, "machine_width": { "default_value": 223 },
"material_bed_temperature": { "maximum_value": 110 }, "material_initial_print_temperature":
"material_bed_temperature_layer_0": { "maximum_value": 110 }, {
"maximum_value": 260,
"value": "material_print_temperature"
},
"material_print_temperature": { "maximum_value": 260 }, "material_print_temperature": { "maximum_value": 260 },
"material_print_temperature_layer_0": { "maximum_value": 260 }, "material_print_temperature_layer_0": { "maximum_value": 260 },
"meshfix_maximum_deviation": { "value": "(layer_height / 3) if magic_spiralize else (layer_height / 4)" }, "meshfix_maximum_deviation": { "value": "(layer_height / 3) if magic_spiralize else (layer_height / 4)" },

View file

@ -9,7 +9,11 @@
"manufacturer": "Ultimaker B.V.", "manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode", "file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s3_platform.obj", "platform": "ultimaker_s3_platform.obj",
"bom_numbers": [213482, 213483], "bom_numbers": [
213482,
213483,
213484
],
"exclude_materials": [ "exclude_materials": [
"generic_hips", "generic_hips",
"generic_petg", "generic_petg",

View file

@ -12,7 +12,8 @@
"bom_numbers": [ "bom_numbers": [
9051, 9051,
214475, 214475,
214476 214476,
214477
], ],
"firmware_update_info": "firmware_update_info":
{ {

View file

@ -9,12 +9,10 @@
"manufacturer": "Ultimaker B.V.", "manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode", "file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s7_platform.obj", "platform": "ultimaker_s7_platform.obj",
"bom_numbers": [ "bom_numbers": [5078167, 5078168],
5078167
],
"firmware_update_info": "firmware_update_info":
{ {
"check_urls": [ "https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version" ], "check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ],
"id": 5078167, "id": 5078167,
"update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update" "update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update"
}, },

View file

@ -63,7 +63,7 @@
"meshfix_maximum_resolution": { "value": 0.25 }, "meshfix_maximum_resolution": { "value": 0.25 },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 10 }, "minimum_support_area": { "value": "10 if support_structure == 'normal' else 0" },
"optimize_wall_printing_order": { "value": true }, "optimize_wall_printing_order": { "value": true },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },

View file

@ -0,0 +1,230 @@
{
"version": 2,
"name": "WEEDO Base",
"inherits": "fdmprinter",
"metadata":
{
"visible": false,
"author": "WEEDO",
"manufacturer": "WEEDO",
"file_formats": "text/x-gcode",
"exclude_materials": [
"3D-Fuel_PLA_PRO_Black",
"3D-Fuel_PLA_SnapSupport",
"bestfilament_abs_skyblue",
"bestfilament_petg_orange",
"bestfilament_pla_green",
"leapfrog_abs_natural",
"leapfrog_epla_natural",
"leapfrog_pva_natural",
"generic_pc_175",
"goofoo_abs",
"goofoo_asa",
"goofoo_bronze_pla",
"goofoo_emarble_pla",
"goofoo_esilk_pla",
"goofoo_hips",
"goofoo_pa_cf",
"goofoo_pa",
"goofoo_pc",
"goofoo_peek",
"goofoo_petg",
"goofoo_pla",
"goofoo_pva",
"goofoo_tpe_83a",
"goofoo_tpu_87a",
"goofoo_tpu_95a",
"goofoo_wood_pla",
"emotiontech_abs",
"emotiontech_absx",
"emotiontech_acetate",
"emotiontech_asax",
"emotiontech_bvoh",
"emotiontech_copa",
"emotiontech_hips",
"emotiontech_nylon_1030",
"emotiontech_nylon_1030cf",
"emotiontech_nylon_1070",
"emotiontech_pc",
"emotiontech_pekk",
"emotiontech_petg",
"emotiontech_pla",
"emotiontech_pla_hr_870",
"emotiontech_pva-m",
"emotiontech_pva-s",
"emotiontech_tpu98a",
"eryone_petg",
"eryone_pla_glow",
"eryone_pla_matte",
"eryone_pla_wood",
"eryone_pla",
"eryone_tpu",
"eSUN_PETG_Black",
"eSUN_PETG_Grey",
"eSUN_PETG_Purple",
"eSUN_PLA_PRO_Black",
"eSUN_PLA_PRO_Grey",
"eSUN_PLA_PRO_Purple",
"eSUN_PLA_PRO_White",
"Extrudr_GreenTECPro_Anthracite_175",
"Extrudr_GreenTECPro_Black_175",
"Extrudr_GreenTECPro_Blue_175",
"Extrudr_GreenTECPro_Nature_175",
"Extrudr_GreenTECPro_Red_175",
"Extrudr_GreenTECPro_Silver_175",
"Extrudr_GreenTECPro_White_175",
"verbatim_bvoh_175",
"Vertex_Delta_ABS",
"Vertex_Delta_PET",
"Vertex_Delta_PLA",
"Vertex_Delta_TPU",
"chromatik_pla",
"dsm_arnitel2045_175",
"dsm_novamid1070_175",
"fabtotum_abs",
"fabtotum_nylon",
"fabtotum_pla",
"fabtotum_tpu",
"fdplast_abs_tomato",
"fdplast_petg_gray",
"fdplast_pla_olive",
"fiberlogy_hd_pla",
"filo3d_pla",
"filo3d_pla_green",
"filo3d_pla_red",
"imade3d_petg_green",
"imade3d_petg_pink",
"imade3d_pla_green",
"imade3d_pla_pink",
"imade3d_petg_175",
"imade3d_pla_175",
"innofill_innoflex60_175",
"layer_one_black_pla",
"layer_one_dark_gray_pla",
"layer_one_white_pla",
"octofiber_pla",
"polyflex_pla",
"polymax_pla",
"polyplus_pla",
"polywood_pla",
"redd_abs",
"redd_asa",
"redd_hips",
"redd_nylon",
"redd_petg",
"redd_pla",
"redd_tpe",
"tizyx_abs",
"tizyx_flex",
"tizyx_petg",
"tizyx_pla_bois",
"tizyx_pla",
"tizyx_pva",
"Vertex_Delta_ABS",
"Vertex_Delta_PET",
"Vertex_Delta_PLA_Glitter",
"Vertex_Delta_PLA_Mat",
"Vertex_Delta_PLA_Satin",
"Vertex_Delta_PLA_Wood",
"Vertex_Delta_PLA",
"Vertex_Delta_TPU",
"volumic_abs_ultra",
"volumic_arma_ultra",
"volumic_asa_ultra",
"volumic_br80_ultra",
"volumic_bumper_ultra",
"volumic_cu80_ultra",
"volumic_flex93_ultra",
"volumic_medical_ultra",
"volumic_nylon_ultra",
"volumic_pekk_carbone",
"volumic_petg_ultra",
"volumic_petgcarbone_ultra",
"volumic_pla_ultra",
"volumic_pp_ultra",
"volumic_strong_ultra",
"volumic_support_ultra",
"xyzprinting_abs",
"xyzprinting_antibact_pla",
"xyzprinting_carbon_fiber",
"xyzprinting_colorinkjet_pla",
"xyzprinting_flexible",
"xyzprinting_metallic_pla",
"xyzprinting_nylon",
"xyzprinting_petg",
"xyzprinting_pla",
"xyzprinting_tough_pla",
"xyzprinting_tpu",
"zyyx_pro_flex",
"zyyx_pro_pla"
],
"has_machine_quality": false,
"has_materials": true,
"has_variants": false,
"machine_extruder_trains": { "0": "weedo_base_extruder_0" },
"preferred_material": "generic_pla_175",
"preferred_quality_type": "draft"
},
"overrides":
{
"adhesion_type": { "default_value": "raft" },
"default_material_bed_temperature": { "default_value": 35 },
"extruder_prime_pos_x":
{
"maximum_value": "machine_width",
"minimum_value": "0"
},
"extruder_prime_pos_y":
{
"maximum_value": "machine_depth",
"minimum_value": "0"
},
"infill_sparse_density": { "default_value": 10 },
"machine_endstop_positive_direction_x": { "default_value": true },
"machine_endstop_positive_direction_y": { "default_value": true },
"machine_endstop_positive_direction_z": { "default_value": false },
"machine_feeder_wheel_diameter": { "default_value": 10.61 },
"machine_max_feedrate_e": { "default_value": 45 },
"machine_max_feedrate_x": { "default_value": 250 },
"machine_max_feedrate_y": { "default_value": 250 },
"machine_max_feedrate_z": { "default_value": 10 },
"machine_nozzle_size": { "default_value": 0.4 },
"machine_steps_per_mm_e": { "default_value": 96 },
"machine_steps_per_mm_x": { "default_value": 94 },
"machine_steps_per_mm_y": { "default_value": 94 },
"machine_steps_per_mm_z": { "default_value": 400 },
"material_bed_temp_wait": { "default_value": false },
"material_diameter": { "default_value": 1.75 },
"material_flow": { "default_value": 95 },
"material_print_temp_prepend": { "default_value": false },
"material_print_temp_wait": { "default_value": false },
"material_standby_temperature": { "minimum_value": "0" },
"prime_tower_min_volume": { "default_value": 10 },
"prime_tower_size": { "default_value": 15 },
"raft_airgap": { "default_value": 0.22 },
"raft_base_speed": { "value": 20 },
"raft_interface_speed": { "value": 33 },
"raft_margin": { "default_value": 8 },
"raft_surface_fan_speed": { "value": 100 },
"raft_surface_speed": { "value": 40 },
"retraction_amount": { "default_value": 1.5 },
"retraction_combing": { "value": "off" },
"retraction_speed": { "default_value": 28 },
"skirt_brim_speed": { "value": 26.0 },
"speed_layer_0": { "value": 26.0 },
"speed_prime_tower": { "value": "speed_support" },
"speed_print_layer_0": { "value": 26.0 },
"speed_support": { "value": "round(speed_print*0.82,1)" },
"speed_support_interface": { "value": "round(speed_support*0.689,1)" },
"speed_topbottom": { "value": "round(speed_print * 0.65,1)" },
"speed_travel": { "value": 105.0 },
"speed_travel_layer_0": { "value": 80.0 },
"speed_wall": { "value": "max(5,round(speed_print / 2,1))" },
"speed_wall_0": { "value": "max(5,speed_wall-5)" },
"speed_wall_x": { "value": "speed_wall" },
"support_angle": { "default_value": 60 },
"support_interface_pattern": { "default_value": "lines" },
"switch_extruder_retraction_amount": { "value": 16.5 },
"switch_extruder_retraction_speeds": { "default_value": 28 }
}
}

View file

@ -0,0 +1,43 @@
{
"version": 2,
"name": "WEEFUN TINA2",
"inherits": "weedo_base",
"metadata":
{
"visible": true,
"author": "WEEFUN",
"manufacturer": "WEEFUN",
"file_formats": "text/x-gcode",
"platform_offset": [
0,
0,
0
]
},
"overrides":
{
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 120 },
"machine_end_gcode": { "default_value": ";(**** end.gcode for TINA2****)\nM104 S0\nM107\nG92 E0 (Reset after prime)\nG0 E-1 F300\nG1 Z105 F300\nG28 X0 Y0\nG1 Y90 F1000\nM203 Z30" },
"machine_extruder_count": { "default_value": 1 },
"machine_heated_bed": { "default_value": false },
"machine_height": { "default_value": 100 },
"machine_name": { "default_value": "WEEFUN TINA2" },
"machine_start_gcode": { "default_value": ";(**** start.gcode for TINA2****)\nM104 S150\nG28 Z\nG28 X Y; Home extruder\nG1 X55 Y55 F1000\nG1 Z10 F200\nG29\nG1 Z15 F100\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nM109 S{material_print_temperature_layer_0}\nG92 E0 ; Reset extruder position\nG1 X90 Y6 Z0.27 F2000\nG1 X20 Y6 Z0.27 E15 F1000 \nG92 E0 ; Reset extruder position\n\nM203 Z5" },
"machine_width": { "default_value": 100 },
"retraction_amount": { "default_value": 3 },
"retraction_count_max": { "default_value": 10 },
"retraction_speed": { "default_value": 35 },
"speed_infill": { "value": 40.0 },
"speed_print_layer_0": { "value": 22.0 },
"speed_roofing": { "value": 25.0 },
"speed_support_bottom": { "dvalue": 30.0 },
"speed_support_infill": { "value": 45.0 },
"speed_support_roof": { "value": 30.0 },
"speed_topbottom": { "value": 30.0 },
"speed_travel_layer_0": { "value": 60 },
"speed_wall_0": { "value": 20.0 },
"speed_wall_x": { "value": 25.0 },
"support_xy_distance": { "default_value": 1.0 }
}
}

View file

@ -0,0 +1,41 @@
{
"version": 2,
"name": "WEEFUN TINA2S",
"inherits": "weedo_base",
"metadata":
{
"visible": true,
"author": "WEEFUN",
"manufacturer": "WEEFUN",
"file_formats": "text/x-gcode",
"platform_offset": [
0,
0,
0
]
},
"overrides":
{
"gantry_height": { "value": 20 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 120 },
"machine_end_gcode": { "default_value": ";(**** end.gcode for tina2s****)\nM203 Z15 ;Move Z axis up 5mm\nM104 S0 ;Turn off extruder heating\nM140 S0 ;Turn off bed heating\nM107 ;Turn Fans off\nG92 E0 ;(Reset after prime)\nG0 E-1 F300 ;Retract Fillament 1mm\nG28 Z F300 ;Park Hotend up\nG28 X0 Y0 ;Park Hotend\nG1 Y90 F1000 ;Present finished model\nG0 E-2 F300 ;Retract Fillament 2mm\nM82 ;absolute extrusion mode\nM104 S0 ;Ensure hotend is off\nM117 Print Complete" },
"machine_extruder_count": { "default_value": 1 },
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 100 },
"machine_name": { "default_value": "WEEFUN TINA2S" },
"machine_start_gcode": { "default_value": ";MachineType:TINA2S\n;FilamentType:{material_type}\n;Layer height:{layer_height}\n;Extruder0Temperature:{material_print_temperature}\n;BedTemperature:{material_bed_temperature}\n;InfillDensity:{infill_sparse_density}\n;(**** start.gcode for tina2s****)\nM203 Z5 ;Move Z axis up 5mm\nM117 Homing axes\nG28 Z; Home extruder axis Z\nG28 X Y; Home extruder axis X Y\nM117 Start Warm Up\nM140 S{material_bed_temperature} ;start heating the bed to what is set in Cura\nM104 S130 ;start heating E to 130 for preheat\nM190 S{material_bed_temperature} ;Wait for Bed Temperature\nM117 Levling the build plate\nG29\nG1 Z1.0 F3000 ;Move Z Axis up to 1mm\nG1 X0.5 Y1 ;Move hotend to starting position\nM117 Heating Hotend\nM104 S{material_initial_print_temperature} T0 ;start heating T0 to what is set in Cura\nM109 S{material_initial_print_temperature} T0 ;Wait for Hotend Temperature\nG92 E0 ;Reset Extruder\nM117 Purging and cleaning nozzle\nG1 X1.1 Y10 Z0.28 F1000.0 ;Move to start position\nG1 X1.1 Y90.0 Z0.28 F2000.0 E15 ;Draw the first line\nG1 X1.4 Y90.0 Z0.23 F5000.0 ;Move to side a little\nG1 X1.4 Y10 Z0.20 F2000.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X1 Y5 Z0.2 F5000.0 ;Move over to prevent blob squish\nM117 Printing..." },
"machine_width": { "default_value": 100 },
"retraction_amount": { "default_value": 3 },
"speed_infill": { "value": 40.0 },
"speed_print_layer_0": { "value": 22.0 },
"speed_roofing": { "value": 25.0 },
"speed_support_bottom": { "dvalue": 30.0 },
"speed_support_infill": { "value": 45.0 },
"speed_support_roof": { "value": 30.0 },
"speed_topbottom": { "value": 30.0 },
"speed_travel_layer_0": { "value": 60 },
"speed_wall_0": { "value": 20.0 },
"speed_wall_x": { "value": 25.0 }
}
}

View file

@ -33,7 +33,7 @@
"gantry_height": { "value": "80" }, "gantry_height": { "value": "80" },
"gradual_infill_step_height": { "value": "1" }, "gradual_infill_step_height": { "value": "1" },
"gradual_support_infill_step_height": { "value": "0.2" }, "gradual_support_infill_step_height": { "value": "0.2" },
"gradual_support_infill_steps": { "value": "1" }, "gradual_support_infill_steps": { "value": "1 if support_structure != 'tree' else 0" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"initial_layer_line_width_factor": { "value": "120" }, "initial_layer_line_width_factor": { "value": "120" },
"jerk_enabled": { "value": "True" }, "jerk_enabled": { "value": "True" },

View file

@ -33,7 +33,7 @@
"gantry_height": { "value": "75" }, "gantry_height": { "value": "75" },
"gradual_infill_step_height": { "value": "1" }, "gradual_infill_step_height": { "value": "1" },
"gradual_support_infill_step_height": { "value": "0.2" }, "gradual_support_infill_step_height": { "value": "0.2" },
"gradual_support_infill_steps": { "value": "1" }, "gradual_support_infill_steps": { "value": "1 if support_structure != 'tree' else 0" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"initial_layer_line_width_factor": { "value": "120" }, "initial_layer_line_width_factor": { "value": "120" },
"jerk_enabled": { "value": "True" }, "jerk_enabled": { "value": "True" },

View file

@ -32,7 +32,7 @@
"gantry_height": { "value": "200" }, "gantry_height": { "value": "200" },
"gradual_infill_step_height": { "value": "1" }, "gradual_infill_step_height": { "value": "1" },
"gradual_support_infill_step_height": { "value": "0.2" }, "gradual_support_infill_step_height": { "value": "0.2" },
"gradual_support_infill_steps": { "value": "1" }, "gradual_support_infill_steps": { "value": "1 if support_structure != 'tree' else 0" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"initial_layer_line_width_factor": { "value": "120" }, "initial_layer_line_width_factor": { "value": "120" },
"jerk_enabled": { "value": "True" }, "jerk_enabled": { "value": "True" },

View file

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

View file

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

View file

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

View file

@ -0,0 +1,17 @@
{
"version": 2,
"name": "Left Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "sovol_sv04_single_mode_1",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_extruder_start_code": { "default_value": "G91\nG1 Z{retraction_hop_height_after_extruder_switch} F12000\nG90\nG92 E-{switch_extruder_retraction_amount}\nG1 E0 F1000 ;Restore E position\nG1 E{purge_distance} F100;defaultpurge\nG92 E0\nG4 S3\nG1 E-{switch_extruder_retraction_amount} F1000\nG92 E0" },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

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

View file

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

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "weedo_base",
"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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+0000\n"
"PO-Revision-Date: 2023-02-16 20:28+0100\n" "PO-Revision-Date: 2023-02-16 20:28+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Nelze přečíst odpověď." msgstr "Nelze přečíst odpověď."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "Poskytnutý stav není správný." msgstr "Poskytnutý stav není správný."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Vypršel časový limit při autentizaci se serverem s účty." msgstr "Vypršel časový limit při autentizaci se serverem s účty."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění." msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu." msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu."
@ -3689,17 +3689,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Odstranit tiskárnu" msgstr "Odstranit tiskárnu"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Tisk přes síť" msgstr "Tisk přes síť"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Tisk přes síť" msgstr "Tisk přes síť"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Připojeno přes síť" msgstr "Připojeno přes síť"
@ -5083,7 +5083,7 @@ msgstr[0] "Tisknout vybraný model pomocí:"
msgstr[1] "Tisknout vybrané modely pomocí:" msgstr[1] "Tisknout vybrané modely pomocí:"
msgstr[2] "Tisknout vybrané modely pomocí:" msgstr[2] "Tisknout vybrané modely pomocí:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
@ -5091,7 +5091,7 @@ msgstr[0] "Násobit vybraný model"
msgstr[1] "Násobit vybrané modele" msgstr[1] "Násobit vybrané modele"
msgstr[2] "Násobit vybrané modele" msgstr[2] "Násobit vybrané modele"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Počet kopií" msgstr "Počet kopií"
@ -6716,22 +6716,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Přidat tiskárnu manuálně" msgstr "Přidat tiskárnu manuálně"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Výrobce" msgstr "Výrobce"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Autor profilu" msgstr "Autor profilu"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Název tiskárny" msgstr "Název tiskárny"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Pojmenujte prosím svou tiskárnu" msgstr "Pojmenujte prosím svou tiskárnu"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů." msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -141,6 +146,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Upravuje hustotu střech a podlah nosné konstrukce. Vyšší hodnota má za následek lepší přesahy, ale podpory je těžší odstranit." msgstr "Upravuje hustotu střech a podlah nosné konstrukce. Vyšší hodnota má za následek lepší přesahy, ale podpory je těžší odstranit."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Obojí" msgstr "Obojí"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -346,6 +361,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Spodní tloušťka" msgstr "Spodní tloušťka"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -856,6 +886,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Průměr" msgstr "Průměr"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1351,6 +1391,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Pro struktury o šířce okolo jedno až dvojnásobku velikosti trysky musí být šířky čar upravovány, aby to se dodržovala správná tloušťka modelu. Toto nastavení ovládá minimální dovolenou šířku čáry pro zdi. Z minimální šířky čáry se také odvozuje maximální šířka, jelikož při určité tloušťce tvaru se přechází z N na N + 1 zdí, kdy je N zdí širokých, zatímco N + 1 zdi jsou úzké. Nejvyšší možná šířka čáry zdi je tedy dvojnásobek tohoto nastavení." msgstr "Pro struktury o šířce okolo jedno až dvojnásobku velikosti trysky musí být šířky čar upravovány, aby to se dodržovala správná tloušťka modelu. Toto nastavení ovládá minimální dovolenou šířku čáry pro zdi. Z minimální šířky čáry se také odvozuje maximální šířka, jelikož při určité tloušťce tvaru se přechází z N na N + 1 zdí, kdy je N zdí širokých, zatímco N + 1 zdi jsou úzké. Nejvyšší možná šířka čáry zdi je tedy dvojnásobek tohoto nastavení."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1597,11 +1642,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Horizontální faktor zvětšení pro kompenzaci smrštění" msgstr "Horizontální faktor zvětšení pro kompenzaci smrštění"
#: fdmprinter.def.json
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."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1682,6 +1722,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "Jak daleko je zatažen filament každého extruderu sdílené trysky po dokončení počátečního G kódu tiskárny. Tato hodnota by se měla rovnat nebo být vyšší než je délka společné části vedení trysky." msgstr "Jak daleko je zatažen filament každého extruderu sdílené trysky po dokončení počátečního G kódu tiskárny. Tato hodnota by se měla rovnat nebo být vyšší než je délka společné části vedení trysky."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1862,6 +1912,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Průtok první vrstvy spodku" msgstr "Průtok první vrstvy spodku"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1987,6 +2042,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "Zevnitř ven" msgstr "Zevnitř ven"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2142,6 +2207,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Úhel podpory bleskové výplně" msgstr "Úhel podpory bleskové výplně"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2327,6 +2402,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Maximální akcelerace Z" msgstr "Maximální akcelerace Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2517,6 +2597,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Minimální feedrate" msgstr "Minimální feedrate"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2827,6 +2912,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Offset s extrudérem" msgstr "Offset s extrudérem"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2857,6 +2947,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Vzdálenost Ooze štítu" msgstr "Vzdálenost Ooze štítu"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2962,6 +3057,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "Polygony v krájených vrstvách, jejichž obvod je menší než toto množství, budou odfiltrovány. Nižší hodnoty vedou k vyššímu rozlišení ok za cenu krájení. Je určen především pro tiskárny SLA s vysokým rozlišením a velmi malé 3D modely se spoustou detailů." msgstr "Polygony v krájených vrstvách, jejichž obvod je menší než toto množství, budou odfiltrovány. Nižší hodnoty vedou k vyššímu rozlišení ok za cenu krájení. Je určen především pro tiskárny SLA s vysokým rozlišením a velmi malé 3D modely se spoustou detailů."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3408,9 +3508,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Nahrazuje nejvzdálenější část horního / spodního vzoru řadou soustředných čar. Použití jedné nebo dvou čar zlepšuje střechy, které začínají na výplňovém materiálu." msgstr "Nahrazuje nejvzdálenější část horního / spodního vzoru řadou soustředných čar. Použití jedné nebo dvou čar zlepšuje střechy, které začínají na výplňovém materiálu."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
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í." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3987,6 +4087,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Vzor rozhraní podpor" msgstr "Vzor rozhraní podpor"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4157,6 +4262,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Vzdálenost Z podor" msgstr "Vzdálenost Z podor"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4397,11 +4512,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "" msgstr ""
#: fdmprinter.def.json
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."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4472,6 +4582,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "Průměr větve stromu podpory Průměr nejtenčí větve stromu podpory. Silnější větve jsou odolnější. Větve směrem k základně budou silnější než tato." msgstr "Průměr větve stromu podpory Průměr nejtenčí větve stromu podpory. Silnější větve jsou odolnější. Větve směrem k základně budou silnější než tato."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4866,6 +4981,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "Maximální úhel přesahů po jejich tisku. Při hodnotě 0 ° jsou všechny převisy nahrazeny kusem modelu připojeným k podložce, 90 ° model nijak nijak nezmění." msgstr "Maximální úhel přesahů po jejich tisku. Při hodnotě 0 ° jsou všechny převisy nahrazeny kusem modelu připojeným k podložce, 90 ° model nijak nijak nezmění."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5081,6 +5201,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Minimální objem pro každou vrstvu hlavní věže, aby se propláchlo dost materiálu." msgstr "Minimální objem pro každou vrstvu hlavní věže, aby se propláchlo dost materiálu."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5236,6 +5361,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "Poloha poblíž místa, kde začít tisknout každou část ve vrstvě." msgstr "Poloha poblíž místa, kde začít tisknout každou část ve vrstvě."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5646,6 +5781,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Tím se vytvoří kolem modelu zeď, která zachycuje (horký) vzduch a chrání před vnějším proudem vzduchu. Obzvláště užitečné pro materiály, které se snadno deformují." msgstr "Tím se vytvoří kolem modelu zeď, která zachycuje (horký) vzduch a chrání před vnějším proudem vzduchu. Obzvláště užitečné pro materiály, které se snadno deformují."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5841,36 +5981,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Strom" msgstr "Strom"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Úhel větve stromové podpory"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Průměr větve podpěry stromu"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Průměr úhlu větve podpěry stromu"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Vzdálenost větví stromu"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Stromová podpora - rozlišení kolize"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Průměr kmene stromové podpory"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5901,6 +6011,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Trojúhelníky" msgstr "Trojúhelníky"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6719,6 +6834,10 @@ msgstr "cestování"
#~ 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." #~ 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í." #~ 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 "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" #~ msgctxt "machine_steps_per_mm_e description"
#~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ 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í." #~ msgstr "Kolik kroků krokových motorů vyústí v jeden milimetr vytlačování."
@ -6823,6 +6942,10 @@ msgstr "cestování"
#~ 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." #~ 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." #~ 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 "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" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Retrakce" #~ msgstr "Retrakce"
@ -6899,6 +7022,10 @@ msgstr "cestování"
#~ 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." #~ 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." #~ 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" #~ 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." #~ 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í." #~ msgstr "Určuje, pod jakým úhlem mezi jednotlivými vrstvami se větve bleskové výplně zkracují."
@ -6983,6 +7110,30 @@ msgstr "cestování"
#~ msgid "Tree Support" #~ msgid "Tree Support"
#~ msgstr "Stromová podpora" #~ 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" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Zpoždení pohybu dole při tisku DT" #~ msgstr "Zpoždení pohybu dole při tisku DT"

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Antwort konnte nicht gelesen werden." msgstr "Antwort konnte nicht gelesen werden."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "Angegebener Status ist falsch." msgstr "Angegebener Status ist falsch."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver." msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung." msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen." msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen."
@ -3303,7 +3303,7 @@ msgstr "Drucker verwalten"
#: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:280 #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:280
msgctxt "@info" msgctxt "@info"
msgid "Webcam feeds for cloud printers cannot be viewed from UltiMaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam." msgid "Webcam feeds for cloud printers cannot be viewed from UltiMaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam."
msgstr "" msgstr "Webcam-Feeds für Cloud-Drucker können nicht in Ultimaker Cura angezeigt werden. Klicken Sie auf „Drucker verwalten“, um die Ultimaker Digital Factory zu besuchen und diese Webcam zu sehen."
#: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:340 #: plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml:340
msgctxt "@label:status" msgctxt "@label:status"
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Drucker entfernen" msgstr "Drucker entfernen"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Drucken über Netzwerk" msgstr "Drucken über Netzwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Drücken über Netzwerk" msgstr "Drücken über Netzwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Über Netzwerk verbunden" msgstr "Über Netzwerk verbunden"
@ -4627,7 +4627,7 @@ msgstr "Mehr über Druckprofile von Cura erfahren"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "Neues Profil speichern"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -5071,14 +5071,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Ausgewähltes Modell drucken mit:" msgstr[0] "Ausgewähltes Modell drucken mit:"
msgstr[1] "Ausgewählte Modelle drucken mit:" msgstr[1] "Ausgewählte Modelle drucken mit:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Ausgewähltes Modell multiplizieren" msgstr[0] "Ausgewähltes Modell multiplizieren"
msgstr[1] "Ausgewählte Modelle multiplizieren" msgstr[1] "Ausgewählte Modelle multiplizieren"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Anzahl Kopien" msgstr "Anzahl Kopien"
@ -6216,7 +6216,7 @@ msgstr "Empfohlene Einstellungen (für <b>%1</b>) wurden geändert."
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106
msgctxt "@info %1 is the name of a profile" msgctxt "@info %1 is the name of a profile"
msgid "Some setting-values defined in <b>%1</b> were overridden." msgid "Some setting-values defined in <b>%1</b> were overridden."
msgstr "Einige Einstellungen des aktuellen Profils wurden überschrieben." msgstr ""
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137
msgctxt "@info" msgctxt "@info"
@ -6695,22 +6695,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Drucker manuell hinzufügen" msgstr "Drucker manuell hinzufügen"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Hersteller" msgstr "Hersteller"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Autor des Profils" msgstr "Autor des Profils"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Druckername" msgstr "Druckername"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu" msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu"
@ -6804,12 +6804,12 @@ msgstr "Welchen Drucker möchten Sie einrichten?"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
msgctxt "@button" msgctxt "@button"
msgid "UltiMaker printer" msgid "UltiMaker printer"
msgstr "" msgstr "UltiMaker-Drucker"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "Nicht-UltiMaker-Drucker"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"
@ -6824,7 +6824,7 @@ msgstr "Drucker hinzufügen"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "Neue UltiMaker-Drucker können mit Digital Factory verbunden und aus der Ferne überwacht werden."
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird bei diesem möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hiermit wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet." msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird bei diesem möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hiermit wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen." msgstr "Die Dichte der Stützstrukturdächer und -böden wird eingestellt. Ein höherer Wert führt zu besseren Überhängen, aber die Stützstrukturen sind schwieriger zu entfernen."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Beides" msgstr "Beides"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Untere Dicke" msgstr "Untere Dicke"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Durchmesser" msgstr "Durchmesser"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Bei dünnen Strukturen, die etwa ein- bis zweimal so groß sind wie die Düse, müssen die Linienstärken an die Dicke des Modells angepasst werden. Mit dieser Einstellung wird die Mindestlinienstärke für die Wände festgelegt. Die minimalen Linienstärken bestimmen gleichzeitig auch die maximalen Linienstärken, da wir bei einer gewissen Stärke der Geometrie von N- auf N+1-Wände übergehen, wobei die N-Wände breit und die N+1-Wände schmal sind. Die maximale Wandlinienstärke beträgt das Doppelte der minimalen Wandlinienstärke." msgstr "Bei dünnen Strukturen, die etwa ein- bis zweimal so groß sind wie die Düse, müssen die Linienstärken an die Dicke des Modells angepasst werden. Mit dieser Einstellung wird die Mindestlinienstärke für die Wände festgelegt. Die minimalen Linienstärken bestimmen gleichzeitig auch die maximalen Linienstärken, da wir bei einer gewissen Stärke der Geometrie von N- auf N+1-Wände übergehen, wobei die N-Wände breit und die N+1-Wände schmal sind. Die maximale Wandlinienstärke beträgt das Doppelte der minimalen Wandlinienstärke."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Schrumpfungskompensation für horizontalen Skalierungsfaktor" msgstr "Schrumpfungskompensation für horizontalen Skalierungsfaktor"
#: fdmprinter.def.json
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 "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle." msgstr "Bestimmt, wie weit das Filament jedes Extruders bei Abschluss des GCode-Skripts „printer-start“ von der gemeinsam genutzten Düsenspitze zurückgezogen sein soll; der Wert sollte gleich oder größer sein als die Länge des gemeinsamen Teils der Düsenkanäle."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Unterer Fluss der ersten Schicht" msgstr "Unterer Fluss der ersten Schicht"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "Von innen nach außen" msgstr "Von innen nach außen"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Stützwinkel der Blitz-Füllung" msgstr "Stützwinkel der Blitz-Füllung"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Maximale Beschleunigung Z" msgstr "Maximale Beschleunigung Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Mindest-Vorschub" msgstr "Mindest-Vorschub"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Versatz mit Extruder" msgstr "Versatz mit Extruder"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Abstand für Sickerschutz" msgstr "Abstand für Sickerschutz"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details." msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen." msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Muster Stützstrukturschnittstelle" msgstr "Muster Stützstrukturschnittstelle"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Z-Abstand der Stützstruktur" msgstr "Z-Abstand der Stützstruktur"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "Dies beschreibt den Winkel der Astdurchmesser, da sie stufenweise zum Boden hin dicker werden. Ein Winkel von 0 lässt die Äste über die gesamte Länge hinweg eine gleiche Dicke haben. Ein geringer Winkel kann die Stabilität der Baumstützstruktur erhöhen." msgstr "Dies beschreibt den Winkel der Astdurchmesser, da sie stufenweise zum Boden hin dicker werden. Ein Winkel von 0 lässt die Äste über die gesamte Länge hinweg eine gleiche Dicke haben. Ein geringer Winkel kann die Stabilität der Baumstützstruktur erhöhen."
#: fdmprinter.def.json
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 "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren Winkel, um mehr Reichweite zu erhalten."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "Dies beschreibt den Durchmesser der dünnsten Äste der Baumstützstruktur. Dickere Äste sind stabiler. Äste zur Basis hin werden dicker als diese sein." msgstr "Dies beschreibt den Durchmesser der dünnsten Äste der Baumstützstruktur. Dickere Äste sind stabiler. Äste zur Basis hin werden dicker als diese sein."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "Der maximale Winkel von Überhängen, nachdem sie druckbar gemacht wurden. Bei einem Wert von 0° werden alle Überhänge durch ein Teil des Modells ersetzt, das mit der Druckplatte verbunden ist, 90° führt zu keiner Änderung des Modells." msgstr "Der maximale Winkel von Überhängen, nachdem sie druckbar gemacht wurden. Bei einem Wert von 0° werden alle Überhänge durch ein Teil des Modells ersetzt, das mit der Druckplatte verbunden ist, 90° führt zu keiner Änderung des Modells."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Das Mindestvolumen für jede Schicht des Einzugsturms, um ausreichend Material zu spülen." msgstr "Das Mindestvolumen für jede Schicht des Einzugsturms, um ausreichend Material zu spülen."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "Die Position in der Nähe der Stelle, an der die einzelnen Teile einer Ebene gedruckt werden sollen." msgstr "Die Position in der Nähe der Stelle, an der die einzelnen Teile einer Ebene gedruckt werden sollen."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien, die sich leicht verbiegen." msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien, die sich leicht verbiegen."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Tree" msgstr "Tree"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Astwinkel der Baumstützstruktur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Astdurchmesser der Baumstützstruktur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Winkel Astdurchmesser der Baumstützstruktur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Astabstand der Baumstützstruktur"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Kollisionsauflösung der Baumstützstruktur"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Stammdurchmesser der Baumstützstruktur"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Dreiecke" msgstr "Dreiecke"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6600,6 +6715,10 @@ msgstr "Bewegungen"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Flusskompensation: Die extrudierte Materialmenge wird mit diesem Wert multipliziert. Dies gilt nur für das Drucken mit Drahtstruktur." #~ msgstr "Flusskompensation: Die extrudierte Materialmenge wird mit diesem Wert multipliziert. Dies gilt nur für das Drucken mit Drahtstruktur."
#~ 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 "Dies beschreibt, wie weit die Äste weg sein müssen, wenn sie das Modell berühren. Eine geringe Entfernung lässt die Baumstützstruktur das Modell an mehreren Punkten berühren, und führt zu einem besseren Überhang, allerdings lässt sich die Stützstruktur auch schwieriger entfernen."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "Knoten" #~ msgstr "Knoten"
@ -6612,6 +6731,10 @@ msgstr "Bewegungen"
#~ 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." #~ 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 "Es wird „schwebend“ nur die äußere Oberfläche mit einer dünnen Netzstruktur gedruckt. Dazu werden die Konturen des Modells horizontal gemäß den gegebenen Z-Intervallen gedruckt, welche durch aufwärts und diagonal abwärts verlaufende Linien verbunden werden." #~ msgstr "Es wird „schwebend“ nur die äußere Oberfläche mit einer dünnen Netzstruktur gedruckt. Dazu werden die Konturen des Modells horizontal gemäß den gegebenen Z-Intervallen gedruckt, welche durch aufwärts und diagonal abwärts verlaufende Linien verbunden werden."
#~ 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 "Dies ist die Auflösung für die Berechnung von Kollisionen, um ein Anschlagen des Modells zu verhindern. Eine niedrigere Einstellung sorgt für akkuratere Bäume, die weniger häufig fehlschlagen, erhöht jedoch die Slicing-Zeit erheblich."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Einziehen" #~ msgstr "Einziehen"
@ -6640,6 +6763,10 @@ msgstr "Bewegungen"
#~ 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." #~ 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 "Eine Strategie, um sicherzustellen, dass an jedem Verbindungspunkt zwei Schichten miteinander verbunden werden. Durch den Einzug härten die Aufwärtslinien in der richtigen Position, allerdings kann es dabei zum Schleifen des Filaments kommen. Am Ende jeder Aufwärtslinie kann ein Knoten gemacht werden, um die Chance einer erfolgreichen Verbindung zu erhöhen und die Linie abkühlen zu lassen; allerdings ist dafür möglicherweise eine niedrige Druckgeschwindigkeit erforderlich. Eine andere Strategie ist die es an der Oberseite einer Aufwärtslinie das Herabsinken zu kompensieren; allerdings sinken nicht alle Linien immer genauso ab, wie dies erwartet wird." #~ msgstr "Eine Strategie, um sicherzustellen, dass an jedem Verbindungspunkt zwei Schichten miteinander verbunden werden. Durch den Einzug härten die Aufwärtslinien in der richtigen Position, allerdings kann es dabei zum Schleifen des Filaments kommen. Am Ende jeder Aufwärtslinie kann ein Knoten gemacht werden, um die Chance einer erfolgreichen Verbindung zu erhöhen und die Linie abkühlen zu lassen; allerdings ist dafür möglicherweise eine niedrige Druckgeschwindigkeit erforderlich. Eine andere Strategie ist die es an der Oberseite einer Aufwärtslinie das Herabsinken zu kompensieren; allerdings sinken nicht alle Linien immer genauso ab, wie dies erwartet wird."
#~ 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 "Dies bezeichnet den Winkel der Äste. Verwenden Sie einen geringeren Winkel, um sie vertikaler und stabiler zu gestalten. Verwenden Sie einen stärkeren Winkel, um mehr Reichweite zu erhalten."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "Der abgedeckte Abstand beim Herstellen einer Verbindung vom Dachumriss nach innen. Dies gilt nur für das Drucken mit Drahtstruktur." #~ msgstr "Der abgedeckte Abstand beim Herstellen einer Verbindung vom Dachumriss nach innen. Dies gilt nur für das Drucken mit Drahtstruktur."
@ -6660,6 +6787,30 @@ msgstr "Bewegungen"
#~ 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." #~ 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 "Die Zeit, die für die äußeren Umfänge eines Lochs aufgewendet wird, das später zu einem Dach werden soll. Durch längere Zeiten kann die Verbindung besser werden. Dies gilt nur für das Drucken mit Drahtstruktur." #~ msgstr "Die Zeit, die für die äußeren Umfänge eines Lochs aufgewendet wird, das später zu einem Dach werden soll. Durch längere Zeiten kann die Verbindung besser werden. Dies gilt nur für das Drucken mit Drahtstruktur."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Astwinkel der Baumstützstruktur"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Astdurchmesser der Baumstützstruktur"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Winkel Astdurchmesser der Baumstützstruktur"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Astabstand der Baumstützstruktur"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Kollisionsauflösung der Baumstützstruktur"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Stammdurchmesser der Baumstützstruktur"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Abwärtsverzögerung beim Drucken mit Drahtstruktur" #~ msgstr "Abwärtsverzögerung beim Drucken mit Drahtstruktur"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Cura 5.3\n" "Project-Id-Version: Cura 5.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -429,22 +429,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "No se ha podido leer la respuesta." msgstr "No se ha podido leer la respuesta."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "El estado indicado no es correcto." msgstr "El estado indicado no es correcto."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta." msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Conceda los permisos necesarios al autorizar esta aplicación." msgstr "Conceda los permisos necesarios al autorizar esta aplicación."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo." msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo."
@ -924,7 +924,7 @@ msgstr "Grupo de impresoras"
#: plugins/3MFReader/WorkspaceDialog.qml:103 #: plugins/3MFReader/WorkspaceDialog.qml:103
msgctxt "@action:label" msgctxt "@action:label"
msgid "Open With" msgid "Open With"
msgstr "" msgstr "Abrir con"
#: plugins/3MFReader/WorkspaceDialog.qml:104 #: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip" msgctxt "@info:tooltip"
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Eliminar impresoras" msgstr "Eliminar impresoras"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Imprimir a través de la red" msgstr "Imprimir a través de la red"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Imprime a través de la red" msgstr "Imprime a través de la red"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Conectado a través de la red" msgstr "Conectado a través de la red"
@ -4602,17 +4602,17 @@ msgstr "Novedades"
#: resources/qml/Cura.qml:890 #: resources/qml/Cura.qml:890
msgctxt "@title:window" msgctxt "@title:window"
msgid "Save Custom Profile" msgid "Save Custom Profile"
msgstr "" msgstr "Guardar perfil personalizado"
#: resources/qml/Cura.qml:891 #: resources/qml/Cura.qml:891
msgctxt "@textfield:placeholder" msgctxt "@textfield:placeholder"
msgid "New Custom Profile" msgid "New Custom Profile"
msgstr "" msgstr "Nuevo perfil personalizado"
#: resources/qml/Cura.qml:892 #: resources/qml/Cura.qml:892
msgctxt "@info" msgctxt "@info"
msgid "Custom profile name:" msgid "Custom profile name:"
msgstr "" msgstr "Nombre del perfil personalizado:"
#: resources/qml/Cura.qml:909 #: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name" msgctxt "@label %i will be replaced with a profile name"
@ -4627,7 +4627,7 @@ msgstr "Más información sobre los perfiles de impresión de Cura"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "Guardar nuevo perfil"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -4916,12 +4916,12 @@ msgstr "Mantener los cambios"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save as new custom profile" msgid "Save as new custom profile"
msgstr "" msgstr "Guardar como nuevo perfil personalizado"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save changes" msgid "Save changes"
msgstr "" msgstr "Guardar cambios"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window" msgctxt "@text:window"
@ -5071,14 +5071,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Imprimir modelo seleccionado con:" msgstr[0] "Imprimir modelo seleccionado con:"
msgstr[1] "Imprimir modelos seleccionados con:" msgstr[1] "Imprimir modelos seleccionados con:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Multiplicar modelo seleccionado" msgstr[0] "Multiplicar modelo seleccionado"
msgstr[1] "Multiplicar modelos seleccionados" msgstr[1] "Multiplicar modelos seleccionados"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Número de copias" msgstr "Número de copias"
@ -6241,7 +6241,7 @@ msgstr "Habilita la impresión de un borde o una balsa. Esta opción agregará u
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
msgctxt "@label" msgctxt "@label"
msgid "Recommended print settings" msgid "Recommended print settings"
msgstr "" msgstr "Ajustes de impresión recomendados"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button" msgctxt "@button"
@ -6266,7 +6266,7 @@ msgstr "Los siguientes ajustes definen la resistencia de la pieza."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
msgctxt "infill_sparse_density description" msgctxt "infill_sparse_density description"
msgid "Infill Density" msgid "Infill Density"
msgstr "" msgstr "Densidad de relleno"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label" msgctxt "@label"
@ -6300,7 +6300,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
msgctxt "@action:label" msgctxt "@action:label"
msgid "Shell Thickness" msgid "Shell Thickness"
msgstr "" msgstr "Grosor del perímetro"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label" msgctxt "@label"
@ -6320,7 +6320,7 @@ msgstr "Generar estructuras para soportar piezas del modelo que tengan voladizos
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label" msgctxt "@action:label"
msgid "Support Type" msgid "Support Type"
msgstr "" msgstr "Tipo de soporte"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label" msgctxt "@label"
@ -6695,22 +6695,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Añadir impresora manualmente" msgstr "Añadir impresora manualmente"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Fabricante" msgstr "Fabricante"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Autor del perfil" msgstr "Autor del perfil"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Nombre de la impresora" msgstr "Nombre de la impresora"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Asigne un nombre a su impresora" msgstr "Asigne un nombre a su impresora"
@ -6789,12 +6789,12 @@ msgstr "Agregar una impresora fuera de red"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "Añadir impresora UltiMaker a través de Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Para empezar a utilizar Cura, deberá configurar una impresora."
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6824,7 +6824,7 @@ msgstr "Agregar impresora"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "Las nuevas impresoras UltiMaker pueden conectarse a Digital Factory y supervisarse a distancia."
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"
@ -6854,17 +6854,17 @@ msgstr "Más Información"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
msgctxt "@button" msgctxt "@button"
msgid "Add local printer" msgid "Add local printer"
msgstr "" msgstr "Añadir impresora local"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
msgctxt "@button" msgctxt "@button"
msgid "Sign in to Digital Factory" msgid "Sign in to Digital Factory"
msgstr "" msgstr "Iniciar sesión en Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button" msgctxt "@button"
msgid "Waiting for new printers" msgid "Waiting for new printers"
msgstr "" msgstr "A la espera de nuevas impresoras"
#: resources/qml/WelcomePages/ChangelogContent.qml:24 #: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Una pieza completamente encerrada dentro de otra puede generar un borde exterior que toque el interior de la pieza exterior. Esto elimina cualquier borde dentro de esta distancia de los orificios internos." msgstr "Una pieza completamente encerrada dentro de otra puede generar un borde exterior que toque el interior de la pieza exterior. Esto elimina cualquier borde dentro de esta distancia de los orificios internos."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar." msgstr "Ajusta la densidad de los techos y suelos de la estructura de soporte. Un valor superior da como resultado mejores voladizos pero los soportes son más difíciles de retirar."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Ambos" msgstr "Ambos"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Grosor inferior" msgstr "Grosor inferior"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Diámetro" msgstr "Diámetro"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Para estructuras delgadas, aproximadamente una o dos veces el tamaño de la boquilla, los anchos de línea deben cambiarse para que coincidan con el grosor del modelo. Esta configuración controla el ancho de línea mínimo permitido para las paredes. Los anchos de línea mínimos también determinan de forma inherente los anchos de línea máximos, ya que la transición de N a N + 1 paredes se realiza con un grosor geométrico donde N paredes son anchas y N + 1 paredes son estrechas. La línea perimetral más ancha posible es el doble del ancho mínimo de la línea perimetral." msgstr "Para estructuras delgadas, aproximadamente una o dos veces el tamaño de la boquilla, los anchos de línea deben cambiarse para que coincidan con el grosor del modelo. Esta configuración controla el ancho de línea mínimo permitido para las paredes. Los anchos de línea mínimos también determinan de forma inherente los anchos de línea máximos, ya que la transición de N a N + 1 paredes se realiza con un grosor geométrico donde N paredes son anchas y N + 1 paredes son estrechas. La línea perimetral más ancha posible es el doble del ancho mínimo de la línea perimetral."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Factor de escala horizontal para la compensación de la contracción" msgstr "Factor de escala horizontal para la compensación de la contracción"
#: fdmprinter.def.json
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 "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo mejor cobertura pero dificultando la tarea de retirar el soporte."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera." msgstr "La cantidad de filamento de cada extrusor que se supone que se ha retirado de la punta de la tobera compartida al final de la secuencia de comandos gcode de inicio de la impresora; el valor debe ser igual o mayor que la longitud de la parte común de los conductos de la tobera."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Flujo inferior de la capa inicial" msgstr "Flujo inferior de la capa inicial"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "Del interior al exterior" msgstr "Del interior al exterior"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Ángulo de sujeción de relleno de iluminación" msgstr "Ángulo de sujeción de relleno de iluminación"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Aceleración máxima de Z" msgstr "Aceleración máxima de Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Velocidad de alimentación mínima" msgstr "Velocidad de alimentación mínima"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Desplazamiento con extrusor" msgstr "Desplazamiento con extrusor"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Distancia de la placa de rezumado" msgstr "Distancia de la placa de rezumado"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles." msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno." msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor frecuencia, pero aumenta significativamente el tiempo de fragmentación." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Patrón de la interfaz de soporte" msgstr "Patrón de la interfaz de soporte"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Distancia en Z del soporte" msgstr "Distancia en Z del soporte"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "El ángulo del diámetro de las ramas es gradualmente más alto según se acercan a la base. Un ángulo de 0 ocasionará que las ramas tengan un grosor uniforme en toda su longitud. Un poco de ángulo puede aumentar la estabilidad del soporte en árbol." msgstr "El ángulo del diámetro de las ramas es gradualmente más alto según se acercan a la base. Un ángulo de 0 ocasionará que las ramas tengan un grosor uniforme en toda su longitud. Un poco de ángulo puede aumentar la estabilidad del soporte en árbol."
#: fdmprinter.def.json
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 "El ángulo de las ramas. Utilice un ángulo inferior para que sean más verticales y estables. Utilice un ángulo superior para poder tener más alcance."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán más gruesas que esto." msgstr "El diámetro de las ramas más finas del soporte en árbol. Cuanto más gruesas sean las ramas, más robustas serán. Las ramas que estén cerca de la base serán más gruesas que esto."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "Ángulo máximo de los voladizos una vez que se han hecho imprimibles. Un valor de 0º hace que todos los voladizos sean reemplazados por una pieza del modelo conectada a la placa de impresión y un valor de 90º no cambiará el modelo." msgstr "Ángulo máximo de los voladizos una vez que se han hecho imprimibles. Un valor de 0º hace que todos los voladizos sean reemplazados por una pieza del modelo conectada a la placa de impresión y un valor de 90º no cambiará el modelo."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "El volumen mínimo de cada capa de la torre auxiliar que permite purgar suficiente material." msgstr "El volumen mínimo de cada capa de la torre auxiliar que permite purgar suficiente material."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "La posición cerca de donde comenzará la impresión de cada parte de una capa." msgstr "La posición cerca de donde comenzará la impresión de cada parte de una capa."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales que se deforman fácilmente." msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales que se deforman fácilmente."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Árbol" msgstr "Árbol"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Ángulo de las ramas del soporte en árbol"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Diámetro de las ramas del soporte en árbol"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Ángulo de diámetro de las ramas del soporte en árbol"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Distancia de las ramas del soporte en árbol"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Resolución de colisión del soporte en árbol"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Diámetro del tronco del soporte en árbol"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Triángulos" msgstr "Triángulos"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6600,6 +6715,10 @@ msgstr "desplazamiento"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Compensación de flujo: la cantidad de material extruido se multiplica por este valor. Solo se aplica a la impresión de alambre." #~ msgstr "Compensación de flujo: la cantidad de material extruido se multiplica por este valor. Solo se aplica a la impresión de alambre."
#~ 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 "Qué separación deben tener las ramas cuando tocan el modelo. Reducir esta distancia ocasionará que el soporte en árbol toque el modelo en más puntos, produciendo mejor cobertura pero dificultando la tarea de retirar el soporte."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "Nudo" #~ msgstr "Nudo"
@ -6612,6 +6731,10 @@ msgstr "desplazamiento"
#~ 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." #~ 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 "Imprime solo la superficie exterior con una estructura reticulada poco densa, imprimiendo 'en el aire'. Esto se realiza mediante la impresión horizontal de los contornos del modelo a intervalos Z dados que están conectados a través de líneas ascendentes y descendentes en diagonal." #~ msgstr "Imprime solo la superficie exterior con una estructura reticulada poco densa, imprimiendo 'en el aire'. Esto se realiza mediante la impresión horizontal de los contornos del modelo a intervalos Z dados que están conectados a través de líneas ascendentes y descendentes en diagonal."
#~ 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 "Resolución para computar colisiones para evitar golpear el modelo. Establecer un ajuste bajo producirá árboles más precisos que producen fallos con menor frecuencia, pero aumenta significativamente el tiempo de fragmentación."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Retraer" #~ msgstr "Retraer"
@ -6640,6 +6763,10 @@ msgstr "desplazamiento"
#~ 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." #~ 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 "Estrategia para asegurarse de que dos capas consecutivas conecten en cada punto de conexión. La retracción permite que las líneas ascendentes se endurezcan en la posición correcta, pero pueden hacer que filamento se desmenuce. Se puede realizar un nudo al final de una línea ascendente para aumentar la posibilidad de conexión a la misma y dejar que la línea se enfríe; sin embargo, esto puede requerir velocidades de impresión lentas. Otra estrategia consiste en compensar el combado de la parte superior de una línea ascendente; sin embargo, las líneas no siempre caen como se espera." #~ msgstr "Estrategia para asegurarse de que dos capas consecutivas conecten en cada punto de conexión. La retracción permite que las líneas ascendentes se endurezcan en la posición correcta, pero pueden hacer que filamento se desmenuce. Se puede realizar un nudo al final de una línea ascendente para aumentar la posibilidad de conexión a la misma y dejar que la línea se enfríe; sin embargo, esto puede requerir velocidades de impresión lentas. Otra estrategia consiste en compensar el combado de la parte superior de una línea ascendente; sin embargo, las líneas no siempre caen como se espera."
#~ 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 "El ángulo de las ramas. Utilice un ángulo inferior para que sean más verticales y estables. Utilice un ángulo superior para poder tener más alcance."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "Distancia cubierta al hacer una conexión desde un contorno del techo hacia el interior. Solo se aplica a la impresión de alambre." #~ msgstr "Distancia cubierta al hacer una conexión desde un contorno del techo hacia el interior. Solo se aplica a la impresión de alambre."
@ -6660,6 +6787,30 @@ msgstr "desplazamiento"
#~ 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." #~ 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 "El tiempo empleado en los perímetros exteriores del agujero que se convertirá en un techo. Cuanto mayor sea el tiempo, mejor será la conexión. Solo se aplica a la impresión de alambre." #~ msgstr "El tiempo empleado en los perímetros exteriores del agujero que se convertirá en un techo. Cuanto mayor sea el tiempo, mejor será la conexión. Solo se aplica a la impresión de alambre."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Ángulo de las ramas del soporte en árbol"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Diámetro de las ramas del soporte en árbol"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Ángulo de diámetro de las ramas del soporte en árbol"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Distancia de las ramas del soporte en árbol"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Resolución de colisión del soporte en árbol"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Diámetro del tronco del soporte en árbol"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Retardo inferior en IA" #~ msgstr "Retardo inferior en IA"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -3768,27 +3768,17 @@ msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_angle label" msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle" msgid "Maximum Branch Angle"
msgstr "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_angle description" 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." msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr ""
#: fdmprinter.def.json
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 "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label" msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter" msgid "Branch Diameter"
msgstr "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
@ -3798,7 +3788,7 @@ msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_max_diameter label" msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter" msgid "Trunk Diameter"
msgstr "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
@ -3808,7 +3798,7 @@ msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label" msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle" msgid "Branch Diameter Angle"
msgstr "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
@ -3816,16 +3806,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr ""
#: fdmprinter.def.json
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 ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_type label" msgctxt "support_type label"
msgid "Support Placement" msgid "Support Placement"
@ -3846,6 +3826,106 @@ msgctxt "support_type option everywhere"
msgid "Everywhere" msgid "Everywhere"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_angle label" msgctxt "support_angle label"
msgid "Support Overhang Angle" msgid "Support Overhang Angle"
@ -4476,6 +4556,41 @@ msgctxt "support_bottom_offset description"
msgid "Amount of offset applied to the floors of the support." msgid "Amount of offset applied to the floors of the support."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_angles label" msgctxt "support_interface_angles label"
msgid "Support Interface Line Directions" msgid "Support Interface Line Directions"

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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+0000\n"
"PO-Revision-Date: 2022-07-15 10:53+0200\n" "PO-Revision-Date: 2022-07-15 10:53+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n" "Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
@ -422,22 +422,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "" msgstr ""
@ -3650,17 +3650,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "" msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Tulosta verkon kautta" msgstr "Tulosta verkon kautta"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Tulosta verkon kautta" msgstr "Tulosta verkon kautta"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "" msgstr ""
@ -5040,14 +5040,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Tulosta valittu malli asetuksella:" msgstr[0] "Tulosta valittu malli asetuksella:"
msgstr[1] "Tulosta valitut mallit asetuksella:" msgstr[1] "Tulosta valitut mallit asetuksella:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Kerro valittu malli" msgstr[0] "Kerro valittu malli"
msgstr[1] "Kerro valitut mallit" msgstr[1] "Kerro valitut mallit"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Kopioiden määrä" msgstr "Kopioiden määrä"
@ -6657,22 +6657,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "" msgstr ""

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -76,6 +76,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -138,6 +143,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Säätää tukirakenteen kattojen ja lattioiden tiheyttä. Korkeammat arvot tuottavat parempia ulokkeita, mutta tuet on vaikeampi poistaa." msgstr "Säätää tukirakenteen kattojen ja lattioiden tiheyttä. Korkeammat arvot tuottavat parempia ulokkeita, mutta tuet on vaikeampi poistaa."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -318,6 +328,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Molemmat" msgstr "Molemmat"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -343,6 +358,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Alaosan paksuus" msgstr "Alaosan paksuus"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -853,6 +883,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Läpimitta" msgstr "Läpimitta"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1348,6 +1388,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1592,11 +1637,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "" msgstr ""
#: fdmprinter.def.json
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 ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1677,6 +1717,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1857,6 +1907,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1982,6 +2037,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2137,6 +2202,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2322,6 +2397,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Maksimikiihtyvyys Z" msgstr "Maksimikiihtyvyys Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2512,6 +2592,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Minimisyöttönopeus" msgstr "Minimisyöttönopeus"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2822,6 +2907,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2852,6 +2942,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Tihkusuojuksen etäisyys" msgstr "Tihkusuojuksen etäisyys"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2957,6 +3052,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3403,8 +3503,8 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Korvaa ylä-/alakuvion uloimman osan samankeskisillä linjoilla. Yhden tai kahden linjan käyttäminen parantaa kattoja, jotka alkavat täyttömateriaalin keskeltä." msgstr "Korvaa ylä-/alakuvion uloimman osan samankeskisillä linjoilla. Yhden tai kahden linjan käyttäminen parantaa kattoja, jotka alkavat täyttömateriaalin keskeltä."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Tukiliittymän kuvio" msgstr "Tukiliittymän kuvio"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4156,6 +4261,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Tuen Z-etäisyys" msgstr "Tuen Z-etäisyys"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4396,11 +4511,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "" msgstr ""
#: fdmprinter.def.json
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 ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4471,6 +4581,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4864,6 +4979,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "Ulokkeiden maksimikulma, kun niistä on tehty tulostettavia. 0 asteessa kaikki ulokkeet korvataan mallikappaleella, joka on yhdistetty alustaan. 90 asteessa mallia ei muuteta millään tavalla." msgstr "Ulokkeiden maksimikulma, kun niistä on tehty tulostettavia. 0 asteessa kaikki ulokkeet korvataan mallikappaleella, joka on yhdistetty alustaan. 90 asteessa mallia ei muuteta millään tavalla."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5079,6 +5199,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Esitäyttötornin kunkin kerroksen minimitilavuus, jotta voidaan poistaa riittävästi materiaalia." msgstr "Esitäyttötornin kunkin kerroksen minimitilavuus, jotta voidaan poistaa riittävästi materiaalia."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5234,6 +5359,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5645,6 +5780,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Tämä luo mallin ympärille seinämän, joka pidättää (kuumaa) ilmaa ja suojaa ulkoiselta ilmavirtaukselta. Erityisen käyttökelpoinen materiaaleilla, jotka vääntyvät helposti." msgstr "Tämä luo mallin ympärille seinämän, joka pidättää (kuumaa) ilmaa ja suojaa ulkoiselta ilmavirtaukselta. Erityisen käyttökelpoinen materiaaleilla, jotka vääntyvät helposti."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5840,36 +5980,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5900,6 +6010,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Kolmiot" msgstr "Kolmiot"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Impossible de lire la réponse." msgstr "Impossible de lire la réponse."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "L'état fourni n'est pas correct." msgstr "L'état fourni n'est pas correct."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte." msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application." msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer." msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer."
@ -829,7 +829,7 @@ msgstr "Ouvrir un fichier de projet"
#: plugins/3MFReader/WorkspaceDialog.qml:134 #: plugins/3MFReader/WorkspaceDialog.qml:134
msgctxt "@button" msgctxt "@button"
msgid "Create new" msgid "Create new"
msgstr "" msgstr "Créer"
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:692 #: plugins/3MFReader/ThreeMFWorkspaceReader.py:692
#, python-brace-format #, python-brace-format
@ -925,7 +925,7 @@ msgstr "Groupe d'imprimantes"
#: plugins/3MFReader/WorkspaceDialog.qml:103 #: plugins/3MFReader/WorkspaceDialog.qml:103
msgctxt "@action:label" msgctxt "@action:label"
msgid "Open With" msgid "Open With"
msgstr "" msgstr "Ouvrir avec"
#: plugins/3MFReader/WorkspaceDialog.qml:104 #: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip" msgctxt "@info:tooltip"
@ -2119,7 +2119,7 @@ msgstr "Gérer les packages"
#: plugins/Marketplace/resources/qml/ManagedPackages.qml:16 #: plugins/Marketplace/resources/qml/ManagedPackages.qml:16
msgctxt "@text" msgctxt "@text"
msgid "Manage your UltiMaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly." msgid "Manage your UltiMaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly."
msgstr "" msgstr "Gérez vos plug-ins Ultimaker Cura et vos profils matériaux ici. Assurez-vous de maintenir vos plug-ins à jour et de sauvegarder régulièrement votre configuration."
#: plugins/Marketplace/resources/qml/Marketplace.qml:87 #: plugins/Marketplace/resources/qml/Marketplace.qml:87
msgctxt "@title" msgctxt "@title"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Supprimer des imprimantes" msgstr "Supprimer des imprimantes"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Imprimer sur le réseau" msgstr "Imprimer sur le réseau"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Imprimer sur le réseau" msgstr "Imprimer sur le réseau"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Connecté sur le réseau" msgstr "Connecté sur le réseau"
@ -4602,17 +4602,17 @@ msgstr "Quoi de neuf"
#: resources/qml/Cura.qml:890 #: resources/qml/Cura.qml:890
msgctxt "@title:window" msgctxt "@title:window"
msgid "Save Custom Profile" msgid "Save Custom Profile"
msgstr "" msgstr "Enregistrer le profil personnalisé"
#: resources/qml/Cura.qml:891 #: resources/qml/Cura.qml:891
msgctxt "@textfield:placeholder" msgctxt "@textfield:placeholder"
msgid "New Custom Profile" msgid "New Custom Profile"
msgstr "" msgstr "Nouveau profil personnalisé"
#: resources/qml/Cura.qml:892 #: resources/qml/Cura.qml:892
msgctxt "@info" msgctxt "@info"
msgid "Custom profile name:" msgid "Custom profile name:"
msgstr "" msgstr "Nom du profil personnalisé :"
#: resources/qml/Cura.qml:909 #: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name" msgctxt "@label %i will be replaced with a profile name"
@ -4627,7 +4627,7 @@ msgstr "En savoir plus sur les profils d'impression Cura"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "Enregistrer le nouveau profil"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -4916,12 +4916,12 @@ msgstr "Conserver les modifications"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save as new custom profile" msgid "Save as new custom profile"
msgstr "" msgstr "Enregistrer comme nouveau profil personnalisé"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save changes" msgid "Save changes"
msgstr "" msgstr "Conserver les modifications"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window" msgctxt "@text:window"
@ -5071,14 +5071,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Imprimer le modèle sélectionné avec :" msgstr[0] "Imprimer le modèle sélectionné avec :"
msgstr[1] "Imprimer les modèles sélectionnés avec :" msgstr[1] "Imprimer les modèles sélectionnés avec :"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Multiplier le modèle sélectionné" msgstr[0] "Multiplier le modèle sélectionné"
msgstr[1] "Multiplier les modèles sélectionnés" msgstr[1] "Multiplier les modèles sélectionnés"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Nombre de copies" msgstr "Nombre de copies"
@ -6241,7 +6241,7 @@ msgstr "Activez l'impression d'une bordure ou plaquette (Brim/Raft). Cela ajoute
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
msgctxt "@label" msgctxt "@label"
msgid "Recommended print settings" msgid "Recommended print settings"
msgstr "" msgstr "Paramètres d'impression recommandés"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button" msgctxt "@button"
@ -6266,7 +6266,7 @@ msgstr "Les paramètres suivants déterminent la résistance de votre pièce."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
msgctxt "infill_sparse_density description" msgctxt "infill_sparse_density description"
msgid "Infill Density" msgid "Infill Density"
msgstr "" msgstr "Densité du remplissage"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label" msgctxt "@label"
@ -6300,7 +6300,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
msgctxt "@action:label" msgctxt "@action:label"
msgid "Shell Thickness" msgid "Shell Thickness"
msgstr "" msgstr "Épaisseur de la coque"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label" msgctxt "@label"
@ -6320,7 +6320,7 @@ msgstr "Générer des structures pour soutenir les parties du modèle qui possè
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label" msgctxt "@action:label"
msgid "Support Type" msgid "Support Type"
msgstr "" msgstr "Type de prise en charge"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label" msgctxt "@label"
@ -6335,7 +6335,7 @@ msgstr "Choisit entre les stratégies de support disponibles. Le support « Nor
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53
msgctxt "@action:label" msgctxt "@action:label"
msgid "Print with" msgid "Print with"
msgstr "" msgstr "Imprimer avec"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54
msgctxt "@label" msgctxt "@label"
@ -6695,22 +6695,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Ajouter l'imprimante manuellement" msgstr "Ajouter l'imprimante manuellement"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Fabricant" msgstr "Fabricant"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Auteur du profil" msgstr "Auteur du profil"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Nom de l'imprimante" msgstr "Nom de l'imprimante"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Veuillez nommer votre imprimante" msgstr "Veuillez nommer votre imprimante"
@ -6789,12 +6789,12 @@ msgstr "Ajouter une imprimante hors réseau"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "Ajouter l'imprimante UltiMaker par le biais de Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Pour pouvoir utiliser Cura, vous devez configurer une imprimante."
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6804,12 +6804,12 @@ msgstr "Quelle imprimante souhaitez-vous configurer?"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
msgctxt "@button" msgctxt "@button"
msgid "UltiMaker printer" msgid "UltiMaker printer"
msgstr "" msgstr "Imprimante UltiMaker"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "Imprimante d'une autre marque"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"
@ -6824,7 +6824,7 @@ msgstr "Ajouter une imprimante"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "Les nouvelles imprimantes UltiMaker peuvent être connectées à Digital Factory et contrôlées à distance."
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"
@ -6834,7 +6834,7 @@ msgstr "Si vous essayez d'ajouter une nouvelle imprimante UltiMaker à Cura"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80
msgctxt "@info" msgctxt "@info"
msgid "Sign in into UltiMaker Digital Factory" msgid "Sign in into UltiMaker Digital Factory"
msgstr "" msgstr "Se connecter à UltiMaker Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:81 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:81
msgctxt "@info" msgctxt "@info"
@ -6854,17 +6854,17 @@ msgstr "En savoir plus"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
msgctxt "@button" msgctxt "@button"
msgid "Add local printer" msgid "Add local printer"
msgstr "" msgstr "Ajouter une imprimante locale"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
msgctxt "@button" msgctxt "@button"
msgid "Sign in to Digital Factory" msgid "Sign in to Digital Factory"
msgstr "" msgstr "Se connecter à Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button" msgctxt "@button"
msgid "Waiting for new printers" msgid "Waiting for new printers"
msgstr "" msgstr "En attente de nouvelles imprimantes"
#: resources/qml/WelcomePages/ChangelogContent.qml:24 #: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs." msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever." msgstr "Ajuste la densité des plafonds et bas de la structure de support. Une valeur plus élevée résulte en de meilleurs porte-à-faux, mais les supports sont plus difficiles à enlever."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Les deux" msgstr "Les deux"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Épaisseur du dessous" msgstr "Épaisseur du dessous"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Diamètre" msgstr "Diamètre"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Pour les structures fines dont la taille correspond à une ou deux fois celle de la buse, il faut modifier la largeur des lignes pour respecter l'épaisseur du modèle. Ce paramètre contrôle la largeur de ligne minimale autorisée pour les parois. Les largeurs de lignes minimales déterminent également les largeurs de lignes maximales, puisque nous passons de N à N+1 parois à une certaine épaisseur géométrique où les N parois sont larges et les N+1 parois sont étroites. La ligne de paroi la plus large possible est égale à deux fois la largeur minimale de la ligne de paroi." msgstr "Pour les structures fines dont la taille correspond à une ou deux fois celle de la buse, il faut modifier la largeur des lignes pour respecter l'épaisseur du modèle. Ce paramètre contrôle la largeur de ligne minimale autorisée pour les parois. Les largeurs de lignes minimales déterminent également les largeurs de lignes maximales, puisque nous passons de N à N+1 parois à une certaine épaisseur géométrique où les N parois sont larges et les N+1 parois sont étroites. La ligne de paroi la plus large possible est égale à deux fois la largeur minimale de la ligne de paroi."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Compensation du rétrécissement du facteur d'échelle horizontale" msgstr "Compensation du rétrécissement du facteur d'échelle horizontale"
#: fdmprinter.def.json
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 "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse." msgstr "La quantité de filament de chaque extrudeuse qui est supposée avoir été rétractée de l'extrémité de la buse partagée à la fin du script gcode de démarrage de l'imprimante ; la valeur doit être égale ou supérieure à la longueur de la partie commune des conduits de la buse."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Débit inférieur de la couche initiale" msgstr "Débit inférieur de la couche initiale"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "De l'intérieur vers l'extérieur" msgstr "De l'intérieur vers l'extérieur"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Angle de support du remplissage éclair" msgstr "Angle de support du remplissage éclair"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Accélération maximale Z" msgstr "Accélération maximale Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Taux d'alimentation minimal" msgstr "Taux d'alimentation minimal"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Décalage avec extrudeuse" msgstr "Décalage avec extrudeuse"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Distance du bouclier de suintage" msgstr "Distance du bouclier de suintage"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles 3D de très petite taille avec beaucoup de détails." msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles 3D de très petite taille avec beaucoup de détails."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage." msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et stables, mais cela augmente considérablement le temps de découpage." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Motif de l'interface de support" msgstr "Motif de l'interface de support"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Distance Z des supports" msgstr "Distance Z des supports"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "Angle du diamètre des branches au fur et à mesure qu'elles s'épaississent lorsqu'elles sont proches du fond. Avec un angle de 0°, les branches auront une épaisseur uniforme sur toute leur longueur. Donner un peu d'angle permet d'augmenter la stabilité du support arborescent." msgstr "Angle du diamètre des branches au fur et à mesure qu'elles s'épaississent lorsqu'elles sont proches du fond. Avec un angle de 0°, les branches auront une épaisseur uniforme sur toute leur longueur. Donner un peu d'angle permet d'augmenter la stabilité du support arborescent."
#: fdmprinter.def.json
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 "Angle des branches. Utilisez un angle plus faible pour les rendre plus verticales et plus stables ; utilisez un angle plus élevé pour avoir plus de portée."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base seront plus épaisses que cette valeur." msgstr "Diamètre des branches les plus minces du support arborescent. Plus les branches sont épaisses, plus elles sont robustes ; les branches proches de la base seront plus épaisses que cette valeur."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "L'angle maximal des porte-à-faux après qu'ils aient été rendus imprimables. À une valeur de 0°, tous les porte-à-faux sont remplacés par une pièce de modèle rattachée au plateau, tandis que 90° ne changera en rien le modèle." msgstr "L'angle maximal des porte-à-faux après qu'ils aient été rendus imprimables. À une valeur de 0°, tous les porte-à-faux sont remplacés par une pièce de modèle rattachée au plateau, tandis que 90° ne changera en rien le modèle."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Le volume minimum pour chaque touche de la tour d'amorçage afin de purger suffisamment de matériau." msgstr "Le volume minimum pour chaque touche de la tour d'amorçage afin de purger suffisamment de matériau."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "La position près de laquelle démarre l'impression de chaque partie dans une couche." msgstr "La position près de laquelle démarre l'impression de chaque partie dans une couche."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se soulèvent facilement." msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se soulèvent facilement."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Arborescence" msgstr "Arborescence"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Angle des branches de support arborescent"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Diamètre des branches de support arborescent"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Angle de diamètre des branches de support arborescent"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Distance des branches de support arborescent"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Résolution de collision du support arborescent"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Diamètre du tronc du support arborescent"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Triangles" msgstr "Triangles"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6600,6 +6715,10 @@ msgstr "déplacement"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Compensation du débit : la quantité de matériau extrudée est multipliée par cette valeur. Uniquement applicable à l'impression filaire." #~ msgstr "Compensation du débit : la quantité de matériau extrudée est multipliée par cette valeur. Uniquement applicable à l'impression filaire."
#~ 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 "Distance à laquelle doivent se trouver les branches lorsqu'elles touchent le modèle. Si vous réduisez cette distance, le support arborescent touchera le modèle à plus d'endroits, ce qui causera un meilleur porte-à-faux mais rendra le support plus difficile à enlever."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "Nœud" #~ msgstr "Nœud"
@ -6612,6 +6731,10 @@ msgstr "déplacement"
#~ 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." #~ 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 "Imprime uniquement la surface extérieure avec une structure grillagée et clairsemée. Cette impression est « dans les airs » et est réalisée en imprimant horizontalement les contours du modèle aux intervalles donnés de laxe Z et en les connectant au moyen de lignes ascendantes et diagonalement descendantes." #~ msgstr "Imprime uniquement la surface extérieure avec une structure grillagée et clairsemée. Cette impression est « dans les airs » et est réalisée en imprimant horizontalement les contours du modèle aux intervalles donnés de laxe Z et en les connectant au moyen de lignes ascendantes et diagonalement descendantes."
#~ 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 "Résolution servant à calculer les collisions afin d'éviter de heurter le modèle. Plus ce paramètre est faible, plus les arborescences seront précises et stables, mais cela augmente considérablement le temps de découpage."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Rétraction" #~ msgstr "Rétraction"
@ -6640,6 +6763,10 @@ msgstr "déplacement"
#~ 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." #~ 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égie garantissant que deux couches consécutives se touchent à chaque point de connexion. La rétraction permet aux lignes ascendantes de durcir dans la bonne position, mais cela peut provoquer lécrasement des filaments. Un nœud peut être fait à la fin dune ligne ascendante pour augmenter les chances de raccorder cette ligne et la laisser refroidir. Toutefois, cela peut nécessiter de ralentir la vitesse dimpression. Une autre stratégie consiste à compenser laffaissement du dessus dune ligne ascendante, mais les lignes ne tombent pas toujours comme prévu." #~ msgstr "Stratégie garantissant que deux couches consécutives se touchent à chaque point de connexion. La rétraction permet aux lignes ascendantes de durcir dans la bonne position, mais cela peut provoquer lécrasement des filaments. Un nœud peut être fait à la fin dune ligne ascendante pour augmenter les chances de raccorder cette ligne et la laisser refroidir. Toutefois, cela peut nécessiter de ralentir la vitesse dimpression. Une autre stratégie consiste à compenser laffaissement du dessus dune ligne ascendante, mais les lignes ne tombent pas toujours comme prévu."
#~ 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 "Angle des branches. Utilisez un angle plus faible pour les rendre plus verticales et plus stables ; utilisez un angle plus élevé pour avoir plus de portée."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "La distance couverte lors de l'impression d'une connexion d'un contour de toit vers lintérieur. Uniquement applicable à l'impression filaire." #~ msgstr "La distance couverte lors de l'impression d'une connexion d'un contour de toit vers lintérieur. Uniquement applicable à l'impression filaire."
@ -6660,6 +6787,30 @@ msgstr "déplacement"
#~ 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." #~ 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 "Temps passé sur le périmètre extérieur de lorifice qui deviendra le dessus. Un temps plus long peut garantir une meilleure connexion. Uniquement applicable pour l'impression filaire." #~ msgstr "Temps passé sur le périmètre extérieur de lorifice qui deviendra le dessus. Un temps plus long peut garantir une meilleure connexion. Uniquement applicable pour l'impression filaire."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Angle des branches de support arborescent"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Diamètre des branches de support arborescent"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Angle de diamètre des branches de support arborescent"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Distance des branches de support arborescent"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Résolution de collision du support arborescent"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Diamètre du tronc du support arborescent"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Attente pour le bas de l'impression filaire" #~ msgstr "Attente pour le bas de l'impression filaire"

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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+0000\n"
"PO-Revision-Date: 2020-03-24 09:36+0100\n" "PO-Revision-Date: 2020-03-24 09:36+0100\n"
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n" "Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
"Language-Team: ATI-SZOFT\n" "Language-Team: ATI-SZOFT\n"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Nincs olvasható válasz." msgstr "Nincs olvasható válasz."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez." msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra." msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra."
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "" msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Hálózati nyomtatás" msgstr "Hálózati nyomtatás"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Hálózati nyomtatás" msgstr "Hálózati nyomtatás"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Csatlakozva hálózaton keresztül" msgstr "Csatlakozva hálózaton keresztül"
@ -5054,14 +5054,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Kiválasztott modell nyomtatása:" msgstr[0] "Kiválasztott modell nyomtatása:"
msgstr[1] "Kiválasztott modellek nyomtatása:" msgstr[1] "Kiválasztott modellek nyomtatása:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Kiválasztott modell sokszorozása" msgstr[0] "Kiválasztott modell sokszorozása"
msgstr[1] "Kiválasztott modellek sokszorozása" msgstr[1] "Kiválasztott modellek sokszorozása"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Másolatok száma" msgstr "Másolatok száma"
@ -6671,22 +6671,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Nyomtató név" msgstr "Nyomtató név"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "" msgstr ""

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -77,6 +77,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -141,6 +146,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Beállítja a támasz interfész sűrűségét a támasz alsó és a felső felületein.A magasabb érték jobb minőségű túlnyúlás nyomtatást tesz lehetővém viszont a támaszt nehezebb lesz eltávolítani." msgstr "Beállítja a támasz interfész sűrűségét a támasz alsó és a felső felületein.A magasabb érték jobb minőségű túlnyúlás nyomtatást tesz lehetővém viszont a támaszt nehezebb lesz eltávolítani."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -321,6 +331,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Mindkettő" msgstr "Mindkettő"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -346,6 +361,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Alsó vastagság" msgstr "Alsó vastagság"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -856,6 +886,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Átmérő" msgstr "Átmérő"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1351,6 +1391,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1599,11 +1644,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "" msgstr ""
#: fdmprinter.def.json
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."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1684,6 +1724,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1864,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1989,6 +2044,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2144,6 +2209,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2329,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Maximális Z gyorsulás" msgstr "Maximális Z gyorsulás"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2519,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Minimális sebesség" msgstr "Minimális sebesség"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2829,6 +2914,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Extruder eltolás" msgstr "Extruder eltolás"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2859,6 +2949,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Szivárgáspajzs távolság" msgstr "Szivárgáspajzs távolság"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2964,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "A szeletelt rétegekben lévő sokszögeket, amelyek kerülete kisebb, mint ez az összeg, kiszűrjük. Az alacsonyabb értékek magasabb felbontású hálóhoz vezetnek a szeletelési idő költségén. Elsősorban nagy felbontású SLA nyomtatókhoz és nagyon apró, sok részlettel rendelkező 3D modellekhez készült." msgstr "A szeletelt rétegekben lévő sokszögeket, amelyek kerülete kisebb, mint ez az összeg, kiszűrjük. Az alacsonyabb értékek magasabb felbontású hálóhoz vezetnek a szeletelési idő költségén. Elsősorban nagy felbontású SLA nyomtatókhoz és nagyon apró, sok részlettel rendelkező 3D modellekhez készült."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3410,9 +3510,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Lecseréli az alsó/felső felületi minta legkülsőbb falait koncentrikus vonalra.Egy vagy két vonal használata javítja a felső záró felületeket, ott, ahol még a kitöltés látható." msgstr "Lecseréli az alsó/felső felületi minta legkülsőbb falait koncentrikus vonalra.Egy vagy két vonal használata javítja a felső záró felületeket, ott, ahol még a kitöltés látható."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
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." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3991,6 +4091,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Interfész minta" msgstr "Interfész minta"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4163,6 +4268,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Támasz Z távolság" msgstr "Támasz Z távolság"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4403,11 +4518,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "Az ágak átmérőjének változási szöge. Az ágak felülről lefelé vastagodnak. Ha a szög 0, akkor az ágak átmérője egyenletes, teljes hosszukban.Egy kis szög érték növelheti a fa tartásának stabilitását." msgstr "Az ágak átmérőjének változási szöge. Az ágak felülről lefelé vastagodnak. Ha a szög 0, akkor az ágak átmérője egyenletes, teljes hosszukban.Egy kis szög érték növelheti a fa tartásának stabilitását."
#: fdmprinter.def.json
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."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4478,6 +4588,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "A támasz legvékonyabb ágainak átmérője. A vastagabb ágak erősebbek. Az alap felé eső ágak vastagabbak lesznek, mint ez a méret." msgstr "A támasz legvékonyabb ágainak átmérője. A vastagabb ágak erősebbek. Az alap felé eső ágak vastagabbak lesznek, mint ez a méret."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4873,6 +4988,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "A túlnyúlások maximális szöge a nyomtathatóvá tétel után. 0 ° értéknél az összes túlnyúlást egy, az építőlemezhez kapcsolt modelldarab váltja fel, a 90 ° -ot a modell semmilyen módon nem változtatja meg." msgstr "A túlnyúlások maximális szöge a nyomtathatóvá tétel után. 0 ° értéknél az összes túlnyúlást egy, az építőlemezhez kapcsolt modelldarab váltja fel, a 90 ° -ot a modell semmilyen módon nem változtatja meg."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5088,6 +5208,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Az előtorony minimális térfogata, minden egyes rétegben ahhoz, hogy az anyagcserét teljes egészében végre tudja hajtani." msgstr "Az előtorony minimális térfogata, minden egyes rétegben ahhoz, hogy az anyagcserét teljes egészében végre tudja hajtani."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5246,6 +5371,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "Az a pont, ahol az egyes rétegek nyomtatását kezdeni fogja." msgstr "Az a pont, ahol az egyes rétegek nyomtatását kezdeni fogja."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5657,6 +5792,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "A beállítással létrehozhatunk egy falat a modell körül, ami segít abban, hogy a külső levegő, vagy légáramlat érje a nyomtatott testet.Ez különösen azoknál az alapanyagoknál lehet segítség, amelyek hajlamosak a felválásra, repedésre, mint pl. az ABS, ASA." msgstr "A beállítással létrehozhatunk egy falat a modell körül, ami segít abban, hogy a külső levegő, vagy légáramlat érje a nyomtatott testet.Ez különösen azoknál az alapanyagoknál lehet segítség, amelyek hajlamosak a felválásra, repedésre, mint pl. az ABS, ASA."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5852,36 +5992,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "" msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Támaszágak szöge"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Támaszágak átmérője"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Támaszágak átmérő szög"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Támaszágak távolsága"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Ütközés felbontás"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5912,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Háromszögek" msgstr "Háromszögek"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6732,6 +6847,10 @@ msgstr "fej átpozícionálás"
#~ 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." #~ 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." #~ 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" #~ msgctxt "machine_steps_per_mm_e description"
#~ msgid "How many steps of the stepper motors will result in one millimeter of extrusion." #~ 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." #~ 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."
@ -6832,6 +6951,10 @@ msgstr "fej átpozícionálás"
#~ 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." #~ 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." #~ 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" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Visszahúzás" #~ msgstr "Visszahúzás"
@ -6916,6 +7039,10 @@ msgstr "fej átpozícionálás"
#~ 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." #~ 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." #~ 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" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ 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." #~ msgstr "A beépített távolság, amikor a tetőtől körvonalakat bekapcsolnak. Csak a huzalnyomásra vonatkozik."
@ -6996,6 +7123,26 @@ msgstr "fej átpozícionálás"
#~ msgid "Tree Support" #~ msgid "Tree Support"
#~ msgstr "Fa támasz" #~ 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" #~ msgctxt "support_tree_wall_count label"
#~ msgid "Tree Support Wall Line Count" #~ msgid "Tree Support Wall Line Count"
#~ msgstr "Fal vonal szám" #~ msgstr "Fal vonal szám"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Impossibile leggere la risposta." msgstr "Impossibile leggere la risposta."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "Lo stato fornito non è corretto." msgstr "Lo stato fornito non è corretto."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Timeout durante l'autenticazione con il server account." msgstr "Timeout durante l'autenticazione con il server account."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione." msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare." msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare."
@ -829,7 +829,7 @@ msgstr "Apri file progetto"
#: plugins/3MFReader/WorkspaceDialog.qml:134 #: plugins/3MFReader/WorkspaceDialog.qml:134
msgctxt "@button" msgctxt "@button"
msgid "Create new" msgid "Create new"
msgstr "" msgstr "Crea nuovo"
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:692 #: plugins/3MFReader/ThreeMFWorkspaceReader.py:692
#, python-brace-format #, python-brace-format
@ -925,7 +925,7 @@ msgstr "Gruppo stampanti"
#: plugins/3MFReader/WorkspaceDialog.qml:103 #: plugins/3MFReader/WorkspaceDialog.qml:103
msgctxt "@action:label" msgctxt "@action:label"
msgid "Open With" msgid "Open With"
msgstr "" msgstr "Apri con"
#: plugins/3MFReader/WorkspaceDialog.qml:104 #: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip" msgctxt "@info:tooltip"
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Rimuovere le stampanti" msgstr "Rimuovere le stampanti"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Stampa sulla rete" msgstr "Stampa sulla rete"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Stampa sulla rete" msgstr "Stampa sulla rete"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Collegato alla rete" msgstr "Collegato alla rete"
@ -4313,7 +4313,7 @@ msgstr "Gestione materiali..."
#: resources/qml/Actions.qml:218 #: resources/qml/Actions.qml:218
msgctxt "@action:inmenu Marketplace is a brand name of UltiMaker's, so don't translate." msgctxt "@action:inmenu Marketplace is a brand name of UltiMaker's, so don't translate."
msgid "Add more materials from Marketplace" msgid "Add more materials from Marketplace"
msgstr "" msgstr "Aggiungere altri materiali da Marketplace"
#: resources/qml/Actions.qml:225 #: resources/qml/Actions.qml:225
msgctxt "@action:inmenu menubar:profile" msgctxt "@action:inmenu menubar:profile"
@ -4605,17 +4605,17 @@ msgstr "Scopri le novità"
#: resources/qml/Cura.qml:890 #: resources/qml/Cura.qml:890
msgctxt "@title:window" msgctxt "@title:window"
msgid "Save Custom Profile" msgid "Save Custom Profile"
msgstr "" msgstr "Salva profilo personalizzato"
#: resources/qml/Cura.qml:891 #: resources/qml/Cura.qml:891
msgctxt "@textfield:placeholder" msgctxt "@textfield:placeholder"
msgid "New Custom Profile" msgid "New Custom Profile"
msgstr "" msgstr "Nuovo profilo personalizzato"
#: resources/qml/Cura.qml:892 #: resources/qml/Cura.qml:892
msgctxt "@info" msgctxt "@info"
msgid "Custom profile name:" msgid "Custom profile name:"
msgstr "" msgstr "Nome profilo personalizzato:"
#: resources/qml/Cura.qml:909 #: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name" msgctxt "@label %i will be replaced with a profile name"
@ -4630,7 +4630,7 @@ msgstr "Ulteriori informazioni sui profili di stampa di Cura"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "Salva nuovo profilo"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -4924,7 +4924,7 @@ msgstr ""
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save changes" msgid "Save changes"
msgstr "" msgstr "Salva modifiche"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window" msgctxt "@text:window"
@ -5074,14 +5074,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Stampa modello selezionato con:" msgstr[0] "Stampa modello selezionato con:"
msgstr[1] "Stampa modelli selezionati con:" msgstr[1] "Stampa modelli selezionati con:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Moltiplica modello selezionato" msgstr[0] "Moltiplica modello selezionato"
msgstr[1] "Moltiplica modelli selezionati" msgstr[1] "Moltiplica modelli selezionati"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Numero di copie" msgstr "Numero di copie"
@ -6244,7 +6244,7 @@ msgstr "Abilita stampa di brim o raft. Questa funzione aggiunge unarea piana
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
msgctxt "@label" msgctxt "@label"
msgid "Recommended print settings" msgid "Recommended print settings"
msgstr "" msgstr "Impostazioni di stampa consigliate"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button" msgctxt "@button"
@ -6269,7 +6269,7 @@ msgstr "Le seguenti impostazioni definiscono la resistenza del tuo pezzo."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
msgctxt "infill_sparse_density description" msgctxt "infill_sparse_density description"
msgid "Infill Density" msgid "Infill Density"
msgstr "" msgstr "Densità del riempimento"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label" msgctxt "@label"
@ -6303,7 +6303,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
msgctxt "@action:label" msgctxt "@action:label"
msgid "Shell Thickness" msgid "Shell Thickness"
msgstr "" msgstr "Spessore guscio"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label" msgctxt "@label"
@ -6323,7 +6323,7 @@ msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza que
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label" msgctxt "@action:label"
msgid "Support Type" msgid "Support Type"
msgstr "" msgstr "Tipo di supporto"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label" msgctxt "@label"
@ -6338,7 +6338,7 @@ msgstr "Scegliere tra le tecniche disponibili per generare il supporto. Il suppo
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53
msgctxt "@action:label" msgctxt "@action:label"
msgid "Print with" msgid "Print with"
msgstr "" msgstr "Stampa con"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54
msgctxt "@label" msgctxt "@label"
@ -6698,22 +6698,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Aggiungere la stampante manualmente" msgstr "Aggiungere la stampante manualmente"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Produttore" msgstr "Produttore"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Autore profilo" msgstr "Autore profilo"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Nome stampante" msgstr "Nome stampante"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Dare un nome alla stampante" msgstr "Dare un nome alla stampante"
@ -6792,12 +6792,12 @@ msgstr "Aggiungi una stampante non in rete"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "Aggiungi stampante UltiMaker tramite Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Per utilizzare Cura, è necessario configurare una stampante."
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6807,12 +6807,12 @@ msgstr "Quale stampante si desidera configurare?"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
msgctxt "@button" msgctxt "@button"
msgid "UltiMaker printer" msgid "UltiMaker printer"
msgstr "" msgstr "Stampante UltiMaker"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "Stampante non UltiMaker"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"
@ -6822,12 +6822,12 @@ msgstr "Scopri di più sull'aggiunta di stampanti a Cura"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29
msgctxt "@label" msgctxt "@label"
msgid "Add printer" msgid "Add printer"
msgstr "" msgstr "Aggiungi stampante"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "Le nuove stampanti UltiMaker possono essere connesse a Digital Factory e monitorate da remoto."
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"
@ -6852,22 +6852,22 @@ msgstr "La nuova stampante apparirà automaticamente in Cura"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:100 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:100
msgctxt "@button" msgctxt "@button"
msgid "Learn more" msgid "Learn more"
msgstr "" msgstr "Ulteriori informazioni"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
msgctxt "@button" msgctxt "@button"
msgid "Add local printer" msgid "Add local printer"
msgstr "" msgstr "Aggiungi una stampante locale"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
msgctxt "@button" msgctxt "@button"
msgid "Sign in to Digital Factory" msgid "Sign in to Digital Factory"
msgstr "" msgstr "Accedi a Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button" msgctxt "@button"
msgid "Waiting for new printers" msgid "Waiting for new printers"
msgstr "" msgstr "In attesa delle nuove stampanti"
#: resources/qml/WelcomePages/ChangelogContent.qml:24 #: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutti i brim entro questa distanza dai fori interni." msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutti i brim entro questa distanza dai fori interni."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere." msgstr "Regola la densità delle parti superiori e inferiori della struttura di supporto. Un valore superiore genera sbalzi migliori, ma i supporti sono più difficili da rimuovere."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Entrambi" msgstr "Entrambi"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Spessore degli strati inferiori" msgstr "Spessore degli strati inferiori"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Diametro" msgstr "Diametro"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Per strutture sottili, circa una o due volte la dimensione dell'ugello, le larghezze delle linee devono essere modificate per rispettare lo spessore del modello. Questa impostazione controlla la larghezza minima della linea consentita per le pareti. Le larghezze minime delle linee determinano intrinsecamente anche le larghezze massime delle linee, poiché si esegue la transizione da N a N+1 pareti ad uno spessore geometrico in cui le pareti N sono larghe e le pareti N+1 sono strette. La linea perimetrale più larga possible è due volte la larghezza minima della linea perimetrale." msgstr "Per strutture sottili, circa una o due volte la dimensione dell'ugello, le larghezze delle linee devono essere modificate per rispettare lo spessore del modello. Questa impostazione controlla la larghezza minima della linea consentita per le pareti. Le larghezze minime delle linee determinano intrinsecamente anche le larghezze massime delle linee, poiché si esegue la transizione da N a N+1 pareti ad uno spessore geometrico in cui le pareti N sono larghe e le pareti N+1 sono strette. La linea perimetrale più larga possible è due volte la larghezza minima della linea perimetrale."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Fattore di scala orizzontale per la compensazione della contrazione" msgstr "Fattore di scala orizzontale per la compensazione della contrazione"
#: fdmprinter.def.json
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 "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti, generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante; il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello." msgstr "La quantità di filamento di ogni estrusore che si presume sia stata retratta dalla punta dell'ugello condiviso al termine dello script gcode di avvio stampante; il valore deve essere uguale o maggiore della lunghezza della parte comune dei condotti dell'ugello."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Flusso inferiore dello strato iniziale" msgstr "Flusso inferiore dello strato iniziale"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "Dall'interno all'esterno" msgstr "Dall'interno all'esterno"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Angolo di supporto riempimento fulmine" msgstr "Angolo di supporto riempimento fulmine"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Accelerazione massima Z" msgstr "Accelerazione massima Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Velocità di alimentazione minima" msgstr "Velocità di alimentazione minima"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Offset con estrusore" msgstr "Offset con estrusore"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Distanza del riparo materiale fuoriuscito" msgstr "Distanza del riparo materiale fuoriuscito"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di dettagli." msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di dettagli."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. Lutilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento." msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. Lutilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "Risoluzione per calcolare le collisioni per evitare di colpire il modello. Limpostazione a un valore basso genera alberi più accurati che si rompono meno sovente, ma aumenta notevolmente il tempo di sezionamento." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Configurazione interfaccia supporto" msgstr "Configurazione interfaccia supporto"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Distanza Z supporto" msgstr "Distanza Z supporto"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "Langolo del diametro dei rami con il graduale ispessimento verso il fondo. Un angolo pari a 0 genera rami con spessore uniforme sullintera lunghezza. Un angolo minimo può aumentare la stabilità del supporto ad albero." msgstr "Langolo del diametro dei rami con il graduale ispessimento verso il fondo. Un angolo pari a 0 genera rami con spessore uniforme sullintera lunghezza. Un angolo minimo può aumentare la stabilità del supporto ad albero."
#: fdmprinter.def.json
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 "Langolo dei rami. Utilizzare un angolo minore per renderli più verticali e più stabili. Utilizzare un angolo maggiore per avere una portata maggiore."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "Il diametro dei rami più sottili del supporto. I rami più spessi sono più resistenti. I rami verso la base avranno spessore maggiore." msgstr "Il diametro dei rami più sottili del supporto. I rami più spessi sono più resistenti. I rami verso la base avranno spessore maggiore."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "Langolo massimo degli sbalzi dopo essere stati resi stampabili. A un valore di 0° tutti gli sbalzi sono sostituiti da un pezzo del modello collegato al piano di stampa, 90° non cambia il modello in alcun modo." msgstr "Langolo massimo degli sbalzi dopo essere stati resi stampabili. A un valore di 0° tutti gli sbalzi sono sostituiti da un pezzo del modello collegato al piano di stampa, 90° non cambia il modello in alcun modo."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Il volume minimo per ciascuno strato della torre di innesco per scaricare materiale a sufficienza." msgstr "Il volume minimo per ciascuno strato della torre di innesco per scaricare materiale a sufficienza."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "La posizione accanto al punto in cui avviare la stampa di ciascuna parte in uno layer." msgstr "La posizione accanto al punto in cui avviare la stampa di ciascuna parte in uno layer."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi daria esterna. Particolarmente utile per i materiali soggetti a deformazione." msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi daria esterna. Particolarmente utile per i materiali soggetti a deformazione."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Albero" msgstr "Albero"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Angolo ramo supporto ad albero"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Diametro ramo supporto ad albero"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Angolo diametro ramo supporto ad albero"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Distanza ramo supporto ad albero"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Risoluzione collisione supporto ad albero"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Diametro del tronco di supporto dell'albero"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Triangoli" msgstr "Triangoli"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6600,6 +6715,10 @@ msgstr "spostamenti"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Determina la compensazione del flusso: la quantità di materiale estruso viene moltiplicata per questo valore. Applicabile solo alla funzione Wire Printing." #~ msgstr "Determina la compensazione del flusso: la quantità di materiale estruso viene moltiplicata per questo valore. Applicabile solo alla funzione Wire Printing."
#~ 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 "La distanza tra i rami necessaria quando toccano il modello. Una distanza ridotta causa il contatto del supporto ad albero con il modello in più punti, generando migliore sovrapposizione ma rendendo più difficoltosa la rimozione del supporto."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "Nodo" #~ msgstr "Nodo"
@ -6612,6 +6731,10 @@ msgstr "spostamenti"
#~ 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." #~ 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 "Consente di stampare solo la superficie esterna come una struttura di linee, realizzando una stampa \"sospesa nell'aria\". Questa funzione si realizza mediante la stampa orizzontale dei contorni del modello con determinati intervalli Z che sono collegati tramite linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso." #~ msgstr "Consente di stampare solo la superficie esterna come una struttura di linee, realizzando una stampa \"sospesa nell'aria\". Questa funzione si realizza mediante la stampa orizzontale dei contorni del modello con determinati intervalli Z che sono collegati tramite linee che si estendono verticalmente verso l'alto e diagonalmente verso il basso."
#~ 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 "Risoluzione per calcolare le collisioni per evitare di colpire il modello. Limpostazione a un valore basso genera alberi più accurati che si rompono meno sovente, ma aumenta notevolmente il tempo di sezionamento."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Retrazione" #~ msgstr "Retrazione"
@ -6640,6 +6763,10 @@ msgstr "spostamenti"
#~ 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." #~ 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 per garantire il collegamento di due strati consecutivi ad ogni punto di connessione. La retrazione consente l'indurimento delle linee verticali verso l'alto nella giusta posizione, ma può causare la deformazione del filamento. È possibile realizzare un nodo all'estremità di una linea verticale verso l'alto per accrescere la possibilità di collegamento e lasciarla raffreddare; tuttavia ciò può richiedere velocità di stampa ridotte. Un'altra strategia consiste nel compensare il cedimento della parte superiore di una linea verticale verso l'alto; tuttavia le linee non sempre ricadono come previsto." #~ msgstr "Strategia per garantire il collegamento di due strati consecutivi ad ogni punto di connessione. La retrazione consente l'indurimento delle linee verticali verso l'alto nella giusta posizione, ma può causare la deformazione del filamento. È possibile realizzare un nodo all'estremità di una linea verticale verso l'alto per accrescere la possibilità di collegamento e lasciarla raffreddare; tuttavia ciò può richiedere velocità di stampa ridotte. Un'altra strategia consiste nel compensare il cedimento della parte superiore di una linea verticale verso l'alto; tuttavia le linee non sempre ricadono come previsto."
#~ 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 "Langolo dei rami. Utilizzare un angolo minore per renderli più verticali e più stabili. Utilizzare un angolo maggiore per avere una portata maggiore."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "Indica la distanza percorsa durante la realizzazione di una connessione da un profilo della superficie superiore (tetto) verso l'interno. Applicabile solo alla funzione Wire Printing." #~ msgstr "Indica la distanza percorsa durante la realizzazione di una connessione da un profilo della superficie superiore (tetto) verso l'interno. Applicabile solo alla funzione Wire Printing."
@ -6660,6 +6787,30 @@ msgstr "spostamenti"
#~ 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." #~ 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 "Indica il tempo trascorso sul perimetro esterno del foro di una superficie superiore (tetto). Tempi più lunghi possono garantire un migliore collegamento. Applicabile solo alla funzione Wire Printing." #~ msgstr "Indica il tempo trascorso sul perimetro esterno del foro di una superficie superiore (tetto). Tempi più lunghi possono garantire un migliore collegamento. Applicabile solo alla funzione Wire Printing."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Angolo ramo supporto ad albero"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Diametro ramo supporto ad albero"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Angolo diametro ramo supporto ad albero"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Distanza ramo supporto ad albero"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Risoluzione collisione supporto ad albero"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Diametro del tronco di supporto dell'albero"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Ritardo dopo spostamento verso il basso WP" #~ msgstr "Ritardo dopo spostamento verso il basso WP"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "応答を読み取れません。" msgstr "応答を読み取れません。"
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "指定された状態が正しくありません。" msgstr "指定された状態が正しくありません。"
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "アカウントサーバーでの認証中にタイムアウトしました。" msgstr "アカウントサーバーでの認証中にタイムアウトしました。"
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "このアプリケーションの許可において必要な権限を与えてください。" msgstr "このアプリケーションの許可において必要な権限を与えてください。"
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。" msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。"
@ -829,7 +829,7 @@ msgstr "プロジェクトファイルを開く"
#: plugins/3MFReader/WorkspaceDialog.qml:134 #: plugins/3MFReader/WorkspaceDialog.qml:134
msgctxt "@button" msgctxt "@button"
msgid "Create new" msgid "Create new"
msgstr "" msgstr "新しいものを作成する"
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:692 #: plugins/3MFReader/ThreeMFWorkspaceReader.py:692
#, python-brace-format #, python-brace-format
@ -925,7 +925,7 @@ msgstr "プリンターグループ"
#: plugins/3MFReader/WorkspaceDialog.qml:103 #: plugins/3MFReader/WorkspaceDialog.qml:103
msgctxt "@action:label" msgctxt "@action:label"
msgid "Open With" msgid "Open With"
msgstr "" msgstr "開く"
#: plugins/3MFReader/WorkspaceDialog.qml:104 #: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip" msgctxt "@info:tooltip"
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "プリンターを取り除く" msgstr "プリンターを取り除く"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "ネットワーク上のプリント" msgstr "ネットワーク上のプリント"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "ネットワークのプリント" msgstr "ネットワークのプリント"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "ネットワーク上で接続" msgstr "ネットワーク上で接続"
@ -4593,17 +4593,17 @@ msgstr "新情報"
#: resources/qml/Cura.qml:890 #: resources/qml/Cura.qml:890
msgctxt "@title:window" msgctxt "@title:window"
msgid "Save Custom Profile" msgid "Save Custom Profile"
msgstr "" msgstr "カスタムプロファイルを保存"
#: resources/qml/Cura.qml:891 #: resources/qml/Cura.qml:891
msgctxt "@textfield:placeholder" msgctxt "@textfield:placeholder"
msgid "New Custom Profile" msgid "New Custom Profile"
msgstr "" msgstr "新しいカスタムプロファイル"
#: resources/qml/Cura.qml:892 #: resources/qml/Cura.qml:892
msgctxt "@info" msgctxt "@info"
msgid "Custom profile name:" msgid "Custom profile name:"
msgstr "" msgstr "カスタムプロファイル名:"
#: resources/qml/Cura.qml:909 #: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name" msgctxt "@label %i will be replaced with a profile name"
@ -4618,7 +4618,7 @@ msgstr "Curaのプリントプロファイルについて詳しくはこちら"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "新しいプロファイルを保存"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -4907,12 +4907,12 @@ msgstr "変更を維持"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save as new custom profile" msgid "Save as new custom profile"
msgstr "" msgstr "新しいカスタムプロファイルとして保存"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save changes" msgid "Save changes"
msgstr "" msgstr "変更を保存"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window" msgctxt "@text:window"
@ -5061,13 +5061,13 @@ msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:" msgid_plural "Print Selected Models With:"
msgstr[0] "選択したモデルで印刷:" msgstr[0] "選択したモデルで印刷:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "選択した複数のモデル" msgstr[0] "選択した複数のモデル"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "コピーの数" msgstr "コピーの数"
@ -6227,7 +6227,7 @@ msgstr "ブリムまたはラフトのプリントの有効化。それぞれ、
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
msgctxt "@label" msgctxt "@label"
msgid "Recommended print settings" msgid "Recommended print settings"
msgstr "" msgstr "推奨される印刷設定"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button" msgctxt "@button"
@ -6252,7 +6252,7 @@ msgstr "次の設定では、部材の強度を定義します。"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
msgctxt "infill_sparse_density description" msgctxt "infill_sparse_density description"
msgid "Infill Density" msgid "Infill Density"
msgstr "" msgstr "インフィル密度"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label" msgctxt "@label"
@ -6286,7 +6286,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
msgctxt "@action:label" msgctxt "@action:label"
msgid "Shell Thickness" msgid "Shell Thickness"
msgstr "" msgstr "シェルの厚さ"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label" msgctxt "@label"
@ -6306,7 +6306,7 @@ msgstr "オーバーハングがあるモデルにサポートを生成します
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label" msgctxt "@action:label"
msgid "Support Type" msgid "Support Type"
msgstr "" msgstr "サポートタイプ"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label" msgctxt "@label"
@ -6321,7 +6321,7 @@ msgstr "サポートを生成するために利用できる技術を選択しま
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53
msgctxt "@action:label" msgctxt "@action:label"
msgid "Print with" msgid "Print with"
msgstr "" msgstr "印刷する"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54
msgctxt "@label" msgctxt "@label"
@ -6677,22 +6677,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "プリンタを手動で追加する" msgstr "プリンタを手動で追加する"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "製造元" msgstr "製造元"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "プロファイル作成者" msgstr "プロファイル作成者"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "プリンター名" msgstr "プリンター名"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "プリンターに名前を付けてください" msgstr "プリンターに名前を付けてください"
@ -6771,12 +6771,12 @@ msgstr "非ネットワークプリンターの追加"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "Digital FactoryでUltiMakerプリンターを追加する"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Curaの使用を開始するには、プリンターを設定する必要があります。"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6786,12 +6786,12 @@ msgstr "どのプリンターをセットアップしますか?"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
msgctxt "@button" msgctxt "@button"
msgid "UltiMaker printer" msgid "UltiMaker printer"
msgstr "" msgstr "UltiMakerプリンター"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "非UltiMakerプリンター"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"
@ -6801,12 +6801,12 @@ msgstr "Curaへのプリンターの追加方法はこちら"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29
msgctxt "@label" msgctxt "@label"
msgid "Add printer" msgid "Add printer"
msgstr "" msgstr "プリンターの追加"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "新しいUltiMakerプリンターは、Digital Factoryに接続してリモートで監視できます。"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"
@ -6836,17 +6836,17 @@ msgstr "詳しく見る"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
msgctxt "@button" msgctxt "@button"
msgid "Add local printer" msgid "Add local printer"
msgstr "" msgstr "ローカルプリンターの追加"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
msgctxt "@button" msgctxt "@button"
msgid "Sign in to Digital Factory" msgid "Sign in to Digital Factory"
msgstr "" msgstr "Digital Factoryにサインイン"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button" msgctxt "@button"
msgid "Waiting for new printers" msgid "Waiting for new printers"
msgstr "" msgstr "新しいプリンターのため待機中"
#: resources/qml/WelcomePages/ChangelogContent.qml:24 #: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "別の部品内に完全に囲まれた部品は、別の部品の内側に接触する外側縁ができることがあります。この設定によって、内部の穴からこの間隔内のすべての縁が除去されます。" msgstr "別の部品内に完全に囲まれた部品は、別の部品の内側に接触する外側縁ができることがあります。この設定によって、内部の穴からこの間隔内のすべての縁が除去されます。"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "サポート材のルーフとフロアの密度を調整します 大きな値ではオーバーハングでの成功率があがりますが、サポート材が除去しにくくなります。" msgstr "サポート材のルーフとフロアの密度を調整します 大きな値ではオーバーハングでの成功率があがりますが、サポート材が除去しにくくなります。"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "両方" msgstr "両方"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "底面厚さ" msgstr "底面厚さ"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "直径" msgstr "直径"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "ズルサイズの12倍程度の薄い構造の場合、モデルの厚さに合わせてライン幅を変更する必要があります。この設定は、ウォールに許容される最小ライン幅を制御します。ジオメトリーの厚さが、Nのウォールが幅広く、N+1のウォールが狭い場所で、NからN+1のウォールに移行するため、最小ライン幅は本質的に最大ライン幅も決定します。ウォールラインの許容最大幅は、最小ウォールライン幅の2倍です。" msgstr "ズルサイズの12倍程度の薄い構造の場合、モデルの厚さに合わせてライン幅を変更する必要があります。この設定は、ウォールに許容される最小ライン幅を制御します。ジオメトリーの厚さが、Nのウォールが幅広く、N+1のウォールが狭い場所で、NからN+1のウォールに移行するため、最小ライン幅は本質的に最大ライン幅も決定します。ウォールラインの許容最大幅は、最小ウォールライン幅の2倍です。"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "水平スケールファクタ収縮補正" msgstr "水平スケールファクタ収縮補正"
#: fdmprinter.def.json
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 "枝がモデルに接触するところで確保する枝の間隔。この間隔を小さくするとツリーサポートがモデルに接触する点が増え、支える効果が高まりますが、サポートの取り外しが難しくなります。"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "プリンタ起動gcodeスクリプト完了時に、各エクストルーダーのフィラメントが共有ズルの先端部分から引き戻されていると想定される量。この値は、ズルのダクトの共通部分の長さ以上にする必要があります。" msgstr "プリンタ起動gcodeスクリプト完了時に、各エクストルーダーのフィラメントが共有ズルの先端部分から引き戻されていると想定される量。この値は、ズルのダクトの共通部分の長さ以上にする必要があります。"
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "初期レイヤーの底面フロー" msgstr "初期レイヤーの底面フロー"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "内側から外側へ" msgstr "内側から外側へ"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "ライトニングインフィルサポート角度" msgstr "ライトニングインフィルサポート角度"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "最大加速度Z" msgstr "最大加速度Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "最小送り速度" msgstr "最小送り速度"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "エクストルーダーのオフセット" msgstr "エクストルーダーのオフセット"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Ooze Shield距離" msgstr "Ooze Shield距離"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "この量よりも小さい円周を持つスライスレイヤーのポリゴンは、除外されます。値を小さくすると、スライス時間のコストで、メッシュの解像度が高くなります。つまり、ほとんどが高解像 SLA プリンター、極小多機能 3D モデルです。" msgstr "この量よりも小さい円周を持つスライスレイヤーのポリゴンは、除外されます。値を小さくすると、スライス時間のコストで、メッシュの解像度が高くなります。つまり、ほとんどが高解像 SLA プリンター、極小多機能 3D モデルです。"
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3407,9 +3507,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。" msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "モデルに干渉しないようにする衝突計算の精細度。小さい値を設定すると、失敗の少ない正確なツリーが生成されますが、スライス時間は大きく増加します。" msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3986,6 +4086,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "サポートインタフェースパターン" msgstr "サポートインタフェースパターン"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4156,6 +4261,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "サポートZ距離" msgstr "サポートZ距離"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4398,11 +4513,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "基部に向かって徐々に太くなる枝の直径の角度。角度が0の場合、枝の太さは全長にわたって同じになります。少し角度を付けると、ツリーサポートの安定性が高まります。" msgstr "基部に向かって徐々に太くなる枝の直径の角度。角度が0の場合、枝の太さは全長にわたって同じになります。少し角度を付けると、ツリーサポートの安定性が高まります。"
#: fdmprinter.def.json
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 "枝の角度。枝を垂直で安定したものにするためには小さい角度を使用します。高さを得るためには大きい角度を使用します。"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4473,6 +4583,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "ツリーサポートの最も細い枝の直径。枝は太いほど丈夫です。基部に近いところでは、枝はこれよりも太くなります。" msgstr "ツリーサポートの最も細い枝の直径。枝は太いほど丈夫です。基部に近いところでは、枝はこれよりも太くなります。"
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4867,6 +4982,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "印刷可能になったオーバーハングの最大角度。 0°の値では、すべてのオーバーハングがビルドプレートに接続されたモデルの一部に置き換えられます。90°では、モデルは決して変更されません。" msgstr "印刷可能になったオーバーハングの最大角度。 0°の値では、すべてのオーバーハングがビルドプレートに接続されたモデルの一部に置き換えられます。90°では、モデルは決して変更されません。"
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5082,6 +5202,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "プライムタワーの各層の最小容積。" msgstr "プライムタワーの各層の最小容積。"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5237,6 +5362,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "レイヤー内の各パーツの印刷を開始する場所付近の位置。" msgstr "レイヤー内の各パーツの印刷を開始する場所付近の位置。"
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5647,6 +5782,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "これにより、モデルの周囲に壁ができ、熱を閉じ込め、外気の流れを遮蔽します。特に反りやすい材料に有効です。" msgstr "これにより、モデルの周囲に壁ができ、熱を閉じ込め、外気の流れを遮蔽します。特に反りやすい材料に有効です。"
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5842,36 +5982,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "ツリー" msgstr "ツリー"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "ツリーサポート枝角度"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "ツリーサポート枝直径"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "ツリーサポート枝直径角度"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "ツリーサポート枝間隔"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "ツリーサポート衝突精細度"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "ツリーをサポートする本体の直径"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5902,6 +6012,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "トライアングル" msgstr "トライアングル"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6602,6 +6717,10 @@ msgstr "移動"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "流れ補正:押出されたマテリアルの量はこの値の乗算になります。ワイヤ印刷のみに適用されます。" #~ msgstr "流れ補正:押出されたマテリアルの量はこの値の乗算になります。ワイヤ印刷のみに適用されます。"
#~ 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 "枝がモデルに接触するところで確保する枝の間隔。この間隔を小さくするとツリーサポートがモデルに接触する点が増え、支える効果が高まりますが、サポートの取り外しが難しくなります。"
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "ノット" #~ msgstr "ノット"
@ -6614,6 +6733,10 @@ msgstr "移動"
#~ 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." #~ 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 "薄い空気中に印刷し、疎なウエブ構造で外面のみを印刷します。これは、上向きおよび斜め下向きの線を介して接続された所定のZ間隔でモデルの輪郭を水平に印刷することによって実現される。" #~ msgstr "薄い空気中に印刷し、疎なウエブ構造で外面のみを印刷します。これは、上向きおよび斜め下向きの線を介して接続された所定のZ間隔でモデルの輪郭を水平に印刷することによって実現される。"
#~ 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 "モデルに干渉しないようにする衝突計算の精細度。小さい値を設定すると、失敗の少ない正確なツリーが生成されますが、スライス時間は大きく増加します。"
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "引き戻し" #~ msgstr "引き戻し"
@ -6642,6 +6765,10 @@ msgstr "移動"
#~ 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." #~ 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 "各接続ポイントで2つの連続したレイヤーが密着していることを確認するためのストラテジー。収縮すると上向きの線が正しい位置で硬化しますが、フィラメントの研削が行われる可能性があります。上向きの線の終わりに結び目をつけて接続する機会を増やし、線を冷やすことができます。ただし、印刷速度が遅くなることがあります。別の方法は、上向きの線の上端のたるみを補償することである。しかし、予測どおりにラインが必ずしも落ちるとは限りません。" #~ msgstr "各接続ポイントで2つの連続したレイヤーが密着していることを確認するためのストラテジー。収縮すると上向きの線が正しい位置で硬化しますが、フィラメントの研削が行われる可能性があります。上向きの線の終わりに結び目をつけて接続する機会を増やし、線を冷やすことができます。ただし、印刷速度が遅くなることがあります。別の方法は、上向きの線の上端のたるみを補償することである。しかし、予測どおりにラインが必ずしも落ちるとは限りません。"
#~ 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 "枝の角度。枝を垂直で安定したものにするためには小さい角度を使用します。高さを得るためには大きい角度を使用します。"
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "ルーフから内側に輪郭を描くときの距離。ワイヤ印刷のみに適用されます。" #~ msgstr "ルーフから内側に輪郭を描くときの距離。ワイヤ印刷のみに適用されます。"
@ -6662,6 +6789,30 @@ msgstr "移動"
#~ 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." #~ 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 "トップレイヤーにある穴の外側に掛ける時間。長い時間の方はより良い密着を得られます。ワイヤ印刷にのみ適用されます。" #~ msgstr "トップレイヤーにある穴の外側に掛ける時間。長い時間の方はより良い密着を得られます。ワイヤ印刷にのみ適用されます。"
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "ツリーサポート枝角度"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "ツリーサポート枝直径"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "ツリーサポート枝直径角度"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "ツリーサポート枝間隔"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "ツリーサポート衝突精細度"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "ツリーをサポートする本体の直径"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "WP底面遅延" #~ msgstr "WP底面遅延"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "응답을 읽을 수 없습니다." msgstr "응답을 읽을 수 없습니다."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "입력한 상태가 올바르지 않습니다." msgstr "입력한 상태가 올바르지 않습니다."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "계정 서버 인증 시간이 초과되었습니다." msgstr "계정 서버 인증 시간이 초과되었습니다."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오." msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오." msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오."
@ -829,7 +829,7 @@ msgstr "프로젝트 파일 열기"
#: plugins/3MFReader/WorkspaceDialog.qml:134 #: plugins/3MFReader/WorkspaceDialog.qml:134
msgctxt "@button" msgctxt "@button"
msgid "Create new" msgid "Create new"
msgstr "" msgstr "새로 만들기"
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:692 #: plugins/3MFReader/ThreeMFWorkspaceReader.py:692
#, python-brace-format #, python-brace-format
@ -925,7 +925,7 @@ msgstr "프린터 그룹"
#: plugins/3MFReader/WorkspaceDialog.qml:103 #: plugins/3MFReader/WorkspaceDialog.qml:103
msgctxt "@action:label" msgctxt "@action:label"
msgid "Open With" msgid "Open With"
msgstr "" msgstr "다음으로 열기"
#: plugins/3MFReader/WorkspaceDialog.qml:104 #: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip" msgctxt "@info:tooltip"
@ -3665,17 +3665,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "프린터 제거" msgstr "프린터 제거"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "네트워크를 통해 프린팅" msgstr "네트워크를 통해 프린팅"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "네트워크를 통해 프린팅" msgstr "네트워크를 통해 프린팅"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "네트워크를 통해 연결됨" msgstr "네트워크를 통해 연결됨"
@ -4592,17 +4592,17 @@ msgstr "새로운 기능"
#: resources/qml/Cura.qml:890 #: resources/qml/Cura.qml:890
msgctxt "@title:window" msgctxt "@title:window"
msgid "Save Custom Profile" msgid "Save Custom Profile"
msgstr "" msgstr "사용자 지정 프로필 저장"
#: resources/qml/Cura.qml:891 #: resources/qml/Cura.qml:891
msgctxt "@textfield:placeholder" msgctxt "@textfield:placeholder"
msgid "New Custom Profile" msgid "New Custom Profile"
msgstr "" msgstr "새 사용자 지정 프로필"
#: resources/qml/Cura.qml:892 #: resources/qml/Cura.qml:892
msgctxt "@info" msgctxt "@info"
msgid "Custom profile name:" msgid "Custom profile name:"
msgstr "" msgstr "사용자 지정 프로필 이름:"
#: resources/qml/Cura.qml:909 #: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name" msgctxt "@label %i will be replaced with a profile name"
@ -4617,7 +4617,7 @@ msgstr "Cura 프린트 프로필에 대해 자세히 알아보기"
#: resources/qml/Cura.qml:926 #: resources/qml/Cura.qml:926
msgctxt "@button" msgctxt "@button"
msgid "Save new profile" msgid "Save new profile"
msgstr "" msgstr "새 프로필 저장"
#: resources/qml/Dialogs/AboutDialog.qml:15 #: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name." msgctxt "@title:window The argument is the application name."
@ -4906,12 +4906,12 @@ msgstr "변경 사항 유지"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save as new custom profile" msgid "Save as new custom profile"
msgstr "" msgstr "새 사용자 지정 프로필로 저장"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178 #: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button" msgctxt "@action:button"
msgid "Save changes" msgid "Save changes"
msgstr "" msgstr "변경 사항 저장"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47 #: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window" msgctxt "@text:window"
@ -5060,13 +5060,13 @@ msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:" msgid_plural "Print Selected Models With:"
msgstr[0] "선택된 모델 프린팅 :" msgstr[0] "선택된 모델 프린팅 :"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "선택한 모델 복" msgstr[0] "선택한 모델 복"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "복제할 수" msgstr "복제할 수"
@ -6227,7 +6227,7 @@ msgstr "브림이나 라프트를 사용합니다. 이렇게하면 출력물 주
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
msgctxt "@label" msgctxt "@label"
msgid "Recommended print settings" msgid "Recommended print settings"
msgstr "" msgstr "권장 프린트 설정"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111 #: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button" msgctxt "@button"
@ -6252,7 +6252,7 @@ msgstr "다음 설정은 부품의 강도를 정의합니다."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
msgctxt "infill_sparse_density description" msgctxt "infill_sparse_density description"
msgid "Infill Density" msgid "Infill Density"
msgstr "" msgstr "내부채움 밀도"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label" msgctxt "@label"
@ -6286,7 +6286,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
msgctxt "@action:label" msgctxt "@action:label"
msgid "Shell Thickness" msgid "Shell Thickness"
msgstr "" msgstr "셸 두께"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68 #: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label" msgctxt "@label"
@ -6306,7 +6306,7 @@ msgstr "오버행이 있는 모델 서포트를 생성합니다. 이러한 구
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label" msgctxt "@action:label"
msgid "Support Type" msgid "Support Type"
msgstr "" msgstr "지원 유형"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label" msgctxt "@label"
@ -6321,7 +6321,7 @@ msgstr "서포트를 생성하는 데 사용할 수 있는 기술 중 하나를
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53
msgctxt "@action:label" msgctxt "@action:label"
msgid "Print with" msgid "Print with"
msgstr "" msgstr "다음으로 프린트"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54 #: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54
msgctxt "@label" msgctxt "@label"
@ -6680,22 +6680,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "수동으로 프린터 추가" msgstr "수동으로 프린터 추가"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "제조업체" msgstr "제조업체"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "프로파일 원작자" msgstr "프로파일 원작자"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "프린터 이름" msgstr "프린터 이름"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "프린터의 이름을 설정하십시오" msgstr "프린터의 이름을 설정하십시오"
@ -6774,12 +6774,12 @@ msgstr "비 네트워크 프린터 추가"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "Digital Factory를 통해 UltiMaker 프린터 추가"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Cura를 사용하려면 프린터를 구성해야 합니다."
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6789,12 +6789,12 @@ msgstr "어떤 프린터를 설정하시겠습니까?"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
msgctxt "@button" msgctxt "@button"
msgid "UltiMaker printer" msgid "UltiMaker printer"
msgstr "" msgstr "UltiMaker 프린터"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "UltiMaker 프린터가 아님"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"
@ -6804,12 +6804,12 @@ msgstr "Cura에 프린터를 추가하는 방법 자세히 알아보기"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29
msgctxt "@label" msgctxt "@label"
msgid "Add printer" msgid "Add printer"
msgstr "" msgstr "프린터 추가"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label" msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely." msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "" msgstr "새 UltiMaker 프린터를 Digital Factory에 연결하여 원격으로 모니터링할 수 있습니다."
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label" msgctxt "@label"
@ -6839,17 +6839,17 @@ msgstr "자세히 알아보기"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
msgctxt "@button" msgctxt "@button"
msgid "Add local printer" msgid "Add local printer"
msgstr "" msgstr "로컬 프린터 추가"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
msgctxt "@button" msgctxt "@button"
msgid "Sign in to Digital Factory" msgid "Sign in to Digital Factory"
msgstr "" msgstr "Digital Factory에 로그인"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133 #: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button" msgctxt "@button"
msgid "Waiting for new printers" msgid "Waiting for new printers"
msgstr "" msgstr "새 프린터 대기 중"
#: resources/qml/WelcomePages/ChangelogContent.qml:24 #: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label" msgctxt "@label"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "다른 부품 내부에 완전히 둘러싸인 부품은 다른 부품의 내부에 닿는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내에 있는 모든 브림이 제거됩니다." msgstr "다른 부품 내부에 완전히 둘러싸인 부품은 다른 부품의 내부에 닿는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내에 있는 모든 브림이 제거됩니다."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "서포트의 지붕 및 바닥 밀도를 조정합니다. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다." msgstr "서포트의 지붕 및 바닥 밀도를 조정합니다. 값이 높을수록 오버행에서 좋지만 서포트를 제거하기가 더 어렵습니다."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "모두" msgstr "모두"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "바닥 두께" msgstr "바닥 두께"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "직경" msgstr "직경"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "노즐 크기의 1~2배 정도의 얇은 구조물의 경우 모델의 두께에 맞게 선 너비를 변경해야 합니다. 이 설정은 벽에 허용되는 최소 선 너비를 제어합니다. N개의 벽이 넓고 N+1개의 벽이 좁은 일부 형상 두께에서는 N개의 벽에서 N+1개의 벽으로 전환하기 때문에, 최소 선 너비가 내재적으로 최대 선 너비를 결정합니다. 가장 넓을 가능성이 있는 벽 선은 최소 벽 선 너비의 두 배입니다." msgstr "노즐 크기의 1~2배 정도의 얇은 구조물의 경우 모델의 두께에 맞게 선 너비를 변경해야 합니다. 이 설정은 벽에 허용되는 최소 선 너비를 제어합니다. N개의 벽이 넓고 N+1개의 벽이 좁은 일부 형상 두께에서는 N개의 벽에서 N+1개의 벽으로 전환하기 때문에, 최소 선 너비가 내재적으로 최대 선 너비를 결정합니다. 가장 넓을 가능성이 있는 벽 선은 최소 벽 선 너비의 두 배입니다."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "수평 확장 배율 수축 보정" msgstr "수평 확장 배율 수축 보정"
#: fdmprinter.def.json
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 "모델에 붙는 브랜치를 떨어뜨리는 거리. 이 거리를 짧게 하면 트리 서포트이 더 많은 접점에서 모델에 접촉하여, 오버행이 더 좋아지지만 서포트를 제거하기가 더 어렵게 됩니다."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "프린터 시작 gcode 스크립트가 완료될 때 공유된 노즐 끝에서 각 익스트루더의 필라멘트가 수축된 것으로 가정하는 정도입니다. 이 값은 노즐 덕트의 공통 부분의 길이와 같거나 커야 합니다." msgstr "프린터 시작 gcode 스크립트가 완료될 때 공유된 노즐 끝에서 각 익스트루더의 필라멘트가 수축된 것으로 가정하는 정도입니다. 이 값은 노즐 덕트의 공통 부분의 길이와 같거나 커야 합니다."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "첫 번째 레이어 하단 압출량" msgstr "첫 번째 레이어 하단 압출량"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "내부에서 외부로" msgstr "내부에서 외부로"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "라이트닝 내부채움 서포트 각도" msgstr "라이트닝 내부채움 서포트 각도"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Z 방향 최대 가속도" msgstr "Z 방향 최대 가속도"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "최소 이송 속도" msgstr "최소 이송 속도"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "익스트루더로 오프셋" msgstr "익스트루더로 오프셋"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Ooze 쉴드 거리" msgstr "Ooze 쉴드 거리"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "레이어가 슬라이스 된, 이 값보다 둘레가 작은 다각형은 필터링됩니다. 값을 낮을수록 슬라이스가 느려지지만, 해상도 메쉬가 높아집니다. 주로 고해상도 SLA 프린터 및 세부 사항이 많은 매우 작은 3D 모델에 적합합니다." msgstr "레이어가 슬라이스 된, 이 값보다 둘레가 작은 다각형은 필터링됩니다. 값을 낮을수록 슬라이스가 느려지지만, 해상도 메쉬가 높아집니다. 주로 고해상도 SLA 프린터 및 세부 사항이 많은 매우 작은 3D 모델에 적합합니다."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다." msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "모델에 부딪히는 것을 피하기 위해 충돌을 계산하는 정밀도. 이 값을 낮게 설정하면 실패도가 낮은 더 정확한 트리를 생성하지만, 슬라이싱 시간이 현격하게 늘어납니다." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "서포트 인터페이스 패턴" msgstr "서포트 인터페이스 패턴"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "서포트 Z 거리" msgstr "서포트 Z 거리"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "바닥면을 향할수록 점점 더 두꺼워짐에 따른 브랜치의 직경 각도. 이 각도가 0이면 브랜치는 길이 전체에 균일한 두께를 갖게 됩니다. 약간의 각도가 있으면 트리 서포트의 안정성을 높여 줍니다." msgstr "바닥면을 향할수록 점점 더 두꺼워짐에 따른 브랜치의 직경 각도. 이 각도가 0이면 브랜치는 길이 전체에 균일한 두께를 갖게 됩니다. 약간의 각도가 있으면 트리 서포트의 안정성을 높여 줍니다."
#: fdmprinter.def.json
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 "브랜치의 각도. 적은 각도를 사용하면 더 수직이 되어 더 안정됩니다. 높은 각도를 사용하면 더 많이 도달할 수 있습니다."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "트리 서포트의 가장 얇은 브랜치의 직경. 브랜치가 두꺼울수록 더 견고해집니다. 바닥을 향한 브랜치는 이보다 더 두꺼워집니다." msgstr "트리 서포트의 가장 얇은 브랜치의 직경. 브랜치가 두꺼울수록 더 견고해집니다. 바닥을 향한 브랜치는 이보다 더 두꺼워집니다."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "프린팅 가능하게 된 후 오버행의 최대 각도. 0도의 값에서 모든 오버행은 빌드 플레이트에 연결된 모델로 대체됩니다. 90도는 모델을 변경하지 않습니다." msgstr "프린팅 가능하게 된 후 오버행의 최대 각도. 0도의 값에서 모든 오버행은 빌드 플레이트에 연결된 모델로 대체됩니다. 90도는 모델을 변경하지 않습니다."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "충분한 재료를 퍼지하기 위해 프라임 타워 각 층의 최소 부피." msgstr "충분한 재료를 퍼지하기 위해 프라임 타워 각 층의 최소 부피."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "레이어에서 각 부품의 프린팅이 시작할 위치 근처입니다." msgstr "레이어에서 각 부품의 프린팅이 시작할 위치 근처입니다."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "모델 주위에 벽이 생겨 외부 공기 흐름을 막아 (뜨거운) 공기를 막을 수 있습니다. 왜곡이 쉬운 소재에 특히 유용합니다." msgstr "모델 주위에 벽이 생겨 외부 공기 흐름을 막아 (뜨거운) 공기를 막을 수 있습니다. 왜곡이 쉬운 소재에 특히 유용합니다."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "트리" msgstr "트리"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "트리 서포트 브랜치 각도"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "트리 서포트 브랜치 직경"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "트리 서포트 브랜치 직경 각도"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "트리 서포트 브랜치 거리"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "트리 서포트 충돌 정밀도"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "트리 서포트 트렁크 직경"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "삼각형" msgstr "삼각형"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6598,6 +6713,10 @@ msgstr "이동"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "압출량 보상 : 압출 된 재료의 양에 이 값을 곱합니다. 와이어 프린팅에만 적용됩니다." #~ msgstr "압출량 보상 : 압출 된 재료의 양에 이 값을 곱합니다. 와이어 프린팅에만 적용됩니다."
#~ 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 "모델에 붙는 브랜치를 떨어뜨리는 거리. 이 거리를 짧게 하면 트리 서포트이 더 많은 접점에서 모델에 접촉하여, 오버행이 더 좋아지지만 서포트를 제거하기가 더 어렵게 됩니다."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "매듭" #~ msgstr "매듭"
@ -6610,6 +6729,10 @@ msgstr "이동"
#~ 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." #~ 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 "외벽의 표면만 거미줄 같은 형태로 공중에서 프린팅합니다. 이것은 상향 및 대각선 하향 라인을 통해 연결된 Z 간격으로 모형의 윤곽을 수평으로 인쇄함으로써 구현됩니다." #~ msgstr "외벽의 표면만 거미줄 같은 형태로 공중에서 프린팅합니다. 이것은 상향 및 대각선 하향 라인을 통해 연결된 Z 간격으로 모형의 윤곽을 수평으로 인쇄함으로써 구현됩니다."
#~ 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 "모델에 부딪히는 것을 피하기 위해 충돌을 계산하는 정밀도. 이 값을 낮게 설정하면 실패도가 낮은 더 정확한 트리를 생성하지만, 슬라이싱 시간이 현격하게 늘어납니다."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "리트렉트" #~ msgstr "리트렉트"
@ -6638,6 +6761,10 @@ msgstr "이동"
#~ 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." #~ 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 "각 연결 지점에서 두 개의 연속 된 레이어가 연결되도록 하는 전략입니다. 리트렉션을 하면 상향 선이 올바른 위치에서 경화되지만 필라멘트가 갈릴 수 있습니다. 상향 선의 끝에 매듭을 만들어 연결 기회를 높이고 선을 차게 할 수 있습니다. 그러나 느린 프린팅 속도가 필요할 수 있습니다. 또 다른 전략은 상향 라인의 윗부분의 처짐을 보충하는 것입니다. 그러나 선은 항상 예측대로 떨어지지는 않습니다." #~ msgstr "각 연결 지점에서 두 개의 연속 된 레이어가 연결되도록 하는 전략입니다. 리트렉션을 하면 상향 선이 올바른 위치에서 경화되지만 필라멘트가 갈릴 수 있습니다. 상향 선의 끝에 매듭을 만들어 연결 기회를 높이고 선을 차게 할 수 있습니다. 그러나 느린 프린팅 속도가 필요할 수 있습니다. 또 다른 전략은 상향 라인의 윗부분의 처짐을 보충하는 것입니다. 그러나 선은 항상 예측대로 떨어지지는 않습니다."
#~ 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 "브랜치의 각도. 적은 각도를 사용하면 더 수직이 되어 더 안정됩니다. 높은 각도를 사용하면 더 많이 도달할 수 있습니다."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "지붕에서 연결을 할 때 안쪽까지 윤곽선을 그립니다. 와이어 프린팅에만 적용됩니다." #~ msgstr "지붕에서 연결을 할 때 안쪽까지 윤곽선을 그립니다. 와이어 프린팅에만 적용됩니다."
@ -6658,6 +6785,30 @@ msgstr "이동"
#~ 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." #~ 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 "지붕이 될 구멍의 바깥 둘레에서의 시간. 시간이 길면 연결이 더 잘됩니다. 와이어 프린팅에만 적용됩니다." #~ msgstr "지붕이 될 구멍의 바깥 둘레에서의 시간. 시간이 길면 연결이 더 잘됩니다. 와이어 프린팅에만 적용됩니다."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "트리 서포트 브랜치 각도"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "트리 서포트 브랜치 직경"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "트리 서포트 브랜치 직경 각도"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "트리 서포트 브랜치 거리"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "트리 서포트 충돌 정밀도"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "트리 서포트 트렁크 직경"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "WP 최저 지연" #~ msgstr "WP 최저 지연"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+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"
@ -430,22 +430,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Kan het antwoord niet lezen." msgstr "Kan het antwoord niet lezen."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "De opgegeven status is niet juist." msgstr "De opgegeven status is niet juist."
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "Time-out tijdens verificatie bij de accountserver." msgstr "Time-out tijdens verificatie bij de accountserver."
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing." msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw." msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw."
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "Printers verwijderen" msgstr "Printers verwijderen"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Printen via netwerk" msgstr "Printen via netwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Printen via netwerk" msgstr "Printen via netwerk"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Via het netwerk verbonden" msgstr "Via het netwerk verbonden"
@ -5074,14 +5074,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Geselecteerd model printen met:" msgstr[0] "Geselecteerd model printen met:"
msgstr[1] "Geselecteerde modellen printen met:" msgstr[1] "Geselecteerde modellen printen met:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Geselecteerd model verveelvoudigen" msgstr[0] "Geselecteerd model verveelvoudigen"
msgstr[1] "Geselecteerde modellen verveelvoudigen" msgstr[1] "Geselecteerde modellen verveelvoudigen"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Aantal exemplaren" msgstr "Aantal exemplaren"
@ -6219,7 +6219,7 @@ msgstr "Aanbevolen instellingen (voor <b>%1</b>) zijn gewijzigd."
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106 #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106
msgctxt "@info %1 is the name of a profile" msgctxt "@info %1 is the name of a profile"
msgid "Some setting-values defined in <b>%1</b> were overridden." msgid "Some setting-values defined in <b>%1</b> were overridden."
msgstr "Enkele instellingen van het huidige profiel zijn overschreven." msgstr ""
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137 #: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137
msgctxt "@info" msgctxt "@info"
@ -6698,22 +6698,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "Printer handmatig toevoegen" msgstr "Printer handmatig toevoegen"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Fabrikant" msgstr "Fabrikant"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "Profieleigenaar" msgstr "Profieleigenaar"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Printernaam" msgstr "Printernaam"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "Geef uw printer een naam" msgstr "Geef uw printer een naam"
@ -6792,12 +6792,12 @@ msgstr "Een niet-netwerkprinter toevoegen"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102 #: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button" msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory" msgid "Add UltiMaker printer via Digital Factory"
msgstr "" msgstr "UltiMaker printer toevoegen via Digital Factory"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label" msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer." msgid "In order to start using Cura you will need to configure a printer."
msgstr "" msgstr "Om Cura te gebruiken moet u een printer configureren."
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label" msgctxt "@label"
@ -6812,7 +6812,7 @@ msgstr "UltiMaker printer"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button" msgctxt "@button"
msgid "Non UltiMaker printer" msgid "Non UltiMaker printer"
msgstr "" msgstr "Non UltiMaker printer"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73 #: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button" msgctxt "@button"

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-03-28 11:57+0000\n" "POT-Creation-Date: 2023-04-28 10:03+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"
@ -72,6 +72,11 @@ msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes." msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Een deel dat volledig is ingesloten in een ander deel kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van de interne gaten." msgstr "Een deel dat volledig is ingesloten in een ander deel kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van de interne gaten."
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "extruder_prime_pos_abs label" msgctxt "extruder_prime_pos_abs label"
msgid "Absolute Extruder Prime Position" msgid "Absolute Extruder Prime Position"
@ -136,6 +141,11 @@ msgctxt "support_interface_density description"
msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the roofs and floors of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen." msgstr "Past de dichtheid van de daken en vloeren van de supportstructuur aan. Met een hogere waarde krijgt u een betere overhang, maar is de supportstructuur moeilijker te verwijderen."
#: fdmprinter.def.json
msgctxt "support_tree_top_rate description"
msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_infill_rate description" msgctxt "support_infill_rate description"
msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove." msgid "Adjusts the density of the support structure. A higher value results in better overhangs, but the supports are harder to remove."
@ -316,6 +326,11 @@ msgctxt "magic_mesh_surface_mode option both"
msgid "Both" msgid "Both"
msgstr "Beide" msgstr "Beide"
#: fdmprinter.def.json
msgctxt "support_interface_priority option nothing"
msgid "Both overlap"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bottom_layers label" msgctxt "bottom_layers label"
msgid "Bottom Layers" msgid "Bottom Layers"
@ -341,6 +356,21 @@ msgctxt "bottom_thickness label"
msgid "Bottom Thickness" msgid "Bottom Thickness"
msgstr "Bodemdikte" msgstr "Bodemdikte"
#: fdmprinter.def.json
msgctxt "support_tree_top_rate label"
msgid "Branch Density"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Branch Diameter"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Branch Diameter Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position label" msgctxt "material_break_preparation_retracted_position label"
msgid "Break Preparation Retracted Position" msgid "Break Preparation Retracted Position"
@ -851,6 +881,16 @@ msgctxt "material_diameter label"
msgid "Diameter" msgid "Diameter"
msgstr "Diameter" msgstr "Diameter"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
msgid "Diameter Increase To Model"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter description"
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "adhesion_type description" msgctxt "adhesion_type description"
msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model." msgid "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model."
@ -1346,6 +1386,11 @@ msgctxt "min_wall_line_width description"
msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width." msgid "For thin structures around once or twice the nozzle size, the line widths need to be altered to adhere to the thickness of the model. This setting controls the minimum line width allowed for the walls. The minimum line widths inherently also determine the maximum line widths, since we transition from N to N+1 walls at some geometry thickness where the N walls are wide and the N+1 walls are narrow. The widest possible wall line is twice the Minimum Wall Line Width."
msgstr "Bij dunne structuren die ongeveer één of tweemaal zo groot als de nozzle zijn, moeten de lijnbreedtes worden aangepast aan de dikte van het model. Met deze instelling beheert u de minimum lijnbreedte die voor wanden is toegestaan. De minimum lijnbreedte bepaalt automatisch ook de maximale lijnbreedte, omdat we bij een bepaalde geometriedikte overgaan van wanden van N naar wanden van N+1, waarbij de N-wanden breed zijn en de N+1-wanden smal. De breedst mogelijke wandlijn is tweemaal de minimumbreedte van de wandlijn." msgstr "Bij dunne structuren die ongeveer één of tweemaal zo groot als de nozzle zijn, moeten de lijnbreedtes worden aangepast aan de dikte van het model. Met deze instelling beheert u de minimum lijnbreedte die voor wanden is toegestaan. De minimum lijnbreedte bepaalt automatisch ook de maximale lijnbreedte, omdat we bij een bepaalde geometriedikte overgaan van wanden van N naar wanden van N+1, waarbij de N-wanden breed zijn en de N+1-wanden smal. De breedst mogelijke wandlijn is tweemaal de minimumbreedte van de wandlijn."
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option buildplate"
msgid "Force Only Buildplate"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "z_seam_position option front" msgctxt "z_seam_position option front"
msgid "Front" msgid "Front"
@ -1594,11 +1639,6 @@ msgctxt "material_shrinkage_percentage_xy label"
msgid "Horizontal Scaling Factor Shrinkage Compensation" msgid "Horizontal Scaling Factor Shrinkage Compensation"
msgstr "Horizontale schaalfactor krimpcompensatie" msgstr "Horizontale schaalfactor krimpcompensatie"
#: fdmprinter.def.json
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 "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_break_preparation_retracted_position description" msgctxt "material_break_preparation_retracted_position description"
msgid "How far the filament can be stretched before it breaks, while heated." msgid "How far the filament can be stretched before it breaks, while heated."
@ -1679,6 +1719,16 @@ msgctxt "machine_extruders_shared_nozzle_initial_retraction description"
msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts." msgid "How much the filament of each extruder is assumed to have been retracted from the shared nozzle tip at the completion of the printer-start gcode script; the value should be equal to or greater than the length of the common part of the nozzle's ducts."
msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle." msgstr "Hoever het filament van elke extruder geacht wordt te zijn ingetrokken vanuit de gedeelde nozzle als het G-code-script voor het opstarten van de printer is uitgevoerd. De waarde mag niet gelijk zijn aan of groter zijn dan de lengte van het gemeenschappelijke deel van de kanalen in de nozzle."
#: fdmprinter.def.json
msgctxt "support_interface_priority description"
msgid "How support interface and support will interact when they overlap. Currently only implemented for support roof."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model description"
msgid "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "bridge_skin_support_threshold description" msgctxt "bridge_skin_support_threshold description"
msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings." msgid "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings."
@ -1859,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
msgid "Initial Layer Bottom Flow" msgid "Initial Layer Bottom Flow"
msgstr "Initiële laag onderste lijn" msgstr "Initiële laag onderste lijn"
#: fdmprinter.def.json
msgctxt "support_tree_bp_diameter label"
msgid "Initial Layer Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_flow_layer_0 label" msgctxt "material_flow_layer_0 label"
msgid "Initial Layer Flow" msgid "Initial Layer Flow"
@ -1984,6 +2039,16 @@ msgctxt "inset_direction option inside_out"
msgid "Inside To Outside" msgid "Inside To Outside"
msgstr "Van binnen naar buiten" msgstr "Van binnen naar buiten"
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_lines_overwrite_support_area"
msgid "Interface lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option interface_area_overwrite_support_area"
msgid "Interface preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "interlocking_beam_layer_count label" msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count" msgid "Interlocking Beam Layer Count"
@ -2139,6 +2204,16 @@ msgctxt "lightning_infill_support_angle label"
msgid "Lightning Infill Support Angle" msgid "Lightning Infill Support Angle"
msgstr "Hoek supportstructuur bliksemvulling" msgstr "Hoek supportstructuur bliksemvulling"
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach label"
msgid "Limit Branch Reach"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "cutting_mesh description" msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder." msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
@ -2324,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
msgid "Maximum Acceleration Z" msgid "Maximum Acceleration Z"
msgstr "Maximale Acceleratie Z" msgstr "Maximale Acceleratie Z"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Maximum Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "meshfix_maximum_deviation label" msgctxt "meshfix_maximum_deviation label"
msgid "Maximum Deviation" msgid "Maximum Deviation"
@ -2514,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
msgid "Minimum Feedrate" msgid "Minimum Feedrate"
msgstr "Minimale Doorvoersnelheid" msgstr "Minimale Doorvoersnelheid"
#: fdmprinter.def.json
msgctxt "support_tree_min_height_to_model label"
msgid "Minimum Height To Model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "min_infill_area label" msgctxt "min_infill_area label"
msgid "Minimum Infill Area" msgid "Minimum Infill Area"
@ -2824,6 +2909,11 @@ msgctxt "machine_use_extruder_offset_to_offset_coords label"
msgid "Offset with Extruder" msgid "Offset with Extruder"
msgstr "Offset met extruder" msgstr "Offset met extruder"
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference option graceful"
msgid "On Model If Necessary"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "print_sequence option one_at_a_time" msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time" msgid "One at a Time"
@ -2854,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
msgid "Ooze Shield Distance" msgid "Ooze Shield Distance"
msgstr "Afstand Uitloopscherm" msgstr "Afstand Uitloopscherm"
#: fdmprinter.def.json
msgctxt "support_tree_branch_reach_limit label"
msgid "Optimal Branch Range"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "optimize_wall_printing_order label" msgctxt "optimize_wall_printing_order label"
msgid "Optimize Wall Printing Order" msgid "Optimize Wall Printing Order"
@ -2959,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details." msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie, waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten." msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie, waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow label"
msgid "Preferred Branch Angle"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "wall_transition_filter_deviation description" msgctxt "wall_transition_filter_deviation description"
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems." msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
@ -3405,9 +3505,9 @@ msgid "Replaces the outermost part of the top/bottom pattern with a number of co
msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen." msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_tree_collision_resolution description" msgctxt "support_tree_rest_preference label"
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." msgid "Rest Preference"
msgstr "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd." msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "travel_retract_before_outer_wall label" msgctxt "travel_retract_before_outer_wall label"
@ -3984,6 +4084,11 @@ msgctxt "support_interface_pattern label"
msgid "Support Interface Pattern" msgid "Support Interface Pattern"
msgstr "Patroon Verbindingsstructuur" msgstr "Patroon Verbindingsstructuur"
#: fdmprinter.def.json
msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_interface_skip_height label" msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution" msgid "Support Interface Resolution"
@ -4154,6 +4259,16 @@ msgctxt "support_z_distance label"
msgid "Support Z Distance" msgid "Support Z Distance"
msgstr "Z-afstand Supportstructuur" msgstr "Z-afstand Supportstructuur"
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_lines_overwrite_interface_area"
msgid "Support lines preferred"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_interface_priority option support_area_overwrite_interface_area"
msgid "Support preferred"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_supported_skin_fan_speed label" msgctxt "support_supported_skin_fan_speed label"
msgid "Supported Skin Fan Speed" msgid "Supported Skin Fan Speed"
@ -4394,11 +4509,6 @@ msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support." msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "De hoek van de diameter van de takken terwijl ze naar beneden toe geleidelijk dikker worden. Met de hoekinstelling 0 zijn de takken over de gehele lengte even dik. Een kleine hoek verbetert de stabiliteit van de boomsupportstructuur." msgstr "De hoek van de diameter van de takken terwijl ze naar beneden toe geleidelijk dikker worden. Met de hoekinstelling 0 zijn de takken over de gehele lengte even dik. Een kleine hoek verbetert de stabiliteit van de boomsupportstructuur."
#: fdmprinter.def.json
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 "Hiermee stelt u de hoek van de takken in. Met een kleinere hoek worden de takken verticaler en stabieler. Met een grotere hoek hebben ze een groter bereik."
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "support_conical_angle description" msgctxt "support_conical_angle description"
msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top." msgid "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top."
@ -4469,6 +4579,11 @@ msgctxt "support_tree_branch_diameter description"
msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." msgid "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this."
msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn dikker dan dit." msgstr "Hiermee stelt u de diameter in van de dunste takken van de boomsupportstructuur. Dikkere takken zijn steviger. Takken die dichter bij de stam liggen, zijn dikker dan dit."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter description"
msgid "The diameter of the top of the tip of the branches of tree support."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_feeder_wheel_diameter description" msgctxt "machine_feeder_wheel_diameter description"
msgid "The diameter of the wheel that drives the material in the feeder." msgid "The diameter of the wheel that drives the material in the feeder."
@ -4863,6 +4978,11 @@ msgctxt "conical_overhang_angle description"
msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way." msgid "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way."
msgstr "De maximale hoek van een overhang nadat deze printbaar is gemaakt. Bij een hoek van 0° worden alle overhangende gedeelten vervangen door een deel van het model dat is verbonden met het platform; bij een hoek van 90° wordt het model niet gewijzigd." msgstr "De maximale hoek van een overhang nadat deze printbaar is gemaakt. Bij een hoek van 0° worden alle overhangende gedeelten vervangen door een deel van het model dat is verbonden met het platform; bij een hoek van 90° wordt het model niet gewijzigd."
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
msgid "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "conical_overhang_hole_size description" msgctxt "conical_overhang_hole_size description"
msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base." msgid "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base."
@ -5078,6 +5198,11 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material." msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr "Het minimale volume voor elke laag van de primepijler om voldoende materiaal te zuiveren." msgstr "Het minimale volume voor elke laag van de primepijler om voldoende materiaal te zuiveren."
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model description"
msgid "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_name description" msgctxt "machine_name description"
msgid "The name of your 3D printer model." msgid "The name of your 3D printer model."
@ -5233,6 +5358,16 @@ msgctxt "z_seam_position description"
msgid "The position near where to start printing each part in a layer." msgid "The position near where to start printing each part in a layer."
msgstr "De positie nabij waar met het printen van elk deel van een laag moet worden begonnen." msgstr "De positie nabij waar met het printen van elk deel van een laag moet worden begonnen."
#: fdmprinter.def.json
msgctxt "support_tree_angle_slow description"
msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_rest_preference description"
msgid "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model."
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "jerk_layer_0 description" msgctxt "jerk_layer_0 description"
msgid "The print maximum instantaneous velocity change for the initial layer." msgid "The print maximum instantaneous velocity change for the initial layer."
@ -5643,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily." msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen die snel kromtrekken." msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen die snel kromtrekken."
#: fdmprinter.def.json
msgctxt "support_tree_tip_diameter label"
msgid "Tip Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "material_shrinkage_percentage_xy description" msgctxt "material_shrinkage_percentage_xy description"
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)." msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
@ -5838,36 +5978,6 @@ msgctxt "support_structure option tree"
msgid "Tree" msgid "Tree"
msgstr "Boom" msgstr "Boom"
#: fdmprinter.def.json
msgctxt "support_tree_angle label"
msgid "Tree Support Branch Angle"
msgstr "Hoek van takken van boomsupportstructuur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter label"
msgid "Tree Support Branch Diameter"
msgstr "Takdiameter van boomsupportstructuur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle label"
msgid "Tree Support Branch Diameter Angle"
msgstr "Hoek van takdiameter van boomsupportstructuur"
#: fdmprinter.def.json
msgctxt "support_tree_branch_distance label"
msgid "Tree Support Branch Distance"
msgstr "Takafstand van boomsupportstructuur"
#: fdmprinter.def.json
msgctxt "support_tree_collision_resolution label"
msgid "Tree Support Collision Resolution"
msgstr "Resolutie bij botsingen van de boomsupportstructuur"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Tree Support Trunk Diameter"
msgstr "Takdiameter van boomsupportstructuur"
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "infill_pattern option trihexagon" msgctxt "infill_pattern option trihexagon"
msgid "Tri-Hexagon" msgid "Tri-Hexagon"
@ -5898,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
msgid "Triangles" msgid "Triangles"
msgstr "Driehoeken" msgstr "Driehoeken"
#: fdmprinter.def.json
msgctxt "support_tree_max_diameter label"
msgid "Trunk Diameter"
msgstr ""
#: fdmprinter.def.json #: fdmprinter.def.json
msgctxt "machine_gcode_flavor option UltiGCode" msgctxt "machine_gcode_flavor option UltiGCode"
msgid "Ultimaker 2" msgid "Ultimaker 2"
@ -6600,6 +6715,10 @@ msgstr "beweging"
#~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing." #~ msgid "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing."
#~ msgstr "Doorvoercompensatie: de hoeveelheid materiaal die wordt doorgevoerd, wordt vermenigvuldigd met deze waarde. Alleen van toepassing op Draadprinten." #~ msgstr "Doorvoercompensatie: de hoeveelheid materiaal die wordt doorgevoerd, wordt vermenigvuldigd met deze waarde. Alleen van toepassing op Draadprinten."
#~ 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 "Hiermee stelt u in hoe ver de takken moeten uitsteken als ze het model raken. Met een kleinere afstand raakt de boomsupportstructuur het model op meer plaatsen. Hierdoor creëert u een betere overhang maar is de supportstructuur moeilijker te verwijderen."
#~ msgctxt "wireframe_strategy option knot" #~ msgctxt "wireframe_strategy option knot"
#~ msgid "Knot" #~ msgid "Knot"
#~ msgstr "Verdikken" #~ msgstr "Verdikken"
@ -6612,6 +6731,10 @@ msgstr "beweging"
#~ 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." #~ 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 "Print alleen de buitenkant van het object in een dunne webstructuur, 'in het luchtledige'. Hiervoor worden de contouren van het model horizontaal geprint op bepaalde Z-intervallen die door middel van opgaande en diagonaal neergaande lijnen zijn verbonden." #~ msgstr "Print alleen de buitenkant van het object in een dunne webstructuur, 'in het luchtledige'. Hiervoor worden de contouren van het model horizontaal geprint op bepaalde Z-intervallen die door middel van opgaande en diagonaal neergaande lijnen zijn verbonden."
#~ 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 "Resolutie voor het berekenen van botsingen om te voorkomen dat het model wordt geraakt. Als u deze optie op een lagere waarde instelt, creëert u nauwkeurigere bomen die minder vaak fouten vertonen, maar wordt de slicetijd aanzienlijk verlengd."
#~ msgctxt "wireframe_strategy option retract" #~ msgctxt "wireframe_strategy option retract"
#~ msgid "Retract" #~ msgid "Retract"
#~ msgstr "Intrekken" #~ msgstr "Intrekken"
@ -6640,6 +6763,10 @@ msgstr "beweging"
#~ 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." #~ 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 om ervoor te zorgen dat twee opeenvolgende lagen bij elk verbindingspunt op elkaar aansluiten. Met intrekken kunnen de opwaartse lijnen in de juiste positie uitharden, maar kan het filament gaan haperen. Aan het eind van een opwaartse lijn kan een verdikking worden gemaakt om een volgende lijn hierop eenvoudiger te kunnen laten aansluiten en om de lijn te laten afkoelen. Hiervoor is mogelijk een lage printsnelheid vereist. U kunt echter ook het doorzakken van de bovenkant van een opwaartse lijn compenseren. De lijnen vallen echter niet altijd zoals verwacht." #~ msgstr "Strategie om ervoor te zorgen dat twee opeenvolgende lagen bij elk verbindingspunt op elkaar aansluiten. Met intrekken kunnen de opwaartse lijnen in de juiste positie uitharden, maar kan het filament gaan haperen. Aan het eind van een opwaartse lijn kan een verdikking worden gemaakt om een volgende lijn hierop eenvoudiger te kunnen laten aansluiten en om de lijn te laten afkoelen. Hiervoor is mogelijk een lage printsnelheid vereist. U kunt echter ook het doorzakken van de bovenkant van een opwaartse lijn compenseren. De lijnen vallen echter niet altijd zoals verwacht."
#~ 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 "Hiermee stelt u de hoek van de takken in. Met een kleinere hoek worden de takken verticaler en stabieler. Met een grotere hoek hebben ze een groter bereik."
#~ msgctxt "wireframe_roof_inset description" #~ msgctxt "wireframe_roof_inset description"
#~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing." #~ msgid "The distance covered when making a connection from a roof outline inward. Only applies to Wire Printing."
#~ msgstr "De afstand die wordt overbrugt wanneer vanaf een dakcontour een verbinding naar binnen wordt gemaakt. Alleen van toepassing op Draadprinten." #~ msgstr "De afstand die wordt overbrugt wanneer vanaf een dakcontour een verbinding naar binnen wordt gemaakt. Alleen van toepassing op Draadprinten."
@ -6660,6 +6787,30 @@ msgstr "beweging"
#~ 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." #~ 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 "De wachttijd aan de buitenkant van een gat dat een dak moet gaan vormen. Een langere wachttijd kan zorgen voor een betere aansluiting. Alleen van toepassing op Draadprinten." #~ msgstr "De wachttijd aan de buitenkant van een gat dat een dak moet gaan vormen. Een langere wachttijd kan zorgen voor een betere aansluiting. Alleen van toepassing op Draadprinten."
#~ msgctxt "support_tree_angle label"
#~ msgid "Tree Support Branch Angle"
#~ msgstr "Hoek van takken van boomsupportstructuur"
#~ msgctxt "support_tree_branch_diameter label"
#~ msgid "Tree Support Branch Diameter"
#~ msgstr "Takdiameter van boomsupportstructuur"
#~ msgctxt "support_tree_branch_diameter_angle label"
#~ msgid "Tree Support Branch Diameter Angle"
#~ msgstr "Hoek van takdiameter van boomsupportstructuur"
#~ msgctxt "support_tree_branch_distance label"
#~ msgid "Tree Support Branch Distance"
#~ msgstr "Takafstand van boomsupportstructuur"
#~ msgctxt "support_tree_collision_resolution label"
#~ msgid "Tree Support Collision Resolution"
#~ msgstr "Resolutie bij botsingen van de boomsupportstructuur"
#~ msgctxt "support_tree_max_diameter label"
#~ msgid "Tree Support Trunk Diameter"
#~ msgstr "Takdiameter van boomsupportstructuur"
#~ msgctxt "wireframe_bottom_delay label" #~ msgctxt "wireframe_bottom_delay label"
#~ msgid "WP Bottom Delay" #~ msgid "WP Bottom Delay"
#~ msgstr "Neerwaartse Vertraging Draadprinten" #~ msgstr "Neerwaartse Vertraging Draadprinten"

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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-06 15:55+0000\n" "POT-Creation-Date: 2023-06-02 11:57+0000\n"
"PO-Revision-Date: 2021-09-07 08:02+0200\n" "PO-Revision-Date: 2021-09-07 08:02+0200\n"
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n" "Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n" "Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
@ -431,22 +431,22 @@ msgctxt "@message"
msgid "Could not read response." msgid "Could not read response."
msgstr "Nie można odczytać odpowiedzi." msgstr "Nie można odczytać odpowiedzi."
#: cura/OAuth2/AuthorizationRequestHandler.py:75 #: cura/OAuth2/AuthorizationRequestHandler.py:77
msgctxt "@message" msgctxt "@message"
msgid "The provided state is not correct." msgid "The provided state is not correct."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:80 #: cura/OAuth2/AuthorizationRequestHandler.py:83
msgctxt "@message" msgctxt "@message"
msgid "Timeout when authenticating with the account server." msgid "Timeout when authenticating with the account server."
msgstr "" msgstr ""
#: cura/OAuth2/AuthorizationRequestHandler.py:97 #: cura/OAuth2/AuthorizationRequestHandler.py:101
msgctxt "@message" msgctxt "@message"
msgid "Please give the required permissions when authorizing this application." msgid "Please give the required permissions when authorizing this application."
msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji." msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji."
#: cura/OAuth2/AuthorizationRequestHandler.py:104 #: cura/OAuth2/AuthorizationRequestHandler.py:109
msgctxt "@message" msgctxt "@message"
msgid "Something unexpected happened when trying to log in, please try again." msgid "Something unexpected happened when trying to log in, please try again."
msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie." msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie."
@ -3667,17 +3667,17 @@ msgctxt "@action:button"
msgid "Remove printers" msgid "Remove printers"
msgstr "" msgstr ""
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
msgctxt "@action:button Preceded by 'Ready to'." msgctxt "@action:button Preceded by 'Ready to'."
msgid "Print over network" msgid "Print over network"
msgstr "Drukuj przez sieć" msgstr "Drukuj przez sieć"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
msgctxt "@properties:tooltip" msgctxt "@properties:tooltip"
msgid "Print over network" msgid "Print over network"
msgstr "Drukuj przez sieć" msgstr "Drukuj przez sieć"
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64 #: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
msgctxt "@info:status" msgctxt "@info:status"
msgid "Connected over the network" msgid "Connected over the network"
msgstr "Połączone przez sieć" msgstr "Połączone przez sieć"
@ -5057,14 +5057,14 @@ msgid_plural "Print Selected Models With:"
msgstr[0] "Wydrukuj wybrany model z:" msgstr[0] "Wydrukuj wybrany model z:"
msgstr[1] "Wydrukuj wybrane modele z:" msgstr[1] "Wydrukuj wybrane modele z:"
#: resources/qml/Menus/ContextMenu.qml:92 #: resources/qml/Menus/ContextMenu.qml:103
msgctxt "@title:window" msgctxt "@title:window"
msgid "Multiply Selected Model" msgid "Multiply Selected Model"
msgid_plural "Multiply Selected Models" msgid_plural "Multiply Selected Models"
msgstr[0] "Zduplikuj wybrany model" msgstr[0] "Zduplikuj wybrany model"
msgstr[1] "Zduplikuj wybrane modele" msgstr[1] "Zduplikuj wybrane modele"
#: resources/qml/Menus/ContextMenu.qml:123 #: resources/qml/Menus/ContextMenu.qml:134
msgctxt "@label" msgctxt "@label"
msgid "Number of Copies" msgid "Number of Copies"
msgstr "Liczba kopii" msgstr "Liczba kopii"
@ -6674,22 +6674,22 @@ msgctxt "@button"
msgid "Add printer manually" msgid "Add printer manually"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
msgctxt "@label" msgctxt "@label"
msgid "Manufacturer" msgid "Manufacturer"
msgstr "Producent" msgstr "Producent"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:225
msgctxt "@label" msgctxt "@label"
msgid "Profile author" msgid "Profile author"
msgstr "" msgstr ""
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237
msgctxt "@label" msgctxt "@label"
msgid "Printer name" msgid "Printer name"
msgstr "Nazwa drukarki" msgstr "Nazwa drukarki"
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232 #: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:243
msgctxt "@text" msgctxt "@text"
msgid "Please name your printer" msgid "Please name your printer"
msgstr "" msgstr ""

Some files were not shown because too many files have changed in this diff Show more