diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 413866a667b..b98256711f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { - "name": "OrcaSlicer", - "image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-20.04", + "name": "Snapmaker_Orca", + "image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04", "runArgs": ["--env-file", "/tmp/devcontainer.env"], "features": { "ghcr.io/devcontainers/features/desktop-lite:1": { diff --git a/.doxygen b/.doxygen index fb8ae5f0454..401baa876c4 100644 --- a/.doxygen +++ b/.doxygen @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = OrcaSlicer +PROJECT_NAME = Snapmaker_Orca # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -54,14 +54,14 @@ PROJECT_NUMBER = 1.6.3 # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = OrcaSlicer +PROJECT_BRIEF = Snapmaker_Orca # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ./resources/images/OrcaSlicer_32px.png +PROJECT_LOGO = ./resources/images/Snapmaker_Orca_32px.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -184,7 +184,7 @@ FULL_PATH_NAMES = YES # will be relative from the directory where doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. -STRIP_FROM_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer +STRIP_FROM_PATH = /Users/runner/work/Snapmaker_Orca/Snapmaker_Orca # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which @@ -193,7 +193,7 @@ STRIP_FROM_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer # specify the list of include paths that are normally passed to the compiler # using the -I flag. -STRIP_FROM_INC_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer +STRIP_FROM_INC_PATH = /Users/runner/work/Snapmaker_Orca/Snapmaker_Orca # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't @@ -1286,7 +1286,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = OrcaSlicer_Dev_Document +HTML_OUTPUT = Snapmaker_Orca_Dev_Document # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..dd84ea7824f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b8477e12c6e..a45e33dc304 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - **Thank you for using Orca Slicer and wanting to report a bug.** + **Thank you for using Snapmaker Orca and wanting to report a bug.** Please note that this is not the place to make feature requests or ask for help. For this, please use the [Feature request](https://github.com/SoftFever/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others. @@ -21,8 +21,8 @@ body: - type: input id: version attributes: - label: OrcaSlicer Version - description: Which version of Orca Slicer are you running? You can see the full version in `Help` -> `About Orca Slicer`. + label: Snapmaker_Orca Version + description: Which version of Snapmaker Orca are you running? You can see the full version in `Help` -> `About Snapmaker Orca`. placeholder: e.g. 1.9.0 validations: required: true @@ -100,10 +100,10 @@ body: You can export the project file from the application menu in `File`->`Save project as...`, then zip it * A **log file** for crashes and similar issues. You can find your log file here: - Windows: `%APPDATA%\OrcaSlicer\log` or usually `C:\Users\\AppData\Roaming\OrcaSlicer\log` - MacOS: `$HOME/Library/Application Support/OrcaSlicer/log` - Linux: `$HOME/.config/OrcaSlicer/log` - If Orca Slicer still starts, you can also reach this directory from the application menu in `Help` -> `Show Configuration Folder` + Windows: `%APPDATA%\Snapmaker_Orca\log` or usually `C:\Users\\AppData\Roaming\Snapmaker_Orca\log` + MacOS: `$HOME/Library/Application Support/Snapmaker_Orca/log` + Linux: `$HOME/.config/Snapmaker_Orca/log` + If Snapmaker Orca still starts, you can also reach this directory from the application menu in `Help` -> `Show Configuration Folder` You can zip the log directory, or just select the newest logs when this issue happens, and zip them - type: textarea id: file_uploads diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..bbcbbe7d615 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4ae8a24faac..0de40283769 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 🚀 Feature Request / Enhancement -description: Suggest an improvement to make Orca Slicer even better! +description: Suggest an improvement to make Snapmaker Orca even better! labels: ["enhancement"] body: - type: markdown diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index dc24e2aa63d..3e4bb0f5288 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -47,7 +47,7 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: ubuntu-24.04 - os: windows-latest - os: macos-14 diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index f71cc9b2817..b24fed4e843 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -35,7 +35,7 @@ jobs: dep-folder-name: ${{ (inputs.os == 'windows-latest' || inputs.os == 'macos-14') && 'OrcaSlicer_dep' || 'destdir' }} output-cmd: ${{ inputs.os == 'windows-latest' && '$env:GITHUB_OUTPUT' || '"$GITHUB_OUTPUT"'}} run: | - echo cache-key=${{ inputs.os }}${{ env.dash-arch }}-cache-orcaslicer_deps-build-${{ hashFiles('deps/**') }} >> ${{ env.output-cmd }} + echo cache-key=${{ inputs.os }}${{ env.dash-arch }}-cache-OrcaSlicer_deps-build-${{ hashFiles('deps/**') }} >> ${{ env.output-cmd }} echo cache-path=${{ github.workspace }}/deps/build${{ env.underscore-arch }}/${{ env.dep-folder-name }}${{ env.underscore-arch }} >> ${{ env.output-cmd }} - name: load cache diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index 6c0dc9479c5..a3c94e248cb 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -66,8 +66,17 @@ jobs: working-directory: ${{ github.workspace }} run: | choco install strawberryperl - mkdir ${{ github.workspace }}/deps/build - mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep + try{ + mkdir ${{ github.workspace }}/deps/build + }catch{ + Write-Host "Directory already exists or another error occurred." + } + + try{ + mkdir -p ${{ github.workspace }}/deps/build/OrcaSlicer_dep + }catch{ + Write-Host "Directory already exists or another error occurred." + } .\build_release_vs2022.bat deps .\build_release_vs2022.bat pack cd ${{ github.workspace }}/deps/build @@ -86,11 +95,11 @@ jobs: - name: Install Ubuntu Build Dependencies - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' working-directory: ${{ github.workspace }} env: - apt-cmd: ${{ (inputs.os == 'ubuntu-20.04' && 'apt-fast') || (inputs.os == 'ubuntu-24.04' && 'sudo apt-get') || '' }} - webkit-ver: ${{ (inputs.os == 'ubuntu-20.04' && '4.0') || (inputs.os == 'ubuntu-24.04' && '4.1') || '' }} + apt-cmd: ${{ (inputs.os == 'ubuntu-22.04' && 'sudo apt-get') || (inputs.os == 'ubuntu-24.04' && 'sudo apt-get') || '' }} + webkit-ver: ${{ (inputs.os == 'ubuntu-22.04' && '4.0') || (inputs.os == 'ubuntu-24.04' && '4.1') || '' }} run: | ${{ env.apt-cmd }} update ${{ env.apt-cmd }} install -y cmake git g++ build-essential libgl1-mesa-dev m4 \ @@ -100,7 +109,7 @@ jobs: gstreamer1.0-plugins-bad libosmesa6-dev wget sudo autoconf curl libunwind-dev texinfo - name: Build on Ubuntu - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' working-directory: ${{ github.workspace }} run: | mkdir -p ${{ github.workspace }}/deps/build @@ -128,16 +137,16 @@ jobs: path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep*.zip - name: Upload Ubuntu artifacts - if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' }} + if: ${{ ! env.ACT && inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' }} env: - ubuntu-ver: ${{ (inputs.os == 'ubuntu-20.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} + ubuntu-ver: ${{ (inputs.os == 'ubuntu-22.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} uses: actions/upload-artifact@v4 with: name: OrcaSlicer_dep_ubuntu_${{ env.ubuntu-ver }}_${{ env.date }} path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep_ubuntu_*.tar.gz build_orca: - name: Build OrcaSlicer + name: Build Snapmaker_Orca needs: [build_deps] if: ${{ !cancelled() && !inputs.build-deps-only && (inputs.valid-cache == true && needs.build_deps.result == 'skipped') || (inputs.valid-cache != true && success()) }} uses: ./.github/workflows/build_orca.yml diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index ae855633d76..8f9427f0b33 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -16,7 +16,7 @@ on: jobs: build_orca: - name: Build OrcaSlicer + name: Build Snapmaker_Orca runs-on: ${{ inputs.os }} env: date: @@ -43,7 +43,7 @@ jobs: - name: Get the version and date on Ubuntu and macOS if: inputs.os != 'windows-latest' run: | - ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2) + ver_pure=$(grep 'set(Snapmaker_VERSION' version.inc | cut -d '"' -f2) if [[ "${{ github.event_name }}" == "pull_request" ]]; then ver="PR-${{ github.event.number }}" else @@ -66,7 +66,7 @@ jobs: $ver = "PR" + $prNumber } else { $versionContent = Get-Content version.inc -Raw - if ($versionContent -match 'set\(SoftFever_VERSION "(.*?)"\)') { + if ($versionContent -match 'set\(Snapmaker_VERSION "(.*?)"\)') { $ver = $matches[1] } $ver = "V$ver" @@ -112,36 +112,36 @@ jobs: security import $CERTIFICATE_PATH -P $P12_PASSWORD -A -t cert -f pkcs12 -k $KEYCHAIN_PATH security list-keychain -d user -s $KEYCHAIN_PATH security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $P12_PASSWORD $KEYCHAIN_PATH - codesign --deep --force --verbose --options runtime --timestamp --entitlements ${{ github.workspace }}/scripts/disable_validation.entitlements --sign "$CERTIFICATE_ID" ${{ github.workspace }}/build_${{inputs.arch}}/OrcaSlicer/OrcaSlicer.app - ln -s /Applications ${{ github.workspace }}/build_${{inputs.arch}}/OrcaSlicer/Applications - hdiutil create -volname "OrcaSlicer" -srcfolder ${{ github.workspace }}/build_${{inputs.arch}}/OrcaSlicer -ov -format UDZO OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg - codesign --deep --force --verbose --options runtime --timestamp --entitlements ${{ github.workspace }}/scripts/disable_validation.entitlements --sign "$CERTIFICATE_ID" OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + codesign --deep --force --verbose --options runtime --timestamp --entitlements ${{ github.workspace }}/scripts/disable_validation.entitlements --sign "$CERTIFICATE_ID" "${{ github.workspace }}/build_${{inputs.arch}}/Snapmaker_Orca/Snapmaker Orca.app" + ln -s /Applications ${{ github.workspace }}/build_${{inputs.arch}}/Snapmaker_Orca/Applications + hdiutil create -volname "Snapmaker_Orca" -srcfolder ${{ github.workspace }}/build_${{inputs.arch}}/Snapmaker_Orca -ov -format UDZO Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + codesign --deep --force --verbose --options runtime --timestamp --entitlements ${{ github.workspace }}/scripts/disable_validation.entitlements --sign "$CERTIFICATE_ID" Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg xcrun notarytool store-credentials "notarytool-profile" --apple-id "${{ secrets.APPLE_DEV_ACCOUNT }}" --team-id "${{ secrets.TEAM_ID }}" --password "${{ secrets.APP_PWD }}" - xcrun notarytool submit "OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg" --keychain-profile "notarytool-profile" --wait - xcrun stapler staple OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + xcrun notarytool submit "Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg" --keychain-profile "notarytool-profile" --wait + xcrun stapler staple Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg - name: Create DMG without notary if: github.ref != 'refs/heads/main' && inputs.os == 'macos-14' working-directory: ${{ github.workspace }} run: | - ln -s /Applications ${{ github.workspace }}/build_${{inputs.arch}}/OrcaSlicer/Applications - hdiutil create -volname "OrcaSlicer" -srcfolder ${{ github.workspace }}/build_${{inputs.arch}}/OrcaSlicer -ov -format UDZO OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + ln -s /Applications ${{ github.workspace }}/build_${{inputs.arch}}/Snapmaker_Orca/Applications + hdiutil create -volname "Snapmaker_Orca" -srcfolder ${{ github.workspace }}/build_${{inputs.arch}}/Snapmaker_Orca -ov -format UDZO Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg - name: Upload artifacts mac if: inputs.os == 'macos-14' uses: actions/upload-artifact@v4 with: - name: OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }} - path: ${{ github.workspace }}/OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + name: Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }} + path: ${{ github.workspace }}/Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg - name: Deploy Mac release if: github.ref == 'refs/heads/main' && inputs.os == 'macos-14' uses: WebFreak001/deploy-nightly@v3.1.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: ${{ github.workspace }}/OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg - asset_name: OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} + release_id: 169912305 + asset_path: ${{ github.workspace }}/Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg + asset_name: Snapmaker_Orca_Mac_${{inputs.arch}}_${{ env.ver }}.dmg asset_content_type: application/octet-stream max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted @@ -174,7 +174,7 @@ jobs: if: inputs.os == 'windows-latest' working-directory: ${{ github.workspace }}/build shell: cmd - run: '"C:/Program Files/7-Zip/7z.exe" a -tzip OrcaSlicer_Windows_${{ env.ver }}_portable.zip ${{ github.workspace }}/build/OrcaSlicer' + run: '"C:/Program Files/7-Zip/7z.exe" a -tzip Snapmaker_Orca_Windows_${{ env.ver }}_portable.zip ${{ github.workspace }}/build/Snapmaker_Orca' - name: Pack PDB if: inputs.os == 'windows-latest' @@ -186,15 +186,15 @@ jobs: if: inputs.os == 'windows-latest' uses: actions/upload-artifact@v4 with: - name: OrcaSlicer_Windows_${{ env.ver }}_portable - path: ${{ github.workspace }}/build/OrcaSlicer_Windows_${{ env.ver }}_portable.zip + name: Snapmaker_Orca_Windows_${{ env.ver }}_portable + path: ${{ github.workspace }}/build/Snapmaker_Orca_Windows_${{ env.ver }}_portable.zip - name: Upload artifacts Win installer if: inputs.os == 'windows-latest' uses: actions/upload-artifact@v4 with: - name: OrcaSlicer_Windows_${{ env.ver }} - path: ${{ github.workspace }}/build/OrcaSlicer*.exe + name: Snapmaker_Orca_Windows_${{ env.ver }} + path: ${{ github.workspace }}/build/Snapmaker_Orca*.exe - name: Upload artifacts Win PDB if: inputs.os == 'windows-latest' @@ -207,10 +207,10 @@ jobs: if: github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' uses: WebFreak001/deploy-nightly@v3.1.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_${{ env.ver }}_portable.zip - asset_name: OrcaSlicer_Windows_${{ env.ver }}_portable.zip + upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} + release_id: 169912305 + asset_path: ${{ github.workspace }}/build/Snapmaker_Orca_Windows_${{ env.ver }}_portable.zip + asset_name: Snapmaker_Orca_Windows_${{ env.ver }}_portable.zip asset_content_type: application/x-zip-compressed max_releases: 1 @@ -218,20 +218,26 @@ jobs: if: github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' uses: WebFreak001/deploy-nightly@v3.1.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_Installer_${{ env.ver }}.exe - asset_name: OrcaSlicer_Windows_Installer_${{ env.ver }}.exe + upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} + release_id: 169912305 + asset_path: ${{ github.workspace }}/build/Snapmaker_Orca_Windows_Installer_${{ env.ver }}.exe + asset_name: Snapmaker_Orca_Windows_Installer_${{ env.ver }}.exe asset_content_type: application/x-msdownload max_releases: 1 # Ubuntu + - name: Install dependencies for Ubuntu 22.04 + if: inputs.os == 'ubuntu-22.04' + run: | + sudo apt-get update + sudo apt-get install -y libunwind-dev + - name: Install dependencies - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' env: - apt-cmd: ${{ (inputs.os == 'ubuntu-20.04' && 'apt-fast') || (inputs.os == 'ubuntu-24.04' && 'sudo apt-get') || '' }} - webkit-ver: ${{ (inputs.os == 'ubuntu-20.04' && '4.0') || (inputs.os == 'ubuntu-24.04' && '4.1') || '' }} - libfuse2-pkg: ${{ (inputs.os == 'ubuntu-20.04' && 'libfuse2') || (inputs.os == 'ubuntu-24.04' && 'libfuse2t64') || '' }} + apt-cmd: ${{ (inputs.os == 'ubuntu-22.04' && 'sudo apt-get') || (inputs.os == 'ubuntu-24.04' && 'sudo apt-get') || '' }} + webkit-ver: ${{ (inputs.os == 'ubuntu-22.04' && '4.0') || (inputs.os == 'ubuntu-24.04' && '4.1') || '' }} + libfuse2-pkg: ${{ (inputs.os == 'ubuntu-22.04' && 'libfuse2') || (inputs.os == 'ubuntu-24.04' && 'libfuse2') || '' }} run: | ${{ env.apt-cmd }} update ${{ env.apt-cmd }} install -y autoconf build-essential cmake curl eglexternalplatform-dev \ @@ -241,64 +247,64 @@ jobs: libwebkit2gtk-${{ env.webkit-ver }}-dev libxkbcommon-dev locales locales-all m4 pkgconf sudo wayland-protocols wget ${{ env.libfuse2-pkg }} - name: Install dependencies from BuildLinux.sh - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' shell: bash run: sudo ./BuildLinux.sh -ur - name: Fix permissions - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' shell: bash run: sudo chown $USER -R ./ - name: Build slicer - if: inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' + if: inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' shell: bash env: ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} run: | ./BuildLinux.sh -isr - mv -n ./build/OrcaSlicer_Linux_V${{ env.ver_pure }}.AppImage ./build/OrcaSlicer_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage - chmod +x ./build/OrcaSlicer_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage + mv -n ./build/Snapmaker_Orca_Linux_V${{ env.ver_pure }}.AppImage ./build/Snapmaker_Orca_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage + chmod +x ./build/Snapmaker_Orca_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage - name: Build orca_custom_preset_tests - if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-20.04' + if: github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-22.04' working-directory: ${{ github.workspace }}/build/src shell: bash run: | - ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -g 1 + ./Snapmaker_Orca_profile_validator -p ${{ github.workspace }}/resources/profiles -g 1 cd ${{ github.workspace }}/resources/profiles zip -r orca_custom_preset_tests.zip user/ - name: Upload artifacts Ubuntu - if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' }} + if: ${{ ! env.ACT && inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04' }} env: - ubuntu-ver: ${{ (inputs.os == 'ubuntu-20.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} + ubuntu-ver: ${{ (inputs.os == 'ubuntu-22.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} uses: actions/upload-artifact@v4 with: - name: OrcaSlicer_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }} - path: './build/OrcaSlicer_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage' + name: Snapmaker_Orca_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }} + path: './build/Snapmaker_Orca_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage' - name: Deploy Ubuntu release - if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} + if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-22.04' || inputs.os == 'ubuntu-24.04') }} env: ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} uses: WebFreak001/deploy-nightly@v3.1.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: ./build/OrcaSlicer_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage - asset_name: OrcaSlicer_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage + upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} + release_id: 169912305 + asset_path: ./build/Snapmaker_Orca_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage + asset_name: Snapmaker_Orca_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage asset_content_type: application/octet-stream max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - name: Deploy orca_custom_preset_tests - if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-20.04' }} + if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-22.04' }} uses: WebFreak001/deploy-nightly@v3.1.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 + upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} + release_id: 169912305 asset_path: ${{ github.workspace }}/resources/profiles/orca_custom_preset_tests.zip asset_name: orca_custom_preset_tests.zip asset_content_type: application/octet-stream - max_releases: 1 + max_releases: 1 \ No newline at end of file diff --git a/.github/workflows/check_locale.yml b/.github/workflows/check_locale.yml index 16a1e2b6540..4456aa44c12 100644 --- a/.github/workflows/check_locale.yml +++ b/.github/workflows/check_locale.yml @@ -25,15 +25,15 @@ jobs: - name: Check translation format run: | echo $PWD - pot_file="./localization/i18n/OrcaSlicer.pot" + pot_file="./localization/i18n/Snapmaker_Orca.pot" for dir in ./localization/i18n/*/ do dir=${dir%*/} # remove the trailing "/" lang=${dir##*/} # extract the language identifier - if [ -f "$dir/OrcaSlicer_${lang}.po" ]; then + if [ -f "$dir/Snapmaker_Orca_${lang}.po" ]; then mkdir -p ./resources/i18n/${lang}/ - msgfmt --check-format -o ./resources/i18n/${lang}/OrcaSlicer.mo $dir/OrcaSlicer_${lang}.po + msgfmt --check-format -o ./resources/i18n/${lang}/Snapmaker_Orca.mo $dir/Snapmaker_Orca_${lang}.po # Check the exit status of the msgfmt command if [ $? -ne 0 ]; then echo "Error encountered with msgfmt command for language ${lang}." diff --git a/.gitignore b/.gitignore index 3f66a360fde..4fa7c95e6f9 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ deps/build*/* install_* build_*/ SVG -src/OrcaSlicer-doc/ +src/Snapmaker_Orca-doc/ .idea/ /.cache/ *.mo diff --git a/.idea/OrcaSlicer.iml b/.idea/OrcaSlicer.iml deleted file mode 100644 index f08604bb65b..00000000000 --- a/.idea/OrcaSlicer.iml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Build.PL b/Build.PL index b51386f25e4..d9d9fdc1e2b 100644 --- a/Build.PL +++ b/Build.PL @@ -3,7 +3,7 @@ print "This script is currently used for installing Perl dependenices for running\n"; print "the libslic3r unit / integration tests through Perl prove.\n"; print "If you don't plan to run the unit / integration tests, you don't need to\n"; -print "install these dependencies to build and run OrcaSlicer.\n"; +print "install these dependencies to build and run Snapmaker_Orca.\n"; use strict; use warnings; @@ -124,7 +124,7 @@ EOF } print "\n"; -print "In the next step, you need to build the OrcaSlicer C++ library.\n"; +print "In the next step, you need to build the Snapmaker_Orca C++ library.\n"; print "1) Create a build directory and change to it\n"; print "2) run cmake .. -DCMAKE_BUILD_TYPE=Release\n"; print "3) run make\n"; diff --git a/BuildLinux.sh b/BuildLinux.sh index 28d84fb0462..6e918ee0c9b 100755 --- a/BuildLinux.sh +++ b/BuildLinux.sh @@ -12,13 +12,13 @@ function check_available_memory_and_disk() { MIN_DISK_KB=$((10 * 1024 * 1024)) if [ ${FREE_MEM_GB} -le ${MIN_MEM_GB} ]; then - echo -e "\nERROR: Orca Slicer Builder requires at least ${MIN_MEM_GB}G of 'available' mem (systen has only ${FREE_MEM_GB}G available)" + echo -e "\nERROR: Snapmaker Orca Builder requires at least ${MIN_MEM_GB}G of 'available' mem (systen has only ${FREE_MEM_GB}G available)" echo && free -h && echo exit 2 fi if [[ ${FREE_DISK_KB} -le ${MIN_DISK_KB} ]]; then - echo -e "\nERROR: Orca Slicer Builder requires at least $(echo ${MIN_DISK_KB} |awk '{ printf "%.1fG\n", $1/1024/1024; }') (systen has only $(echo ${FREE_DISK_KB} | awk '{ printf "%.1fG\n", $1/1024/1024; }') disk free)" + echo -e "\nERROR: Snapmaker Orca Builder requires at least $(echo ${MIN_DISK_KB} |awk '{ printf "%.1fG\n", $1/1024/1024; }') (systen has only $(echo ${FREE_DISK_KB} | awk '{ printf "%.1fG\n", $1/1024/1024; }') disk free)" echo && df -h . && echo exit 1 fi @@ -33,7 +33,7 @@ function usage() { echo " -h: this help output" echo " -i: Generate appimage (optional)" echo " -r: skip ram and disk checks (low ram compiling)" - echo " -s: build orca-slicer (optional)" + echo " -s: build snapmaker-orca (optional)" echo " -u: update and build dependencies (optional and need sudo)" echo "For a first use, you want to 'sudo ./BuildLinux.sh -u'" echo " and then './BuildLinux.sh -dsi'" @@ -144,7 +144,7 @@ fi if [[ -n "${BUILD_ORCA}" ]] then - echo "Configuring OrcaSlicer..." + echo "Configuring Snapmaker_Orca..." if [[ -n "${CLEAN_BUILD}" ]] then rm -fr build @@ -167,10 +167,10 @@ then -DORCA_TOOLS=ON \ ${BUILD_ARGS} echo "done" - echo "Building OrcaSlicer ..." - cmake --build build --target OrcaSlicer - echo "Building OrcaSlicer_profile_validator .." - cmake --build build --target OrcaSlicer_profile_validator + echo "Building Snapmaker_Orca ..." + cmake --build build --target Snapmaker_Orca + echo "Building Snapmaker_Orca_profile_validator .." + cmake --build build --target Snapmaker_Orca_profile_validator ./run_gettext.sh echo "done" fi @@ -190,3 +190,4 @@ echo "[9/9] Generating Linux app..." popd echo "done" fi + \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 197694e0208..a947e814b5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if (APPLE) message(STATUS "CMAKE_OSX_DEPLOYMENT_TARGET: ${CMAKE_OSX_DEPLOYMENT_TARGET}") endif () -project(OrcaSlicer) +project(Snapmaker_Orca) include("version.inc") include(GNUInstallDirs) @@ -32,11 +32,11 @@ else() endif() endif() -option(SLIC3R_STATIC "Compile OrcaSlicer with static libraries (Boost, TBB, glew)" ${SLIC3R_STATIC_INITIAL}) -option(SLIC3R_GUI "Compile OrcaSlicer with GUI components (OpenGL, wxWidgets)" 1) -option(SLIC3R_FHS "Assume OrcaSlicer is to be installed in a FHS directory structure" 0) +option(SLIC3R_STATIC "Compile Snapmaker_Orca with static libraries (Boost, TBB, glew)" ${SLIC3R_STATIC_INITIAL}) +option(SLIC3R_GUI "Compile Snapmaker_Orca with GUI components (OpenGL, wxWidgets)" 1) +option(SLIC3R_FHS "Assume Snapmaker_Orca is to be installed in a FHS directory structure" 0) option(SLIC3R_WX_STABLE "Build against wxWidgets stable (3.0) as oppsed to dev (3.1) on Linux" 0) -option(SLIC3R_PROFILE "Compile OrcaSlicer with an invasive Shiny profiler" 0) +option(SLIC3R_PROFILE "Compile Snapmaker_Orca with an invasive Shiny profiler" 0) option(SLIC3R_PCH "Use precompiled headers" 1) option(SLIC3R_MSVC_COMPILE_PARALLEL "Compile on Visual Studio in parallel" 1) option(SLIC3R_MSVC_PDB "Generate PDB files on MSVC in Release mode" 1) @@ -61,7 +61,7 @@ if (APPLE) if (CMAKE_MACOSX_BUNDLE) set(CMAKE_INSTALL_RPATH @executable_path/../Frameworks) endif() - SET(CMAKE_XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.softfever3d.orca-slicer") + SET(CMAKE_XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.snapmaker.snapmaker-orca") message(STATUS "Orca: IS_CROSS_COMPILE: ${IS_CROSS_COMPILE}") endif () @@ -135,7 +135,7 @@ if (MINGW) endif () if (NOT MSVC) - # ARMs (Raspberry PI) use an unsigned char by default. Let's make it consistent for OrcaSlicer on all platforms. + # ARMs (Raspberry PI) use an unsigned char by default. Let's make it consistent for Snapmaker_Orca on all platforms. add_compile_options(-fsigned-char) endif () @@ -351,7 +351,7 @@ if(WIN32) if(MSVC) # BOOST_ALL_NO_LIB: Avoid the automatic linking of Boost libraries on Windows. Rather rely on explicit linking. add_definitions(-DBOOST_ALL_NO_LIB -DBOOST_USE_WINAPI_VERSION=0x602 -DBOOST_SYSTEM_USE_UTF8 ) - # Force the source code encoding to UTF-8. See OrcaSlicer GH pull request #5583 + # Force the source code encoding to UTF-8. See Snapmaker_Orca GH pull request #5583 add_compile_options("$<$:/utf-8>") add_compile_options("$<$:/utf-8>") endif(MSVC) @@ -363,7 +363,7 @@ add_definitions(-DwxUSE_UNICODE -D_UNICODE -DUNICODE -DWXINTL_NO_GETTEXT_MACRO) add_definitions(-DwxNO_UNSAFE_WXSTRING_CONV) if (SLIC3R_PROFILE) - message("OrcaSlicer will be built with a Shiny invasive profiler") + message("Snapmaker_Orca will be built with a Shiny invasive profiler") add_definitions(-DSLIC3R_PROFILE) endif () @@ -408,6 +408,10 @@ if(SLIC3R_STATIC) # Use boost libraries linked statically to the C++ runtime. # set(Boost_USE_STATIC_RUNTIME ON) endif() + +if(NOT Boost_USE_STATIC_LIBS) + add_definitions(-DBOOST_LOG_DYN_LINK) +endif() #set(Boost_DEBUG ON) # set(Boost_COMPILER "-mgw81") # boost::process was introduced first in version 1.64.0, @@ -422,7 +426,7 @@ if (APPLE) target_compile_definitions(boost_headeronly INTERFACE BOOST_ASIO_DISABLE_KQUEUE) endif() -if(NOT SLIC3R_STATIC) +if(NOT Boost_USE_STATIC_LIBS) target_compile_definitions(boost_headeronly INTERFACE BOOST_LOG_DYN_LINK) endif() @@ -555,7 +559,7 @@ set(BBL_L18N_DIR "${CMAKE_CURRENT_SOURCE_DIR}/localization/i18n") add_custom_target(gettext_make_pot COMMAND xgettext --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --no-location --debug --boost -f "${BBL_L18N_DIR}/list.txt" - -o "${BBL_L18N_DIR}/OrcaSlicer.pot" + -o "${BBL_L18N_DIR}/Snapmaker_Orca.pot" COMMAND hintsToPot ${SLIC3R_RESOURCES_DIR} ${BBL_L18N_DIR} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMENT "Generate pot file from strings in the source tree" @@ -564,13 +568,13 @@ add_custom_target(gettext_merge_po_with_pot WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMENT "Merge localization po with new generted pot file" ) -file(GLOB BBL_L10N_PO_FILES "${BBL_L18N_DIR}/*/OrcaSlicer*.po") +file(GLOB BBL_L10N_PO_FILES "${BBL_L18N_DIR}/*/Snapmaker_Orca*.po") foreach(po_file ${BBL_L10N_PO_FILES}) GET_FILENAME_COMPONENT(po_dir "${po_file}" DIRECTORY) - SET(po_new_file "${po_dir}/OrcaSlicer_.po") + SET(po_new_file "${po_dir}/Snapmaker_Orca_.po") add_custom_command( TARGET gettext_merge_po_with_pot PRE_BUILD - COMMAND msgmerge -N -o ${po_file} ${po_file} "${BBL_L18N_DIR}/OrcaSlicer.pot" + COMMAND msgmerge -N -o ${po_file} ${po_file} "${BBL_L18N_DIR}/Snapmaker_Orca.pot" DEPENDS ${po_file} ) endforeach() @@ -578,11 +582,11 @@ add_custom_target(gettext_po_to_mo WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMENT "Generate localization po files (binary) from mo files (texts)" ) -file(GLOB L10N_PO_FILES "${BBL_L18N_DIR}/*/OrcaSlicer*.po") +file(GLOB L10N_PO_FILES "${BBL_L18N_DIR}/*/Snapmaker_Orca*.po") foreach(po_file ${BBL_L10N_PO_FILES}) GET_FILENAME_COMPONENT(SECOND_FOLDER_ABSOLUTE ${po_file} DIRECTORY) string(REGEX REPLACE ".*/(.*)" "\\1" po_dir "${SECOND_FOLDER_ABSOLUTE}" ) - SET(mo_file "${L10N_DIR}/${po_dir}/OrcaSlicer.mo") + SET(mo_file "${L10N_DIR}/${po_dir}/Snapmaker_Orca.mo") add_custom_command( TARGET gettext_po_to_mo PRE_BUILD COMMAND msgfmt ARGS --check-format -o ${mo_file} ${po_file} @@ -625,7 +629,7 @@ else() endif() set(TOP_LEVEL_PROJECT_DIR ${PROJECT_SOURCE_DIR}) -function(orcaslicer_copy_dlls target config postfix output_dlls) +function(Snapmaker_Orca_copy_dlls target config postfix output_dlls) if ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8") set(_bits 64) elseif ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "4") @@ -720,9 +724,9 @@ function(orcaslicer_copy_dlls target config postfix output_dlls) endfunction() -# libslic3r, OrcaSlicer GUI and the OrcaSlicer executable. +# libslic3r, Snapmaker_Orca GUI and the Snapmaker_Orca executable. add_subdirectory(src) -set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT OrcaSlicer_app_gui) +set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT Snapmaker_Orca_app_gui) add_dependencies(gettext_make_pot hintsToPot) @@ -742,7 +746,7 @@ if(SLIC3R_BUILD_TESTS) endif() if (NOT WIN32 AND NOT APPLE) - set(SLIC3R_APP_CMD "orca-slicer") + set(SLIC3R_APP_CMD "snapmaker-orca") configure_file(${LIBDIR}/platform/unix/build_appimage.sh.in ${CMAKE_CURRENT_BINARY_DIR}/build_appimage.sh @ONLY) endif() @@ -760,49 +764,49 @@ if (WIN32) install (PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ".") elseif (SLIC3R_FHS) # CMAKE_INSTALL_FULL_DATAROOTDIR: read-only architecture-independent data root (share) - set(SLIC3R_FHS_RESOURCES "${CMAKE_INSTALL_FULL_DATAROOTDIR}/OrcaSlicer") + set(SLIC3R_FHS_RESOURCES "${CMAKE_INSTALL_FULL_DATAROOTDIR}/Snapmaker_Orca") install(DIRECTORY ${SLIC3R_RESOURCES_DIR}/ DESTINATION ${SLIC3R_FHS_RESOURCES} PATTERN "*/udev" EXCLUDE ) - install(FILES src/platform/unix/OrcaSlicer.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) + install(FILES src/platform/unix/Snapmaker_Orca.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) foreach(SIZE 32 128 192) - install(FILES ${SLIC3R_RESOURCES_DIR}/images/OrcaSlicer_${SIZE}px.png - DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME OrcaSlicer.png + install(FILES ${SLIC3R_RESOURCES_DIR}/images/Snapmaker_Orca_${SIZE}px.png + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME Snapmaker_Orca.png ) endforeach() elseif (CMAKE_MACOSX_BUNDLE) - # install(DIRECTORY "${SLIC3R_RESOURCES_DIR}/" DESTINATION "${CMAKE_INSTALL_PREFIX}/OrcaSlicer.app/Contents/resources") + # install(DIRECTORY "${SLIC3R_RESOURCES_DIR}/" DESTINATION "${CMAKE_INSTALL_PREFIX}/Snapmaker Orca.app/Contents/resources") else () - install(FILES src/platform/unix/OrcaSlicer.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/resources/applications) + install(FILES src/platform/unix/Snapmaker_Orca.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/resources/applications) install(DIRECTORY "${SLIC3R_RESOURCES_DIR}/" DESTINATION "${CMAKE_INSTALL_PREFIX}/resources") endif () install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.txt DESTINATION ".") configure_file(${LIBDIR}/platform/unix/fhs.hpp.in ${LIBDIR_BIN}/platform/unix/fhs.hpp) -set (CPACK_PACKAGE_NAME "OrcaSlicer") -set (CPACK_PACKAGE_VENDOR "SoftFever") +set (CPACK_PACKAGE_NAME "Snapmaker_Orca") +set (CPACK_PACKAGE_VENDOR "Snapmaker") set (CPACK_PACKAGE_VERSION_MAJOR "${ORCA_VERSION_MAJOR}") set (CPACK_PACKAGE_VERSION_MINOR "${ORCA_VERSION_MINOR}") set (CPACK_PACKAGE_VERSION_PATCH "${ORCA_VERSION_PATCH}") -set (CPACK_PACKAGE_FILE_NAME "OrcaSlicer_Windows_Installer_V${SoftFever_VERSION}") -set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Orca Slicer is an open source slicer for FDM printers") -set (CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/SoftFever/OrcaSlicer") +set (CPACK_PACKAGE_FILE_NAME "Snapmaker_Orca_Windows_Installer_V${Snapmaker_VERSION}") +set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Snapmaker Orca is an open source slicer for FDM printers") +set (CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/Snapmaker/OrcaSlicer") set (CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) -set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/resources/images\\\\OrcaSlicer.ico") +set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/resources/images\\\\Snapmaker_Orca.ico") set (CPACK_NSIS_MUI_ICON "${CPACK_PACKAGE_ICON}") set (CPACK_NSIS_MUI_UNIICON "${CPACK_PACKAGE_ICON}") -set (CPACK_NSIS_INSTALLED_ICON_NAME "$INSTDIR\\\\orca-slicer.exe") +set (CPACK_NSIS_INSTALLED_ICON_NAME "$INSTDIR\\\\snapmaker orca.exe") set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS " - CreateShortCut \\\"$DESKTOP\\\\OrcaSlicer.lnk\\\" \\\"$INSTDIR\\\\orca-slicer.exe\\\" + CreateShortCut \\\"$DESKTOP\\\\Snapmaker Orca.lnk\\\" \\\"$INSTDIR\\\\snapmaker-orca.exe\\\" ") set (CPACK_PACKAGE_CHECKSUM SHA256) -set (CPACK_PACKAGE_INSTALL_REGISTRY_KEY "OrcaSlicer") +set (CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Snapmaker_Orca") set (CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) set (CPACK_NSIS_EXECUTABLES_DIRECTORY ".") # set (CPACK_NSIS_MODIFY_PATH "ON") -set(CPACK_PACKAGE_EXECUTABLES "orca-slicer;OrcaSlicer") -set(CPACK_CREATE_DESKTOP_LINKS "orca-slicer") +set(CPACK_PACKAGE_EXECUTABLES "snapmaker-orca;Snapmaker Orca") +set(CPACK_CREATE_DESKTOP_LINKS "snapmaker-orca") set (CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE.txt) # must also include in install command set(CPACK_WIX_UPGRADE_GUID "058245e8-20e0-4a95-9ab7-1acfe17ad511") diff --git a/DockerBuild.sh b/DockerBuild.sh index 18b7777bf8c..05aca26811d 100755 --- a/DockerBuild.sh +++ b/DockerBuild.sh @@ -8,7 +8,7 @@ set -x # would speed up recompile times significantly. For end users, # the simplicity of a single Docker image and a one-time compilation # seems better. -docker build -t orcaslicer \ +docker build -t Snapmaker_Orca \ --build-arg USER=$USER \ --build-arg UID=$(id -u) \ --build-arg GID=$(id -g) \ diff --git a/DockerRun.sh b/DockerRun.sh index c06628e6bee..51c5f0ee5d7 100755 --- a/DockerRun.sh +++ b/DockerRun.sh @@ -18,10 +18,10 @@ docker run \ -e DISPLAY=$DISPLAY \ `# It seems that libGL and dbus things need privileged mode` \ --privileged=true \ - `# Attach tty for running orca slicer with command line things` \ + `# Attach tty for running Snapmaker Orca with command line things` \ -ti \ `# Clean up after yourself` \ --rm \ - `# Pass all parameters from this script to the orca slicer ENTRYPOINT binary` \ - orcaslicer $* + `# Pass all parameters from this script to the Snapmaker Orca ENTRYPOINT binary` \ + Snapmaker_Orca $* diff --git a/Dockerfile b/Dockerfile index 868779b0afe..f722109e5bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,13 +55,13 @@ RUN apt-get update && apt-get install -y \ ENV LC_ALL=en_US.utf8 RUN locale-gen $LC_ALL -# Set this so that Orca Slicer doesn't complain about +# Set this so that Snapmaker Orca doesn't complain about # the CA cert path on every startup ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt -COPY ./ OrcaSlicer +COPY ./ Snapmaker_Orca -WORKDIR OrcaSlicer +WORKDIR Snapmaker_Orca # These can run together, but we run them seperate for podman caching # Update System dependencies @@ -77,7 +77,7 @@ RUN ./BuildLinux.sh -s ENV container podman RUN ./BuildLinux.sh -i -# It's easier to run Orca Slicer as the same username, +# It's easier to run Snapmaker Orca as the same username, # UID and GID as your workstation. Since we bind mount # your home directory into the container, it's handy # to keep permissions the same. Just in case, defaults @@ -92,4 +92,4 @@ RUN [[ "$UID" != "0" ]] \ # Using an entrypoint instead of CMD because the binary # accepts several command line arguments. -ENTRYPOINT ["/OrcaSlicer/build/package/bin/orca-slicer"] +ENTRYPOINT ["/Snapmaker_Orca/build/package/bin/snapmaker-orca"] diff --git a/OrcaSlicer.mo b/OrcaSlicer.mo deleted file mode 100644 index 94853e146f9..00000000000 Binary files a/OrcaSlicer.mo and /dev/null differ diff --git a/README.md b/README.md index d5b9309fce1..3388d905d42 100644 --- a/README.md +++ b/README.md @@ -1,53 +1,20 @@ -

Orca Slicer

+

Snapmaker Orca

-[![Build all](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_all.yml/badge.svg?branch=main)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_all.yml) -
Orca Slicer is an open source slicer for FDM printers. - - -Join our Discord community here:
-discord logo +[![Build all](https://github.com/Snapmaker/OrcaSlicer/actions/workflows/build_all.yml/badge.svg?branch=main)](https://github.com/Snapmaker/OrcaSlicer/actions/workflows/build_all.yml) +
Snapmaker Orca is an open source slicer for FDM printers based on OrcaSlicer. -

🚨🚨🚨Important Security Alert🚨🚨🚨

- -Please be aware that "orcaslicer.net" is NOT an official website for OrcaSlicer and may be potentially malicious. This site appears to use AI-generated content, lacking genuine context, and seems to exist solely to profit from advertisements. Worse, it may redirect download links to harmful sources. For your safety, avoid downloading OrcaSlicer from this site as the links may be compromised. - -The only official platforms for OrcaSlicer are our GitHub project page and the official Discord channel . - -We deeply value our OrcaSlicer community and appreciate all the social groups that support us. However, it is crucial to address the risk posed by any group that falsely claims to be official or misleads its members. If you encounter such a group or are part of one, please assist by encouraging the group owner to add a clear disclaimer or by alerting its members. - -Thank you for your vigilance and support in keeping our community safe! - -# Main features -- Auto-calibration for all printers -- Sandwich (inner-outer-inner) mode - An improved version of the `External Perimeters First` mode -- [Precise wall](https://github.com/SoftFever/OrcaSlicer/wiki/Precise-wall) -- Polyholes conversion support: [SuperSlicer Wiki: Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes) -- Klipper support -- More granular controls -- Additional features can be found in the [change notes](https://github.com/SoftFever/OrcaSlicer/releases/) - -# Wiki -The wiki below aims to provide a detailed explanation of the slicer settings, including how to maximize their use and how to calibrate and set up your printer. -Please note that the wiki is a work in progress. We appreciate your patience as we continue to develop and improve it! - -**[Access the wiki here](https://github.com/SoftFever/OrcaSlicer/wiki)** # Download ### Stable Release -📥 **[Download the Latest Stable Release](https://github.com/SoftFever/OrcaSlicer/releases/latest)** -Visit our GitHub Releases page for the latest stable version of Orca Slicer, recommended for most users. - -### Nightly Builds -🌙 **[Download the Latest Nightly Build](https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds)** -Explore the latest developments in Orca Slicer with our nightly builds. Feedback on these versions is highly appreciated. - +📥 **[Download the Latest Stable Release](https://github.com/Snapmaker/OrcaSlicer/releases/latest)** +Visit our GitHub Releases page for the latest stable version of Snapmaker Slicer, recommended for most users. # How to install **Windows**: -1. Download the installer for your preferred version from the [releases page](https://github.com/SoftFever/OrcaSlicer/releases). +1. Download the installer for your preferred version from the [releases page](https://github.com/Snapmaker/OrcaSlicer/releases). - *For convenience there is also a portable build available.* - *If you have troubles to run the build, you might need to install following runtimes:* - [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/OrcaSlicer/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe) @@ -80,7 +47,7 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback **Linux (Ubuntu)**: 1. If you run into trouble executing it, try this command in the terminal: - `chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage` + `chmod +x /path_to_appimage/Snapmaker_Orca_Linux.AppImage` # How to compile - Windows 64-bit @@ -120,52 +87,19 @@ If you're running Klipper, it's recommended to add the following configuration t resolution: 0.1 ``` -# Supports -**Orca Slicer** is an open-source project, and I'm deeply grateful to all my sponsors and backers. -Their generous support enables me to purchase filaments and other essential 3D printing materials for the project. -Thank you! :) - -### Sponsors: - - - - - - -
- - QIDI - - - - Phrozen Technology - - - - BIGTREE TECH - -
- -### Backers: -**Ko-fi supporters**: [Backers list](https://github.com/user-attachments/files/16147016/Supporters_638561417699952499.csv) - -## Support me - - - - -[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/softfever3d) - ## Some background -OrcaSlicer is originally forked from Bambu Studio, it was previously known as BambuStudio-SoftFever. +Snapmaker Orca is originally forked from OrcaSlicer. +OrcaSlicer is originally forked from Bambu Studio, it was previously known as BambuStudio-SoftFever. Bambu Studio is forked from [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community. Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr) # License +Snapmaker Orca is licensed under the GNU Affero General Public License, version 3. Orca Slicer is based on OrcaSlicer by SoftFever + Orca Slicer is licensed under the GNU Affero General Public License, version 3. Orca Slicer is based on Bambu Studio by BambuLab. Bambu Studio is licensed under the GNU Affero General Public License, version 3. Bambu Studio is based on PrusaSlicer by PrusaResearch. @@ -180,3 +114,7 @@ Orca Slicer includes a pressure advance calibration pattern test adapted from An The Bambu networking plugin is based on non-free libraries from BambuLab. It is optional to the Orca Slicer and provides extended functionalities for Bambulab printer users. +# Feedback & Contribution +We greatly value feedback and contributions from our users. Your feedback will help us to further develop Snapmaker Orca for our community. +- To submit a bug or feature request, file an issue in GitHub Issues or email us at support@snapmaker.com. +- To contribute some code, make sure you have read and followed our guidelines for contributing. diff --git a/SECURITY.md b/SECURITY.md index 73f85786200..cd1b813132f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,13 +1,7 @@ -# Security Policy +POLICY: Our security policy is to avoid leaving the ecosystem worse than we found it. Meaning we are not planning to introduce vulnerabilities into the ecosystem. +The Snapmaker_Orca team and community take all security bugs in Snapmaker_Orca seriously. Thank you for improving the security of Snapmaker_Orca. We appreciate your efforts to disclose the issue responsibly, and will make every effort to acknowledge your contributions. -At OrcaSlicer, we are committed to maintaining the security of our ecosystem. Our policy is to ensure that we do not introduce vulnerabilities and that any security issues are addressed promptly and responsibly. We appreciate your help in improving the security of OrcaSlicer and thank you for your responsible disclosure. -Reporting Security Bugs - -## To report a security bug, please follow these guidelines: - - * Email Security Bugs: - Send an email to the lead maintainer at softfeverever@gmail.com. - Include the word "SECURITY" in the subject line of your email. +Report security bugs by emailing the lead maintainer at softfeverever@gmail.com and include the word "SECURITY" in the subject line. * Response Times: The lead maintainer will acknowledge receipt of your email within one week (7 days). @@ -17,31 +11,28 @@ Reporting Security Bugs * Information and Collaboration: We may request additional information or guidance as we work on addressing the issue. - * Handling the Report: - OrcaSlicer will confirm the problem and determine the affected versions. - We will audit the code to find any similar issues and prepare fixes for all releases still under maintenance. - Fixes will be released as quickly as possible. - - * Third-Party Modules: - Report security issues in third-party modules to the respective maintainer of those modules. - -## Security Disclosure Guidelines - -When disclosing a vulnerability, please follow these steps to ensure your report is clear and actionable: - - * Provide Detailed Information: - Scope: Clearly define the scope of the vulnerability. - Potential Impact: Let us know who could be affected by this exploit. - Reproduction Steps: Document detailed steps to reproduce the vulnerability. +Snapmaker_Orca will confirm the problem and determine the affected versions. +Snapmaker_Orca will audit code to find any similar problems. +Snapmaker_Orca will prepare fixes for all releases still under maintenance. These fixes will be released as fast as possible. +Report security bugs in third-party modules to the person or team maintaining the module. - Reference OWASP Guidelines: - Follow the OWASP Vulnerability Disclosure Cheat Sheet for best practices in vulnerability disclosure. +SECURITY DISCLOSURE: Your responsibility is to report vulnerabilities to us using the guidelines outlined below. +Please give detailed steps on how to disclose the vulnerability. Keep these OWASP guidelines in mind ( https://www.owasp.org/index.php/Vulnerability_Disclosure_Cheat_Sheet ) when creating your disclosure policy. -## Security Recommendations +Below are some recommendations for security disclosures: -To enhance security when using OrcaSlicer, we recommend following these steps: +Snapmaker_Orca security contact { contact: mailto:softfeverever@gmail.com] } +When disclosing vulnerabilities please do the following: +Your name and affiliation (if any). +Include scope of vulnerability. Let us know who could use this exploit. +Document steps to identify the vulnerability. It is important that we can reproduce your findings. +Show how to exploit vulnerability, give us an attack scenario. +Snapmaker_Orca Checklist: Security Recommendations +Follow these steps to improve security when using Snapmaker_Orca. - * SEE SOMETHING: If you notice anything suspicious or have concerns, please report it. - * SAY SOMETHING: If you have any doubts or need assistance, do not hesitate to contact us. +...SEE SOMETHING +...SAY SOMETHING +1)...SEE SOMETHING +We suggest you goto #2 if this happens. -### Thank you for your commitment to the security of OrcaSlicer. Your efforts help us maintain a safe and reliable ecosystem. +Why? Through experience we have found it is best to goto #2 in this situation. diff --git a/build_release.bat b/build_release.bat index f0e5eef5e75..d6b3913a180 100644 --- a/build_release.bat +++ b/build_release.bat @@ -36,13 +36,13 @@ cmake --build . --config %build_type% --target deps -- -m if "%1"=="deps" exit /b 0 :slicer -echo "building Orca Slicer..." +echo "building Snapmaker Orca..." cd %WP% mkdir %build_dir% cd %build_dir% -echo cmake .. -G "Visual Studio 16 2019" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=%build_type% -cmake .. -G "Visual Studio 16 2019" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=%build_type% -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0" +echo cmake .. -G "Visual Studio 16 2019" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./Snapmaker_Orca" -DCMAKE_BUILD_TYPE=%build_type% +cmake .. -G "Visual Studio 16 2019" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./Snapmaker_Orca" -DCMAKE_BUILD_TYPE=%build_type% -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0" cmake --build . --config %build_type% --target ALL_BUILD -- -m cd .. call run_gettext.bat diff --git a/build_release_macos.sh b/build_release_macos.sh index 38a360ed2d7..a3e97bd4bf2 100755 --- a/build_release_macos.sh +++ b/build_release_macos.sh @@ -159,7 +159,7 @@ function build_slicer() { -G "${SLICER_CMAKE_GENERATOR}" \ -DBBL_RELEASE_TO_PUBLIC=1 \ -DCMAKE_PREFIX_PATH="$DEPS/usr/local" \ - -DCMAKE_INSTALL_PREFIX="$PWD/OrcaSlicer" \ + -DCMAKE_INSTALL_PREFIX="$PWD/Snapmaker_Orca" \ -DCMAKE_BUILD_TYPE="$BUILD_CONFIG" \ -DCMAKE_MACOSX_RPATH=ON \ -DCMAKE_INSTALL_RPATH="${DEPS}/usr/local" \ @@ -179,22 +179,22 @@ function build_slicer() { echo "Fix macOS app package..." ( cd "$PROJECT_BUILD_DIR" - mkdir -p OrcaSlicer - cd OrcaSlicer + mkdir -p Snapmaker_Orca + cd Snapmaker_Orca # remove previously built app - rm -rf ./OrcaSlicer.app + rm -rf "./Snapmaker Orca.app" # fully copy newly built app - cp -pR "../src$BUILD_DIR_CONFIG_SUBDIR/OrcaSlicer.app" ./OrcaSlicer.app + cp -pR "../src$BUILD_DIR_CONFIG_SUBDIR/Snapmaker Orca.app" "./Snapmaker Orca.app" # fix resources - resources_path=$(readlink ./OrcaSlicer.app/Contents/Resources) - rm ./OrcaSlicer.app/Contents/Resources - cp -R "$resources_path" ./OrcaSlicer.app/Contents/Resources + resources_path=$(readlink "./Snapmaker Orca.app/Contents/Resources") + rm "./Snapmaker Orca.app/Contents/Resources" + cp -R "$resources_path" "./Snapmaker Orca.app/Contents/Resources" # delete .DS_Store file - find ./OrcaSlicer.app/ -name '.DS_Store' -delete + find "./Snapmaker Orca.app/" -name '.DS_Store' -delete ) # extract version - # export ver=$(grep '^#define SoftFever_VERSION' ../src/libslic3r/libslic3r_version.h | cut -d ' ' -f3) + # export ver=$(grep '^#define Snapmaker_VERSION' ../src/libslic3r/libslic3r_version.h | cut -d ' ' -f3) # ver="_V${ver//\"}" # echo $PWD # if [ "1." != "$NIGHTLY_BUILD". ]; @@ -202,7 +202,7 @@ function build_slicer() { # ver=${ver}_dev # fi - # zip -FSr OrcaSlicer${ver}_Mac_${ARCH}.zip OrcaSlicer.app + # zip -FSr Snapmaker_Orca${ver}_Mac_${ARCH}.zip Snapmaker Orca.app } case "${BUILD_TARGET}" in diff --git a/build_release_vs2022.bat b/build_release_vs2022.bat index 76e8c14f0c2..a0331e2f394 100644 --- a/build_release_vs2022.bat +++ b/build_release_vs2022.bat @@ -52,13 +52,13 @@ cmake --build . --config %build_type% --target deps -- -m if "%1"=="deps" exit /b 0 :slicer -echo "building Orca Slicer..." +echo "building Snapmaker Orca..." cd %WP% mkdir %build_dir% cd %build_dir% echo on -cmake .. -G "Visual Studio 17 2022" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=%build_type% -DWIN10SDK_PATH="%WindowsSdkDir%Include\%WindowsSDKVersion%\" +cmake .. -G "Visual Studio 17 2022" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./Snapmaker_Orca" -DCMAKE_BUILD_TYPE=%build_type% -DWIN10SDK_PATH="%WindowsSdkDir%Include\%WindowsSDKVersion%\" cmake --build . --config %build_type% --target ALL_BUILD -- -m @echo off cd .. diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 3de0ec036c1..1aad65dcc5f 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -11,7 +11,7 @@ CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundleIdentifier - com.softfever3d.orca-slicer + com.snapmaker.snapmaker-orca CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @@ -32,10 +32,10 @@ CFBundleURLName - OrcaSlicer Downloads + Snapmaker_Orca Downloads CFBundleURLSchemes - orcaslicer + Snapmaker_Orca @@ -73,7 +73,7 @@ OBJ CFBundleTypeIconFile - images/OrcaSlicer.icns + images/Snapmaker_Orca.icns CFBundleTypeName STL CFBundleTypeRole @@ -90,7 +90,7 @@ AMF CFBundleTypeIconFile - images/OrcaSlicer.icns + images/Snapmaker_Orca.icns CFBundleTypeName AMF CFBundleTypeRole @@ -107,7 +107,7 @@ 3MF CFBundleTypeIconFile - images/OrcaSlicer.icns + images/Snapmaker_Orca.icns CFBundleTypeName 3MF CFBundleTypeRole diff --git a/deps/Blosc/Blosc.cmake b/deps/Blosc/Blosc.cmake index af4f015e5fc..30f6b0a8be5 100644 --- a/deps/Blosc/Blosc.cmake +++ b/deps/Blosc/Blosc.cmake @@ -7,7 +7,7 @@ else() endif() if(IS_CROSS_COMPILE AND APPLE) - orcaslicer_add_cmake_project(Blosc + Snapmaker_Orca_add_cmake_project(Blosc #URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip #URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9 URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip @@ -26,7 +26,7 @@ if(IS_CROSS_COMPILE AND APPLE) -DDEACTIVATE_AVX2=ON ) else() - orcaslicer_add_cmake_project(Blosc + Snapmaker_Orca_add_cmake_project(Blosc #URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip #URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9 URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip diff --git a/deps/Boost/Boost.cmake b/deps/Boost/Boost.cmake index f3c23b77c75..d0086f20257 100644 --- a/deps/Boost/Boost.cmake +++ b/deps/Boost/Boost.cmake @@ -10,7 +10,7 @@ if (APPLE AND CMAKE_OSX_ARCHITECTURES) set(_context_arch_line "-DBOOST_CONTEXT_ARCHITECTURE:STRING=${CMAKE_OSX_ARCHITECTURES}") endif () -orcaslicer_add_cmake_project(Boost +Snapmaker_Orca_add_cmake_project(Boost URL "https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.tar.gz" URL_HASH SHA256=4d27e9efed0f6f152dc28db6430b9d3dfb40c0345da7342eaa5a987dde57bd95 LIST_SEPARATOR | diff --git a/deps/CGAL/CGAL.cmake b/deps/CGAL/CGAL.cmake index 18fee7c15ee..384d83e080d 100644 --- a/deps/CGAL/CGAL.cmake +++ b/deps/CGAL/CGAL.cmake @@ -1,4 +1,4 @@ -orcaslicer_add_cmake_project( +Snapmaker_Orca_add_cmake_project( CGAL # GIT_REPOSITORY https://github.com/CGAL/cgal.git # GIT_TAG bec70a6d52d8aacb0b3d82a7b4edc3caa899184b # releases/CGAL-5.0 diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 4bd3470d441..90aa96f8edd 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -1,12 +1,12 @@ # -# This CMake project downloads, configures and builds OrcaSlicer dependencies on Unix and Windows. +# This CMake project downloads, configures and builds Snapmaker_Orca dependencies on Unix and Windows. # # When using this script, it's recommended to perform an out-of-source build using CMake. # # All the dependencies are installed in a `destdir` directory in the root of the build directory, # in a traditional Unix-style prefix structure. The destdir can be used directly by CMake -# when building OrcaSlicer - to do this, set the CMAKE_PREFIX_PATH to ${destdir}/usr/local. -# Warning: On UNIX/Linux, you also need to set -DSLIC3R_STATIC=1 when building OrcaSlicer. +# when building Snapmaker_Orca - to do this, set the CMAKE_PREFIX_PATH to ${destdir}/usr/local. +# Warning: On UNIX/Linux, you also need to set -DSLIC3R_STATIC=1 when building Snapmaker_Orca. # # For better clarity of console output, it's recommended to _not_ use a parallelized build # for the top-level command, ie. use `make -j 1` or `ninja -j 1` to force single-threaded top-level @@ -30,7 +30,7 @@ if (APPLE) endif () -project(OrcaSlicer-deps) +project(Snapmaker_Orca-deps) include(ExternalProject) include(ProcessorCount) @@ -87,9 +87,9 @@ endif () # Slic3r compiles with a different version which will cause runtime errors. # option(DEP_BUILD_IGL_STATIC "Build IGL as a static library. Might cause link errors and increase binary size." OFF) -message(STATUS "OrcaSlicer deps DESTDIR: ${DESTDIR}") -message(STATUS "OrcaSlicer dowload dir for source packages: ${DEP_DOWNLOAD_DIR}") -message(STATUS "OrcaSlicer deps debug build: ${DEP_DEBUG}") +message(STATUS "Snapmaker_Orca deps DESTDIR: ${DESTDIR}") +message(STATUS "Snapmaker_Orca dowload dir for source packages: ${DEP_DOWNLOAD_DIR}") +message(STATUS "Snapmaker_Orca deps debug build: ${DEP_DEBUG}") find_package(Git REQUIRED) @@ -101,7 +101,7 @@ if (NOT _is_multi AND NOT CMAKE_BUILD_TYPE) message(STATUS "Forcing CMAKE_BUILD_TYPE to Release as it was not specified.") endif () -function(orcaslicer_add_cmake_project projectname) +function(Snapmaker_Orca_add_cmake_project projectname) cmake_parse_arguments(P_ARGS "" "INSTALL_DIR;BUILD_COMMAND;INSTALL_COMMAND" "CMAKE_ARGS" ${ARGN}) set(_configs_line -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}) @@ -148,7 +148,7 @@ elseif(FLATPAK) # the only reason this is here is because of the HACK at the bottom for ci # # note for future devs: shared libs may actually create a size reduction - # but orcaslicer_deps tends to get really funny regarding linking after that (notably boost) + # but OrcaSlicer_deps tends to get really funny regarding linking after that (notably boost) # so, as much as I would like to use that, it's not happening ExternalProject_Add( dep_${projectname} @@ -199,7 +199,7 @@ else() endif() -endfunction(orcaslicer_add_cmake_project) +endfunction(Snapmaker_Orca_add_cmake_project) if (MSVC) diff --git a/deps/CURL/CURL.cmake b/deps/CURL/CURL.cmake index a5ae1b9d00c..1a2cde9223f 100644 --- a/deps/CURL/CURL.cmake +++ b/deps/CURL/CURL.cmake @@ -56,7 +56,7 @@ else() set(_curl_static ON) endif() -orcaslicer_add_cmake_project(CURL +Snapmaker_Orca_add_cmake_project(CURL # GIT_REPOSITORY https://github.com/curl/curl.git # GIT_TAG curl-7_75_0 URL https://github.com/curl/curl/archive/refs/tags/curl-7_75_0.zip diff --git a/deps/Cereal/Cereal.cmake b/deps/Cereal/Cereal.cmake index 7f87121f55c..d5344cb678d 100644 --- a/deps/Cereal/Cereal.cmake +++ b/deps/Cereal/Cereal.cmake @@ -2,7 +2,7 @@ #/|/ #/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher #/|/ -orcaslicer_add_cmake_project(Cereal +Snapmaker_Orca_add_cmake_project(Cereal URL "https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.0.zip" URL_HASH SHA256=71642cb54658e98c8f07a0f0d08bf9766f1c3771496936f6014169d3726d9657 CMAKE_ARGS diff --git a/deps/EXPAT/EXPAT.cmake b/deps/EXPAT/EXPAT.cmake index fd5c4c5c4d3..ee9258cef9a 100644 --- a/deps/EXPAT/EXPAT.cmake +++ b/deps/EXPAT/EXPAT.cmake @@ -1,4 +1,4 @@ -orcaslicer_add_cmake_project(EXPAT +Snapmaker_Orca_add_cmake_project(EXPAT # GIT_REPOSITORY https://github.com/nigels-com/glew.git # GIT_TAG 3a8eff7 # 2.1.0 SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/expat diff --git a/deps/FREETYPE/FREETYPE.cmake b/deps/FREETYPE/FREETYPE.cmake index f30671ff2c3..4bc315492ea 100644 --- a/deps/FREETYPE/FREETYPE.cmake +++ b/deps/FREETYPE/FREETYPE.cmake @@ -10,7 +10,7 @@ else() set(_ft_disable_zlib "-D FT_DISABLE_ZLIB=TRUE") endif() -orcaslicer_add_cmake_project(FREETYPE +Snapmaker_Orca_add_cmake_project(FREETYPE URL https://mirror.ossplanet.net/nongnu/freetype/freetype-2.12.1.tar.gz URL_HASH SHA256=efe71fd4b8246f1b0b1b9bfca13cfff1c9ad85930340c27df469733bbb620938 #DEPENDS ${ZLIB_PKG} diff --git a/deps/GLEW/GLEW.cmake b/deps/GLEW/GLEW.cmake index cef56e72e22..79482958bc4 100644 --- a/deps/GLEW/GLEW.cmake +++ b/deps/GLEW/GLEW.cmake @@ -2,7 +2,7 @@ set(OpenGL_GL_PREFERENCE "LEGACY") # to prevent a nasty warning by cmake find_package(OpenGL QUIET REQUIRED) -orcaslicer_add_cmake_project( +Snapmaker_Orca_add_cmake_project( GLEW SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/glew ) diff --git a/deps/GLFW/GLFW.cmake b/deps/GLFW/GLFW.cmake index 81967910339..da753bac758 100644 --- a/deps/GLFW/GLFW.cmake +++ b/deps/GLFW/GLFW.cmake @@ -12,7 +12,7 @@ else() set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=FF") endif() -orcaslicer_add_cmake_project(GLFW +Snapmaker_Orca_add_cmake_project(GLFW URL https://github.com/glfw/glfw/archive/refs/tags/3.3.7.zip URL_HASH SHA256=e02d956935e5b9fb4abf90e2c2e07c9a0526d7eacae8ee5353484c69a2a76cd0 #DEPENDS dep_Boost diff --git a/deps/JPEG/JPEG.cmake b/deps/JPEG/JPEG.cmake index 82b0ca5565f..5eca464b234 100644 --- a/deps/JPEG/JPEG.cmake +++ b/deps/JPEG/JPEG.cmake @@ -11,7 +11,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") endif () endif() -orcaslicer_add_cmake_project(JPEG +Snapmaker_Orca_add_cmake_project(JPEG URL https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/3.0.1.zip URL_HASH SHA256=d6d99e693366bc03897677650e8b2dfa76b5d6c54e2c9e70c03f0af821b0a52f DEPENDS ${ZLIB_PKG} diff --git a/deps/MPFR/MPFR.cmake b/deps/MPFR/MPFR.cmake index 1161a1ca6e9..dc27718e073 100644 --- a/deps/MPFR/MPFR.cmake +++ b/deps/MPFR/MPFR.cmake @@ -25,8 +25,8 @@ else () endif () ExternalProject_Add(dep_MPFR - URL https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.bz2 - URL_HASH SHA256=b9df93635b20e4089c29623b19420c4ac848a1b29df1cfd59f26cab0d2666aa0 + URL https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.bz2 + URL_HASH SHA256=9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/MPFR BUILD_IN_SOURCE ON CONFIGURE_COMMAND autoreconf -f -i && diff --git a/deps/NLopt/NLopt.cmake b/deps/NLopt/NLopt.cmake index fdd6341f2b0..b069308364e 100644 --- a/deps/NLopt/NLopt.cmake +++ b/deps/NLopt/NLopt.cmake @@ -1,4 +1,4 @@ -orcaslicer_add_cmake_project(NLopt +Snapmaker_Orca_add_cmake_project(NLopt URL "https://github.com/stevengj/nlopt/archive/v2.5.0.tar.gz" URL_HASH SHA256=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae CMAKE_ARGS diff --git a/deps/NanoSVG/NanoSVG.cmake b/deps/NanoSVG/NanoSVG.cmake index 5c833e32491..ae6550d8314 100644 --- a/deps/NanoSVG/NanoSVG.cmake +++ b/deps/NanoSVG/NanoSVG.cmake @@ -3,7 +3,7 @@ # for rasterizing svg files from their original size to a squared power of two texture on Windows systems using # AMD Radeon graphics cards -orcaslicer_add_cmake_project(NanoSVG +Snapmaker_Orca_add_cmake_project(NanoSVG DEPENDS dep_Boost URL https://github.com/SoftFever/nanosvg/archive/863f6aa97ef62028126fa2c19bd4350394c2e15e.zip URL_HASH SHA256=8d9c1624ad6518dd6dfa31e4f8dc7da9ec243d88bae595c7a037450617fec851 diff --git a/deps/OCCT/OCCT.cmake b/deps/OCCT/OCCT.cmake index 096da413d58..579f75bd762 100644 --- a/deps/OCCT/OCCT.cmake +++ b/deps/OCCT/OCCT.cmake @@ -8,7 +8,7 @@ endif() # get relative path of CMAKE_BINARY_DIR against root source directory file(RELATIVE_PATH BINARY_DIR_REL ${CMAKE_SOURCE_DIR}/.. ${CMAKE_BINARY_DIR}) -orcaslicer_add_cmake_project(OCCT +Snapmaker_Orca_add_cmake_project(OCCT URL https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc #PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch diff --git a/deps/OpenCSG/OpenCSG.cmake b/deps/OpenCSG/OpenCSG.cmake index 2181ba09556..83fe5afa182 100644 --- a/deps/OpenCSG/OpenCSG.cmake +++ b/deps/OpenCSG/OpenCSG.cmake @@ -1,5 +1,5 @@ -orcaslicer_add_cmake_project(OpenCSG +Snapmaker_Orca_add_cmake_project(OpenCSG # GIT_REPOSITORY https://github.com/floriankirsch/OpenCSG.git # GIT_TAG 83e274457b46c9ad11a4ee599203250b1618f3b9 #v1.4.2 URL https://github.com/floriankirsch/OpenCSG/archive/refs/tags/opencsg-1-4-2-release.zip diff --git a/deps/OpenCV/OpenCV.cmake b/deps/OpenCV/OpenCV.cmake index 6d62b018af6..addfc246193 100644 --- a/deps/OpenCV/OpenCV.cmake +++ b/deps/OpenCV/OpenCV.cmake @@ -4,7 +4,7 @@ else () set(_use_IPP "-DWITH_IPP=OFF") endif () -orcaslicer_add_cmake_project(OpenCV +Snapmaker_Orca_add_cmake_project(OpenCV URL https://github.com/opencv/opencv/archive/refs/tags/4.6.0.tar.gz URL_HASH SHA256=1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277 PATCH_COMMAND git apply --directory ${BINARY_DIR_REL}/dep_OpenCV-prefix/src/dep_OpenCV --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-vs2022.patch diff --git a/deps/OpenEXR/OpenEXR.cmake b/deps/OpenEXR/OpenEXR.cmake index dd754d3a383..7c4084fb4db 100644 --- a/deps/OpenEXR/OpenEXR.cmake +++ b/deps/OpenEXR/OpenEXR.cmake @@ -36,7 +36,7 @@ else () set(_patch_cmd "") endif () -orcaslicer_add_cmake_project(OpenEXR +Snapmaker_Orca_add_cmake_project(OpenEXR # GIT_REPOSITORY https://github.com/openexr/openexr.git URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de diff --git a/deps/OpenVDB/OpenVDB.cmake b/deps/OpenVDB/OpenVDB.cmake index 7080b8b5d5f..2cf551cd4b6 100644 --- a/deps/OpenVDB/OpenVDB.cmake +++ b/deps/OpenVDB/OpenVDB.cmake @@ -6,7 +6,7 @@ else() set(_build_static ON) endif() -orcaslicer_add_cmake_project(OpenVDB +Snapmaker_Orca_add_cmake_project(OpenVDB # support vs2022, update to 8.2 URL https://github.com/tamasmeszaros/openvdb/archive/a68fd58d0e2b85f01adeb8b13d7555183ab10aa5.zip URL_HASH SHA256=f353e7b99bd0cbfc27ac9082de51acf32a8bc0b3e21ff9661ecca6f205ec1d81 diff --git a/deps/PNG/PNG.cmake b/deps/PNG/PNG.cmake index 313a147bab7..5a70481f42b 100644 --- a/deps/PNG/PNG.cmake +++ b/deps/PNG/PNG.cmake @@ -7,7 +7,7 @@ endif () if(APPLE AND IS_CROSS_COMPILE) # TODO: check if it doesn't create problem when compiling from arm to x86_64 - orcaslicer_add_cmake_project(PNG + Snapmaker_Orca_add_cmake_project(PNG GIT_REPOSITORY https://github.com/glennrp/libpng.git GIT_TAG v1.6.35 DEPENDS ${ZLIB_PKG} @@ -26,7 +26,7 @@ set(_patch_step "") if (APPLE) set(_patch_step PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/PNG.patch) endif () - orcaslicer_add_cmake_project(PNG + Snapmaker_Orca_add_cmake_project(PNG # GIT_REPOSITORY https://github.com/glennrp/libpng.git # GIT_TAG v1.6.35 URL https://github.com/glennrp/libpng/archive/refs/tags/v1.6.35.zip diff --git a/deps/Qhull/Qhull.cmake b/deps/Qhull/Qhull.cmake index 9376700428f..978165c5d46 100644 --- a/deps/Qhull/Qhull.cmake +++ b/deps/Qhull/Qhull.cmake @@ -1,5 +1,5 @@ include(GNUInstallDirs) -orcaslicer_add_cmake_project(Qhull +Snapmaker_Orca_add_cmake_project(Qhull URL "https://github.com/qhull/qhull/archive/v8.0.1.zip" URL_HASH SHA256=5287f5edd6a0372588f5d6640799086a4033d89d19711023ef8229dd9301d69b CMAKE_ARGS diff --git a/deps/TBB/TBB.cmake b/deps/TBB/TBB.cmake index 13d40c05738..43f96b0fcd2 100644 --- a/deps/TBB/TBB.cmake +++ b/deps/TBB/TBB.cmake @@ -4,7 +4,7 @@ else() set(_patch_command "") endif() -orcaslicer_add_cmake_project( +Snapmaker_Orca_add_cmake_project( TBB URL "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.5.0.zip" URL_HASH SHA256=83ea786c964a384dd72534f9854b419716f412f9d43c0be88d41874763e7bb47 diff --git a/deps/TIFF/TIFF.cmake b/deps/TIFF/TIFF.cmake index 01d72428b97..bb04d434749 100644 --- a/deps/TIFF/TIFF.cmake +++ b/deps/TIFF/TIFF.cmake @@ -2,7 +2,7 @@ find_package(OpenGL QUIET REQUIRED) if (APPLE) message(STATUS "Compiling TIFF for macos ${CMAKE_SYSTEM_VERSION}.") - orcaslicer_add_cmake_project(TIFF + Snapmaker_Orca_add_cmake_project(TIFF URL https://gitlab.com/libtiff/libtiff/-/archive/v4.3.0/libtiff-v4.3.0.zip URL_HASH SHA256=4fca1b582c88319f3ad6ecd5b46320eadaf5eb4ef6f6c32d44caaae4a03d0726 DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG @@ -15,9 +15,9 @@ if (APPLE) -Dpixarlog:BOOL=OFF ) else() - orcaslicer_add_cmake_project(TIFF + Snapmaker_Orca_add_cmake_project(TIFF URL https://gitlab.com/libtiff/libtiff/-/archive/v4.1.0/libtiff-v4.1.0.zip - URL_HASH SHA256=c56edfacef0a60c0de3e6489194fcb2f24c03dbb550a8a7de5938642d045bd32 + URL_HASH SHA256=17a3e875acece9be40b093361cfef47385d4ef22c995ffbf36b2871f5785f9b8 DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG CMAKE_ARGS -Dlzma:BOOL=OFF diff --git a/deps/ZLIB/ZLIB.cmake b/deps/ZLIB/ZLIB.cmake index 0d5497e4144..0191f7bc13d 100644 --- a/deps/ZLIB/ZLIB.cmake +++ b/deps/ZLIB/ZLIB.cmake @@ -1,6 +1,6 @@ set(patch_command git init && ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-Respect-BUILD_SHARED_LIBS.patch) -orcaslicer_add_cmake_project(ZLIB +Snapmaker_Orca_add_cmake_project(ZLIB # GIT_REPOSITORY https://github.com/madler/zlib.git # GIT_TAG v1.2.11 #URL https://github.com/madler/zlib/archive/refs/tags/v1.2.11.zip diff --git a/deps/wxWidgets/wxWidgets.cmake b/deps/wxWidgets/wxWidgets.cmake index 1097e6cfc0f..1680b941fb3 100644 --- a/deps/wxWidgets/wxWidgets.cmake +++ b/deps/wxWidgets/wxWidgets.cmake @@ -18,11 +18,11 @@ else () endif () # Note: The flatpak build builds wxwidgets separately due to CI size constraints. -# ANY CHANGES MADE IN HERE MUST ALSO BE REFLECTED IN `flatpak/io.github.SoftFever.OrcaSlicer.yml`. +# ANY CHANGES MADE IN HERE MUST ALSO BE REFLECTED IN `flatpak/io.github.SoftFever.Snapmaker_Orca.yml`. # ** THIS INCLUDES BUILD ARGS. ** # ...if you can find a way around this size limitation, be my guest. -orcaslicer_add_cmake_project( +Snapmaker_Orca_add_cmake_project( wxWidgets GIT_REPOSITORY "https://github.com/SoftFever/Orca-deps-wxWidgets" GIT_SHALLOW ON diff --git a/doc/Auxiliary-fan.md b/doc/Auxiliary-fan.md index 1177248d462..21fbc0b82cc 100644 --- a/doc/Auxiliary-fan.md +++ b/doc/Auxiliary-fan.md @@ -1,4 +1,4 @@ -OrcaSlicer use `M106 P2` command to control auxiliary cooling fan. +Snapmaker_Orca use `M106 P2` command to control auxiliary cooling fan. If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhaust fan. Below is a reference configuration for Klipper. diff --git a/doc/Calibration.md b/doc/Calibration.md index ac1d6411a77..d533b2f2629 100644 --- a/doc/Calibration.md +++ b/doc/Calibration.md @@ -42,7 +42,7 @@ Steps # Pressure Advance -Orca Slicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test. +Snapmaker Orca includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test. > [!WARNING] > For Marlin: Linear advance must be enabled in firmware (M900). **Not all printers have it enabled by default.** @@ -70,7 +70,7 @@ Steps: The pattern method is adapted from [Andrew Ellis' pattern method generator](https://ellis3dp.com/Pressure_Linear_Advance_Tool/), which was itself derived from the [Marlin pattern method](https://marlinfw.org/tools/lin_advance/k-factor.html) developed by [Sineos](https://github.com/Sineos/k-factorjs). -[Instructions for using and reading the pattern method](https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/pattern_method.html) are provided in [Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/), with only a few Orca Slicer differences to note. +[Instructions for using and reading the pattern method](https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/pattern_method.html) are provided in [Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/), with only a few Snapmaker Orca differences to note. First and foremost, when you initiate the test, you'll only see a small rectangular prism on the plate. This object serves a few purposes: @@ -78,7 +78,7 @@ First and foremost, when you initiate the test, you'll only see a small rectangu 2. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism 3. The filament selected for the prism is also used for the test pattern -Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in Orca Slicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings: +Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in Snapmaker Orca by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings: 1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter 2. In terms of line width, the pattern only makes use of the `Default` and `First layer` widths @@ -108,7 +108,7 @@ This test generates a retraction tower automatically. The retraction tower is a ![image](./images/retraction_test_dlg.png) In the dialog, you can select the start and end retraction length, as well as the retraction length increment step. The default values are 0mm for the start retraction length, 2mm for the end retraction length, and 0.1mm for the step. These values are suitable for most direct drive extruders. However, for Bowden extruders, you may want to increase the start and end retraction lengths to 1mm and 6mm, respectively, and set the step to 0.2mm. -**Note**: When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using Orca Slicer should suffice. +**Note**: When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using Snapmaker Orca should suffice. On the other hand, if there is still a lot of stringing at the top of the tower, it is recommended to dry your filament and ensure that your nozzle is properly installed without any leaks. ![image](./images/retraction_test_print.jpg) @@ -135,7 +135,7 @@ Using calipers or a ruler, measure the height of the print at that point. Use th ![image](./images/caliper_sample_mvf.jpg) -You can also return to OrcaSlicer in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filmanet. +You can also return to Snapmaker_Orca in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filmanet. ![image](./images/max_volumetric_flow.jpg) diff --git a/doc/Chamber-temperature.md b/doc/Chamber-temperature.md index ea268532bff..a6090826cd1 100644 --- a/doc/Chamber-temperature.md +++ b/doc/Chamber-temperature.md @@ -1,8 +1,8 @@ -OrcaSlicer use `M141/M191` command to control active chamber heater. +Snapmaker_Orca use `M141/M191` command to control active chamber heater. -If `Activate temperature control` is checked, OrcaSlicer will insert `M191` command at the beginning of the gcode(before `Machine G-code`). +If `Activate temperature control` is checked, Snapmaker_Orca will insert `M191` command at the beginning of the gcode(before `Machine G-code`). ![image](./images/activate_chamber_heater.jpg) -*Note: If the machine is equipped with an auxiliary fan, OrcaSlicer will automatically activate the fan during the heating period to help circulate air in the chamber.* +*Note: If the machine is equipped with an auxiliary fan, Snapmaker_Orca will automatically activate the fan during the heating period to help circulate air in the chamber.* There are two chamber temperature variables available that we can use in `Machine G-code` to control the chamber temperature, if you prefer: diff --git a/doc/Home.md b/doc/Home.md index 998edbe4090..a5de5ce2270 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -1,6 +1,6 @@ -# Welcome to the OrcaSlicer WIKI! +Welcome to the Snapmaker_Orca WIKI! -Orca slicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki page aims to provide an detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer. +Snapmaker Orca is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki page aims to provide an detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer. The Wiki is work in progress so bear with us while we get it up and running! diff --git a/doc/Localization_guide.md b/doc/Localization_guide.md index 5949de03db6..f3ff4e188e0 100644 --- a/doc/Localization_guide.md +++ b/doc/Localization_guide.md @@ -1,6 +1,6 @@ # Localization and translation guide -The purpose of this guide is to describe how to contribute to the Orca Slicer translations. We use GNUgettext for extracting string resources from the project and PoEdit for editing translations. +The purpose of this guide is to describe how to contribute to the Snapmaker Orca translations. We use GNUgettext for extracting string resources from the project and PoEdit for editing translations. Those can be downloaded here: - https://sourceforge.net/directory/os:windows/?q=gnu+gettext GNUgettext package contains a set of tools to extract strings from the source code and to create the translation Catalog. @@ -12,42 +12,42 @@ Full manual for GNUgettext can be seen here: http://www.gnu.org/software/gettext ### Scenario 1. How do I add a translation or fix an existing translation -1. Get PO-file 'OrcaSlicer_xx.pot' from corresponding sub-folder here: +1. Get PO-file 'Snapmaker_Orca_xx.pot' from corresponding sub-folder here: https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n 2. Open this file in PoEdit as "Edit a translation" 3. Apply your corrections to the translation -4. Push changed OrcaSlicer_xx.po into the original folder -5. copy OrcaSlicer_xx.mo into resources/i18n/xx and rename it to OrcaSlicer.mo, then push the changed file. +4. Push changed Snapmaker_Orca_xx.po into the original folder +5. copy Snapmaker_Orca_xx.mo into resources/i18n/xx and rename it to Snapmaker_Orca.mo, then push the changed file. ### Scenario 2. How do I add a new language support -1. Get file OrcaSlicer.pot here : +1. Get file Snapmaker_Orca.pot here : https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n 2. Open it in PoEdit for "Create new translation" 3. Select Translation Language (for example French). 4. As a result you will have fr.po - the file containing translation to French. Notice. When the translation is complete you need to: - - Rename the file to OrcaSlicer_fr.po - - Click "Save file" button. OrcaSlicer_fr.mo will be created immediately + - Rename the file to Snapmaker_Orca_fr.po + - Click "Save file" button. Snapmaker_Orca_fr.mo will be created immediately - Bambu_Studio_fr.po needs to be copied into the sub-folder fr of https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n, and be pushed - - copy OrcaSlicer_xx.mo into resources/i18n/xx and rename it to OrcaSlicer.mo, then push the changed file. + - copy Snapmaker_Orca_xx.mo into resources/i18n/xx and rename it to Snapmaker_Orca.mo, then push the changed file. ( name of folder "fr" means "French" - the translation language). -### Scenario 3. How do I add a new text resource when implementing a feature to Orca Slicer -Each string resource in Orca Slicer available for translation needs to be explicitly marked using L() macro like this: +### Scenario 3. How do I add a new text resource when implementing a feature to Snapmaker Orca +Each string resource in Snapmaker Orca available for translation needs to be explicitly marked using L() macro like this: ```C++ auto msg = L("This message to be localized") ``` To get translated text use one of needed macro/function (`_(s)` or `_CHB(s)` ). If you add new file resource, add it to the list of files containing macro `L()` -### Scenario 4. How do I use GNUgettext to localize my own application taking Orca Slicer as an example +### Scenario 4. How do I use GNUgettext to localize my own application taking Snapmaker Orca as an example 1. For convenience create a list of files with this macro `L(s)`. We have https://github.com/softfever/OrcaSlicer/blob/master/localization/i18n/list.txt. 2. Create template file(*.POT) with GNUgettext command: ``` - xgettext --keyword=L --add-comments=TRN --from-code=UTF-8 --debug -o OrcaSlicer.pot -f list.txt + xgettext --keyword=L --add-comments=TRN --from-code=UTF-8 --debug -o Snapmaker_Orca.pot -f list.txt ``` Use flag `--from-code=UTF-8` to specify that the source strings are in UTF-8 encoding @@ -75,14 +75,14 @@ https://github.com/softfever/OrcaSlicer/blob/master/localization/i18n/list.txt. When you have Catalog to translation open POT or PO file in PoEdit and start translating. -## General guidelines for Orca Slicer translators +## General guidelines for Snapmaker Orca translators - We recommend using *PoEdit* application for translation (as described above). It will help you eliminate most punctuation errors and will show you strings with "random" translations (if the fuzzy parameter was used). -- To check how the translated text looks on the UI elements, test it :) If you use *PoEdit*, all you need to do is save the file. At this point, a MO file will be created. Rename it Orca Slicer.mo, and you can run Orca Slicer (see above). +- To check how the translated text looks on the UI elements, test it :) If you use *PoEdit*, all you need to do is save the file. At this point, a MO file will be created. Rename it Snapmaker Orca.mo, and you can run Snapmaker Orca (see above). -- If you see an encoding error (garbage characters instead of Unicode) somewhere in Orca Slicer, report it. It is likely not a problem of your translation, but a bug in the software. +- If you see an encoding error (garbage characters instead of Unicode) somewhere in Snapmaker Orca, report it. It is likely not a problem of your translation, but a bug in the software. - See on which UI elements the translated phrase will be used. Especially if it's a button, it is very important to decide on the translation and not write alternative translations in parentheses, as this will significantly increase the width of the button, which is sometimes highly undesirable: diff --git a/doc/Precise-wall.md b/doc/Precise-wall.md index 5e8bd9329c8..c2583f801fa 100644 --- a/doc/Precise-wall.md +++ b/doc/Precise-wall.md @@ -1,13 +1,13 @@ -The 'Precise Wall' is a distinctive feature introduced by OrcaSlicer, aimed at improving the dimensional accuracy of prints and minimizing layer inconsistencies by slightly increasing the spacing between the outer wall and the inner wall. +The 'Precise Wall' is a distinctive feature introduced by Snapmaker_Orca, aimed at improving the dimensional accuracy of prints and minimizing layer inconsistencies by slightly increasing the spacing between the outer wall and the inner wall. Below is a technical explanation of how this feature works. First, it's important to understand some basic concepts like flow, extrusion width, and space. Slic3r has an excellent document that covers these topics in detail. You can refer to this article: [link to article](https://manual.slic3r.org/advanced/flow-math). -Now, let's dive into the specifics. Slic3r and its forks, such as PrusaSlicer, SuperSlicer, and OrcaSlicer, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping. +Now, let's dive into the specifics. Slic3r and its forks, such as PrusaSlicer, SuperSlicer, and Snapmaker_Orca, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping. ![image](./images/precise_wall.png) This approach enhances the strength of 3D-printed parts. However, it does have some side effects. For instance, when the inner-outer wall order is used, the outer wall can be pushed outside, leading to potential size inaccuracy and more layer inconsistency. It's important to keep in mind that this approach to handling flow is specific to Slic3r and it's forks. Other slicing software, such as Cura, assumes that the extrusion path is rectangular and, therefore, does not include overlapping. Two 0.4 mm walls will result in a 0.8 mm shell thickness in Cura -OrcaSlicer adheres to Slic3r's approach to handling flow. To address the downsides mentioned earlier, OrcaSlicer introduced the 'Precise Wall' feature. When this feature is enabled in OrcaSlicer, the overlap between the outer wall and its adjacent inner wall is set to zero. This ensures that the overall strength of the printed part is unaffected, while the size accuracy and layer consistency are improved. +Snapmaker_Orca adheres to Slic3r's approach to handling flow. To address the downsides mentioned earlier, Snapmaker_Orca introduced the 'Precise Wall' feature. When this feature is enabled in Snapmaker_Orca, the overlap between the outer wall and its adjacent inner wall is set to zero. This ensures that the overall strength of the printed part is unaffected, while the size accuracy and layer consistency are improved. diff --git a/doc/adaptive-bed-mesh.md b/doc/adaptive-bed-mesh.md index a711eaff0c5..4c523befb24 100644 --- a/doc/adaptive-bed-mesh.md +++ b/doc/adaptive-bed-mesh.md @@ -1,19 +1,19 @@ # Adaptive Bed Mesh Support -Orca Slicer introduces comprehensive support for adaptive bed meshing across a variety of firmware, including Marlin, Klipper, and RepRapFirmware (RRF). +Snapmaker Orca introduces comprehensive support for adaptive bed meshing across a variety of firmware, including Marlin, Klipper, and RepRapFirmware (RRF). This feature allows users to seamlessly integrate adaptive bed mesh commands within the Machine Start G-code. -The implementation is designed to be straightforward, requiring no additional plugins or alterations to firmware settings, thereby enhancing user experience and print quality directly from Orca Slicer. +The implementation is designed to be straightforward, requiring no additional plugins or alterations to firmware settings, thereby enhancing user experience and print quality directly from Snapmaker Orca. ![Screenshot 2024-02-24 104601](https://github.com/SoftFever/OrcaSlicer/assets/103989404/8ab1f26f-987d-4419-942f-b1384270a164) -## Settings in Orca Slicer: -`Bed mesh min`: This option sets the min point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (-99999, -99999), which means there are no limits, thus allowing probing across the entire bed. +## Settings in Snapmaker Orca: +`Bed mesh min`: This option sets the min point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. Snapmaker_Orca ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (-99999, -99999), which means there are no limits, thus allowing probing across the entire bed. -`Bed mesh max`: This option sets the max point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (99999, 99999), which means there are no limits, thus allowing probing across the entire bed. +`Bed mesh max`: This option sets the max point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. Snapmaker_Orca ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (99999, 99999), which means there are no limits, thus allowing probing across the entire bed. `Probe point distance`: This option sets the preferred distance between probe points (grid size) for the X and Y directions, with the default being 50mm for both X and Y. -`Mesh margin`: This option determines the additional distance by which the adaptive bed mesh area should be expanded in the XY directions. Note for Klipper users: Orca Slicer will adjust adaptive bed mesh area according to the margin. It is recommended to set the margin to 0 in Klipper config or pass 0 when calling BED_MESH_CALIBRATE command(please refer to the example below). +`Mesh margin`: This option determines the additional distance by which the adaptive bed mesh area should be expanded in the XY directions. Note for Klipper users: Snapmaker Orca will adjust adaptive bed mesh area according to the margin. It is recommended to set the margin to 0 in Klipper config or pass 0 when calling BED_MESH_CALIBRATE command(please refer to the example below). ## Available g-code variables for Adaptive Bed Mesh Command `bed_mesh_probe_count`: Represents the probe count in the X and Y directions. This value is calculated based on the size of the adaptive bed mesh area and the distance between probe points. @@ -24,7 +24,7 @@ The implementation is designed to be straightforward, requiring no additional pl `ALGORITHM`: Identifies the algorithm used for adaptive bed mesh interpolation. This variable is useful for Klipper users. If bed_mesh_probe_count is less than 4, the algorithm is set to `lagrange`. Otherwise, it is set to `bicubic`. -## Example of Adaptive Bed Mesh usage in Orca Slicer: +## Example of Adaptive Bed Mesh usage in Snapmaker Orca: ### Marlin: ``` diff --git a/doc/air-filtration.md b/doc/air-filtration.md index 4ab08681741..aa867310784 100644 --- a/doc/air-filtration.md +++ b/doc/air-filtration.md @@ -1,4 +1,4 @@ -OrcaSlicer use `M106 P3` command to control air-filtration/exhaust fan. +Snapmaker_Orca use `M106 P3` command to control air-filtration/exhaust fan. If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhaust fan. Below is a reference configuration for Klipper. diff --git a/doc/print_settings/speed/extrusion-rate-smoothing.md b/doc/print_settings/speed/extrusion-rate-smoothing.md index 3407e45fdfa..4baccd838ee 100644 --- a/doc/print_settings/speed/extrusion-rate-smoothing.md +++ b/doc/print_settings/speed/extrusion-rate-smoothing.md @@ -6,7 +6,7 @@ This happens by reducing the stresses put on the extrusion system as well as red This feature is especially helpful when printing at high accelerations and large flow rates as the deviations are larger in these cases. -![Screenshot 2023-09-18 at 22 44 26](https://github.com/SoftFever/OrcaSlicer/assets/59056762/281b9c78-9f5c-428e-86b9-509de099a3e7) +![Screenshot 2023-09-18 at 22 44 26](https://github.com/SoftFever/OrcaSlicera/assets/59056762/281b9c78-9f5c-428e-86b9-509de099a3e7)

Theory

@@ -17,7 +17,7 @@ This works by breaking down the printed line segments into smaller "chunks", pro In summary, **it takes the "edge" off rapid extrusion changes caused by acceleration/deceleration as these are now spread over a longer distance and time.** Therefore, it can reduce wall artefacts that show when the print speeds change suddenly. These artefacts are occuring because the extruder and firmware cannot perfectly adhere to the requested by the slicer flow rates, especially when the extrusion rate is changing rapidly. **The example below shows the artefact that is mitigated by ERS.** -![ERS Disabled](https://github.com/SoftFever/OrcaSlicer/assets/59056762/31fdbf91-2067-4286-8bc1-4f7de4a628b6) +![ERS Disabled](https://github.com/SoftFever/OrcaSlicera/assets/59056762/31fdbf91-2067-4286-8bc1-4f7de4a628b6) The bulging visible above is due to the extruder not being able to respond fast enough against the required speed change when printing with high accelerations and high speeds and requested to slow down for an overhang. @@ -36,7 +36,7 @@ This parameter interacts with the below printer kinematic settings and physical

Acceleration vs. Extrusion rate smoothing

-A printer's motion system does not exactly follow the speed changes seen in the gcode preview screen of Orca slicer. +A printer's motion system does not exactly follow the speed changes seen in the gcode preview screen of Snapmaker Orca. When a speed change is requested, the firmware look ahead planner calculates the slow down needed to achieve the target speed. The rate of slowdown is limited by the move's acceleration value. @@ -45,17 +45,17 @@ When a speed change is requested, the firmware look ahead planner calculates the This deceleration move would happen over approximately 9.6mm. This is derived from the following equation: -![image](https://github.com/igiannakas/OrcaSlicer/assets/59056762/4ba0356b-49ab-428c-ab10-f2c88bcc1bcb) +![image](https://github.com/igiannakas/OrcaSlicera/assets/59056762/4ba0356b-49ab-428c-ab10-f2c88bcc1bcb) -![image](https://github.com/igiannakas/OrcaSlicer/assets/59056762/3958deb5-fbc3-4d07-8903-4575033717fd) +![image](https://github.com/igiannakas/OrcaSlicera/assets/59056762/3958deb5-fbc3-4d07-8903-4575033717fd) The time taken to decelerate to this new speed would be approx. 0.08 seconds, derived from the following equation: -![image](https://github.com/igiannakas/OrcaSlicer/assets/59056762/ea9f19b4-defe-4656-9ecc-a6576c87d8e0) +![image](https://github.com/igiannakas/OrcaSlicera/assets/59056762/ea9f19b4-defe-4656-9ecc-a6576c87d8e0) A printer printing at 200mm/sec with a 0.42 line width and 0.16 layer height would be extruding plastic at approx. 12.16mm3/sec, as can also be seen from the below visual. -![image](https://github.com/igiannakas/OrcaSlicer/assets/59056762/83242b26-7174-4da1-b815-d9fcec767bcd) +![image](https://github.com/igiannakas/OrcaSlicera/assets/59056762/83242b26-7174-4da1-b815-d9fcec767bcd) When the printer is extruding at 40mm/sec with the same line width and layer height as above, the flow rate is 2.43mm3/sec. @@ -148,7 +148,7 @@ If your printer is not equipped with pressure advance and, especially, if you ar In this special case, ERS will be doing all the heavy lifting that pressure advance would typically perform. In this scenario a low value of 8-10mm3/sec is usually recommended, irrespective of your acceleration settings, to smooth out pressure changes in the extrusion system as much as possible without impacting print speed too much.

A note on ERS Segment length

-Ideally you want this value set to 1 to allow for the largest number of steps between each speed transition. However, this may result in a too large of a gcode, with too many commands sent to your MCU per second and it may not be able to keep up. It will also slow down the Orca slicer front end as the sliced model is more complex to render. +Ideally you want this value set to 1 to allow for the largest number of steps between each speed transition. However, this may result in a too large of a gcode, with too many commands sent to your MCU per second and it may not be able to keep up. It will also slow down the Snapmaker Orca front end as the sliced model is more complex to render. For Klipper printers, a segment length of 1 works OK as the RPI or similar have enough computational power to handle the gcode command volume. diff --git a/doc/semm.md b/doc/semm.md index 9bff668fc9a..539f604b8d7 100644 --- a/doc/semm.md +++ b/doc/semm.md @@ -1,8 +1,8 @@ -# Single Extruder Multimaterial Printing in OrcaSlicer +# Single Extruder Multimaterial Printing in Snapmaker_Orca ## Introduction -In this guide, we will explain the parameters for single extruder multimaterial printing in OrcaSlicer. The whole process and parameters are same as PrusaSlicer as OrcaSlicer is based on PrusaSlicer. -OrcaSlicer has some additional features and minor differences though. We will explain them in this guide. +In this guide, we will explain the parameters for single extruder multimaterial printing in Snapmaker_Orca. The whole process and parameters are same as PrusaSlicer as Snapmaker_Orca is based on PrusaSlicer. +Snapmaker_Orca has some additional features and minor differences though. We will explain them in this guide. ## Prime tower WIP... ## Ramming diff --git a/flatpak/README.md b/flatpak/README.md index 4445f1e869f..4fb701c95cf 100644 --- a/flatpak/README.md +++ b/flatpak/README.md @@ -1,3 +1,3 @@ -# OrcaSlicer +# Snapmaker_Orca This is basically a copy of [com.bambulab.BambuStudio](https://github.com/flathub/com.bambulab.BambuStudio). As such, same rules apply here as does over there. diff --git a/flatpak/entrypoint b/flatpak/entrypoint index 958d1cd1300..1c953fcffbb 100644 --- a/flatpak/entrypoint +++ b/flatpak/entrypoint @@ -11,5 +11,5 @@ if [ $BAMBU_STUDIO_DARK_THEME == true ]; then # echo "Message: $(date +%T): INFO: using dark theme variant" fi -exec /app/bin/orca-slicer "$@" & +exec /app/bin/snapmaker-orca "$@" & $(/app/bin/set-dark-theme-variant.py) & diff --git a/flatpak/io.github.softfever.OrcaSlicer.metainfo.xml b/flatpak/io.github.softfever.Snapmaker_Orca.metainfo.xml old mode 100755 new mode 100644 similarity index 84% rename from flatpak/io.github.softfever.OrcaSlicer.metainfo.xml rename to flatpak/io.github.softfever.Snapmaker_Orca.metainfo.xml index 1b2a60d7431..f0dbc3833ba --- a/flatpak/io.github.softfever.OrcaSlicer.metainfo.xml +++ b/flatpak/io.github.softfever.Snapmaker_Orca.metainfo.xml @@ -1,11 +1,11 @@ - io.github.softfever.OrcaSlicer - io.github.softfever.OrcaSlicer.desktop + io.github.softfever.Snapmaker_Orca + io.github.softfever.Snapmaker_Orca.desktop - io.github.softfever.OrcaSlicer.desktop + io.github.softfever.Snapmaker_Orca.desktop - OrcaSlicer + Snapmaker_Orca Get even more perfect prints! @@ -26,11 +26,11 @@ - https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/1.png + https://raw.githubusercontent.com/powpingdone/com.github.softfever.Snapmaker_Orca/master/images/1.png A model ready to be sliced on a buildplate. - https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/2.png + https://raw.githubusercontent.com/powpingdone/com.github.softfever.Snapmaker_Orca/master/images/2.png A calibration test ready to be printed out. diff --git a/flatpak/io.github.softfever.OrcaSlicer.yml b/flatpak/io.github.softfever.Snapmaker_Orca.yml old mode 100755 new mode 100644 similarity index 91% rename from flatpak/io.github.softfever.OrcaSlicer.yml rename to flatpak/io.github.softfever.Snapmaker_Orca.yml index c5ba50f02c2..f1bff1077cc --- a/flatpak/io.github.softfever.OrcaSlicer.yml +++ b/flatpak/io.github.softfever.Snapmaker_Orca.yml @@ -1,10 +1,10 @@ -app-id: io.github.softfever.OrcaSlicer +app-id: io.github.softfever.Snapmaker_Orca runtime: org.gnome.Platform runtime-version: "45" sdk: org.gnome.Sdk command: entrypoint separate-locales: true -rename-icon: OrcaSlicer +rename-icon: Snapmaker_Orca finish-args: - --share=ipc - --socket=x11 @@ -14,8 +14,8 @@ finish-args: - --filesystem=xdg-run/gvfs - --filesystem=/run/media - --filesystem=/media - # Allow OrcaSlicer to talk to other instances - - --talk-name=io.github.softfever.OrcaSlicer.InstanceCheck.* + # Allow Snapmaker_Orca to talk to other instances + - --talk-name=io.github.softfever.Snapmaker_Orca.InstanceCheck.* - --system-talk-name=org.freedesktop.UDisks2 # set dark theme - --env=BAMBU_STUDIO_DARK_THEME=false @@ -194,13 +194,13 @@ modules: sources: # - - # Section bellow fetches all OrcaSlicer dependencies before the build process and stores them in external-packages/*/* . + # Section bellow fetches all Snapmaker_Orca dependencies before the build process and stores them in external-packages/*/* . # -DDEP_DOWNLOAD_DIR is set in the build process which has to match with dest. # - # NOTE: The url, dest folder name and sha256 must match from OrcaSlicer's cmake scripts and folder names in OrcaSlicer/deps/ + # NOTE: The url, dest folder name and sha256 must match from Snapmaker_Orca's cmake scripts and folder names in Snapmaker_Orca/deps/ # - - # OrcaSlicer Source Archive + # Snapmaker_Orca Source Archive - type: dir path: ../ @@ -230,9 +230,9 @@ modules: # MPFR - type: file - url: https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.bz2 + url: https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.bz2 dest: external-packages/MPFR - sha256: b9df93635b20e4089c29623b19420c4ac848a1b29df1cfd59f26cab0d2666aa0 + sha256: 9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b # NLopt - type: file @@ -294,7 +294,7 @@ modules: dest: external-packages/GLFW sha256: e02d956935e5b9fb4abf90e2c2e07c9a0526d7eacae8ee5353484c69a2a76cd0 - - name: OrcaSlicer + - name: Snapmaker_Orca buildsystem: simple build-commands: - | @@ -319,9 +319,9 @@ modules: post-install: - | # Desktop Integration files - install -Dm644 -t /app/share/icons/hicolor/scalable/apps/ resources/images/OrcaSlicer.svg + install -Dm644 -t /app/share/icons/hicolor/scalable/apps/ resources/images/Snapmaker_Orca.svg install -Dm644 ${FLATPAK_ID}.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml - mv /app/share/applications/OrcaSlicer.desktop /app/share/applications/${FLATPAK_ID}.desktop + mv /app/share/applications/Snapmaker_Orca.desktop /app/share/applications/${FLATPAK_ID}.desktop desktop-file-edit --set-key=Exec --set-value="entrypoint %U" /app/share/applications/${FLATPAK_ID}.desktop install -Dm755 set-dark-theme-variant.py /app/bin install -Dm755 entrypoint /app/bin @@ -329,19 +329,19 @@ modules: sources: # - - # Section bellow fetches all OrcaSlicer dependencies before the build process and stores them in external-packages/*/* . + # Section bellow fetches all Snapmaker_Orca dependencies before the build process and stores them in external-packages/*/* . # -DDEP_DOWNLOAD_DIR is set in the build process which has to match with dest. # - # NOTE: The url, dest folder name and sha256 must match from OrcaSlicer's cmake scripts and folder names in OrcaSlicer/deps/ + # NOTE: The url, dest folder name and sha256 must match from Snapmaker_Orca's cmake scripts and folder names in Snapmaker_Orca/deps/ # - - # OrcaSlicer Source Archive + # Snapmaker_Orca Source Archive - type: dir path: ../ # AppData metainfo for Gnome Software & Co. - type: file - path: io.github.softfever.OrcaSlicer.metainfo.xml + path: io.github.softfever.Snapmaker_Orca.metainfo.xml # script to set dark theme variant - type: file diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index f4aff42b1e9..3ce263431e7 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -105,7 +105,7 @@ sub copyright_info my (%params) = @_; my %tag = Slic3r::tags($params{format}); my $out = - 'Copyright © Orca Slicer.'; + 'Copyright © Snapmaker Orca.'; return $out; } diff --git a/linux.d/arch b/linux.d/arch index bae4c06e993..c7d16fb628d 100644 --- a/linux.d/arch +++ b/linux.d/arch @@ -1,7 +1,7 @@ # these are the Arch Linux specific build functions FOUND_GTK3=$(pacman -Q gtk3) -# Addtional Dev packages for OrcaSlicer +# Addtional Dev packages for Snapmaker_Orca export REQUIRED_DEV_PACKAGES=( cmake curl diff --git a/linux.d/clear-linux-os b/linux.d/clear-linux-os index 9453ddcce59..1006d93ab17 100644 --- a/linux.d/clear-linux-os +++ b/linux.d/clear-linux-os @@ -1,7 +1,7 @@ # these are the Clear Linux specific build functions FOUND_GTK3=$(ls /usr/lib64/libgtk-3.so.* 2>/dev/null | tail -n 1 || true) -# Addtional bundles for OrcaSlicer +# Addtional bundles for Snapmaker_Orca export REQUIRED_BUNDLES=( c-basic dev-utils diff --git a/localazy.json b/localazy.json index b5c3b55ee51..9739988622d 100644 --- a/localazy.json +++ b/localazy.json @@ -6,72 +6,72 @@ "files": [ { "type": "po", - "pattern": "localization/i18n/en/OrcaSlicer_en.po", + "pattern": "localization/i18n/en/Snapmaker_Orca_en.po", "lang": "en" }, { "type": "po", - "pattern": "localization/i18n/fr/OrcaSlicer_fr.po", + "pattern": "localization/i18n/fr/Snapmaker_Orca_fr.po", "lang": "fr" }, { "type": "po", - "pattern": "localization/i18n/de/OrcaSlicer_de.po", + "pattern": "localization/i18n/de/Snapmaker_Orca_de.po", "lang": "de" }, { "type": "po", - "pattern": "localization/i18n/sv/OrcaSlicer_sv.po", + "pattern": "localization/i18n/sv/Snapmaker_Orca_sv.po", "lang": "sv" }, { "type": "po", - "pattern": "localization/i18n/es/OrcaSlicer_es.po", + "pattern": "localization/i18n/es/Snapmaker_Orca_es.po", "lang": "es" }, { "type": "po", - "pattern": "localization/i18n/nl/OrcaSlicer_nl.po", + "pattern": "localization/i18n/nl/Snapmaker_Orca_nl.po", "lang": "nl" }, { "type": "po", - "pattern": "localization/i18n/hu/OrcaSlicer_hu.po", + "pattern": "localization/i18n/hu/Snapmaker_Orca_hu.po", "lang": "hu" }, { "type": "po", - "pattern": "localization/i18n/ja/OrcaSlicer_hu.po", + "pattern": "localization/i18n/ja/Snapmaker_Orca_hu.po", "lang": "it" }, { "type": "po", - "pattern": "localization/i18n/ja/OrcaSlicer_ja.po", + "pattern": "localization/i18n/ja/Snapmaker_Orca_ja.po", "lang": "ja" }, { "type": "po", - "pattern": "localization/i18n/ko/OrcaSlicer_ko.po", + "pattern": "localization/i18n/ko/Snapmaker_Orca_ko.po", "lang": "ko" }, { "type": "po", - "pattern": "localization/i18n/ru/OrcaSlicer_ru.po", + "pattern": "localization/i18n/ru/Snapmaker_Orca_ru.po", "lang": "ru" }, { "type": "po", - "pattern": "localization/i18n/zh_TW/OrcaSlicer_zh_TW.po", + "pattern": "localization/i18n/zh_TW/Snapmaker_Orca_zh_TW.po", "lang": "zh_TW" }, { "type": "po", - "pattern": "localization/i18n/tr/OrcaSlicer_tr.po", + "pattern": "localization/i18n/tr/Snapmaker_Orca_tr.po", "lang": "tr" }, { "type": "po", - "pattern": "localization/i18n/tr/OrcaSlicer_pl.po", + "pattern": "localization/i18n/tr/Snapmaker_Orca_pl.po", "lang": "pl" } ] @@ -80,7 +80,7 @@ "folder": "localization/i18n", "includeSourceLang" : "true", "files": { - "output": "${lang}/OrcaSlicer_${lang}.po" + "output": "${lang}/Snapmaker_Orca_${lang}.po" } } } diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/Snapmaker_Orca.pot similarity index 93% rename from localization/i18n/OrcaSlicer.pot rename to localization/i18n/Snapmaker_Orca.pot index 19304a1da4d..2f8b85a8010 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/Snapmaker_Orca.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-07-30 10:20+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,9 +78,6 @@ msgstr "" msgid "On overhangs only" msgstr "" -msgid "Auto support threshold angle: " -msgstr "" - msgid "Circle" msgstr "" @@ -100,6 +97,9 @@ msgstr "" msgid "Highlight faces according to overhang angle." msgstr "" +msgid "Auto support threshold angle: " +msgstr "" + msgid "No auto support" msgstr "" @@ -641,7 +641,7 @@ msgid "Angle" msgstr "" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" @@ -1101,11 +1101,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1331,7 +1331,7 @@ msgstr "" msgid "%1% was replaced with %2%" msgstr "" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker_Orca." msgstr "" msgid "Some values have been replaced. Please check them:" @@ -1355,7 +1355,7 @@ msgid "" msgstr "" msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker_Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" @@ -1363,7 +1363,7 @@ msgid "Fatal error" msgstr "" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker_Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" @@ -1371,7 +1371,7 @@ msgid "Critical error" msgstr "" #, possible-boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" +msgid "Snapmaker_Orca got an unhandled exception: %1%" msgstr "" msgid "Untitled" @@ -1391,7 +1391,7 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" @@ -1415,7 +1415,7 @@ msgstr "" msgid "Click to download new version in default browser: %s" msgstr "" -msgid "The Orca Slicer needs an upgrade" +msgid "The Snapmaker Orca needs an upgrade" msgstr "" msgid "This is the newest version." @@ -1425,8 +1425,8 @@ msgid "Info" msgstr "" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker_Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker_Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1459,7 +1459,7 @@ msgid "Some presets are modified." msgstr "" msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" @@ -1473,7 +1473,7 @@ msgid "Open Project" msgstr "" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" @@ -1535,11 +1535,11 @@ msgstr "" msgid "Rename" msgstr "" -msgid "Orca Slicer GUI initialization failed" +msgid "Snapmaker Orca GUI initialization failed" msgstr "" #, possible-boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "" msgid "Quality" @@ -1914,9 +1914,6 @@ msgstr "" msgid "Center" msgstr "" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "" @@ -2031,7 +2028,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" msgid "Delete all connectors" @@ -2040,7 +2037,7 @@ msgstr "" msgid "Deleting the last solid part is not allowed." msgstr "" -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" msgid "Assembly" @@ -2411,7 +2408,7 @@ msgid "" "We can not do auto-arrange on these objects." msgstr "" -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "" msgid "" @@ -2632,13 +2629,13 @@ msgstr "" msgid "License" msgstr "" -msgid "Orca Slicer is licensed under " +msgid "Snapmaker Orca is licensed under " msgstr "" msgid "GNU Affero General Public License, version 3" msgstr "" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2653,10 +2650,10 @@ msgstr "" msgid "About %s" msgstr "" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker_Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3026,7 +3023,7 @@ msgstr "" msgid "Successfully executed post-processing script" msgstr "" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "" #, possible-boost-format @@ -3442,7 +3439,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3467,6 +3464,11 @@ msgid "" "NO - Keep Independent Support Layer Height" msgstr "" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -3855,15 +3857,6 @@ msgstr "" msgid "Total cost" msgstr "" -msgid "up to" -msgstr "" - -msgid "above" -msgstr "" - -msgid "from" -msgstr "" - msgid "Color Scheme" msgstr "" @@ -3927,10 +3920,10 @@ msgstr "" msgid "Cost" msgstr "" -msgid "Color change" +msgid "Print" msgstr "" -msgid "Print" +msgid "Color change" msgstr "" msgid "Printer" @@ -4478,12 +4471,6 @@ msgstr "" msgid "Clone copies of selections" msgstr "" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "" @@ -4505,7 +4492,7 @@ msgstr "" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4532,12 +4519,6 @@ msgstr "" msgid "Show object overhang highlight in 3D scene" msgstr "" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "" @@ -4559,18 +4540,6 @@ msgstr "" msgid "Flow rate test - Pass 2" msgstr "" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "" @@ -4729,7 +4698,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "" -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" msgid "" @@ -4769,7 +4738,7 @@ msgstr "" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" @@ -4891,7 +4860,7 @@ msgstr "" msgid "Delete file" msgstr "" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "" msgid "Failed to fetch model information from printer." @@ -4901,7 +4870,7 @@ msgid "Failed to parse model information." msgstr "" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5152,7 +5121,7 @@ msgstr "" msgid "Get oss config failed." msgstr "" -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "" msgid "Number of images successfully uploaded" @@ -5256,20 +5225,20 @@ msgid "Newer 3mf version" msgstr "" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker_Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5608,7 +5577,7 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" @@ -5659,7 +5628,7 @@ msgstr "" msgid "Loading file: %s" msgstr "" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker_Orca, load geometry data only." msgstr "" msgid "Load 3mf" @@ -5755,13 +5724,18 @@ msgid "The file does not contain any geometry data." msgstr "" msgid "" -"Your object appears to be too large, Do you want to scale it down to fit the " -"heat bed automatically?" +"Your object appears to be too large. It will be scaled down to fit the heat " +"bed automatically." msgstr "" msgid "Object too large" msgstr "" +msgid "" +"Your object appears to be too large, Do you want to scale it down to fit the " +"heat bed automatically?" +msgstr "" + msgid "Export STL file:" msgstr "" @@ -5897,7 +5871,7 @@ msgid "Project downloaded %d%%" msgstr "" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6089,7 +6063,7 @@ msgstr "" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" #, possible-c-format, possible-boost-format @@ -6108,9 +6082,6 @@ msgstr "" msgid "Language selection" msgstr "" -msgid "Switching application language while some presets are modified." -msgstr "" - msgid "Changing application language" msgstr "" @@ -6132,7 +6103,7 @@ msgstr "" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker_Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6188,7 +6159,7 @@ msgstr "" msgid "Units" msgstr "" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker_Orca instance" msgstr "" msgid "" @@ -6198,8 +6169,8 @@ msgid "" msgstr "" msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker_Orca and another instance of the " +"same Snapmaker_Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6256,10 +6227,10 @@ msgstr "" msgid "If enabled, useful hints are displayed at startup." msgstr "" -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" msgid "" @@ -6309,31 +6280,31 @@ msgstr "" msgid "Clear my choice on the unsaved presets." msgstr "" -msgid "Associate files to OrcaSlicer" +msgid "Associate files to Snapmaker_Orca" msgstr "" -msgid "Associate .3mf files to OrcaSlicer" +msgid "Associate .3mf files to Snapmaker_Orca" msgstr "" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker_Orca as default application to open .3mf files" msgstr "" -msgid "Associate .stl files to OrcaSlicer" +msgid "Associate .stl files to Snapmaker_Orca" msgstr "" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker_Orca as default application to open .stl files" msgstr "" -msgid "Associate .step/.stp files to OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker_Orca" msgstr "" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker_Orca as default application to open .step files" msgstr "" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker_Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker_Orca" msgstr "" msgid "Maximum recent projects" @@ -6358,7 +6329,7 @@ msgstr "" msgid "every" msgstr "" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "" msgid "Downloads" @@ -6571,7 +6542,7 @@ msgstr "" msgid "Jump to model publish web page" msgstr "" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" msgid "Publish" @@ -6875,7 +6846,7 @@ msgstr "" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" -msgid "The printer is required to be in the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." msgstr "" msgid "The printer does not support sending to printer SD card." @@ -6951,8 +6922,8 @@ msgstr "" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7020,7 +6991,7 @@ msgid "Click to reset all settings to the last saved preset." msgstr "" msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" @@ -7422,7 +7393,7 @@ msgstr "" msgid "Jerk limitation" msgstr "" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "" msgid "Number of extruders of the printer." @@ -7441,11 +7412,11 @@ msgstr "" msgid "Wipe tower" msgstr "" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "" msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " +"This is a single extruder multimaterial printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" msgstr "" @@ -7811,8 +7782,8 @@ msgid "Flushing volumes for filament change" msgstr "" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -7856,7 +7827,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -7867,7 +7838,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -7894,10 +7865,7 @@ msgstr "" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "" -msgid "⌘+Shift+G" -msgstr "" - -msgid "Ctrl+Shift+G" +msgid "Shift+G" msgstr "" msgid "Paste from clipboard" @@ -7945,33 +7913,18 @@ msgstr "" msgid "Collapse/Expand the sidebar" msgstr "" -msgid "⌘+Any arrow" +msgid "Any arrow" msgstr "" msgid "Movement in camera space" msgstr "" -msgid "⌥+Left mouse button" -msgstr "" - msgid "Select a part" msgstr "" -msgid "⌘+Left mouse button" -msgstr "" - msgid "Select multiple objects" msgstr "" -msgid "Ctrl+Any arrow" -msgstr "" - -msgid "Alt+Left mouse button" -msgstr "" - -msgid "Ctrl+Left mouse button" -msgstr "" - msgid "Shift+Left mouse button" msgstr "" @@ -8074,24 +8027,12 @@ msgstr "" msgid "Move: press to snap by 1mm" msgstr "" -msgid "⌘+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust pen radius" msgstr "" -msgid "⌥+Mouse wheel" -msgstr "" - msgid "Support/Color Painting: adjust section position" msgstr "" -msgid "Ctrl+Mouse wheel" -msgstr "" - -msgid "Alt+Mouse wheel" -msgstr "" - msgid "Gizmo" msgstr "" @@ -8154,14 +8095,14 @@ msgid "Network plug-in update" msgstr "" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" #, possible-c-format, possible-boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "" -msgid "New version of Orca Slicer" +msgid "New version of Snapmaker Orca" msgstr "" msgid "Skip this Version" @@ -8213,7 +8154,7 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" msgid "" @@ -8586,12 +8527,6 @@ msgid "" "materials." msgstr "" -#, possible-boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, possible-boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "" @@ -8743,11 +8678,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "" @@ -8829,7 +8759,7 @@ msgid "Hostname, IP or URL" msgstr "" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" @@ -8847,7 +8777,7 @@ msgid "API Key / Password" msgstr "" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" @@ -9017,39 +8947,22 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9084,7 +8997,7 @@ msgstr "" #, possible-c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9109,10 +9022,7 @@ msgstr "" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" msgid "Internal bridge flow ratio" @@ -9121,11 +9031,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9133,20 +9039,13 @@ msgstr "" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -9198,7 +9097,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -9206,7 +9105,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9226,9 +9125,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9258,9 +9157,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -9278,25 +9175,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -9305,13 +9186,7 @@ msgstr "" msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." +msgid "Speed of bridge and completely overhang wall" msgstr "" msgid "mm/s" @@ -9321,8 +9196,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -9336,7 +9211,7 @@ msgstr "" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" msgid "Brim-object gap" @@ -9366,8 +9241,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -9488,7 +9363,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -9504,23 +9379,23 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" +msgid "Disabled" msgstr "" msgid "Limited filtering" @@ -9653,7 +9528,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -9663,8 +9538,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -9691,7 +9566,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -9705,10 +9580,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -9751,7 +9626,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker_Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -9765,7 +9640,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker_Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -9808,22 +9683,11 @@ msgid "" "has slight overflow or underflow" msgstr "" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" @@ -9846,11 +9710,11 @@ msgid "" "your printer's extrusion system depending on the volumetric flow speed and " "acceleration it is printing at. Internally, it generates a fitted model that " "can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " +"speed and acceleration, which is then emmited to the printer depending on " "the current print conditions.\n" "\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " +"When enabled, the pressure advance value above is overriden. However, a " +"reasonable default value above is strongly recomended to act as a fallback " "and for when tool changing.\n" "\n" msgstr "" @@ -9875,7 +9739,7 @@ msgid "" "feature print speed in your profile (usually its the sparse or solid " "infill). Then run them for the same speeds for the slowest and fastest print " "accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" +"given by the klipper input shaper.\n" "2. Take note of the optimal PA value for each volumetric flow speed and " "acceleration. You can find the flow number by selecting flow from the color " "scheme drop down and move the horizontal slider over the PA pattern lines. " @@ -9920,8 +9784,8 @@ msgid "Keep fan always on" msgstr "" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" msgid "Don't slow down outer walls" @@ -9934,8 +9798,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -9981,28 +9845,13 @@ msgstr "" msgid "Filament load time" msgstr "" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" msgid "Filament unload time" msgstr "" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" msgid "" @@ -10014,7 +9863,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10023,7 +9872,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10035,16 +9884,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "" @@ -10117,7 +9956,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -10127,6 +9966,12 @@ msgstr "" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + msgid "Ramming parameters" msgstr "" @@ -10135,23 +9980,29 @@ msgid "" "parameters." msgstr "" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + +msgid "Enable ramming for multitool setups" msgstr "" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "" msgid "The volume to be rammed before the toolchange." msgstr "" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "" msgid "Flow used for ramming the filament before the toolchange." @@ -10189,7 +10040,7 @@ msgstr "" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" msgid "Price" @@ -10286,7 +10137,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -10308,7 +10159,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -10457,7 +10308,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -10478,7 +10329,7 @@ msgid "Fuzzy skin thickness" msgstr "" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" @@ -10486,7 +10337,7 @@ msgid "Fuzzy skin point distance" msgstr "" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" @@ -10502,10 +10353,7 @@ msgstr "" msgid "Layers and Perimeters" msgstr "" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -10529,7 +10377,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -10615,9 +10463,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -10718,22 +10566,6 @@ msgid "" "reduce time. Wall is still printed with original layer height." msgstr "" -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "" @@ -10760,7 +10592,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11145,7 +10977,7 @@ msgid "Host Type" msgstr "" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" @@ -11255,9 +11087,6 @@ msgid "" "speed to print. For 100%% overhang, bridge speed is used." msgstr "" -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -11287,25 +11116,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "" msgid "You can put your notes regarding the printer here." msgstr "" -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "" @@ -11339,7 +11159,7 @@ msgid "" msgstr "" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -11488,7 +11308,7 @@ msgstr "" msgid "Speed of retractions" msgstr "" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "" msgid "" @@ -11663,15 +11483,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -11690,14 +11510,6 @@ msgstr "" msgid "Distance from skirt to brim or object" msgstr "" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "" @@ -11712,33 +11524,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" +msgid "Limited" msgstr "" msgid "Enabled" msgstr "" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "" @@ -11759,9 +11559,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -11777,12 +11575,6 @@ msgid "" "internal solid infill" msgstr "" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -11801,8 +11593,8 @@ msgid "Smooth Spiral" msgstr "" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" msgid "Max XY Smoothing" @@ -12126,15 +11918,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "" -msgid "Organic" -msgstr "" - msgid "Tree Slim" msgstr "" @@ -12144,6 +11930,9 @@ msgstr "" msgid "Tree Hybrid" msgstr "" +msgid "Organic" +msgstr "" + msgid "Independent support layer height" msgstr "" @@ -12274,39 +12063,22 @@ msgid "Activate temperature control" msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" msgid "Nozzle temperature for layers after the initial one" @@ -12355,8 +12127,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" msgid "Speed of travel which is faster and without extrusion" @@ -12374,7 +12146,7 @@ msgid "Wipe Distance" msgstr "" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -12549,7 +12321,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -12581,7 +12353,7 @@ msgstr "" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -12657,9 +12429,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -12688,7 +12460,7 @@ msgstr "" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" msgid "invalid value " @@ -12761,19 +12533,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Absolute E position" @@ -12823,8 +12595,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Has single extruder MM priming" @@ -13834,7 +13605,7 @@ msgstr "" msgid "Export Log" msgstr "" -msgid "OrcaSlicer Version:" +msgid "Snapmaker_Orca Version:" msgstr "" msgid "System Version:" @@ -13843,10 +13614,10 @@ msgstr "" msgid "DNS Server:" msgstr "" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker_Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker_Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -13919,7 +13690,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "" -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" msgid "" @@ -13979,7 +13750,7 @@ msgstr "" msgid "Create Type" msgstr "" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "" msgid "Select Model" @@ -14028,10 +13799,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "" -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "" -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "" msgid "Printer Preset" @@ -14059,7 +13830,7 @@ msgid "" "page. Please check before creating it." msgstr "" -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" msgid "" @@ -14091,7 +13862,7 @@ msgid "Current vendor has no models, please reselect." msgstr "" msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" @@ -14192,7 +13963,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" @@ -14395,7 +14166,7 @@ msgstr "" msgid "Could not connect to Duet" msgstr "" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "" msgid "Wrong password" @@ -14715,19 +14486,19 @@ msgid "Sandwich mode\nDid you know that you can use sandwich mode (inner-outer-i msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] -msgid "Chamber temperature\nDid you know that OrcaSlicer supports chamber temperature?" +msgid "Chamber temperature\nDid you know that Snapmaker_Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] -msgid "Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in OrcaSlicer." +msgid "Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in Snapmaker_Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] -msgid "Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooling fan?" +msgid "Auxiliary fan\nDid you know that Snapmaker_Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] -msgid "Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +msgid "Air filtration/Exhaust Fan\nDid you know that Snapmaker_Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -14739,7 +14510,7 @@ msgid "Switch workspaces\nYou can switch between Prepare and Preview Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca tornarà a calcular els volums de purga cada vegada que canviï el color " -"del filament. Podeu desactivar el recàlcul automàtic a Orca Slicer > " +"del filament. Podeu desactivar el recàlcul automàtic a Snapmaker Orca > " "Preferències" msgid "Flushing volume (mm³) for each filament pair." @@ -8582,10 +8529,10 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Falta el component BambuSource registrat per a la reproducció multimèdia! " -"Torneu a instal·lar BambuStudio o busqueu ajuda postvenda." +"Torneu a instal·lar BambuStutio o busqueu ajuda postvenda." msgid "" "Using a BambuSource from a different install, video play may not work " @@ -8597,11 +8544,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "Al vostre sistema li falten còdecs H.264 per al GStreamer, necessaris per " "reproduir vídeo. (Proveu d'instal·lar els paquets gstreamer1.0-plugins-bad " -"o gstreamer1.0-libav i, a continuació, reinicieu Orca Slicer?)" +"o gstreamer1.0-libav i, a continuació, reinicieu Snapmaker Orca?)" msgid "Bambu Network plug-in not detected." msgstr "No s'ha detectat el Plug-In de Xarxa Bambu." @@ -8899,17 +8846,17 @@ msgid "Network plug-in update" msgstr "Actualització del plugin de Xarxa" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Feu clic a D'acord per actualitzar el plugin de Xarxa la propera vegada que " -"s'executi Orca Slicer." +"s'executi Snapmaker Orca." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Un nou plugin de Xarxa( %s ) disponible, Vols instal·lar-lo?" -msgid "New version of Orca Slicer" -msgstr "Nova versió d'Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nova versió d'Snapmaker Orca" msgid "Skip this Version" msgstr "Omet aquesta versió" @@ -8962,9 +8909,9 @@ msgstr "" "d'impressió )" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Pas 1: Confirmeu que Orca Slicer i la impressora es troben a la mateixa LAN." +"Pas 1: Confirmeu que Snapmaker Orca i la impressora es troben a la mateixa LAN." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -9151,11 +9098,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "No es pot imprimir cap objecte. Potser que sigui massa petit" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9379,12 +9321,6 @@ msgid "" msgstr "" "El mode Gerro en Espiral no funciona quan un objecte conté més d'un material." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "L'objecte %1% supera l'alçada màxima del volum de construcció." @@ -9408,10 +9344,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Alçada de Capa Variable no és compatible amb suports Orgànics." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"No es permeten diferents diàmetres de broquet i diferents diàmetres de " +"filament quan s'habilita la Torre de Purga." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9421,9 +9358,10 @@ msgstr "" "relatiu de l'extrusor ( use_relative_e_distances=1 )." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Actualment, la Prevenció d'Ooze( goteig ) no és compatible amb la Torre de " +"Purga habilitada." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9593,11 +9531,6 @@ msgstr "" "Podeu ajustar el valor machine_max_acceleration_travel a la configuració de " "la impressora per obtenir velocitats més altes." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Generant Faldilla i Vora d'Adherència" @@ -9694,13 +9627,13 @@ msgid "Hostname, IP or URL" msgstr "Nom d'equip, IP o URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"OrcaSlicer pot pujar fitxers G-Code a una impressora. Aquest camp hauria de " +"Snapmaker Orca pot pujar fitxers G-Code a una impressora. Aquest camp hauria de " "contenir el nom de Host, l'adreça IP o l'URL de la instància de la " "impressora. Es pot accedir a la impressora darrere d'un proxy amb " "l'autenticació bàsica activada per un nom d'usuari i contrasenya a la URL en " @@ -9719,10 +9652,10 @@ msgid "API Key / Password" msgstr "Clau API / Contrasenya" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer pot pujar fitxers de Codi-G a una impressora. Aquest camp ha de " +"Snapmaker Orca pot pujar fitxers de Codi-G a una impressora. Aquest camp ha de " "contenir la clau API o la contrasenya necessària per a l'autenticació." msgid "Name of the printer" @@ -9924,8 +9857,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "El nombre de capes sòlides inferiors s'incrementa en laminar si el gruix " "calculat per les capes inferiors de la carcassa és més prim que aquest " @@ -9938,32 +9871,25 @@ msgid "Apply gap fill" msgstr "Aplicar farciment de buits" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" +"Habilita farciment de buits per a les superfícies seleccionades. El mínim " +"del forat que s'omplirà es pot controlar des de l'opció filtrar forats " +"petits a continuació.\n" +"\n" +"Opcions:\n" +"1. A tot arreu: aplica farciment de buits a superfícies sòlides superiors, " +"inferiors i internes\n" +"2. Superfícies superiors i inferiors: aplica farciment de buit només a " +"superfícies superiors i inferiors\n" +"3. Enlloc: desactiva el farciment de buits\n" msgid "Everywhere" msgstr "A tot arreu" @@ -10003,7 +9929,7 @@ msgstr "Llindar de voladís de refrigeració" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10038,11 +9964,10 @@ msgstr "Ratio de flux del pont" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Disminuïu lleugerament aquest valor ( per exemple 0,9 ) per reduir la " +"quantitat de material per al pont, per millorar l'enfonsament" msgid "Internal bridge flow ratio" msgstr "Ratio de flux del pont intern" @@ -10050,33 +9975,30 @@ msgstr "Ratio de flux del pont intern" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" +"Aquest valor regeix el gruix de la capa de pont intern. Aquesta és la " +"primera capa sobre el farciment poc dens. Disminuïu lleugerament aquest " +"valor ( per exemple 0,9 ) per millorar la qualitat de la superfície sobre el " +"farciment poc dens." msgid "Top surface flow ratio" msgstr "Ratio de flux superficial superior" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Aquest factor afecta la quantitat de material per al farciment sòlid " +"superior. Podeu disminuir-lo lleugerament per tenir un acabat superficial " +"suau" msgid "Bottom surface flow ratio" msgstr "Ratio de flux superficial inferior" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" +"Aquest factor afecta la quantitat de material per al farciment sòlid inferior" msgid "Precise wall" msgstr "Perímetre precís" @@ -10146,20 +10068,26 @@ msgstr "" "Crear camins perimetrals addicionals sobre voladissos pronunciats i zones on " "no es poden ancorar ponts. " -msgid "Reverse on even" -msgstr "" +msgid "Reverse on odd" +msgstr "Invertir en capes senars" msgid "Overhang reversal" msgstr "Inversió del voladís" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" +"Extruir perímetres que tenen una part sobre un voladís en sentit invers en " +"capes senars. Aquest patró alternatiu pot millorar dràsticament els " +"voladissos pronunciats.\n" +"\n" +"Aquest ajustament també pot ajudar a reduir la deformació( warping ) de " +"peces a causa de la reducció de les tensions a les parets de la peça." msgid "Reverse only internal perimeters" msgstr "Invertir només els perímetres interns" @@ -10174,10 +10102,23 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" +"Aplicar la lògica dels perímetres inversos només sobre perímetres interns. \n" +"\n" +"Aquest ajustament redueix considerablement les tensions de les peces, ja que " +"ara es distribueixen en direccions alternes. Això hauria de reduir la " +"deformació( warping ) de peces alhora que manté la qualitat de la paret " +"externa. Aquesta característica pot ser molt útil per a material propens al " +"warping, com ABS / ASA, i també per a filaments elàstics, com TPU i Silk " +"PLA. També pot ajudar a reduir la deformació( warping ) de les regions " +"flotants sobre els suports.\n" +"\n" +"Perquè aquest ajustament sigui més efectiu, es recomana establir el llindar " +"invers a 0 de manera que totes els perímetres interns s'imprimeixin en " +"direccions alternes en capes senars, independentment del seu grau de voladís." msgid "Bridge counterbore holes" msgstr "Pont pels forats esbocats( contraforats )" @@ -10211,10 +10152,11 @@ msgstr "Llindar d'inversió en voladís" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Nombre de mm que ha de tenir el voladís perquè la inversió es consideri " +"útil. Pot ser un % o de l'amplada perimetral.\n" +"El valor 0 permet la inversió en totes les capes senars independentment." msgid "Classic mode" msgstr "Mode clàssic" @@ -10233,26 +10175,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Alentir la velocitat per a perímetres corbats" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" +"Activeu aquesta opció per alentir la impressió en zones on potencialment " +"poden existir perímetres corbats" msgid "mm/s or %" msgstr "mm/s o %" @@ -10260,14 +10188,8 @@ msgstr "mm/s o %" msgid "External" msgstr "Extern" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Velocitat per a ponts i perímetres completament en voladís" msgid "mm/s" msgstr "mm/s" @@ -10276,9 +10198,11 @@ msgid "Internal" msgstr "Intern" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Velocitat del pont intern. Si el valor s'expressa en percentatge, es " +"calcularà a partir de la bridge_speed. El valor predeterminat és del 150%." msgid "Brim width" msgstr "Ample de la Vora d'Adherència" @@ -10291,7 +10215,7 @@ msgstr "Tipus de Vora d'Adherència" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Això controla la generació de la Vora d'Adherència a la cara exterior i/o " "interior dels models. Auto significa que l'amplada de la Vora d'Adherència " @@ -10331,8 +10255,8 @@ msgid "Brim ear detection radius" msgstr "Radi de detecció de l'orella" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "La geometria serà reduïda abans de detectar angles aguts. Aquest paràmetre " @@ -10481,8 +10405,8 @@ msgstr "" "recomana tenir activada aquesta funció. Tanmateix, penseu a desactivar-lo si " "utilitzeu broquets grans." -msgid "Filter out small internal bridges (beta)" -msgstr "" +msgid "Don't filter out small internal bridges (beta)" +msgstr "No filtrar els petits ponts interns ( beta )" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10497,24 +10421,53 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" +"Aquesta opció pot ajudar a reduir la formació de forats a les superfícies " +"superiors en models molt inclinats o corbats.\n" +"\n" +"Per defecte, es filtren petits ponts interns i el farciment sòlid intern " +"s'imprimeix directament sobre el farciment poc dens. Això funciona bé en la " +"majoria dels casos, accelerant la impressió sense comprometre massa la " +"qualitat superior de la superfície. \n" +"\n" +"No obstant això, en models molt inclinats o corbats, especialment on " +"s'utilitza una densitat de farciment massa baixa i escassa, això pot " +"resultar en l'enrotllament del farciment sòlid no suportat, causant formació " +"de forats\n" +"\n" +"Si activeu aquesta opció, s'imprimirà la capa de pont intern sobre un " +"farciment sòlid intern lleugerament sense suport. Les opcions següents " +"controlen la quantitat de filtratge, és a dir, la quantitat de ponts interns " +"creats.\n" +"\n" +"Desactivat: desactiva aquesta opció. Aquest és el comportament predeterminat " +"i funciona bé en la majoria dels casos.\n" +"\n" +"Filtratge limitat: crea ponts interns en superfícies molt inclinades, alhora " +"que evita crear ponts interns innecessaris. Això funciona bé per als models " +"més difícils.\n" +"\n" +"Sense filtratge: crea ponts interns sobre tots els voladissos interns " +"potencials. Aquesta opció és útil per a models de superfície superior molt " +"inclinats. No obstant això, en la majoria dels casos crea massa ponts " +"innecessaris." -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Deshabilitat" msgid "Limited filtering" msgstr "Filtratge limitat" @@ -10675,7 +10628,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10685,8 +10638,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10739,7 +10692,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10762,11 +10715,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"La direcció en què s'extrudeixen els bucles de perímetre quan es mira cap " +"avall des de la part superior.\n" +"\n" +"Per defecte, totes les parets s'extrudeixen en sentit contrari a les agulles " +"del rellotge, tret que \"Parets invertides en capes imparells\" estigui " +"habilitat. Triar una opció que no sigui Auto forçarà la direcció de la paret " +"malgrat s'habiliti \"Parets invertides en capes imparells\".\n" +"\n" +"Aquesta opció es desactivarà si el mode gerro en espiral està habilitat." msgid "Counter clockwise" msgstr "En sentit contrari a les agulles del rellotge" @@ -10814,7 +10776,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10824,7 +10786,7 @@ msgstr "" "permesa. A causa del desplaçament XY de la sonda, la majoria de les " "impressores no poden sondejar tot el llit. Per assegurar-se que el punt de " "sonda no surti de la zona del llit, s'han d'establir adequadament els punts " -"mínims i màxims de la malla del llit. OrcaSlicer garanteix que els valors de " +"mínims i màxims de la malla del llit. Snapmaker Orca garanteix que els valors de " "adaptive_bed_mesh_min/adaptive_bed_mesh_max no superin aquests punts mínim/" "màxim. Normalment, aquesta informació es pot obtenir del fabricant de la " "impressora. La configuració predeterminada és (-99999, -99999), cosa que " @@ -10837,7 +10799,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10847,7 +10809,7 @@ msgstr "" "permesa. A causa del desplaçament XY de la sonda, la majoria de les " "impressores no poden sondejar tot el llit. Per assegurar-se que el punt de " "sonda no surti de la zona del llit, s'han d'establir adequadament els punts " -"mínims i màxims de la malla del llit. OrcaSlicer garanteix que els valors de " +"mínims i màxims de la malla del llit. Snapmaker Orca garanteix que els valors de " "adaptive_bed_mesh_min/adaptive_bed_mesh_max no superin aquests punts mínim/" "màxim. Normalment, aquesta informació es pot obtenir del fabricant de la " "impressora. La configuració predeterminada és (99999, 99999), cosa que " @@ -10899,22 +10861,11 @@ msgstr "" "entre 0,95 i 1,05. Potser podeu ajustar aquest valor per obtenir una " "superfície ben plana quan hi ha un lleuger excés o dèficit de flux" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Activar l'Avanç de Pressió Lineal" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Habilitar l'Avanç de Pressió Lineal, el resultat del calibratge automàtic se " @@ -10923,87 +10874,6 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Avanç de Pressió Lineal( Klipper ) AKA Factor d'Avanç Lineal( Marlin )" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -11015,8 +10885,8 @@ msgid "Keep fan always on" msgstr "Mantenir el ventilador sempre encès" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Si activeu aquest ajustament, el ventilador de refrigeració de peces no " "s'aturarà mai i funcionarà almenys a una velocitat mínima per reduir la " @@ -11032,8 +10902,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11099,29 +10969,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Temps de càrrega del filament" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Temps per carregar nou filament quan canvia de filament. Només per a " +"estadístiques" msgid "Filament unload time" msgstr "Temps de descàrrega del filament" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Temps per descarregar filament vell en canviar de filament. Només per a " +"estadístiques" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11134,7 +10993,7 @@ msgid "Pellet flow coefficient" msgstr "Coeficient de flux de pellets" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11150,8 +11009,8 @@ msgstr "" "\n" "filament_diameter = m²( (4 * pellet_flow_coefficient) / PI )" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Encongiment" #, no-c-format, no-boost-format msgid "" @@ -11168,16 +11027,6 @@ msgstr "" "Assegureu-vos de deixar prou espai entre objectes, ja que aquesta " "compensació es fa després de les comprovacions." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Velocitat de càrrega" @@ -11232,21 +11081,6 @@ msgstr "" "El filament es refreda en ser mogut cap endavant i cap enrere als tubs de " "refredament. Especifica el nombre que vulgueu d'aquests moviments." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Velocitat del primer moviment de refredament" @@ -11262,13 +11096,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Després d'un canvi d'eina, és possible que no es conegui la posició exacta " "del filament recentment carregat dins del broquet i que la pressió del " "filament encara no sigui estable. Abans de purgar el capçal d'impressió en " -"un farciment o un objecte de sacrifici, OrcaSlicer sempre imprimirà aquesta " +"un farciment o un objecte de sacrifici, Snapmaker Orca sempre imprimirà aquesta " "quantitat de material a la Torre de Purga per produir successives extrusions " "d'objectes de farciment o sacrifici de manera fiable." @@ -11279,6 +11113,16 @@ msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" "Els moviments de refredament s'acceleren gradualment cap a aquesta velocitat." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Temps perquè el firmware de la impressora ( o la Unitat Multi Material 2.0 ) " +"carregui un filament durant un canvi d'eina ( en executar el Codi-T ). " +"Aquest temps s'afegeix al temps d'impressió total mitjançant l'estimador de " +"temps del Codi-G." + msgid "Ramming parameters" msgstr "Paràmetres de Moldejat de Punta( Ramming )" @@ -11289,15 +11133,25 @@ msgstr "" "RammingDialog processa aquesta cadena i conté paràmetres específics de " "Moldejat de Punta( Ramming )" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Temps perquè el firmware de la impressora ( o la Unitat Multi Material 2.0 ) " +"descarregui un filament durant un canvi d'eina ( en executar el Codi-T ). " +"Aquest temps s'afegeix al temps d'impressió total mitjançant l'estimador de " +"temps del Codi-G." + +msgid "Enable ramming for multitool setups" msgstr "" "Habilita el Moldejat de Punta( Ramming ) per a configuracions multieina" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Realitzar el Moldejat de Punta( Ramming ) quan s'utilitzi una impressora " "multieina ( és a dir, quan el \"Multimaterial d'un sol extrusor\" a la " @@ -11306,13 +11160,13 @@ msgstr "" "Purga just abans del canvi d'eina. Aquesta opció només s'utilitza quan la " "Torre de Purga està habilitada." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Volum de Moldejat de Punta( Ramming ) multieina" msgid "The volume to be rammed before the toolchange." msgstr "El volum de Moldejat de Punta( Ramming ) abans del canvi d'eina." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Flux de Moldejat de Punta( Ramming ) multieina" msgid "Flow used for ramming the filament before the toolchange." @@ -11356,7 +11210,7 @@ msgstr "Temperatura d'estovament" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "El material s'estova a aquesta temperatura, per la qual cosa quan la " "temperatura del llit és igual o superior a ella, és molt recomanable obrir " @@ -11462,7 +11316,7 @@ msgstr "Longitud d'ancoratge de farciment poc dens" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11473,7 +11327,7 @@ msgid "" msgstr "" "Connectar una línia de farciment a un perímetre intern amb un segment curt " "d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) " -"es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta " +"es calcula sobre l'amplada d'extrusió de farciment. Snapmaker Orca intenta " "connectar dues línies de farciment properes a un segment perimetral curt. Si " "no es troba aquest segment perimetral més curt que infill_anchor_max, la " "línia de farciment es connecta a un segment perimetral a un sol costat i la " @@ -11494,7 +11348,7 @@ msgstr "Màxima longitud de l'ancoratge de farciment" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11505,7 +11359,7 @@ msgid "" msgstr "" "Connectar una línia de farciment a un perímetre intern amb un segment curt " "d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) " -"es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta " +"es calcula sobre l'amplada d'extrusió de farciment. Snapmaker Orca intenta " "connectar dues línies de farciment properes a un segment perimetral curt. Si " "no es troba aquest segment perimetral més curt que aquest paràmetre, la " "línia de farciment es connecta a un segment perimetral a un sol costat i la " @@ -11679,7 +11533,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Aquesta velocitat del ventilador s'aplica durant totes les interfícies de " "suport, per poder debilitar la seva unió amb una alta velocitat del " @@ -11708,7 +11562,7 @@ msgid "Fuzzy skin thickness" msgstr "Gruix de la Pell Difusa" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "L'amplada dins de la qual Tremolar( Jitter ). Es recomana que estigui per " @@ -11718,7 +11572,7 @@ msgid "Fuzzy skin point distance" msgstr "Distància del punt de la Pell Difusa" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "La distància mitjana entre els punts aleatoris introduïts en cada segment de " @@ -11736,11 +11590,8 @@ msgstr "Filtrar els buits minúsculs" msgid "Layers and Perimeters" msgstr "Capes i Perímetres" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtrar els buits més petits que el llindar especificat" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11769,7 +11620,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11876,9 +11727,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -12013,22 +11864,6 @@ msgstr "" "juntes i reduir el temps. El perímetre serà impresa amb l'alçada de la capa " "original." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Filament per imprimir farciment poc dens intern." @@ -12062,7 +11897,7 @@ msgstr "Farciment superposat a paret superior/inferior\"" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12097,12 +11932,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Profunditat d'entrellaçament d'una regió segmentada" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Profunditat d'entrellaçament d'una regió segmentada. Zero desactiva aquesta " +"funció." msgid "Use beam interlocking" msgstr "Utilitzar feixos d'entrellaçament" @@ -12525,6 +12358,9 @@ msgstr "" "intentar mantenir el temps mínim de capa anterior, quan \"alentir per a un " "millor refredament de la capa\" està habilitat." +msgid "Nozzle diameter" +msgstr "Diàmetre del broquet( nozzle )" + msgid "Diameter of nozzle" msgstr "Diàmetre del broquet" @@ -12542,10 +12378,10 @@ msgid "Host Type" msgstr "Tipus d'amfitrió( host )" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer pot carregar fitxers de Codi-G a un amfitrió( host ) " +"Snapmaker Orca pot carregar fitxers de Codi-G a un amfitrió( host ) " "d'impressora. Aquest camp ha de contenir el tipus d'amfitrió( host )." msgid "Nozzle volume" @@ -12628,11 +12464,6 @@ msgstr "" "retracció per a models complexos i estalviar temps d'impressió, però fer que " "el laminat i la generació de Codi-G siguin més lents" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Format del nom del fitxer" @@ -12683,9 +12514,6 @@ msgstr "" "utilitzar una velocitat diferent per imprimir. Per al voladís del 100%%, " "s'utilitza la velocitat de pont." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12726,20 +12554,14 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Si voleu processar el Codi-G de sortida a través de scripts personalitzats, " "simplement enumereu les vostres rutes absolutes aquí. Separeu diversos " "scripts amb punt i coma. Als scripts se'ls passarà la ruta absoluta al " "fitxer Codi-G com a primer argument, i poden accedir als paràmetres de " -"configuració d'OrcaSlicer llegint variables d'entorn." - -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" +"configuració d'Snapmaker Orca llegint variables d'entorn." msgid "Printer notes" msgstr "Notes de la impressora" @@ -12747,9 +12569,6 @@ msgstr "Notes de la impressora" msgid "You can put your notes regarding the printer here." msgstr "Podeu posar les vostres notes sobre la impressora aquí." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Distància Z de contacte de la Vora d'Adherència" @@ -12789,7 +12608,7 @@ msgstr "" "aquesta funció per evitar deformacions( warping ) quan imprimiu ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12976,7 +12795,7 @@ msgstr "Velocitat de retracció" msgid "Speed of retractions" msgstr "Velocitat de les retraccions" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Velocitat de detracció" msgid "" @@ -13202,15 +13021,15 @@ msgid "Wipe before external loop" msgstr "Netejar abans del bucle extern" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Per minimitzar la visibilitat de la possible sobreextrusió a l'inici d'un " "perímetre extern en imprimir amb ordre d'impressió de perímetre Exterior/" @@ -13245,14 +13064,6 @@ msgstr "Distància de la faldilla" msgid "Distance from skirt to brim or object" msgstr "Distància de la faldilla a la Vora d'Adherència o a l'objecte" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Alçada de la faldilla" @@ -13267,33 +13078,34 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" +"Un escut contra corrents d'aire és útil per protegir una impressió ABS o ASA " +"de la deformació i el despreniment del llit d'impressió a causa del corrent " +"d'aire. Normalment només es necessita amb impressores de marc obert, és a " +"dir, sense tancament. \n" +"\n" +"Opcions:\n" +"Habilitat = la faldilla és tan alta com l'objecte imprès més alt.\n" +"Limitat = la faldilla és tan alta com especifica l'alçada de la faldilla.\n" +"\n" +"Nota: Amb l'escut contra corrents d'aire actiu, la faldilla s'imprimirà a " +"distància de faldilla de l'objecte. Per tant, si les vores d'adherència " +"estan actives pot creuar-se amb elles. Per evitar-ho, augmenteu el valor de " +"distància de la faldilla.\n" -msgid "Disabled" -msgstr "Deshabilitat" +msgid "Limited" +msgstr "Limitat" msgid "Enabled" msgstr "Habilitat" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Voltes de la faldilla" @@ -13317,10 +13129,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" +"Longitud mínima d'extrusió del filament en mm en imprimir la faldilla. Zero " +"significa que aquesta funció està desactivada.\n" +"\n" +"L'ús d'un valor diferent de zero és útil si la impressora està configurada " +"per imprimir sense una línia principal." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13340,12 +13155,6 @@ msgstr "" "L'àrea de farciment poc dens que sigui més petita que el valor del llindar " "serà substituït per un farciment sòlid intern" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13370,8 +13179,8 @@ msgid "Smooth Spiral" msgstr "Suavitzar l'Espiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Suavitzar l'Espiral suavitza també els moviments X i Y, de manera que no " "s'aprecia cap costura, ni tan sols a les direccions XY en parets que no són " @@ -13412,31 +13221,6 @@ msgstr "Tradicional" msgid "Temperature variation" msgstr "Variació de temperatura" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Codi-G inicial" @@ -13763,15 +13547,9 @@ msgstr "" "mentre que l'estil híbrid crearà una estructura similar al suport normal " "sota grans voladissos plans." -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Ajustat" -msgid "Organic" -msgstr "Orgànic" - msgid "Tree Slim" msgstr "Arbre Prim" @@ -13781,6 +13559,9 @@ msgstr "Arbre Fort" msgid "Tree Hybrid" msgstr "Arbre Híbrid" +msgid "Organic" +msgstr "Orgànic" + msgid "Independent support layer height" msgstr "Alçada de la capa de suport independent" @@ -13946,40 +13727,33 @@ msgid "Activate temperature control" msgstr "Activar el control de temperatura" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"Activeu aquesta opció per al control de temperatura de la cambra. S'afegirà " +"una comanda M191 abans de \"machine_start_gcode\"\n" +"Comandes de Codi-G: M141 / M191 S ( 0-255 )" msgid "Chamber temperature" msgstr "Temperatura de la cambra" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Una temperatura de cambra més alta pot ajudar a suprimir o reduir la " +"deformació( warping ) i potencialment conduir a una major resistència d'unió " +"entre capes per a materials d'alta temperatura com ABS, ASA, PC, PA, etc. Al " +"mateix temps, la filtració d'aire d'ABS i ASA empitjorarà. Mentre que per a " +"PLA, PETG, TPU, PVA i altres materials de baixa temperatura, la temperatura " +"real de la cambra no hauria de ser alta per evitar obstruccions, pel que 0, " +"que significa apagar, és molt recomanable" msgid "Nozzle temperature for layers after the initial one" msgstr "Temperatura del broquet per les capes després de l'inicial" @@ -14038,8 +13812,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "El nombre de capes sòlides superiors s'incrementa en laminar si el gruix " "calculat per les capes superiors de la carcassa és més prim que aquest " @@ -14066,7 +13840,7 @@ msgid "Wipe Distance" msgstr "Distància de Neteja" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14136,6 +13910,12 @@ msgstr "" "Angle del vèrtex del con que s'utilitza per estabilitzar la Torre de Purga. " "Un angle més gran significa una base més ampla." +msgid "Wipe tower purge lines spacing" +msgstr "Espaiat de les línies de la Torre de Purga" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Espaiat de les línies de purga de la Torre de Purga." + msgid "Maximum wipe tower print speed" msgstr "Velocitat màxima d'impressió de la torre de purga" @@ -14181,6 +13961,9 @@ msgstr "" "Per als perímetres externs de la torre de purga, s'utilitza la velocitat " "perimetral interna independentment d'aquesta configuració." +msgid "Wipe tower extruder" +msgstr "Extrusor de la Torre de Purga" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14237,30 +14020,6 @@ msgstr "Distància màxima dels ponts" msgid "Maximal distance between supports on sparse infill sections." msgstr "Distància màxima entre suports a les seccions amb farciment poc dens." -msgid "Wipe tower purge lines spacing" -msgstr "Espaiat de les línies de la Torre de Purga" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Espaiat de les línies de purga de la Torre de Purga." - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "Compensació de forat( contorn intern ) X-Y" @@ -14311,7 +14070,7 @@ msgstr "Marge de detecció de poliforats" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14352,7 +14111,7 @@ msgstr "Utilitzar distàncies E relatives" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14459,9 +14218,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Ajusteu aquest valor per evitar que s'imprimeixin perímetres curts sense " @@ -14508,7 +14267,7 @@ msgstr "Detectar de farciment sòlid intern estret" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Aquesta opció detectarà automàticament una àrea de farciment sòlid intern " "estret. Si està habilitat, s'utilitzarà un patró concèntric a l'àrea per " @@ -14592,7 +14351,7 @@ msgstr "Conté el salt-z present al principi del bloc de codi-G personalitzat." msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Posició de l'extrusora al començament del bloc de codi-G personalitzat. Si " "el codi-G personalitzat es mou a un altre lloc, s'hauria d'escriure a " @@ -14602,28 +14361,20 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Estat de retracció al començament del bloc de codi-G personalitzat. Si el " "codi-G personalitzat mou l'eix de l'extrusora, hauria d'escriure a aquesta " "variable perquè PrusaSlicer es retiri correctament quan recuperi el control." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Deretracció extra" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "En l'actualitat es preveu un cebament addicional de l'extrusora després de " "la deretracció." -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "Extrusora actual" @@ -14669,18 +14420,11 @@ msgstr "" msgid "Is extruder used?" msgstr "S'utilitza extrusora?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Vector de booleans que indica si s'utilitza un extrusor donat en la " "impressió." -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" - msgid "Volume per extruder" msgstr "Volum per extrusora" @@ -14844,14 +14588,6 @@ msgstr "Nom de la impressora física" msgid "Name of the physical printer used for slicing." msgstr "Nom de la impressora física utilitzada per laminar." -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "Número de capa" @@ -15845,8 +15581,8 @@ msgstr "Inicia la prova Single-Thread" msgid "Export Log" msgstr "Exportar Registre( Log )" -msgid "OrcaSlicer Version:" -msgstr "Versió d'Orca Slicer:" +msgid "Snapmaker Orca Version:" +msgstr "Versió d'Snapmaker Orca:" msgid "System Version:" msgstr "Versió del Sistema:" @@ -15854,11 +15590,11 @@ msgstr "Versió del Sistema:" msgid "DNS Server:" msgstr "Servidor DNS:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Prova OrcaSlicer (GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Prova Snapmaker Orca (GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Prova OrcaSlicer (GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Prova Snapmaker Orca (GitHub):" msgid "Test Bing.com" msgstr "Prova Bing.com" @@ -15936,7 +15672,7 @@ msgid "Filament type is not selected, please reselect type." msgstr "" "El tipus de filament no està seleccionat, torneu a seleccionar el tipus." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" "No s'ha introduït el número de sèrie del filament, si us plau, introduïu-lo." @@ -16013,7 +15749,7 @@ msgstr "Importar Perfil" msgid "Create Type" msgstr "Crea un Tipus" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "El model no s'ha trobat, torneu a triar proveïdor." msgid "Select Model" @@ -16064,10 +15800,10 @@ msgstr "No es troba la ruta predeterminada, torneu a seleccionar el proveïdor." msgid "The printer model was not found, please reselect." msgstr "No s'ha trobat el model d'impressora, torneu a seleccionar." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "El diàmetre del broquet no s'ha trobat, torneu a seleccionar-lo." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "El perfil de la impressora no s'ha trobat, torneu a seleccionar-lo." msgid "Printer Preset" @@ -16099,7 +15835,7 @@ msgstr "" "Heu introduït una entrada il·legal a la secció d'àrea imprimible de la " "primera pàgina. Comproveu-ho abans de crear-lo." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" "La impressora o el model personalitzats no s'han introduït, introduïu-lo." @@ -16143,7 +15879,7 @@ msgid "Current vendor has no models, please reselect." msgstr "El proveïdor actual no té models, torneu a seleccionar." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "No heu seleccionat el proveïdor i el model o n heu introduït el proveïdor i " @@ -16271,7 +16007,7 @@ msgstr "" "Es pot compartir amb altres persones." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Conjunt de perfils de filament de l'usuari. \n" @@ -16513,7 +16249,7 @@ msgstr "La connexió amb Duet funciona correctament." msgid "Could not connect to Duet" msgstr "No s'ha pogut connectar amb Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "S'ha produït un error desconegut" msgid "Wrong password" @@ -16965,37 +16701,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Temperatura de la cambra\n" -"Sabíeu que OrcaSlicer admet la funcionalitat Temperatura de Cambra?" +"Sabíeu que Snapmaker Orca admet la funcionalitat Temperatura de Cambra?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Calibratge\n" "Sabies que calibrar la teva impressora pot fer meravelles? Fes una ullada a " -"la nostra preuada solució de calibratge a OrcaSlicer." +"la nostra preuada solució de calibratge a Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Ventilador auxiliar\n" -"Sabíeu que OrcaSlicer admet la funcionalitat de Ventilador Auxiliar de " +"Sabíeu que Snapmaker Orca admet la funcionalitat de Ventilador Auxiliar de " "refrigeració de peces?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtració d'Aire/Ventilador d'Extracció\n" -"Sabíeu que OrcaSlicer admet la funcionalitat de Filtració d'Aire/Ventilador " +"Sabíeu que Snapmaker Orca admet la funcionalitat de Filtració d'Aire/Ventilador " "d'Extracció?" #: resources/data/hints.ini: [hint:G-code window] @@ -17019,11 +16755,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Com utilitzar les Dreceres de Teclat\n" -"Sabíeu que Orca Slicer ofereix una àmplia gamma de dreceres de teclat i " +"Sabíeu que Snapmaker Orca ofereix una àmplia gamma de dreceres de teclat i " "operacions en escenes 3D." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17112,7 +16848,7 @@ msgid "" msgstr "" "Funcionalitat de Cerca\n" "Sabíeu que podeu usar l'eina de Cerca per trobar ràpidament un paràmetre " -"específic d'Orca Slicer?" +"específic d'Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17150,25 +16886,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Restar una Peça\n" "Sabies que pots restar una malla a una altra utilitzant el modificador de " "peces Negatives? D'aquesta manera, per exemple, podeu crear forats fàcilment " -"redimensionables directament a OrcaSlicer." +"redimensionables directament a Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Sabíeu que podeu millorar la vostra qualitat d'impressió laminant a un " "fitxer STEP en lloc d'un STL?\n" -"OrcaSlicer permet laminar a fitxers STEP, proporcionant resultats més fins " +"Snapmaker Orca permet laminar a fitxers STEP, proporcionant resultats més fins " "que un STL de menor resolució. Prova-ho!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17329,412 +17065,6 @@ msgstr "" "augmentar adequadament la temperatura del llit pot reduir la probabilitat de " "deformació." -#~ msgid "Cool Plate" -#~ msgstr "Base Freda" - -#~ msgid "Reverse on odd" -#~ msgstr "Invertir en capes senars" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Extruir perímetres que tenen una part sobre un voladís en sentit invers " -#~ "en capes senars. Aquest patró alternatiu pot millorar dràsticament els " -#~ "voladissos pronunciats.\n" -#~ "\n" -#~ "Aquest ajustament també pot ajudar a reduir la deformació( warping ) de " -#~ "peces a causa de la reducció de les tensions a les parets de la peça." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Aplicar la lògica dels perímetres inversos només sobre perímetres " -#~ "interns. \n" -#~ "\n" -#~ "Aquest ajustament redueix considerablement les tensions de les peces, ja " -#~ "que ara es distribueixen en direccions alternes. Això hauria de reduir la " -#~ "deformació( warping ) de peces alhora que manté la qualitat de la paret " -#~ "externa. Aquesta característica pot ser molt útil per a material propens " -#~ "al warping, com ABS / ASA, i també per a filaments elàstics, com TPU i " -#~ "Silk PLA. També pot ajudar a reduir la deformació( warping ) de les " -#~ "regions flotants sobre els suports.\n" -#~ "\n" -#~ "Perquè aquest ajustament sigui més efectiu, es recomana establir el " -#~ "llindar invers a 0 de manera que totes els perímetres interns " -#~ "s'imprimeixin en direccions alternes en capes senars, independentment del " -#~ "seu grau de voladís." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Nombre de mm que ha de tenir el voladís perquè la inversió es consideri " -#~ "útil. Pot ser un % o de l'amplada perimetral.\n" -#~ "El valor 0 permet la inversió en totes les capes senars independentment." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "La direcció en què s'extrudeixen els bucles de perímetre quan es mira cap " -#~ "avall des de la part superior.\n" -#~ "\n" -#~ "Per defecte, totes les parets s'extrudeixen en sentit contrari a les " -#~ "agulles del rellotge, tret que \"Parets invertides en capes imparells\" " -#~ "estigui habilitat. Triar una opció que no sigui Auto forçarà la direcció " -#~ "de la paret malgrat s'habiliti \"Parets invertides en capes imparells\".\n" -#~ "\n" -#~ "Aquesta opció es desactivarà si el mode gerro en espiral està habilitat." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Mentre s'imprimeix per Objecte, l'extrusora pot xocar amb la faldilla.\n" -#~ "Per tant, restabliu la capa de faldilla a 1 per evitar-ho." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "La geometria serà reduïda abans de detectar angles aguts. Aquest " -#~ "paràmetre especifica la longitud mínima de la desviació per a la " -#~ "reducció.\n" -#~ "0 per desactivar" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Engegar el ventilador aquest nombre de segons abans de l'hora d'inici " -#~ "programat ( podeu utilitzar segons fraccionats ). Assumeix una " -#~ "acceleració infinita per a aquesta estimació temporal, i només tindrà en " -#~ "compte els moviments G1 i G0 ( Ajustament en Arc( arc fitting ) no és " -#~ "compatible ).\n" -#~ "No mourà comandes de ventilador des de Codis-G personalitzats ( actuen " -#~ "com una mena de \"barrera\" ).\n" -#~ "No mourà comandes de ventilador des de Codis-G d'inici si s'activa el " -#~ "'només Codi-G d'inici personalitzat'.\n" -#~ "Utilitzeu 0 per desactivar." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Un escut contra corrents d'aire és útil per protegir una impressió ABS o " -#~ "ASA de la deformació i el despreniment del llit d'impressió a causa del " -#~ "corrent d'aire. Normalment només es necessita amb impressores de marc " -#~ "obert, és a dir, sense tancament. \n" -#~ "\n" -#~ "Opcions:\n" -#~ "Habilitat = la faldilla és tan alta com l'objecte imprès més alt.\n" -#~ "Limitat = la faldilla és tan alta com especifica l'alçada de la " -#~ "faldilla.\n" -#~ "\n" -#~ "Nota: Amb l'escut contra corrents d'aire actiu, la faldilla s'imprimirà a " -#~ "distància de faldilla de l'objecte. Per tant, si les vores d'adherència " -#~ "estan actives pot creuar-se amb elles. Per evitar-ho, augmenteu el valor " -#~ "de distància de la faldilla.\n" - -#~ msgid "Limited" -#~ msgstr "Limitat" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Longitud mínima d'extrusió del filament en mm en imprimir la faldilla. " -#~ "Zero significa que aquesta funció està desactivada.\n" -#~ "\n" -#~ "L'ús d'un valor diferent de zero és útil si la impressora està " -#~ "configurada per imprimir sense una línia principal." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Ajusteu aquest valor per evitar que s'imprimeixin perímetres curts sense " -#~ "tancar, cosa que podria augmentar el temps d'impressió. Els valors més " -#~ "alts eliminen més perímetres i més llargs.\n" -#~ "\n" -#~ "NOTA: Les superfícies inferior i superior no es veuran afectades per " -#~ "aquest valor per evitar buits visuals a la part exterior del model. " -#~ "Ajusteu \"Llindar d'un sol perímetre\" a la configuració avançada següent " -#~ "per ajustar la sensibilitat del que es considera una superfície superior. " -#~ "L'ajustament del \"Llindar d'un sol perímetre\" només és visible si " -#~ "aquesta opció de configuració s'estableix per sobre del valor " -#~ "predeterminat de 0,5 o si les superfícies superiors d'un sol perímetre " -#~ "estan habilitades." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "No filtrar els petits ponts interns ( beta )" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Aquesta opció pot ajudar a reduir la formació de forats a les superfícies " -#~ "superiors en models molt inclinats o corbats.\n" -#~ "\n" -#~ "Per defecte, es filtren petits ponts interns i el farciment sòlid intern " -#~ "s'imprimeix directament sobre el farciment poc dens. Això funciona bé en " -#~ "la majoria dels casos, accelerant la impressió sense comprometre massa la " -#~ "qualitat superior de la superfície. \n" -#~ "\n" -#~ "No obstant això, en models molt inclinats o corbats, especialment on " -#~ "s'utilitza una densitat de farciment massa baixa i escassa, això pot " -#~ "resultar en l'enrotllament del farciment sòlid no suportat, causant " -#~ "formació de forats\n" -#~ "\n" -#~ "Si activeu aquesta opció, s'imprimirà la capa de pont intern sobre un " -#~ "farciment sòlid intern lleugerament sense suport. Les opcions següents " -#~ "controlen la quantitat de filtratge, és a dir, la quantitat de ponts " -#~ "interns creats.\n" -#~ "\n" -#~ "Desactivat: desactiva aquesta opció. Aquest és el comportament " -#~ "predeterminat i funciona bé en la majoria dels casos.\n" -#~ "\n" -#~ "Filtratge limitat: crea ponts interns en superfícies molt inclinades, " -#~ "alhora que evita crear ponts interns innecessaris. Això funciona bé per " -#~ "als models més difícils.\n" -#~ "\n" -#~ "Sense filtratge: crea ponts interns sobre tots els voladissos interns " -#~ "potencials. Aquesta opció és útil per a models de superfície superior " -#~ "molt inclinats. No obstant això, en la majoria dels casos crea massa " -#~ "ponts innecessaris." - -#~ msgid "Shrinkage" -#~ msgstr "Encongiment" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Habilita farciment de buits per a les superfícies seleccionades. El mínim " -#~ "del forat que s'omplirà es pot controlar des de l'opció filtrar forats " -#~ "petits a continuació.\n" -#~ "\n" -#~ "Opcions:\n" -#~ "1. A tot arreu: aplica farciment de buits a superfícies sòlides " -#~ "superiors, inferiors i internes\n" -#~ "2. Superfícies superiors i inferiors: aplica farciment de buit només a " -#~ "superfícies superiors i inferiors\n" -#~ "3. Enlloc: desactiva el farciment de buits\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Disminuïu lleugerament aquest valor ( per exemple 0,9 ) per reduir la " -#~ "quantitat de material per al pont, per millorar l'enfonsament" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Aquest valor regeix el gruix de la capa de pont intern. Aquesta és la " -#~ "primera capa sobre el farciment poc dens. Disminuïu lleugerament aquest " -#~ "valor ( per exemple 0,9 ) per millorar la qualitat de la superfície sobre " -#~ "el farciment poc dens." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Aquest factor afecta la quantitat de material per al farciment sòlid " -#~ "superior. Podeu disminuir-lo lleugerament per tenir un acabat superficial " -#~ "suau" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Aquest factor afecta la quantitat de material per al farciment sòlid " -#~ "inferior" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Activeu aquesta opció per alentir la impressió en zones on potencialment " -#~ "poden existir perímetres corbats" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Velocitat per a ponts i perímetres completament en voladís" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Velocitat del pont intern. Si el valor s'expressa en percentatge, es " -#~ "calcularà a partir de la bridge_speed. El valor predeterminat és del 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Temps per carregar nou filament quan canvia de filament. Només per a " -#~ "estadístiques" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Temps per descarregar filament vell en canviar de filament. Només per a " -#~ "estadístiques" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Temps perquè el firmware de la impressora ( o la Unitat Multi Material " -#~ "2.0 ) carregui un filament durant un canvi d'eina ( en executar el Codi-" -#~ "T ). Aquest temps s'afegeix al temps d'impressió total mitjançant " -#~ "l'estimador de temps del Codi-G." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Temps perquè el firmware de la impressora ( o la Unitat Multi Material " -#~ "2.0 ) descarregui un filament durant un canvi d'eina ( en executar el " -#~ "Codi-T ). Aquest temps s'afegeix al temps d'impressió total mitjançant " -#~ "l'estimador de temps del Codi-G." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtrar els buits més petits que el llindar especificat" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Activeu aquesta opció per al control de temperatura de la cambra. " -#~ "S'afegirà una comanda M191 abans de \"machine_start_gcode\"\n" -#~ "Comandes de Codi-G: M141 / M191 S ( 0-255 )" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Una temperatura de cambra més alta pot ajudar a suprimir o reduir la " -#~ "deformació( warping ) i potencialment conduir a una major resistència " -#~ "d'unió entre capes per a materials d'alta temperatura com ABS, ASA, PC, " -#~ "PA, etc. Al mateix temps, la filtració d'aire d'ABS i ASA empitjorarà. " -#~ "Mentre que per a PLA, PETG, TPU, PVA i altres materials de baixa " -#~ "temperatura, la temperatura real de la cambra no hauria de ser alta per " -#~ "evitar obstruccions, pel que 0, que significa apagar, és molt recomanable" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "No es permeten diferents diàmetres de broquet i diferents diàmetres de " -#~ "filament quan s'habilita la Torre de Purga." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Actualment, la Prevenció d'Ooze( goteig ) no és compatible amb la Torre " -#~ "de Purga habilitada." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Profunditat d'entrellaçament d'una regió segmentada. Zero desactiva " -#~ "aquesta funció." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Extrusor de la Torre de Purga" - #~ msgid "Associate prusaslicer://" #~ msgstr "Associar prusaslicer://" @@ -17742,20 +17072,20 @@ msgstr "" #~ msgstr "No associar a cap aplicació" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Associar OrcaSlicer amb els enllaços prusaslicer:// perquè Orca pugui " +#~ "Associar Snapmaker Orca amb els enllaços prusaslicer:// perquè Orca pugui " #~ "obrir models des de Printable.com" #~ msgid "Associate bambustudio://" #~ msgstr "Associar bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Associar OrcaSlicer amb els enllaços bambustudio:// perquè Orca pugui " +#~ "Associar Snapmaker Orca amb els enllaços bambustudio:// perquè Orca pugui " #~ "obrir models des de makerworld.com" #~ msgid "Printer local connection failed, please try again." @@ -17792,11 +17122,11 @@ msgstr "" #~ msgstr "Màxima velocitat d'impressió en purgar" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer es basa en BambuStudio de Bambulab, que és de PrusaSlicer de " +#~ "Snapmaker Orca es basa en BambuStudio de Bambulab, que és de PrusaSlicer de " #~ "Prusa Research. PrusaSlicer és de Slic3r d'Alessandro Ranellucci i la " #~ "comunitat RepRap" @@ -18057,9 +17387,9 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "La Configuració no es pot carregar." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "El 3mf està generat amb una versió d'Orca Slicer antiga, només carrega " +#~ "El 3mf està generat amb una versió d'Snapmaker Orca antiga, només carrega " #~ "dades de geometria." #~ msgid "Configuration package updated to " diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/Snapmaker_Orca_cs.po similarity index 92% rename from localization/i18n/cs/OrcaSlicer_cs.po rename to localization/i18n/cs/Snapmaker_Orca_cs.po index 6ccc54645c0..bdf142a2d3c 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/Snapmaker_Orca_cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: 2023-09-30 15:15+0200\n" "Last-Translator: René Mošner \n" "Language-Team: \n" @@ -654,7 +654,7 @@ msgid "Angle" msgstr "Úhel" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Vloženo\n" @@ -1124,11 +1124,11 @@ msgstr "Otevřená vyplněná cesta" msgid "Undefined stroke type" msgstr "Nedefinovaný typ obrysu" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "Cestu nelze opravit z křížení sama sebe a více bodů." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "Konečný tvar obsahuje vlastní průsečík nebo více bodů se stejnou souřadnicí." @@ -1357,8 +1357,8 @@ msgstr "Nedefinováno" msgid "%1% was replaced with %2%" msgstr "%1% bylo nahrazeno %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "Konfiguraci může generovat novější verze OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "Konfiguraci může generovat novější verze Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Některé hodnoty byly nahrazeny. Zkontrolujte je prosím:" @@ -1384,28 +1384,28 @@ msgstr "" "rozpoznány." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer se ukončí z důvodu nedostatku paměti. Může to být chyba. Uvítáme, " +"Snapmaker Orca se ukončí z důvodu nedostatku paměti. Může to být chyba. Uvítáme, " "když problém nahlásíte našemu týmu." msgid "Fatal error" msgstr "Fatální chyba" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer se ukončí kvůli chybě lokalizace. Bude to Oceňujeme, pokud " +"Snapmaker Orca se ukončí kvůli chybě lokalizace. Bude to Oceňujeme, pokud " "nahlásíte konkrétní scénář, kdy k tomuto problému došlo." msgid "Critical error" msgstr "Kritická chyba" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer dostal neošetřenou výjimku: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca dostal neošetřenou výjimku: %1%" msgid "Untitled" msgstr "Bez názvu" @@ -1424,11 +1424,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Připojení %s selhalo! [SN:%s, kód=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer vyžaduje Microsoft WebView2 Runtime pro provádění určitých " +"Snapmaker Orca vyžaduje Microsoft WebView2 Runtime pro provádění určitých " "funkcí.\n" "Klikněte na Ano pro jeho nainstalování nyní." @@ -1453,8 +1453,8 @@ msgstr "Načítání konfigurace" msgid "Click to download new version in default browser: %s" msgstr "Kliknutím stáhnete novou verzi ve výchozím prohlížeči: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer potřebuje aktualizaci" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca potřebuje aktualizaci" msgid "This is the newest version." msgstr "Toto je nejnovější verze." @@ -1463,14 +1463,14 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Soubor konfigurace programu OrcaSlicer může být poškozen a nelze ho " +"Soubor konfigurace programu Snapmaker Orca může být poškozen a nelze ho " "analyzovat.\n" -"OrcaSlicer se pokusil znovu vytvořit konfigurační soubor.\n" +"Snapmaker Orca se pokusil znovu vytvořit konfigurační soubor.\n" "Všimněte si, že nastavení aplikace bude ztraceno, ale profily tiskárny " "nebudou ovlivněny." @@ -1503,10 +1503,10 @@ msgid "Some presets are modified." msgstr "Některé předvolby jsou upraveny." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" -"Předvolby modified můžete ponechat pro nový projekt, zahodit nebo uložit " +"Předvolby modifield můžete ponechat pro nový projekt, zahodit nebo uložit " "změny jako nové předvolby." msgid "User logged out" @@ -1520,10 +1520,10 @@ msgid "Open Project" msgstr "Otevřít projekt" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Verze Orca Slicer je příliš nízká a je třeba ji aktualizovat na nejnovější " +"Verze Snapmaker Orca je příliš nízká a je třeba ji aktualizovat na nejnovější " "verze předtím, než ji lze normálně používat" msgid "Privacy Policy Update" @@ -1586,11 +1586,11 @@ msgstr "Otevřít" msgid "Rename" msgstr "Přejmenovat" -msgid "Orca Slicer GUI initialization failed" -msgstr "Inicializace grafického rozhraní Orca Slicer se nezdařila" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Inicializace grafického rozhraní Snapmaker Orca se nezdařila" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Závažná chyba, zachycená výjimka: %1%" msgid "Quality" @@ -1965,9 +1965,6 @@ msgstr "Zjednodušit model" msgid "Center" msgstr "Střed" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Upravit nastavení procesu" @@ -2092,7 +2089,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Tato akce způsobí ztrátu informací o řezu.\n" "Po této akci nelze zaručit konzistenci modelu. \n" @@ -2106,7 +2103,7 @@ msgstr "Smazat všechny spojky" msgid "Deleting the last solid part is not allowed." msgstr "Smazání poslední pevné části není povoleno." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Cílový objekt obsahuje pouze jednu část a nelze jej rozdělit." msgid "Assembly" @@ -2484,7 +2481,7 @@ msgstr "" "Všechny vybrané objekty jsou na uzamčené desce,\n" "Tyto objekty nelze automaticky uspořádat." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Nejsou vybrány žádné aranžovatelné objekty." msgid "" @@ -2732,13 +2729,13 @@ msgstr "Autorská práva" msgid "License" msgstr "Licence" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer je licencován pod " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca je licencován pod " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, verze 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2755,11 +2752,11 @@ msgstr "" msgid "About %s" msgstr "O %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer je založen na BambuStudio, PrusaSlicer a SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca je založen na BambuStudio, PrusaSlicer a SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio je původně založeno na PrusaSlicer od PrusaResearch." @@ -3165,7 +3162,7 @@ msgstr "Vykonávají se postprodukční skripty" msgid "Successfully executed post-processing script" msgstr "" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Během exportu G-codu došlo k neznámé chybě." #, boost-format @@ -3632,7 +3629,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3670,6 +3667,13 @@ msgstr "" "ANO - Zachovat čistící věž\n" "NE - Zachovat výšku nezávislé podpůrné vrstvy" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Během tisku podle objektu může extruder narazit na obrys.\n" +"Takže resetujte vrstvu obrysu na 1, abyste tomu zabránili." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4714,12 +4718,6 @@ msgstr "Vybráno klonování" msgid "Clone copies of selections" msgstr "Klonovat kopie výběrů" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Vybrat vše" @@ -4741,7 +4739,7 @@ msgstr "Použít ortogonální zobrazení" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4768,12 +4766,6 @@ msgstr "Zobrazit &Převis" msgid "Show object overhang highlight in 3D scene" msgstr "Zobrazit zvýraznění převisů objektu ve 3D scéně" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Nastavení" @@ -4795,18 +4787,6 @@ msgstr "Postup 2" msgid "Flow rate test - Pass 2" msgstr "Test průtoku - Postup 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Průtok" @@ -4978,7 +4958,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "" -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" msgid "" @@ -5020,11 +5000,11 @@ msgstr "Stahování nástrojů virtuální kamery" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Je spuštěna další virtuální kamera.\n" -"Orca Slicer podporuje pouze jednu virtuální kameru.\n" +"Snapmaker Orca podporuje pouze jednu virtuální kameru.\n" "Chcete zastavit tuto virtuální kameru?" #, c-format, boost-format @@ -5148,7 +5128,7 @@ msgstr "Chcete smazat soubor '%s' z tiskárny?" msgid "Delete file" msgstr "Smazat soubor" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Načítání informací o modelu ..." msgid "Failed to fetch model information from printer." @@ -5158,11 +5138,11 @@ msgid "Failed to parse model information." msgstr "" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "Soubor .gcode.3mf neobsahuje žádná G-kód data. Prosím, slicujte ho pomocí " -"Orca Sliceru a exportujte nový soubor .gcode.3mf." +"Snapmaker Orcau a exportujte nový soubor .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5415,7 +5395,7 @@ msgstr "Informace" msgid "Get oss config failed." msgstr "Získání konfigurace OSS se nezdařilo." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Nahrát obrázky" msgid "Number of images successfully uploaded" @@ -5533,20 +5513,20 @@ msgid "Newer 3mf version" msgstr "Novější verze 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5900,11 +5880,11 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Existují některé neznámé filamenty na mapovaná na generickou předvolbu. " -"Aktualizujte prosím Orca Slicer nebo restartujte Orca Slicer a zkontrolujte, " +"Aktualizujte prosím Snapmaker Orca nebo restartujte Snapmaker Orca a zkontrolujte, " "zda existuje aktualizace systému předvolby." #, boost-format @@ -5964,9 +5944,9 @@ msgstr "Sbalit postranní panel" msgid "Loading file: %s" msgstr "Načítání souboru: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"Formát 3MF není podporován programem OrcaSlicer, lze načíst pouze " +"Formát 3MF není podporován programem Snapmaker Orca, lze načíst pouze " "geometrická data." msgid "Load 3mf" @@ -6226,10 +6206,10 @@ msgid "Project downloaded %d%%" msgstr "Projekt stažen %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Import do Orca Sliceru selhal. Stáhněte soubor a proveďte jeho ruční import." +"Import do Snapmaker Orcau selhal. Stáhněte soubor a proveďte jeho ruční import." msgid "Import SLA archive" msgstr "Importovat SLA archiv" @@ -6431,10 +6411,10 @@ msgstr "Tipy:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "Funkce \"Opravit model\" je momentálně pouze v systému Windows. Opravte " -"prosím model na Orca Slicer (windows) nebo CAD software." +"prosím model na Snapmaker Orca (windows) nebo CAD software." #, c-format, boost-format msgid "" @@ -6479,7 +6459,7 @@ msgstr "Vyberte adresář pro stahování" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6535,7 +6515,7 @@ msgstr "Imperiální" msgid "Units" msgstr "Jednotky" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6548,8 +6528,8 @@ msgstr "" "V takovém případě toto nastavení povolí pouze jednu instanci." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6608,10 +6588,10 @@ msgstr "Zobrazovat \"Tip dne\" po spuštění" msgid "If enabled, useful hints are displayed at startup." msgstr "Pokud je povoleno, při spuštění se zobrazí užitečné rady." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" msgid "" @@ -6637,12 +6617,6 @@ msgid "" "same time and manage multiple devices." msgstr "" -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "Síť" @@ -6662,37 +6636,37 @@ msgstr "Synchronizace systému" msgid "Clear my choice on the unsaved presets." msgstr "Vymazat mé volby neuložených předvoleb." -msgid "Associate files to OrcaSlicer" -msgstr "Přidružit soubory k OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Přidružit soubory k Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Přidružit soubory .3mf k OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Přidružit soubory .3mf k Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Pokud je povoleno, nastaví OrcaSlicer jako výchozí aplikaci pro otevírání " +"Pokud je povoleno, nastaví Snapmaker Orca jako výchozí aplikaci pro otevírání " "souborů .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Přidružit .stl soubory k Orca Slicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Přidružit .stl soubory k Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Pokud je povoleno, nastaví OrcaSlicer jako výchozí aplikaci pro otevírání " +"Pokud je povoleno, nastaví Snapmaker Orca jako výchozí aplikaci pro otevírání " "souborů .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Přidružit soubory .step/.stp k OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Přidružit soubory .step/.stp k Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Pokud je povoleno, nastaví OrcaSlicer jako výchozí aplikaci pro otevírání " +"Pokud je povoleno, nastaví Snapmaker Orca jako výchozí aplikaci pro otevírání " "souborů .step" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6718,7 +6692,7 @@ msgstr "" msgid "every" msgstr "každých" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Doba zálohování v sekundách." msgid "Downloads" @@ -6931,7 +6905,7 @@ msgstr "Nahrávání 3mf" msgid "Jump to model publish web page" msgstr "Přejít na webovou stránku pro publikování modelu" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Poznámka: Příprava může trvat několik minut. Buďte prosím trpěliví." msgid "Publish" @@ -7262,8 +7236,8 @@ msgstr "" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Před odesláním na SD kartu do tiskárny je třeba vložit SD kartu." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Tiskárna musí být ve stejné síti LAN jako Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Tiskárna musí být ve stejné síti LAN jako Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "Tiskárna nepodporuje odesílání na SD kartu tiskárny." @@ -7338,8 +7312,8 @@ msgstr "Obchodní podmínky" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7424,7 +7398,7 @@ msgid "Click to reset all settings to the last saved preset." msgstr "Kliknutím obnovíte všechna nastavení na poslední uloženou předvolbu." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Pro hladký průběh časové roviny je vyžadována čistící věž. Mohou být chyby " @@ -7601,21 +7575,12 @@ msgstr "Filament na podpěry" msgid "Tree supports" msgstr "Stromové podpěry" -msgid "Multimaterial" -msgstr "Multimateriál" +msgid "Skirt" +msgstr "Obrys" msgid "Prime tower" msgstr "Čistící věž" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Obrys" - msgid "Special mode" msgstr "Speciální režim" @@ -7672,9 +7637,6 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" "Doporučený rozsah teploty trysky tohoto filamentu. 0 znamená nenastaveno" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "Teplota v tiskové komoře" @@ -7791,6 +7753,9 @@ msgstr "Filament Začátek G-kók" msgid "Filament end G-code" msgstr "Filament Konec G-kód" +msgid "Multimaterial" +msgstr "Multimateriál" + msgid "Wipe tower parameters" msgstr "Parametry čistící věže" @@ -7877,33 +7842,15 @@ msgstr "Omezení zrychlení" msgid "Jerk limitation" msgstr "Omezení Jerk-Ryv" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Nastavení multimateriálu s jedním extruderem" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Průměr trysky" - msgid "Wipe tower" msgstr "Čistící věž" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parametry jednoho multimateriálového extruderu" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Výškové limity vrstvy" @@ -8296,8 +8243,8 @@ msgid "Flushing volumes for filament change" msgstr "Čistící objemy pro výměnu filamentu" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8341,7 +8288,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8352,7 +8299,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8642,7 +8589,7 @@ msgid "Network plug-in update" msgstr "Aktualizace síťového zásuvného modulu" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Klepnutím na OK aktualizujte síťový zásuvný modul při příštím spuštění Orca " "Sliceru." @@ -8651,8 +8598,8 @@ msgstr "" msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Nový síťový plug-in (%s) k dispozici, chcete jej nainstalovat?" -msgid "New version of Orca Slicer" -msgstr "Nová verze Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nová verze Snapmaker Orca" msgid "Skip this Version" msgstr "" @@ -8703,9 +8650,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Připojení k síti LAN se nezdařilo (odesílání tiskového souboru)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Krok 1, potvrďte, že Orca Slicer a vaše tiskárna jsou ve stejné síti LAN." +"Krok 1, potvrďte, že Snapmaker Orca a vaše tiskárna jsou ve stejné síti LAN." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8884,11 +8831,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Nelze vytisknout žádný objekt. Možná je příliš malý" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9105,12 +9047,6 @@ msgid "" msgstr "" "Režim spirálové vázy nefunguje, když objekt obsahuje více než jeden materiál." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "Objekt %1% přesahuje maximální výšku tiskového objemu." @@ -9134,9 +9070,8 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Variabilní výška vrstvy není podporována s organickými podpěrami." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" msgid "" @@ -9147,8 +9082,7 @@ msgstr "" "exruderu (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" msgid "" @@ -9292,11 +9226,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Generování Obrysu a Límce" @@ -9386,13 +9315,13 @@ msgid "Hostname, IP or URL" msgstr "Název serveru, IP nebo URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer může nahrávat G-kódy do tiskového serveru. Toto pole by mělo " +"Snapmaker Orca může nahrávat G-kódy do tiskového serveru. Toto pole by mělo " "obsahovat název hostitele, IP adresu nebo URL tiskového serveru. K " "tiskovému serveru za HAProxy se zapnutým ověřením basic auth lze přistupovat " "zadáním uživatelského jména a hesla do adresy URL v následujícím formátu: " @@ -9411,10 +9340,10 @@ msgid "API Key / Password" msgstr "API klíč / Heslo" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer může nahrát soubory do tiskového serveru. Toto pole by mělo " +"Snapmaker Orca může nahrát soubory do tiskového serveru. Toto pole by mělo " "obsahovat klíč API požadovaný pro ověření." msgid "Name of the printer" @@ -9614,8 +9543,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Počet spodních pevných vrstev se při krájení zvýší, pokud je tloušťka " "vypočítaná podle spodních vrstev skořepiny tenčí než tato hodnota. Tím se " @@ -9627,31 +9556,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9691,7 +9603,7 @@ msgstr "Hranice chlazení převisů" #, fuzzy, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9724,11 +9636,10 @@ msgstr "Průtok mostu" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Snižte tuto hodnotu mírně (například 0,9), abyste snížili množství materiálu " +"pro most a zlepšili prověšení" msgid "Internal bridge flow ratio" msgstr "" @@ -9736,11 +9647,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9748,21 +9655,16 @@ msgstr "Poměr průtoku horní vrstvy" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Tento faktor ovlivňuje množství materiálu pro vrchní plnou výplň. Můžete jej " +"mírně snížit, abyste měli hladký povrch" msgid "Bottom surface flow ratio" msgstr "Poměr průtoku spodní vrstvy" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" +msgid "This factor affects the amount of material for bottom solid infill" +msgstr "Tento faktor ovlivňuje množství materiálu pro spodní plnou výplň" msgid "Precise wall" msgstr "Přesná stěna" @@ -9827,15 +9729,15 @@ msgstr "" "Vytvořte další perimetry přes strmé převisy a oblasti, kde mosty nelze " "ukotvit. " -msgid "Reverse on even" -msgstr "" +msgid "Reverse on odd" +msgstr "Obrátit na lichých" msgid "Overhang reversal" msgstr "Obrácení převisu" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9855,9 +9757,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9887,10 +9789,11 @@ msgstr "Hranice obrácení převisu" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Počet milimetrů, o které musí být převis pro zvážení, zda je obrácení " +"užitečné. Může to být určité % o z obvodové šířky.\n" +"Hodnota 0 umožňuje obrácení na každé liché vrstvě bez ohledu na jiné faktory." msgid "Classic mode" msgstr "Klasický režim" @@ -9907,26 +9810,12 @@ msgstr "Povolte tuto volbu pro zpomalení tisku pro různé stupně převisů" msgid "Slow down for curled perimeters" msgstr "Zpomalení pro zakroucené obvody" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" +"Povolte tuto možnost pro zpomalení tisku na místech, kde mohou existovat " +"potenciální zakroucené obvody" msgid "mm/s or %" msgstr "mm/s or %" @@ -9934,14 +9823,8 @@ msgstr "mm/s or %" msgid "External" msgstr "Vnější" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Rychlost mostu a zcela převislé stěny" msgid "mm/s" msgstr "mm/s" @@ -9950,9 +9833,11 @@ msgid "Internal" msgstr "Vnitřní" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Rychlost vnitřního mostu. Pokud je hodnota vyjádřena jako procento, bude " +"vypočítána na základě most_speed. Výchozí hodnota je 150 %." msgid "Brim width" msgstr "Šířka límce" @@ -9965,7 +9850,7 @@ msgstr "Typ límce" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Toto ovládá generování límce na vnější a/nebo vnitřní straně modelů. Možnost " "Auto znamená, že šířka límce je automaticky analyzována a vypočítána." @@ -10001,8 +9886,8 @@ msgid "Brim ear detection radius" msgstr "Poloměr detekce uší límce" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Geometrie bude zredukována před detekcí ostrých úhlů. Tento parametr udává " @@ -10141,7 +10026,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10157,24 +10042,24 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Zakázáno" msgid "Limited filtering" msgstr "" @@ -10321,7 +10206,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10331,8 +10216,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10359,7 +10244,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10373,10 +10258,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10425,7 +10310,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10439,7 +10324,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10487,22 +10372,11 @@ msgstr "" "můžete tuto hodnotu vyladit, abyste získali pěkně rovný povrch, když dochází " "k mírnému přetečení nebo podtečení" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Povolit předstih tlaku" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Povolte předstih tlaku, po povolení bude výsledek automatické kalibrace " @@ -10511,87 +10385,6 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Předstih tlaku (Klipper) AKA Lineární faktor předstihu (Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10603,8 +10396,8 @@ msgid "Keep fan always on" msgstr "Ventilátor vždy zapnutý" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Pokud povolíte toto nastavení, ventilátor chlazení součástí se nikdy " "nezastaví a poběží alespoň na minimální rychlost, aby se snížila frekvence " @@ -10620,8 +10413,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10675,29 +10468,16 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Doba zavádění filamentu" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Čas na zavedení nového filamentu při výměně filamentu. Pouze pro statistiku" msgid "Filament unload time" msgstr "Doba vysouvání filamentu" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Čas vytažení starého filamentu při výměně filamentu. Pouze pro statistiku" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10710,7 +10490,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10719,8 +10499,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Smrštění" #, no-c-format, no-boost-format msgid "" @@ -10736,16 +10516,6 @@ msgstr "" "Ujistěte se aby byl mezi objekty dostatek prostoru, protože tato kompenzace " "se provádí po kontrolách." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Rychlost zavádění" @@ -10799,21 +10569,6 @@ msgstr "" "Filament je chlazen pohyby tam a zpět v chladicí trubičce. Zadejte " "požadovaný počet těchto pohybů." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Rychlost prvního pohybu chlazení" @@ -10827,12 +10582,12 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Po výměně nástroje nemusí být známa přesná poloha nově zavedeného filamentu " "uvnitř trysky a tlak filamentu pravděpodobně ještě není stabilní. Před " -"vyčištěním tiskové hlavy do výplně nebo do objektu bude Orca Slicer toto " +"vyčištěním tiskové hlavy do výplně nebo do objektu bude Snapmaker Orca toto " "množství materiálu vždy vytlačovat do čistící věže, aby se spolehlivě " "vytvořily následné výplně nebo objekty." @@ -10842,6 +10597,15 @@ msgstr "Rychlost posledního pohybu chlazení" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Chladící pohyby se postupně zrychlují až k této rychlosti." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Doba, po kterou firmware tiskárny (nebo jednotka Multi Material 2.0) zavádí " +"nový filament během jeho výměny (při provádění kódu T). Tento čas je přidán " +"k celkové době tisku pomocí G-kódu odhadovače tiskového času." + msgid "Ramming parameters" msgstr "Parametry rapidní extruze" @@ -10852,14 +10616,23 @@ msgstr "" "Tento řetězec je upravován dialogem RammingDialog a obsahuje specifické " "parametry pro rapidní extruzi." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Doba, po kterou firmware tiskárny (nebo jednotka Multi Material 2.0) vysouvá " +"filament během jeho výměny (při provádění kódu T). Tento čas je přidán k " +"celkové době tisku pomocí G-kódu odhadovače tiskového času." + +msgid "Enable ramming for multitool setups" msgstr "Povolení rapidní extruze tiskárny s více nástroji" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Provedení rapidní extruze při použití tiskárny s více nástroji (tj. když " "není v nastavení tiskárny zaškrtnuto políčko Single Extruder Multimaterial). " @@ -10867,13 +10640,13 @@ msgstr "" "nástroje rychle vytlačeno malé množství filamentu. Tato volba se uplatní " "pouze tehdy, když je povolena čistící věž." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Objem rapidní extruze pro tiskárnu s více nástroji" msgid "The volume to be rammed before the toolchange." msgstr "Objem, který se má před výměnou nástroje extrudovat." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Průtok při rapidní extruzi pro více nástrojů" msgid "Flow used for ramming the filament before the toolchange." @@ -10913,7 +10686,7 @@ msgstr "Teplota měknutí" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Materiál při této teplotě měkne, takže když je teplota podložky rovna nebo " "vyšší než tato hodnota, vřele doporučujeme otevřít přední dvířka a/nebo " @@ -11014,7 +10787,7 @@ msgstr "Délka kotvy vnitřní výplně" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11025,7 +10798,7 @@ msgid "" msgstr "" "Připojení výplně k vnitřnímu perimetru krátkým segmentem dalšího perimetru. " "Pokud je vyjádřeno v procentech (příklad: 15%), vypočítává se z šířky " -"extruze výplně. Orca Slicer se pokouší spojit dvě blízké výplňová čáry " +"extruze výplně. Snapmaker Orca se pokouší spojit dvě blízké výplňová čáry " "krátkým obvodovým perimetrem. Pokud není nalezen žádný takový obvodový " "perimetr kratší než infill_anchor_max, je výplňová čára spojena s obvodovým " "perimetrem pouze na jedné straně a délka odebraného obvodového perimetru je " @@ -11045,7 +10818,7 @@ msgstr "Maximální délka výplňové kotvy" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11056,7 +10829,7 @@ msgid "" msgstr "" "Připojení výplně k vnitřnímu perimetru krátkým segmentem dalšího perimetru. " "Pokud je vyjádřeno v procentech (příklad: 15%), vypočítává se z šířky " -"extruze výplně. OrcaSlicer se pokouší spojit dvě blízké výplňová linky " +"extruze výplně. Snapmaker Orca se pokouší spojit dvě blízké výplňová linky " "krátkým obvodovým perimetrem. Pokud není nalezen žádný takový obvodový " "perimetr kratší než tento parametr, je výplňová čára spojena s obvodovým " "perimetrem pouze na jedné straně a délka odebraného obvodového perimetru je " @@ -11224,7 +10997,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Tato rychlost ventilátoru je uplatněna během všech kontaktních vrstev, aby " "bylo možné oslabit jejich spojení vysokou rychlostí ventilátoru.\n" @@ -11251,7 +11024,7 @@ msgid "Fuzzy skin thickness" msgstr "Tloušťka členitého povrchu" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Šířka, ve které se má chvět. Je nepřípustné, aby byla pod šířkou extruze " @@ -11261,7 +11034,7 @@ msgid "Fuzzy skin point distance" msgstr "Vzdálenosti bodů členitého povrchu" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Průměrná vzdálenost mezi náhodnými body zavedenými na každém segmentu linky" @@ -11278,11 +11051,8 @@ msgstr "Odfiltrujte drobné mezery" msgid "Layers and Perimeters" msgstr "Vrstvy a perimetry" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtrovat mezery menší než stanovená hranice" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11307,7 +11077,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11404,9 +11174,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11535,22 +11305,6 @@ msgstr "" "Automaticky zkombinujte vnitřní výplň několika vrstev pro tisk dohromady, " "abyste zkrátili čas. Stěna se stále tiskne s původní výškou vrstvy." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Filament pro tisk vnitřní výplně." @@ -11579,7 +11333,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11608,11 +11362,7 @@ msgstr "Maximální šířka segmentované oblasti. Nula tuto funkci vypne." msgid "Interlocking depth of a segmented region" msgstr "Hloubka propojení segmentované oblasti" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" msgid "Use beam interlocking" @@ -12007,6 +11757,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "Průměr trysky" + msgid "Diameter of nozzle" msgstr "Průměr trysky" @@ -12024,10 +11777,10 @@ msgid "Host Type" msgstr "Typ tiskového serveru" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer může nahrát soubory G-kódu do tiskového serveru. Toto pole musí " +"Snapmaker Orca může nahrát soubory G-kódu do tiskového serveru. Toto pole musí " "obsahovat druh tiskového serveru." msgid "Nozzle volume" @@ -12104,11 +11857,6 @@ msgstr "" "vytékání není vidět. To může zkrátit dobu retrakcí u složitého modelu a " "ušetřit čas tisku, ale zpomalit krájení a generování G-kódu" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Formát názvu souboru" @@ -12157,9 +11905,6 @@ msgstr "" "Zjistěte procento převisů vzhledem k šířce extruze a použijte jinou rychlost " "tisku. Pro 100%% převisy se použije rychlost mostu." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12191,19 +11936,13 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Pokud chcete výstupní G-kód zpracovat pomocí vlastních skriptů, stačí zde " "uvést jejich absolutní cesty. Více skriptů oddělte středníkem. Skriptu bude " "předána absolutní cesta k souboru G-kódu jako první argument a mohou přístup " -"k nastavení konfigurace Orca Slicer čtením proměnných prostředí." - -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" +"k nastavení konfigurace Snapmaker Orca čtením proměnných prostředí." msgid "Printer notes" msgstr "Poznámky o tiskárně" @@ -12211,9 +11950,6 @@ msgstr "Poznámky o tiskárně" msgid "You can put your notes regarding the printer here." msgstr "Zde můžete uvést poznámky týkající se tiskárny." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Mezera mezi objektem a raftem v ose Z" @@ -12250,7 +11986,7 @@ msgstr "" "abyste se vyhnuli obtékání při tisku ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12423,7 +12159,7 @@ msgstr "Rychlost Retrakce" msgid "Speed of retractions" msgstr "Rychlost Retrakce" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Rychlost Deretrakce" msgid "" @@ -12614,15 +12350,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12645,14 +12381,6 @@ msgstr "Vzdálenost obrysu" msgid "Distance from skirt to brim or object" msgstr "Vzdálenost od Obrysu k Límci nebo předmětu" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Výška obrysu" @@ -12667,33 +12395,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "Zakázáno" +msgid "Limited" +msgstr "Omezeno" msgid "Enabled" msgstr "Povoleno" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Obrysové smyčky" @@ -12715,9 +12431,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12738,12 +12452,6 @@ msgstr "" "Řídká oblast výplně, která je menší než hraniční hodnota, je nahrazena " "vnitřní plnou výplní" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12767,8 +12475,8 @@ msgid "Smooth Spiral" msgstr "" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" msgid "Max XY Smoothing" @@ -12803,31 +12511,6 @@ msgstr "Tradiční" msgid "Temperature variation" msgstr "Kolísání teploty" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Začátek G-kódu" @@ -13141,15 +12824,9 @@ msgstr "" "větve a ušetří mnoho materiálu (výchozí organický), zatímco hybridní styl " "vytvoří podobnou strukturu jako běžná podpěra pod velkými plochými převisy." -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Přiléhavý" -msgid "Organic" -msgstr "Organické" - msgid "Tree Slim" msgstr "Strom Tenký" @@ -13159,6 +12836,9 @@ msgstr "Strom Silný" msgid "Tree Hybrid" msgstr "Strom Hybrid" +msgid "Organic" +msgstr "Organické" + msgid "Independent support layer height" msgstr "Výška nezávislé podpůrné vrstvy" @@ -13314,40 +12994,33 @@ msgid "Activate temperature control" msgstr "Aktivovat řízení teploty" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"Zapněte tuto volbu pro řízení teploty v komoře. Příkaz M191 bude přidán před " +"\"machine_start_gcode\"\n" +"G-kód příkazy: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Teplota v komoře" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Vyšší teplota komory může pomoci potlačit nebo snížit odchlipování a " +"potenciálně vést k vyšší pevnosti spojů mezi vrstvami pro materiály s " +"vysokou teplotou, jako je ABS, ASA, PC, PA a další. Zároveň se však zhorší " +"filtrace vzduchu pro ABS a ASA. Naopak pro PLA, PETG, TPU, PVA a další " +"materiály s nízkou teplotou by teplota komory neměla být vysoká, aby se " +"předešlo zanášení, takže je velmi doporučeno použít hodnotu 0, která znamená " +"vypnutí" msgid "Nozzle temperature for layers after the initial one" msgstr "Teplota trysky pro vrstvy po počáteční" @@ -13405,8 +13078,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Počet vrchních pevných vrstev se při krájení zvýší, pokud je tloušťka " "vypočítaná horními vrstvami skořepiny tenčí než tato hodnota. Tím se lze " @@ -13432,7 +13105,7 @@ msgid "Wipe Distance" msgstr "Vzdálenost čištění" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13489,6 +13162,12 @@ msgstr "" "Úhel na vrcholu kužele, který se používá ke stabilizaci čistící věže. Větší " "úhel znamená širší základnu." +msgid "Wipe tower purge lines spacing" +msgstr "Rozteč čistících linek v čistící věži" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Rozteč čistících linek v čistící věži." + msgid "Maximum wipe tower print speed" msgstr "" @@ -13514,6 +13193,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "Extruder čistící věže" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13569,30 +13251,6 @@ msgstr "Maximální vzdálenost přemostění" msgid "Maximal distance between supports on sparse infill sections." msgstr "Maximální vzdálenost mezi podpěrami u částí s řídkou výplní." -msgid "Wipe tower purge lines spacing" -msgstr "Rozteč čistících linek v čistící věži" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Rozteč čistících linek v čistící věži." - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y Kompenzace otvoru" @@ -13640,7 +13298,7 @@ msgstr "Míra detekce polyotvoru" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13681,7 +13339,7 @@ msgstr "Použít relativní E vzdálenosti" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13780,9 +13438,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13818,7 +13476,7 @@ msgstr "Detekovat úzkou vnitřní plnou výplň" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Tato možnost automaticky rozpozná úzkou vnitřní plnou výplňovou oblast. Je-" "li povolena, bude pro oblast použit soustředný vzor, aby se urychlil tisk. V " @@ -13899,7 +13557,7 @@ msgstr "Obsahuje z-hop na začátku vlastního bloku G-code." msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Poloha extruderu na začátku vlastního bloku G-code. Pokud vlastní G-code " "vytváří pohyb, měl by pohyb zapsat do této proměnné, aby PrusaSlicer věděl, " @@ -13908,26 +13566,18 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Stav retrakce na začátku vlastního G-code. Pokud vlastní G-code pohybuje " "osou extruderu, měl by do této proměnné zapisovat, aby PrusaSlicer správně " "zrušil deretrakce, když mu bude znovu předáno řízení." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Extra deretrakce" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "Současně naplánované extra čištění extruderu po deretrakci." -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "Aktuální extruder" @@ -13973,14 +13623,7 @@ msgstr "" msgid "Is extruder used?" msgstr "Je extruder použitý?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -14131,14 +13774,6 @@ msgstr "Fyzický název tiskárny" msgid "Name of the physical printer used for slicing." msgstr "Název fyzické tiskárny použité pro slicování." -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "Číslo vrstvy" @@ -15079,7 +14714,7 @@ msgstr "" msgid "Export Log" msgstr "" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -15088,10 +14723,10 @@ msgstr "" msgid "DNS Server:" msgstr "" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -15164,7 +14799,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "" -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" msgid "" @@ -15224,7 +14859,7 @@ msgstr "" msgid "Create Type" msgstr "" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "" msgid "Select Model" @@ -15273,10 +14908,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "" -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "" -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "" msgid "Printer Preset" @@ -15304,7 +14939,7 @@ msgid "" "page. Please check before creating it." msgstr "" -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" msgid "" @@ -15336,7 +14971,7 @@ msgid "Current vendor has no models, please reselect." msgstr "" msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" @@ -15437,7 +15072,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" @@ -15651,7 +15286,7 @@ msgstr "Připojení k Duet funguje správně." msgid "Could not connect to Duet" msgstr "Nelze se připojit k Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Došlo k neznámé chybě" msgid "Wrong password" @@ -15991,26 +15626,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -16029,7 +15664,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -16145,7 +15780,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -16153,13 +15788,13 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Věděli jste, že můžete zlepšit kvalitu svého tisku tím, že rozdělíte soubor " "STEP namísto STL?\n" -"Orca Slicer podporuje rozdělování souborů STEP, což poskytuje hladší " +"Snapmaker Orca podporuje rozdělování souborů STEP, což poskytuje hladší " "výsledky než s nižším rozlišením STL. Vyzkoušejte to!" #: resources/data/hints.ini: [hint:Z seam location] @@ -16310,161 +15945,6 @@ msgid "" "probability of warping." msgstr "" -#~ msgid "Cool Plate" -#~ msgstr "Cool Podložka" - -#~ msgid "Reverse on odd" -#~ msgstr "Obrátit na lichých" - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Počet milimetrů, o které musí být převis pro zvážení, zda je obrácení " -#~ "užitečné. Může to být určité % o z obvodové šířky.\n" -#~ "Hodnota 0 umožňuje obrácení na každé liché vrstvě bez ohledu na jiné " -#~ "faktory." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Během tisku podle objektu může extruder narazit na obrys.\n" -#~ "Takže resetujte vrstvu obrysu na 1, abyste tomu zabránili." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "Geometrie bude zredukována před detekcí ostrých úhlů. Tento parametr " -#~ "udává minimální délku odchylky pro redukci.\n" -#~ "0 pro deaktivaci" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Spustit ventilátor po tuto dobu v sekundách před cílovým časem spuštění " -#~ "(můžete použít desetinná čísla). Předpokládá se nekonečné zrychlení pro " -#~ "odhad této doby a budou brány v úvahu pouze pohyby G1 a G0 (křivkové " -#~ "tvary nejsou podporovány).\n" -#~ "Nepřesouvá příkazy ventilátoru z vlastních G-kódů (působí jako druh " -#~ "'bariéry').\n" -#~ "Nepřesouvá příkazy ventilátoru do startovacího G-kódu, pokud je " -#~ "aktivována volba 'pouze vlastní startovací G-kódy'.\n" -#~ "Pro deaktivaci použijte hodnotu 0." - -#~ msgid "Limited" -#~ msgstr "Omezeno" - -#~ msgid "Shrinkage" -#~ msgstr "Smrštění" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Snižte tuto hodnotu mírně (například 0,9), abyste snížili množství " -#~ "materiálu pro most a zlepšili prověšení" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Tento faktor ovlivňuje množství materiálu pro vrchní plnou výplň. Můžete " -#~ "jej mírně snížit, abyste měli hladký povrch" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "Tento faktor ovlivňuje množství materiálu pro spodní plnou výplň" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Povolte tuto možnost pro zpomalení tisku na místech, kde mohou existovat " -#~ "potenciální zakroucené obvody" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Rychlost mostu a zcela převislé stěny" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Rychlost vnitřního mostu. Pokud je hodnota vyjádřena jako procento, bude " -#~ "vypočítána na základě most_speed. Výchozí hodnota je 150 %." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Čas na zavedení nového filamentu při výměně filamentu. Pouze pro " -#~ "statistiku" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Čas vytažení starého filamentu při výměně filamentu. Pouze pro statistiku" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Doba, po kterou firmware tiskárny (nebo jednotka Multi Material 2.0) " -#~ "zavádí nový filament během jeho výměny (při provádění kódu T). Tento čas " -#~ "je přidán k celkové době tisku pomocí G-kódu odhadovače tiskového času." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Doba, po kterou firmware tiskárny (nebo jednotka Multi Material 2.0) " -#~ "vysouvá filament během jeho výměny (při provádění kódu T). Tento čas je " -#~ "přidán k celkové době tisku pomocí G-kódu odhadovače tiskového času." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtrovat mezery menší než stanovená hranice" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Zapněte tuto volbu pro řízení teploty v komoře. Příkaz M191 bude přidán " -#~ "před \"machine_start_gcode\"\n" -#~ "G-kód příkazy: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Vyšší teplota komory může pomoci potlačit nebo snížit odchlipování a " -#~ "potenciálně vést k vyšší pevnosti spojů mezi vrstvami pro materiály s " -#~ "vysokou teplotou, jako je ABS, ASA, PC, PA a další. Zároveň se však " -#~ "zhorší filtrace vzduchu pro ABS a ASA. Naopak pro PLA, PETG, TPU, PVA a " -#~ "další materiály s nízkou teplotou by teplota komory neměla být vysoká, " -#~ "aby se předešlo zanášení, takže je velmi doporučeno použít hodnotu 0, " -#~ "která znamená vypnutí" - -#~ msgid "Wipe tower extruder" -#~ msgstr "Extruder čistící věže" - #~ msgid "Printer local connection failed, please try again." #~ msgstr "Lokální připojení k tiskárně selhalo, zkuste to znovu." @@ -16532,11 +16012,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer je založen na BambuStudio od Bambulab, které je od " +#~ "Snapmaker Orca je založen na BambuStudio od Bambulab, které je od " #~ "PrusaSlicer od Prusa Research. PrusaSlicer je od Slic3r od Alessandra " #~ "Ranellucciho a komunita RepRap" @@ -16680,10 +16160,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Načítání selhalo [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Nepodařilo se načíst informace o modelu z tiskárny." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Nepodařilo se zpracovat informace o modelu." #, boost-format @@ -16743,13 +16223,13 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "Nelze načíst konfiguraci." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "3mf je generován starým Orca Slicerem, načtěte pouze geometrická data." +#~ "3mf je generován starým Snapmaker Orcaem, načtěte pouze geometrická data." #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -16846,12 +16326,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Odečíst část\n" #~ "Věděli jste, že můžete odečíst jednu síťovinu od druhé pomocí negativního " #~ "modifikátoru části? Tímto způsobem můžete například vytvářet snadno " -#~ "nastavitelné otvory přímo v programu Orca Slicer. Přečtěte si více v " +#~ "nastavitelné otvory přímo v programu Snapmaker Orca. Přečtěte si více v " #~ "dokumentaci." #~ msgid "Filling bed " @@ -17158,14 +16638,14 @@ msgstr "" #~ "hotendu při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného " #~ "prostoru. Další informace naleznete ve Wiki." -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Vloženo" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Konfigurační soubor OrcaSlicer může být poškozen a nelze jej analyzovat." +#~ "Konfigurační soubor Snapmaker Orca může být poškozen a nelze jej analyzovat." #~ "Smažte soubor a zkuste to znovu." #~ msgid "Online Models" diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/Snapmaker_Orca_de.po similarity index 88% rename from localization/i18n/de/OrcaSlicer_de.po rename to localization/i18n/de/Snapmaker_Orca_de.po index 1f2d8954989..776f5f9811a 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/Snapmaker_Orca_de.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: Heiko Liebscher \n" "Language-Team: \n" @@ -655,7 +655,7 @@ msgid "Angle" msgstr "Winkel" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Eingebettete\n" @@ -1133,13 +1133,13 @@ msgstr "ausgefüllten Pfad öffnen" msgid "Undefined stroke type" msgstr "Undefinierter Strich-Typ" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" "Pfad kann nicht von Selbstüberschneidungen und mehreren Punkten geheilt " "werden." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "Die endgültige Form enthält Selbstüberschneidungen oder mehrere Punkte mit " @@ -1370,7 +1370,7 @@ msgstr "Undefiniert" msgid "%1% was replaced with %2%" msgstr "%1% wurde mit %2% getauscht" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" "Die Konfiguration wurde möglicherweise mit einer neueren Version von Orca " "Slicer generiert." @@ -1399,28 +1399,28 @@ msgstr "" "erkannt." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer wird wegen Arbeitsspeichermangels beendet, was ein Bug sein kann. " +"Snapmaker Orca wird wegen Arbeitsspeichermangels beendet, was ein Bug sein kann. " "Bitte melden Sie diesen Fehler dem technischen Support." msgid "Fatal error" msgstr "Schwerwiegender Fehler" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer wird aufgrund eines Lokalisierungsfehlers beendet.Bitte melden " +"Snapmaker Orca wird aufgrund eines Lokalisierungsfehlers beendet.Bitte melden " "Sie diesen Fehler dem technischen Support." msgid "Critical error" msgstr "Kritischer Fehler" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer hat eine unbehandelte Ausnahme erzeugt: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca hat eine unbehandelte Ausnahme erzeugt: %1%" msgid "Untitled" msgstr "Unbenannt" @@ -1439,11 +1439,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Verbindung zu %s fehlgeschlagen! [SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer benötigt die Microsoft WebView2-Runtime, um bestimmte Funktionen " +"Snapmaker Orca benötigt die Microsoft WebView2-Runtime, um bestimmte Funktionen " "auszuführen.\n" "Klicken Sie auf Ja, um sie jetzt zu installieren." @@ -1470,8 +1470,8 @@ msgstr "" "Klicken Sie hier, um die neueste Version im Standardbrowser herunterzuladen: " "%s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer benötigt ein Upgrade" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca benötigt ein Upgrade" msgid "This is the newest version." msgstr "Dies ist die neueste Version." @@ -1480,14 +1480,14 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann " +"Die Snapmaker Orca-Konfigurationsdatei ist möglicherweise beschädigt und kann " "nicht analysiert werden.\n" -"OrcaSlicer hat versucht, die Konfigurationsdatei neu zu erstellen.\n" +"Snapmaker Orca hat versucht, die Konfigurationsdatei neu zu erstellen.\n" "Bitte beachten Sie, dass die Anwendungseinstellungen verloren gehen, die " "Druckerprofile jedoch nicht betroffen sind." @@ -1520,7 +1520,7 @@ msgid "Some presets are modified." msgstr "Einige Profileinstellungen wurden geändert." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Sie können die geänderten Profile in das neue Projekt übernehmen, verwerfen " @@ -1538,10 +1538,10 @@ msgid "Open Project" msgstr "Projekt öffnen" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Die Version von Orca Slicer ist veraltet und muss auf die neueste Version " +"Die Version von Snapmaker Orca ist veraltet und muss auf die neueste Version " "aktualisiert werden, bevor sie normal verwendet werden kann" msgid "Privacy Policy Update" @@ -1607,11 +1607,11 @@ msgstr "Öffnen" msgid "Rename" msgstr "Umbenennen" -msgid "Orca Slicer GUI initialization failed" -msgstr "Initialisierung der Orca Slicer GUI ist fehlgeschlagen" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Initialisierung der Snapmaker Orca GUI ist fehlgeschlagen" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Schwerwiegender Fehler, Ausnahme: %1%" msgid "Quality" @@ -1995,9 +1995,6 @@ msgstr "Modell vereinfachen" msgid "Center" msgstr "Zur Mitte" -msgid "Drop" -msgstr "Ablegen" - msgid "Edit Process Settings" msgstr "Prozesseinstellungen" @@ -2131,7 +2128,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Durch diese Aktion wird eine Schnittkorrespondenz unterbrochen.\n" "Danach kann die Modellkonsistenz nicht garantiert werden.\n" @@ -2145,7 +2142,7 @@ msgstr "Lösche alle Verbinder" msgid "Deleting the last solid part is not allowed." msgstr "Das Löschen des letzten festen Teils ist nicht erlaubt." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Das Zielobjekt enthält nur einen Teil und kann nicht geteilt werden." msgid "Assembly" @@ -2534,7 +2531,7 @@ msgstr "" "Alle ausgewählten Objekte befinden sich auf einer gesperrten Druckplatte.\n" "Die Objekte können nicht automatisch angeordnet werden." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Es sind keine anordnungsfähigen Objekte ausgewählt." msgid "" @@ -2789,14 +2786,14 @@ msgstr "Urheberrecht" msgid "License" msgstr "Lizenz" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer ist lizenziert unter " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca ist lizenziert unter " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, Version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer basiert auf PrusaSlicer und BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Bibliotheken" @@ -2812,11 +2809,11 @@ msgstr "" msgid "About %s" msgstr "Über %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer basiert auf BambuStudio, PrusaSlicer und SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca basiert auf BambuStudio, PrusaSlicer und SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio basiert ursprünglich auf PrusaSlicer von PrusaResearch." @@ -3247,7 +3244,7 @@ msgstr "Ausführen von Nachbearbeitungsskripten" msgid "Successfully executed post-processing script" msgstr "Nachbearbeitungsskript erfolgreich ausgeführt" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Unbekannter Fehler beim Exportieren des G-Codes aufgetreten." #, boost-format @@ -3740,7 +3737,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Diese Einstellungen automatisch ändern? \n" "Ja - Ändern Sie die vertikale Wanddicke auf Moderate und aktivieren Sie " @@ -3784,6 +3781,14 @@ msgstr "" "JA - Reinigungsturm beibehalten\n" "NEIN - unabhängige Stütz-Schichthöhen beibehalten" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Während des Druckens mit einem Objekt kann der Extruder auf den Rand " +"stoßen.\n" +"Daher sollten die Skirt-Ebenen zurückgesetzt werden." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4846,12 +4851,6 @@ msgstr "Auswahl duplizieren" msgid "Clone copies of selections" msgstr "Ausgewählte Kopien duplizieren" -msgid "Duplicate Current Plate" -msgstr "Aktuelle Druckplatte duplizieren" - -msgid "Duplicate the current plate" -msgstr "Dupliziert die aktuelle Druckplatte" - msgid "Select all" msgstr "Alles auswählen" @@ -4873,7 +4872,7 @@ msgstr "Orthogonale Ansicht verwenden" msgid "Show &G-code Window" msgstr "&G-Code-Fenster anzeigen" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "G-Code-Fenster in der Vorschau anzeigen" msgid "Show 3D Navigator" @@ -4900,12 +4899,6 @@ msgstr "Zeige Überhang" msgid "Show object overhang highlight in 3D scene" msgstr "Hervorhebung des Objektüberhangs in einer 3D-Szene anzeigen" -msgid "Show Selected Outline (Experimental)" -msgstr "Ausgewählte Kontur anzeigen (Experimentell)" - -msgid "Show outline around selected object in 3D scene" -msgstr "Kontur um das ausgewählte Objekt in der 3D-Szene anzeigen" - msgid "Preferences" msgstr "Einstellungen" @@ -4927,18 +4920,6 @@ msgstr "Durchgang 2" msgid "Flow rate test - Pass 2" msgstr "Durchflussratentests - Teil 1" -msgid "YOLO (Recommended)" -msgstr "YOLO (Empfohlen)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Orca YOLO Durchflusskalibrierung, 0.01 Schritt" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (Perfektionisten-Version)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Orca YOLO Durchflusskalibrierung, 0.005 Schritt" - msgid "Flow rate" msgstr "Durchflussrate" @@ -5124,7 +5105,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Die Druckerkamera funktioniert nicht richtig." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Problem aufgetreten. Bitte aktualisieren Sie die Drucker-Firmware und " "versuchen Sie es erneut." @@ -5176,11 +5157,11 @@ msgstr "Herunterladen des virtuellen Kameratools" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Eine weitere virtuelle Kamera wird verwendet.\n" -"Orca Slicer unterstützt nur eine einzige virtuelle Kamera.\n" +"Snapmaker Orca unterstützt nur eine einzige virtuelle Kamera.\n" "Möchten Sie diese virtuelle Kamera stoppen?" #, c-format, boost-format @@ -5308,7 +5289,7 @@ msgstr "Möchten Sie die Datei '%s' vom Drucker löschen?" msgid "Delete file" msgstr "Datei löschen" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Modellinformationen werden abgerufen..." msgid "Failed to fetch model information from printer." @@ -5318,11 +5299,11 @@ msgid "Failed to parse model information." msgstr "Analysieren von Modellinformationen fehlgeschlagen." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "Die .gcode.3mf-Datei enthält keine G-Code-Daten. Bitte slicen Sie sie mit " -"Orca Slicer und exportieren Sie eine neue .gcode.3mf-Datei." +"Snapmaker Orca und exportieren Sie eine neue .gcode.3mf-Datei." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5586,7 +5567,7 @@ msgstr "InFo" msgid "Get oss config failed." msgstr "Fehler beim Abrufen der OSS-Konfiguration." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Bilder hochladen" msgid "Number of images successfully uploaded" @@ -5706,25 +5687,25 @@ msgid "Newer 3mf version" msgstr "Neuere 3mf-Version" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -"Die 3mf-Dateiversion ist in der Beta und neuer als die aktuelle OrcaSlicer- " +"Die 3mf-Dateiversion ist in der Beta und neuer als die aktuelle Snapmaker Orca- " "Version." -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" -"Wenn Sie Orca Slicer Beta ausprobieren möchten, können Sie hier klicken" +"Wenn Sie Snapmaker Orca Beta ausprobieren möchten, können Sie hier klicken" msgid "Download Beta Version" msgstr "Beta-Version herunterladen" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "Die 3mf-Dateiversion ist neuer als die aktuelle Orca Slicer Version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "Die 3mf-Dateiversion ist neuer als die aktuelle Snapmaker Orca Version." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Ein Update von Orca Slicer ermöglicht die Nutzung aller Funktionen in der " +"Ein Update von Snapmaker Orca ermöglicht die Nutzung aller Funktionen in der " "3mf-Datei." msgid "Current Version: " @@ -6080,12 +6061,12 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Es gibt einige unbekannte Filamente, die generischen Voreinstellungen " -"zugeordnet sind. Bitte aktualisieren Sie OrcaSlicer oder starten Sie " -"OrcaSlicer neu, um zu überprüfen, ob es ein Update für " +"zugeordnet sind. Bitte aktualisieren Sie Snapmaker Orca oder starten Sie " +"Snapmaker Orca neu, um zu überprüfen, ob es ein Update für " "Systemvoreinstellungen gibt." #, boost-format @@ -6148,8 +6129,8 @@ msgstr "Seitenleiste reduzieren" msgid "Loading file: %s" msgstr "Datei wird geladen: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "Der 3mf stammt nicht vom OrcaSlicer, lade nur die Geometriedaten." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "Der 3mf stammt nicht vom Snapmaker Orca, lade nur die Geometriedaten." msgid "Load 3mf" msgstr "Lade 3mf" @@ -6422,14 +6403,14 @@ msgstr "Download fehlgeschlagen, Dateigröße nicht erlaubt." #, c-format, boost-format msgid "Project downloaded %d%%" msgstr "" -"Projekt heruntergeladen %d%%Der Import in Orca Slicer ist fehlgeschlagen. " +"Projekt heruntergeladen %d%%Der Import in Snapmaker Orca ist fehlgeschlagen. " "Bitte laden Sie die Datei herunter und importieren Sie sie manuell." msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Der Import in Orca Slicer ist fehlgeschlagen. Bitte laden Sie die Datei " +"Der Import in Snapmaker Orca ist fehlgeschlagen. Bitte laden Sie die Datei " "manuell herunter und importieren Sie sie." msgid "Import SLA archive" @@ -6641,10 +6622,10 @@ msgstr "Tipps:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "Die Funktion \"Modell reparieren\" ist derzeit nur unter Windows verfügbar. " -"Bitte reparieren Sie das Modell in Orca Slicer (Windows) oder CAD-Software." +"Bitte reparieren Sie das Modell in Snapmaker Orca (Windows) oder CAD-Software." #, c-format, boost-format msgid "" @@ -6690,8 +6671,8 @@ msgstr "Wählen Sie das Download-Verzeichnis" msgid "Associate" msgstr "Zuordnen" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "mit OrcaSlicer, damit öffnet Orca Modelle von" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "mit Snapmaker Orca, damit öffnet Orca Modelle von" msgid "Current Association: " msgstr "Aktuelle Zuordnung: " @@ -6749,8 +6730,8 @@ msgstr "Imperial" msgid "Units" msgstr "Einheiten" -msgid "Allow only one OrcaSlicer instance" -msgstr "Nur eine OrcaSlicer-Instanz zulassen" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Nur eine Snapmaker Orca-Instanz zulassen" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6762,12 +6743,12 @@ msgstr "" "starten. In diesem Fall erlaubt diese Einstellung nur eine Instanz." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Wenn dies aktiviert ist und OrcaSlicer gestartet wird, während bereits eine " -"andere Instanz von OrcaSlicer läuft, wird diese Instanz stattdessen " +"Wenn dies aktiviert ist und Snapmaker Orca gestartet wird, während bereits eine " +"andere Instanz von Snapmaker Orca läuft, wird diese Instanz stattdessen " "reaktiviert." msgid "Home" @@ -6828,10 +6809,10 @@ msgstr "Benachrichtigung \"Tipp des Tages\" nach dem Start anzeigen" msgid "If enabled, useful hints are displayed at startup." msgstr "Wenn aktiviert, werden beim Start nützliche Hinweise angezeigt." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Reinigungsvolumen: Auto-Berechnung bei jeder Farbänderung." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Wenn aktiviert, wird bei jeder Farbänderung automatisch berechnet." msgid "" @@ -6861,12 +6842,6 @@ msgstr "" "Wenn diese Option aktiviert ist, können Sie eine Aufgabe gleichzeitig an " "mehrere Geräte senden und mehrere Geräte verwalten." -msgid "Auto arrange plate after cloning" -msgstr "Druckplatte nach dem Klonen automatisch anordnen" - -msgid "Auto arrange plate after object cloning" -msgstr "Druckplatte nach dem Klonen von Objekten automatisch anordnen" - msgid "Network" msgstr "Netzwerk" @@ -6885,38 +6860,38 @@ msgstr "System-Synchronisation " msgid "Clear my choice on the unsaved presets." msgstr "Meine Auswahl bei den nicht gespeicherten Voreinstellungen löschen." -msgid "Associate files to OrcaSlicer" -msgstr "Dateien mit OrcaSlicer verknüpfen" +msgid "Associate files to Snapmaker Orca" +msgstr "Dateien mit Snapmaker Orca verknüpfen" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Dateiendung .3mf mit OrcaSlicer verknüpfen" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Dateiendung .3mf mit Snapmaker Orca verknüpfen" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .3mf-" +"Wenn aktiviert, wird Snapmaker Orca als Standardanwendung zum Öffnen von .3mf-" "Dateien festgelegt" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Dateiendung .stl mit OrcaSlicer verknüpfen" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Dateiendung .stl mit Snapmaker Orca verknüpfen" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .stl-" +"Wenn aktiviert, wird Snapmaker Orca als Standardanwendung zum Öffnen von .stl-" "Dateien festgelegt" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Dateiendung .step/.stp mit OrcaSlicer verknüpfen" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Dateiendung .step/.stp mit Snapmaker Orca verknüpfen" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .step-" +"Wenn aktiviert, wird Snapmaker Orca als Standardanwendung zum Öffnen von .step-" "Dateien festgelegt" -msgid "Associate web links to OrcaSlicer" -msgstr "Web-Links mit OrcaSlicer verknüpfen" +msgid "Associate web links to Snapmaker Orca" +msgstr "Web-Links mit Snapmaker Orca verknüpfen" -msgid "Associate URLs to OrcaSlicer" -msgstr "URLs mit OrcaSlicer verknüpfen" +msgid "Associate URLs to Snapmaker Orca" +msgstr "URLs mit Snapmaker Orca verknüpfen" msgid "Maximum recent projects" msgstr "Höchstanzahl an letzten Projekten" @@ -6942,7 +6917,7 @@ msgstr "" msgid "every" msgstr "jede/r/s" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Die Zeitdauer für die Sicherung in Sekunden." msgid "Downloads" @@ -7156,7 +7131,7 @@ msgstr "Hochladen der 3mf" msgid "Jump to model publish web page" msgstr "Zur Modellveröffentlichungs-Webseite springen" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Hinweis: Die Vorbereitung kann einige Minuten dauern. Bitte haben Sie Geduld." @@ -7516,8 +7491,8 @@ msgstr "" "Bevor Sie die Datei an die SD-Karte des Druckers senden können, muss eine SD-" "Karte eingelegt werden." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Der Drucker muss sich im selben LAN befinden wie Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Der Drucker muss sich im selben LAN befinden wie Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "" @@ -7596,8 +7571,8 @@ msgstr "Allgemeine Geschäftsbedingungen" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7689,7 +7664,7 @@ msgstr "" "Parameter zurückzusetzen." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Ein Reinigungsturm ist für den gewählten Zeitraffer-Modus erforderlich. Ohne " @@ -7890,21 +7865,12 @@ msgstr "Supportfilament" msgid "Tree supports" msgstr "Baumstützen" -msgid "Multimaterial" -msgstr "Multimaterial" +msgid "Skirt" +msgstr "Saum" msgid "Prime tower" msgstr "Reinigungsturm" -msgid "Filament for Features" -msgstr "Filament für Funktionen" - -msgid "Ooze prevention" -msgstr "Ooze-Prävention" - -msgid "Skirt" -msgstr "Saum" - msgid "Special mode" msgstr "Spezialmodus" @@ -7958,9 +7924,6 @@ msgstr "" "Empfohlener Düsentemperaturbereich für dieses Filament. 0 bedeutet nicht " "gesetzt" -msgid "Flow ratio and Pressure Advance" -msgstr "Flussverhältnis und Pressure Advance" - msgid "Print chamber temperature" msgstr "Druckkammertemperatur" @@ -8083,6 +8046,9 @@ msgstr "Filament Start G-Code" msgid "Filament end G-code" msgstr "Filament End G-Code" +msgid "Multimaterial" +msgstr "Multimaterial" + msgid "Wipe tower parameters" msgstr "Reinigungsturm-Parameter" @@ -8169,39 +8135,15 @@ msgstr "Beschleunigungsbegrenzung" msgid "Jerk limitation" msgstr "Jerkbegrenzung" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Single-Extruder-Multimaterial-Einstellung" -msgid "Number of extruders of the printer." -msgstr "Anzahl der Extruder des Druckers." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Single-Extruder-Multimaterial ist ausgewählt, \n" -"und alle Extruder müssen denselben Durchmesser haben.\n" -"Möchten Sie den Durchmesser für alle Extruder auf den Wert des ersten " -"Extruder-Düsendurchmessers ändern?" - -msgid "Nozzle diameter" -msgstr "Düsendurchmesser" - msgid "Wipe tower" msgstr "Reinigungsturm" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Single-Extruder-Multimaterial-Parameter" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"Dies ist ein Single-Extruder-Multimaterial-Drucker, die Durchmesser aller " -"Extruder werden auf den neuen Wert gesetzt. Möchten Sie fortfahren?" - msgid "Layer height limits" msgstr "Höhenbegrenzungen für Schichten" @@ -8620,8 +8562,8 @@ msgid "Flushing volumes for filament change" msgstr "Reinigungsvolumen für Filamentwechsel" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca würde jedes Mal die Reinigungsvolumen neu berechnen, wenn sich die " "Farbe des Filaments ändert. Sie können die automatische Berechnung in Orca " @@ -8672,7 +8614,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Fehlendes BambuSource-Komponente für das Abspielen von Medien registriert! " "Bitte installieren Sie BambuStudio erneut oder suchen Sie nach " @@ -8689,11 +8631,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "Ihr System fehlt H.264-Codecs für GStreamer, die zum Abspielen von Videos " "erforderlich sind. (Versuchen Sie, die Pakete gstreamer1.0-plugins-bad oder " -"gstreamer1.0-libav zu installieren und starten Sie Orca Slicer neu?)" +"gstreamer1.0-libav zu installieren und starten Sie Snapmaker Orca neu?)" msgid "Bambu Network plug-in not detected." msgstr "Bambu Network Plugin nicht erkannt." @@ -8986,7 +8928,7 @@ msgid "Network plug-in update" msgstr "Aktualisierung des Netzwerk-Plugins" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Klicken Sie auf OK, um das Netzwerk-Plugin beim nächsten Start von Orca " "Slicer zu aktualisieren." @@ -8996,8 +8938,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "" "Ein neues Netzwerk-Plug-in (%s) verfügbar, möchten Sie es installieren?" -msgid "New version of Orca Slicer" -msgstr "Neue Version von Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Neue Version von Snapmaker Orca" msgid "Skip this Version" msgstr "Überspringe diese Version" @@ -9048,9 +8990,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN-Verbindung fehlgeschlagen (Senden einer Druckdatei)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Schritt 1: Vergewissern Sie sich, dass Orca Slicer und Ihr Drucker sich im " +"Schritt 1: Vergewissern Sie sich, dass Snapmaker Orca und Ihr Drucker sich im " "selben LAN befinden." msgid "" @@ -9140,7 +9082,7 @@ msgstr "" "Die Firmware-Version ist nicht korrekt. Vor dem Drucken müssen Sie die " "Firmware reparieren und aktualisieren. Möchten Sie diese jetzt " "aktualisieren? Sie können das Update auch später auf dem Drucker oder beim " -"nächsten Start vom OrcaSlicer durchführen." +"nächsten Start vom Snapmaker Orca durchführen." msgid "Extension Board" msgstr "Erweiterungsboard" @@ -9239,13 +9181,6 @@ msgid "No object can be printed. Maybe too small" msgstr "" "Es kann kein Objekt gedruckt werden. Vielleicht sind die Objekte zu klein." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Ihr Druck ist sehr nahe an den Priming-Regionen. Stellen Sie sicher, dass es " -"keine Kollision gibt." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9470,12 +9405,6 @@ msgstr "" "Der Vasen-Modus funktioniert nicht, wenn ein Objekt mehr als ein Material " "enthält." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "Das Objekt %1% überschreitet die maximale Bauvolumenhöhe." @@ -9500,13 +9429,11 @@ msgstr "" "Variable Schichthöhe wird nicht mit organischen Stützstrukturen unterstützt." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" "Unterschiedliche Düsendurchmesser und unterschiedliche Filamentdurchmesser " -"funktionieren möglicherweise nicht gut, wenn der Reinigungsturm aktiviert " -"ist. Es ist sehr experimentell, also gehen Sie bitte vorsichtig vor." +"sind nicht zulässig, wenn der Reinigungsturm aktiviert ist." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9516,11 +9443,8 @@ msgstr "" "unterstützt (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." -msgstr "" -"Ooze-Prävention wird nur mit dem Reinigungsturm unterstützt, wenn " -"'single_extruder_multi_material' ausgeschaltet ist." +"Ooze prevention is currently not supported with the prime tower enabled." +msgstr "Ooze Prevention wird derzeit nicht mit dem Reinigungsturm unterstützt." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9692,13 +9616,6 @@ msgstr "" "Sie können den Wert von machine_max_acceleration_travel in der Konfiguration " "Ihres Druckers anpassen, um höhere Geschwindigkeiten zu erreichen." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"Filament-Schrumpfung wird nicht verwendet, da sich die Filament-Schrumpfung " -"für die verwendeten Filamente signifikant unterscheidet." - msgid "Generating skirt & brim" msgstr "Generieren von Schürze und Rand (skirt & brim)" @@ -9796,13 +9713,13 @@ msgid "Hostname, IP or URL" msgstr "Hostname, IP oder URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " +"Snapmaker Orca kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " "Feld sollte den Hostnamen, die IP-Adresse oder die URL der Drucker-Host-" "Instanz enthalten. Auf einen Drucker-Host hinter HAProxy mit aktivierter " "Basisauthentifizierung kann zugegriffen werden, indem Benutzername und " @@ -9822,10 +9739,10 @@ msgid "API Key / Password" msgstr "API-Schlüssel / Passwort" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " +"Snapmaker Orca kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " "Feld sollte den API-Schlüssel oder das für die Authentifizierung " "erforderliche Passwort enthalten." @@ -10037,8 +9954,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Die Anzahl der unteren festen Schichten wird beim Slicen erhöht, wenn die " "untere Schalenstärke dünner als dieser Wert ist. Dies kann verhindern, dass " @@ -10050,60 +9967,25 @@ msgid "Apply gap fill" msgstr "Lückenfüllung anwenden" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Schaltet die Lückenfüllung für die ausgewählten massiven Oberflächen ein. " -"Die minimale Lückenlänge, die gefüllt wird, kann von der Option zum Filtern " -"kleiner Lücken unten gesteuert werden.\n" +"only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Schaltet die Lückenfüllung für die ausgewählten Oberflächen ein. Die " +"minimale Länge der Lücke, die gefüllt wird, kann über die Option \"winzige " +"Lücken herausfiltern\" unten gesteuert werden.\n" "\n" "Optionen:\n" -"1. Überall: Füllt Lücken in oberen, unteren und internen massiven " -"Oberflächen für maximale Festigkeit2. Obere und untere Oberflächen: Füllt " -"Lücken nur in oberen und unteren Oberflächen, um Druckgeschwindigkeit zu " -"erhöhen, potenzielle Überextrusion im massiven Infill zu reduzieren und " -"sicherzustellen, dass die oberen und unteren Oberflächen keine Löcher " -"aufweisen3. Nirgendwo: Deaktiviert die Lückenfüllung für alle massiven " -"Infill-Bereiche.\n" -"\n" -"Beachten Sie, dass bei Verwendung des klassischen Umfangsgenerators " -"Lückenfüllung auch zwischen Umfängen generiert werden kann, wenn eine volle " -"Breitenlinie nicht zwischen ihnen passt. Diese Umfangslückenfüllung wird " -"nicht durch diese Einstellung gesteuert.\n" -"\n" -"Wenn Sie möchten, dass alle Lückenfüllungen, einschließlich der vom " -"klassischen Umfangsgenerator generierten, entfernt werden, setzen Sie den " -"Wert zum Filtern kleiner Lücken auf eine große Zahl, wie 999999.\n" -"\n" -"Dies wird jedoch nicht empfohlen, da die Lückenfüllung zwischen Umfängen zur " -"Festigkeit des Modells beiträgt. Für Modelle, bei denen zwischen Umfängen " -"übermäßige Lückenfüllung generiert wird, wäre eine bessere Option, auf den " -"Arachne-Wandgenerator umzusteigen und diese Option zu verwenden, um zu " -"steuern, ob die kosmetische Lückenfüllung für obere und untere Oberflächen " -"generiert wird." +"1. Überall: Füllt Lücken in oberen, unteren und inneren massiven Oberflächen " +"aus\n" +"2. Obere und untere Oberflächen: Füllt Lücken nur in oberen und unteren " +"Oberflächen aus\n" +"3. Nirgendwo: Deaktiviert die Lückenfüllung\n" msgid "Everywhere" msgstr "Überall" @@ -10142,7 +10024,7 @@ msgstr "Schwellenwert für die Kühlung von Überhängen" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10179,17 +10061,10 @@ msgstr "Brücken Flussrate" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" -"Verringern Sie diesen Wert leicht (zum Beispiel 0,9), um die Materialmenge " -"für die Brücke zu reduzieren und das Durchhängen zu verbessern.\n" -"\n" -"Der tatsächliche Brückenfluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." +"Verringern Sie diesen Wert geringfügig (z. B. 0,9), um die Materialmenge für " +"die Brücke zu verringern und den Durchhang zu minimieren" msgid "Internal bridge flow ratio" msgstr "Interne Brücken Flussrate" @@ -10197,54 +10072,29 @@ msgstr "Interne Brücken Flussrate" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" "Dieser Wert bestimmt die Dicke der internen Brückenschicht. Dies ist die " -"erste Schicht über der dünnen Füllung. Verringern Sie diesen Wert leicht " -"(zum Beispiel 0,9), um die Oberflächenqualität über der dünnen Füllung zu " -"verbessern.\n" -"\n" -"Der tatsächliche interne Brückenfluss wird berechnet, indem dieser Wert mit " -"dem Brückenflussverhältnis, dem Filamentflussverhältnis und, falls " -"festgelegt, dem Objektflussverhältnis multipliziert wird." +"erste Schicht über der dünnen Füllung. Verringern Sie diesen Wert leicht (z. " +"B. 0,9), um die Oberflächenqualität über der dünnen Füllung zu verbessern." msgid "Top surface flow ratio" msgstr "Durchflussverhältnis obere Fläche" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die obere feste " -"Füllung. Sie können ihn leicht verringern, um eine glatte Oberfläche zu " -"erhalten.\n" -"\n" -"Der tatsächliche obere Fluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." +"Dieser Faktor beeinflusst die Menge des Materials für die obere Füllung. Sie " +"können ihn leicht verringern, um eine glatte Oberflächenbeschichtung zu " +"erhalten" msgid "Bottom surface flow ratio" msgstr "Durchflussverhältnis untere Fläche" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die untere feste " -"Füllung.\n" -"\n" -"Der tatsächliche Fluss für die untere feste Füllung wird berechnet, indem " -"dieser Wert mit dem Filamentflussverhältnis und, falls festgelegt, dem " -"Objektflussverhältnis multipliziert wird." +"Dieser Faktor beeinflusst die Menge des Materials für die untere Füllung" msgid "Precise wall" msgstr "Exakte Wand" @@ -10314,26 +10164,26 @@ msgstr "" "Erstellen Sie zusätzliche Umfangspfade über steile Überhänge und Bereiche, " "in denen Brücken nicht verankert werden können." -msgid "Reverse on even" -msgstr "Umkehren auf geraden Schichten" +msgid "Reverse on odd" +msgstr "Umkehren bei ungeraden Schichten" msgid "Overhang reversal" msgstr "Überhangsumkehr" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"Extrudieren Sie Umfänge, die über einem Überhang liegen, in umgekehrter " -"Richtung auf geraden Schichten. Dieses abwechselnde Muster kann steile " +"Extrudieren Sie Umfänge, die einen Überhang haben in die entgegen gesetzte " +"Richtung in ungeraden Schichten. Dieses abwechselnde Muster kann steile " "Überhänge drastisch verbessern.\n" "\n" -"Diese Einstellung kann auch dazu beitragen, das Verziehen des Teils aufgrund " -"der Reduzierung der Spannungen in den Teilwänden zu verringern." +"Diese Einstellung kann auch dazu beitragen, das Verziehen von Teilen zu " +"verringern, da die Spannungen in den Teilwänden reduziert werden." msgid "Reverse only internal perimeters" msgstr "Nur interne Umfänge umkehren" @@ -10348,23 +10198,23 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "Wenden Sie die Logik der umgekehrten Umfänge nur auf interne Umfänge an.\n" "\n" -"Diese Einstellung reduziert die Spannungen im Teil erheblich, da sie jetzt " -"in abwechselnde Richtungen verteilt sind. Dies sollte das Verziehen des " -"Teils reduzieren und gleichzeitig die Qualität der äußeren Wand erhalten. " -"Diese Funktion kann sehr nützlich für Materialien sein, die zum Verziehen " -"neigen, wie ABS/ASA, und auch für elastische Filamente, wie TPU und Seiden-" -"PLA. Sie kann auch dazu beitragen, das Verziehen in schwebenden Bereichen " -"über Stützen zu reduzieren.\n" +"Diese Einstellung reduziert die Spannungen in den Teilen erheblich, da sie " +"jetzt in abwechselnden Richtungen verteilt werden. Dies sollte das Verziehen " +"von Teilen reduzieren und gleichzeitig die Qualität der Außenwand " +"sicherstellen. Diese Funktion kann für Materialien, die zum Verziehen neigen " +"wie ABS/ASA, und auch für elastische Filamente wie TPU und Silk PLA sehr " +"nützlich sein. Sie kann auch dazu beitragen, das Verziehen in schwebenden " +"Bereichen über Stützstrukturen zu reduzieren.\n" "\n" "Damit diese Einstellung am effektivsten ist, wird empfohlen, den " -"Umkehrschwellenwert auf 0 zu setzen, damit alle internen Wände auf geraden " -"Schichten unabhängig von ihrem Überhangswinkel in abwechselnden Richtungen " +"Umkehrschwellenwert auf 0 zu setzen, damit alle internen Wände in ungeraden " +"Schichten unabhängig von ihrem Überhangsgrad in abwechselnden Richtungen " "gedruckt werden." msgid "Bridge counterbore holes" @@ -10400,10 +10250,11 @@ msgstr "Schwellenwert für die Überhangsumkehr" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Anzahl der mm, die der Überhang haben muss, damit die Umkehr als nützlich " +"angesehen wird. Kann ein % der Umfangsbreite sein.\n" +"Wert 0 aktiviert die Umkehr in jeder ungeraden Schicht." msgid "Classic mode" msgstr "Klassicher Modus" @@ -10422,45 +10273,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Langsamer Druck für gekrümmte Umfänge" -#, fuzzy, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" "Aktivieren Sie diese Option, um den Druck in Bereichen zu verlangsamen, in " -"denen die Umfänge nach oben gekrümmt sein können. Zum Beispiel wird eine " -"zusätzliche Verlangsamung angewendet, wenn Überhänge an scharfen Ecken wie " -"der Vorderseite des Benchy-Rumpfes gedruckt werden, um das Kräuseln zu " -"reduzieren, das sich über mehrere Schichten hinweg aufbaut.\n" -"\n" -"Es wird im Allgemeinen empfohlen, diese Option eingeschaltet zu lassen, es " -"sei denn, Ihr Drucker ist leistungsstark genug oder die Druckgeschwindigkeit " -"ist langsam genug, dass das Kräuseln der Umfänge nicht auftritt. Wenn mit " -"einer hohen externen Umfangsgeschwindigkeit gedruckt wird, kann dieser " -"Parameter leichte Artefakte verursachen, wenn er aufgrund der großen Varianz " -"der Druckgeschwindigkeiten verlangsamt wird. Wenn Sie Artefakte bemerken, " -"stellen Sie sicher, dass Ihr Druckvorschub korrekt eingestellt ist.\n" -"\n" -"Hinweis: Wenn diese Option aktiviert ist, werden Umfangsumfänge wie " -"Überhänge behandelt, was bedeutet, dass die Überhangsgeschwindigkeit " -"angewendet wird, auch wenn der überhängende Umfang Teil einer Brücke ist. " -"Zum Beispiel, wenn die Umfänge zu 100 % überhängen, ohne dass eine Wand sie " -"von unten stützt, wird die Überhangsgeschwindigkeit von 100 % angewendet." +"denen möglicherweise gekrümmte Umfänge vorhanden sind" msgid "mm/s or %" msgstr "mm/s o. %" @@ -10468,20 +10286,8 @@ msgstr "mm/s o. %" msgid "External" msgstr "Extern" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" -"Geschwindigkeit der extern sichtbaren Brückenextrusionen.\n" -"\n" -"Darüber hinaus wird, wenn die Option zum Verlangsamen von gekrümmten " -"Umfängen deaktiviert ist oder der klassische Überhangsmodus aktiviert ist, " -"die Druckgeschwindigkeit der Überhangswände, die zu weniger als 13 % " -"gestützt sind, ob sie Teil einer Brücke oder eines Überhangs sind." +msgid "Speed of bridge and completely overhang wall" +msgstr "Geschwindigkeit für Brücken und vollständig überhängende Wände." msgid "mm/s" msgstr "mm/s" @@ -10490,12 +10296,12 @@ msgid "Internal" msgstr "Intern" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" -"Geschwindigkeit der internen Brücken. Wenn der Wert als Prozentsatz " -"angegeben wird, wird er auf der Grundlage der Brückengeschwindigkeit " -"berechnet. Der Standardwert beträgt 150 %." +"Geschwindigkeit der internen Brücke. Wenn der Wert als Prozentsatz angegeben " +"ist, wird er basierend auf der Brückengeschwindigkeit berechnet. " +"Standardwert ist 150%." msgid "Brim width" msgstr "Randbreite" @@ -10508,7 +10314,7 @@ msgstr "Randtyp" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Dies steuert die Erstellung des Brims an der äußeren und/oder inneren " "Seitevon Modellen. Auto bedeutet, dass die Breite des Brims automatisch " @@ -10547,8 +10353,8 @@ msgid "Brim ear detection radius" msgstr "Radius für die Erkennung von Brim-Ohren" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Die Geometrie wird vor der Erkennung von scharfen Winkeln reduziert. " @@ -10695,8 +10501,8 @@ msgstr "" "wird normalerweise empfohlen, diese Funktion zu aktivieren. Wenn Sie jedoch " "große Düsen verwenden, sollten Sie diese Funktion deaktivieren." -msgid "Filter out small internal bridges (beta)" -msgstr "Kleine interne Brücken herausfiltern (Beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Kleine interne Brücken nicht herausfiltern (experimentell)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10711,53 +10517,51 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -"Diese Option kann dazu beitragen, das Pillowing auf den oberen Oberflächen " -"in stark geneigten oder gekrümmten Modellen zu reduzieren.\n" +"Diese Option kann dazu beitragen, das Polstern auf Oberflächen mit stark " +"geneigten oder gekrümmten Modellen zu reduzieren.\n" "\n" "Standardmäßig werden kleine interne Brücken herausgefiltert und das interne " -"feste Infill wird direkt über dem dünnen Infill gedruckt. Dies funktioniert " -"in den meisten Fällen gut und beschleunigt den Druck, ohne die Qualität der " -"oberen Oberfläche zu beeinträchtigen.\n" +"massive Infill wird direkt über dem dünnen Infill gedruckt. Dies " +"funktioniert in den meisten Fällen gut und beschleunigt den Druck ohne zu " +"große Kompromisse bei der Qualität der Oberfläche.\n" "\n" -"In stark geneigten oder gekrümmten Modellen, insbesondere wenn eine zu " -"geringe Dichte des dünnen Infill verwendet wird, kann dies jedoch zu einem " -"Kräuseln des nicht unterstützten festen Infill führen, was zu Pillowing " -"führt.\n" +"In stark geneigten oder gekrümmten Modellen, insbesondere bei zu geringer " +"Dichte des dünnen Infill, kann dies jedoch zu einer Krümmung des " +"ununterstützten massiven Infill führen, was zu Polstern führt.\n" "\n" -"Wenn diese Option deaktiviert ist, wird die interne Brückenschicht über dem " -"leicht nicht unterstützten internen festen Infill gedruckt. Die folgenden " -"Optionen steuern die Filterung, d. h. die Anzahl der erstellten internen " -"Brücken.\n" +"Wenn Sie diese Option aktivieren, wird die interne Brückenschicht über dem " +"leicht ununterstützten internen massiven Infill gedruckt. Die folgenden " +"Optionen steuern die Menge der Filterung, d.h. die Menge der erstellten " +"internen Brücken.\n" "\n" -"Filter - aktivieren Sie diese Option. Dies ist das Standardverhalten und " +"Deaktiviert - Deaktiviert diese Option. Dies ist das Standardverhalten und " "funktioniert in den meisten Fällen gut.\n" "\n" -"Begrenzte Filterung - erstellt interne Brücken auf stark geneigten " -"Oberflächen, vermeidet jedoch das Erstellen unnötiger interner Brücken. Dies " -"funktioniert für die meisten schwierigen Modelle gut.\n" +"Begrenzte Filterung - Erstellt interne Brücken auf stark geneigten Flächen, " +"vermeidet jedoch die Erstellung von unnötigen internen Brücken. Dies " +"funktioniert gut für die meisten schwierigen Modelle.\n" "\n" -"Keine Filterung - erstellt interne Brücken an jedem potenziellen internen " -"Überhang. Diese Option ist für stark geneigte obere Oberflächenmodelle " -"nützlich. In den meisten Fällen erstellt sie jedoch zu viele unnötige " -"Brücken." +"Keine Filterung - Erstellt interne Brücken auf jedem potenziellen internen " +"Überhang. Diese Option ist für stark geneigte Oberflächenmodelle nützlich. " +"In den meisten Fällen werden jedoch zu viele unnötige Brücken erstellt." -msgid "Filter" -msgstr "Filter" +msgid "Disabled" +msgstr "Deaktiviert" msgid "Limited filtering" msgstr "Begrenzte Filterung" @@ -10918,7 +10722,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10928,8 +10732,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10979,7 +10783,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -11002,16 +10806,16 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" "Die Richtung, in der die Wand-Schleifen extrudiert werdenStandardmäßig " "werden alle Wände gegen den Uhrzeigersinn extrudiert, es sei denn, die " -"Option Umkehrung bei geraden Schichten ist aktiviert. Wenn diese Option auf " -"einen anderen Wert als Auto gesetzt wird, wird die Wandrichtung unabhängig " -"von der Umkehrung bei geraden Schichten festgelegt.\n" +"Umkehrung bei ungeraden Schichten ist aktiviert. Wenn Sie dies auf eine " +"Option außer Auto setzen, wird die Wandrichtung unabhängig von der Umkehrung " +"bei ungeraden Schichten erzwungen.\n" "Diese Option wird deaktiviert, wenn der Spiral-Vase-Modus aktiviert ist." msgid "Counter clockwise" @@ -11060,7 +10864,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -11071,7 +10875,7 @@ msgstr "" "der Lage, das gesamte Bett abzutasten. Um sicherzustellen, dass der " "Abtastpunkt nicht außerhalb des Bettbereichs liegt, sollten die minimalen " "und maximalen Punkte des Bett-Mesh entsprechend festgelegt werden. " -"OrcaSlicer stellt sicher, dass die Werte adaptive_bed_mesh_min/" +"Snapmaker Orca stellt sicher, dass die Werte adaptive_bed_mesh_min/" "adaptive_bed_mesh_max diese Min-/Max-Punkte nicht überschreiten. Diese " "Informationen können in der Regel vom Druckerhersteller bezogen werden. Die " "Standardeinstellung ist (-99999, -99999), was bedeutet, dass es keine " @@ -11084,7 +10888,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -11095,7 +10899,7 @@ msgstr "" "der Lage, das gesamte Bett abzutasten. Um sicherzustellen, dass der " "Abtastpunkt nicht außerhalb des Bettbereichs liegt, sollten die minimalen " "und maximalen Punkte des Bett-Mesh entsprechend festgelegt werden. " -"OrcaSlicer stellt sicher, dass die Werte adaptive_bed_mesh_min/" +"Snapmaker Orca stellt sicher, dass die Werte adaptive_bed_mesh_min/" "adaptive_bed_mesh_max diese Min-/Max-Punkte nicht überschreiten. Diese " "Informationen können in der Regel vom Druckerhersteller bezogen werden. Die " "Standardeinstellung ist (99999, 99999), was bedeutet, dass es keine Grenzen " @@ -11148,31 +10952,11 @@ msgstr "" "anpassen, um eine schöne flache Oberfläche zu erhalten, wenn es eine leichte " "Über- oder Unterextrusion gibt." -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"Das Material kann sich nach dem Wechsel zwischen geschmolzenem und " -"kristallinem Zustand volumetrisch verändern. Mit dieser Einstellung werden " -"alle Extrusionsströme dieses Filaments im G-Code proportional geändert. Der " -"empfohlene Wertebereich liegt zwischen 0,95 und 1,05. Sie können diesen Wert " -"anpassen, um eine schöne flache Oberfläche zu erhalten, wenn es eine leichte " -"Über- oder Unterextrusion gibt. \n" -"\n" -"Das endgültige Objekt-Flussverhältnis ist das Produkt aus diesem Wert und " -"dem Filament-Flussverhältnis." - msgid "Enable pressure advance" msgstr "Pressure advance aktivieren" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Wenn Pressure Advance aktiviert ist,werden Auto-Kalibrierungsergebnisse " @@ -11181,147 +10965,6 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Pressure advance(Klipper)AKA Linear advance Faktor(Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "Adaptive Pressure Advance aktivieren (Beta)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Mit zunehmender Druckgeschwindigkeit (und damit zunehmendem Volumenstrom " -"durch die Düse) und zunehmenden Beschleunigungen wurde beobachtet, dass der " -"effektive PA-Wert in der Regel abnimmt. Dies bedeutet, dass ein einzelner PA-" -"Wert nicht immer zu 100% optimal für alle Funktionen ist und in der Regel " -"ein Kompromisswert verwendet wird, der keine zu starke Ausbeulung bei " -"Funktionen mit niedrigerer Fließgeschwindigkeit und Beschleunigungen " -"verursacht, während er auch keine Lücken bei schnelleren Funktionen " -"verursacht.\n" -"\n" -"Dieses Feature zielt darauf ab, diese Einschränkung zu beheben, indem die " -"Reaktion des Extrusionssystems Ihres Druckers in Abhängigkeit von der " -"Volumenfließgeschwindigkeit und Beschleunigung, mit der gedruckt wird, " -"modelliert wird. Intern wird ein angepasstes Modell generiert, das den " -"benötigten Druckvorschub für eine beliebige gegebene Volumenfließgeschwindig-" -"keit und Beschleunigung extrapolieren kann, der dann je nach den aktuellen " -"Druckbedingungen an den Drucker ausgegeben wird.\n" -"\n" -"Wenn diese Option aktiviert ist, wird der obige Druckvorschubwert überschrie-" -"ben. Es wird jedoch dringend empfohlen, einen vernünftigen Standardwert oben " -"zu verwenden, um als Fallback und für den Werkzeugwechsel zu dienen.\n" -"\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Adaptive Pressure Advance Messung (experimentell)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"Fügen Sie Sätze von Druckvorschub (PA)-Werten, den Volumenfließgeschwindig-" -"keiten und Beschleunigungen, bei denen sie gemessen wurden, durch ein Komma " -"getrennt hinzu. Ein Satz von Werten pro Zeile. Zum Beispiel\n" -"0,04,3,96,3000\n" -"0,033,3,96,10000\n" -"0,029,7,91,3000\n" -"0,026,7,91,10000\n" -"\n" -"Wie einstellen?\n" -"1. PA Test für mindestens 3 Geschwindigkeiten pro Beschleunigung " -"durchführen. Es wird empfohlen, dass der Test mindestens für die Geschwindig-" -"keit der äußeren Umfänge, die Geschwindigkeit der inneren Umfänge und die " -"schnellste Funktionendruckgeschwindigkeit in Ihrem Profil (normalerweise ist " -"es das dünne oder massive Infill) durchgeführt wird. Führen Sie sie dann für " -"die gleichen Geschwindigkeiten für die langsamsten und schnellsten " -"Druckbeschleunigungen durch und nicht schneller als die empfohlene maximale " -"Beschleunigung, wie sie vom Klipper-Eingabe-Shaper angegeben wird.\n" -"2. Notieren Sie den optimalen PA-Wert für jede Volumenfließgeschwindigkeit " -"und Beschleunigung. Sie können die Fließzahl auswählen, indem Sie Fluss " -"ausdem Farbschema-Dropdown auswählen und den horizontalen Schieberegler über " -"den PA-Musterlinien bewegen. Die Zahl sollte am unteren Rand der Seite " -"sichtbar sein. Der ideale PA-Wert sollte abnehmen, je höher die " -"Volumenfließgeschwin-digkeit ist. Wenn dies nicht der Fall ist, bestätigen " -"Sie, dass Ihr Extruder korrekt funktioniert. Je langsamer und mit weniger " -"Beschleunigung Sie drucken, desto größer ist der Bereich der akzeptablen PA-" -"Werte. Wenn kein Unterschied sichtbar ist, verwenden Sie den PA-Wert aus dem " -"schnelleren Test.3. Geben Sie die Triplets von PA-Werten, Fluss und " -"Beschleunigungen im Textfeld hier ein und speichern Sie Ihr Filamentprofil\n" -"\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Adaptives PA für Überhänge aktivieren (experimentell)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Adaptives PA für Überhänge aktivieren, sowie wenn der Fluss innerhalb der " -"gleichen Funktion geändert wird. Dies ist eine experimentelle Option, da bei " -"einer ungenauen Einstellung des PA-Profils Gleichmäßigkeitsprobleme auf den " -"externen Oberflächen vor und nach Überhängen verursacht werden.\n" - -msgid "Pressure advance for bridges" -msgstr "Pressure Advance für Brücken" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Pressure Advance-Wert für Brücken. Auf 0 setzen, um zu deaktivieren.\n" -"\n" -"Ein niedrigerer PA-Wert beim Drucken von Brücken hilft, das Auftreten einer " -"leichten Unterextrusion unmittelbar nach Brücken zu reduzieren. Dies wird " -"durch den Druckabfall in der Düse beim Drucken in der Luft verursacht, und " -"ein niedrigerer PA hilft, dem entgegenzuwirken." - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -11334,8 +10977,8 @@ msgid "Keep fan always on" msgstr "Lüfter ständig laufen lassen" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Wenn diese Einstellung aktiviert ist, wird der Teillüfter nie abgeschaltet " "und läuft zumindest mit minimaler Geschwindigkeit, um die Häufigkeit des " @@ -11351,8 +10994,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11419,40 +11062,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Ladedauer des Filaments" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Zeit zum Laden des neuen Filaments beim Wechsel des Filaments. Es ist in der " -"Regel für Einzel-Extruder-Multi-Material-Maschinen anwendbar. Für " -"Werkzeugwechsler oder Multi-Tool-Maschinen beträgt es in der Regel 0. Nur " -"für Statistiken" +"Zeit zum Laden des neuen Filaments, beim Wechseln des Filaments. Nur für " +"statistische Zwecke." msgid "Filament unload time" msgstr "Entladezeit des Filaments" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"Zeit zum Entladen des alten Filaments beim Wechsel des Filaments. Es ist in " -"der Regel für Einzel-Extruder-Multi-Material-Maschinen anwendbar. Für " -"Werkzeugwechsler oder Multi-Tool-Maschinen beträgt es in der Regel 0. Nur " -"für Statistiken" - -msgid "Tool change time" -msgstr "Werkzeugwechselzeit" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Zeit, die zum Wechseln der Werkzeuge benötigt wird. Es ist in der Regel für " -"Werkzeugwechsler oder Multi-Tool-Maschinen anwendbar. Für Einzel-Extruder-" -"Multi-Material-Maschinen beträgt es in der Regel 0. Nur für Statistiken" +"Zeit zum Entladen des alten Filaments, beim Wechseln des Filaments. Nur für " +"statistische Zwecke." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11465,7 +11086,7 @@ msgid "Pellet flow coefficient" msgstr "Pellet-Flusskoeffizient" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11481,8 +11102,8 @@ msgstr "" "\n" "Filamentdurchmesser = sqrt( (4 * Pellet-Flusskoeffizient) / PI )" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Schrumpfung" #, no-c-format, no-boost-format msgid "" @@ -11499,19 +11120,6 @@ msgstr "" "Objekten vorhanden ist, da diese Kompensation nach den Überprüfungen " "durchgeführt wird." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Gib das Schrumpfungsprozent ein, die das Filament nach dem Abkühlen haben " -"wird(94%, wenn du 94mm anstatt 100mm misst). Das Teil wird in der Z-Ebene " -"skaliert, um das zukompensieren." - msgid "Loading speed" msgstr "Lade-Geschwindigkeit" @@ -11565,25 +11173,6 @@ msgstr "" "Das Filament wird gekühlt, indem es in den Kühlrohren hin und her bewegt " "wird. Geben Sie die gewünschte Anzahl dieser Bewegungen an." -msgid "Stamping loading speed" -msgstr "Lade-Geschwindigkeit für das Stamping" - -msgid "Speed used for stamping." -msgstr "Geschwindigkeit, die für das Stamping verwendet wird." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "Stamping-Abstand, gemessen vom Zentrum des Kühlrohrs" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Wenn ein Wert ungleich Null eingestellt ist, wird das Filament zwischen den " -"einzelnen Kühlbewegungen (\"Stamping\") in Richtung der Düse bewegt. Diese " -"Option konfiguriert, wie lange diese Bewegung sein soll, bevor das Filament " -"wieder zurückgezogen wird." - msgid "Speed of the first cooling move" msgstr "Geschwindigkeit der ersten Kühlbewegung" @@ -11597,12 +11186,12 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Nach einem Werkzeugwechsel ist die genaue Position des neu geladenen " "Filaments im Düsenkopf möglicherweise unbekannt und der Filamentdruck ist " -"wahrscheinlich noch nicht stabil. Bevor Orca Slicer den Druckkopf in ein " +"wahrscheinlich noch nicht stabil. Bevor Snapmaker Orca den Druckkopf in ein " "Infill oder ein opferbares Objekt spült, wird immer diese Menge Material in " "den Wipe-Turm gefüllt, um zuverlässige nachfolgende Infill- oder opferbare " "Objekt-Extrusionen zu erzeugen. So wird sichergestellt, dass das Drucken " @@ -11614,6 +11203,16 @@ msgstr "Geschwindigkeit der letzten Kühlbewegung" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Kühlbewegungen beschleunigen allmählich auf diese Geschwindigkeit." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Zeit für die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein " +"neues Filament während eines Werkzeugwechsels zu laden (wenn der T-Code " +"ausgeführt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-" +"Schätzer hinzugefügt." + msgid "Ramming parameters" msgstr "Ramming-Parameter" @@ -11624,14 +11223,24 @@ msgstr "" "Dieser String wird von RammingDialog bearbeitet und enthält ramming-" "spezifische Parameter." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Zeit für die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein " +"Filament während eines Werkzeugwechsels zu entladen (wenn der T-Code " +"ausgeführt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-" +"Schätzer hinzugefügt." + +msgid "Enable ramming for multitool setups" msgstr "Ermöglicht das Rammen für Multitool-Setups" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Rammen beim Einsatz eines Multitool-Druckers (d.h. wenn die Option 'Single " "Extruder Multimaterial' in den Druckereinstellungen nicht aktiviert ist). " @@ -11639,13 +11248,13 @@ msgstr "" "dem Werkzeugwechsel schnell auf den Wischturm extrudiert. Diese Option wird " "nur verwendet, wenn der Wischturm aktiviert ist." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Multitool-Ramming-Volumen" msgid "The volume to be rammed before the toolchange." msgstr "Das Volumen, das vor dem Werkzeugwechsel gerammt werden soll." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Multitool-Ramming-Fluss" msgid "Flow used for ramming the filament before the toolchange." @@ -11688,7 +11297,7 @@ msgstr "Erweichungstemperatur" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Das Material wird bei dieser Temperatur weich, daher wird dringend " "empfohlen, die vordere Tür zu öffnen und/oder das obere Glas zu entfernen, " @@ -11793,7 +11402,7 @@ msgstr "Länge des Infill-Ankers" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11805,7 +11414,7 @@ msgstr "" "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen " "Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz " "ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-" -"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende " +"Extrusion berechnet. Snapmaker Orca versucht, zwei nahe beieinander liegende " "Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein " "solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max " "ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment " @@ -11826,7 +11435,7 @@ msgstr "Maximale Länge des Infill-Ankers" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11838,7 +11447,7 @@ msgstr "" "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen " "Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz " "ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-" -"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende " +"Extrusion berechnet. Snapmaker Orca versucht, zwei nahe beieinander liegende " "Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein " "solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, " "wird die Infill-Linie nur an einer Seite mit einem Perimetersegment " @@ -12019,7 +11628,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Diese Lüftergeschwindigkeit wird während der Stützstruktur verwendet.\n" "Setzen Sie es auf -1, um dies zu deaktivieren.\n" @@ -12046,7 +11655,7 @@ msgid "Fuzzy skin thickness" msgstr "Fuzzy Skin Stärke" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Die Breite, innerhalb der gezittert werden soll. Sie sollte unter der Breite " @@ -12056,7 +11665,7 @@ msgid "Fuzzy skin point distance" msgstr "Fuzzy Skin Punktabstand" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Der durchschnittliche Abstand zwischen den auf jedem Linienabschnitt " @@ -12074,15 +11683,8 @@ msgstr "Filtert winzige Lücken aus" msgid "Layers and Perimeters" msgstr "Schichten und Perimeter" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"Drucken Sie keine Lückenfüllung mit einer Länge, die kleiner als der " -"angegebene Schwellenwert (in mm) ist. Diese Einstellung gilt für die obere, " -"untere und massive Füllung und, wenn der klassische Perimeter-Generator " -"verwendet wird, für die Wandlückenfüllung." +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtert Lücken aus, die kleiner als der angegebene Schwellenwert sind" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -12111,7 +11713,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -12216,9 +11818,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -12296,9 +11898,7 @@ msgid "Pellet Modded Printer" msgstr "Pellet-Modifizierter Drucker" msgid "Enable this option if your printer uses pellets instead of filaments" -msgstr "" -"aktivieren Sie diese Option, wenn Ihr Drucker Pellets anstelle von " -"Filamenten verwendet" +msgstr "aktivieren Sie diese Option, wenn Ihr Drucker Pellets anstelle von Filamenten verwendet" msgid "Support multi bed types" msgstr "Unterstützung mehrerer Betttypen" @@ -12354,35 +11954,6 @@ msgstr "" "gemeinsam zu drucken und Zeit zu sparen. Die Wand wird weiterhin mit der " "ursprünglichen Schichthöhe gedruckt." -msgid "Infill combination - Max layer height" -msgstr "Kombinieren der Füllung - Maximale Schichthöhe" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Maximale Schichthöhe für die kombinierte spärliche Füllung. \n" -"\n" -"Setzen Sie sie auf 0 oder 100%, um den Düsendurchmesser zu verwenden (für " -"eine maximale Reduzierung der Druckzeit) oder einen Wert von ~80%, um die " -"Festigkeit der spärlichen Füllung zu maximieren.\n" -"\n" -"Die Anzahl der Schichten, über die die Füllung kombiniert wird, wird durch " -"Division dieses Werts durch die Schichthöhe abgeleitet und auf die nächste " -"Dezimalstelle abgerundet.\n" -"\n" -"Verwenden Sie entweder absolute mm-Werte (z. B. 0,32 mm für eine 0,4 mm " -"Düse) oder % Werte (z. B. 80%). Dieser Wert darf nicht größer als der " -"Düsendurchmesser sein." - msgid "Filament to print internal sparse infill." msgstr "Filament für den Druck der inneren Füllung." @@ -12416,7 +11987,7 @@ msgstr "Überlappung des oberen/unteren massiven Füllung/Wand" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12454,16 +12025,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Interlock-Struktur-Tiefe eines segmentierten Bereichs" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Interlock-Tiefe eines segmentierten Bereichs. Es wird ignoriert, wenn " -"\"mmu_segmented_region_max_width\" null ist oder wenn " -"\"mmu_segmented_region_interlocking_depth\" größer ist als " -"\"mmu_segmented_region_max_width\". Null deaktiviert diese Funktion." +"Interlock-Struktur-Tiefe eines segmentierten Bereichs. Null deaktiviert diese " +"Funktion." msgid "Use beam interlocking" msgstr "Verwende Interlock-Strukturen" @@ -12474,8 +12039,8 @@ msgid "" "models printed in different materials." msgstr "" "Erzeugen Sie eine verzahnte Struktur an den Stellen, an denen sich " -"unterschiedliche Filamente berühren. Dies verbessert die Haftung zwischen " -"den Filamenten, insbesondere bei Modellen, die aus verschiedenen Materialien " +"unterschiedliche Filamente berühren. Dies verbessert die Haftung zwischen den " +"Filamenten, insbesondere bei Modellen, die aus verschiedenen Materialien " "gedruckt werden." msgid "Interlocking beam width" @@ -12491,7 +12056,7 @@ msgid "Orientation of interlock beams." msgstr "Ausrichtung der Interlock-Strukturen." msgid "Interlocking beam layers" -msgstr "Interlock-Struktur Schichten" +msgstr "Interlock-Struktur Schichten" msgid "" "The height of the beams of the interlocking structure, measured in number of " @@ -12507,9 +12072,9 @@ msgid "" "The distance from the boundary between filaments to generate interlocking " "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" -"Der Abstand von der Grenze zwischen den Filamenten, um die Interlock-" -"Strukturen-zu generieren, gemessen in Zellen. Zu wenige Zellen führen zu " -"einer schlechten Haftung." +"Der Abstand von der Grenze zwischen den Filamenten, um die Interlock-Strukturen-" +"zu generieren, gemessen in Zellen. Zu wenige Zellen führen zu einer schlechten " +"Haftung." msgid "Interlocking boundary avoidance" msgstr "Vermeidung von Interlock-Strukturgrenzen" @@ -12518,8 +12083,8 @@ msgid "" "The distance from the outside of a model where interlocking structures will " "not be generated, measured in cells." msgstr "" -"Der Abstand von der Außenseite eines Modells, an dem keine Interlock-" -"Strukturen generiert werden, gemessen in Zellen." +"Der Abstand von der Außenseite eines Modells, an dem keine Interlock-Strukturen " +"generiert werden, gemessen in Zellen." msgid "Ironing Type" msgstr "Glättungsmethode" @@ -12877,6 +12442,9 @@ msgstr "" "die minimale Schichtzeit einzuhalten, wenn die Verlangsamung für eine " "bessere Schichtkühlung aktiviert ist." +msgid "Nozzle diameter" +msgstr "Düsendurchmesser" + msgid "Diameter of nozzle" msgstr "Düsendurchmesser" @@ -12894,10 +12462,10 @@ msgid "Host Type" msgstr "Host-Typ" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " +"Snapmaker Orca kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses " "Feld muss die Art des Hosts enthalten." msgid "Nozzle volume" @@ -12978,13 +12546,6 @@ msgstr "" "bei komplexeren Modellen verkürzen und Druckzeit sparen, verlangsamt aber " "das Slicen und die G-Code Generierung." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Diese Option senkt die Temperatur der inaktiven Extruder, um das " -"Herauslaufen des Filaments zu verhindern." - msgid "Filename format" msgstr "Format des Dateinamens" @@ -13036,9 +12597,6 @@ msgstr "" "verwenden hierfür eine unterschiedliche Druckgeschwindigkeiten. Bei einem " "100%% Überhang wird die Brückengeschwindigkeit verwendet." -msgid "Filament to print walls" -msgstr "Filament für den Druck der Wände" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -13080,30 +12638,21 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Wenn Sie die Ausgabe-G-Code-Datei durch benutzerdefinierte Skripts " "verarbeiten möchten, geben Sie hier die absoluten Pfade auf. Trennen Sie " "mehrere Skripts durch ein Semikolon. Die Skripts erhalten den absoluten Pfad " -"zur G-Code-Datei als erstes Argument und können die Orca Slicer-" +"zur G-Code-Datei als erstes Argument und können die Snapmaker Orca-" "Konfigurationseinstellungen durch Lesen von Umgebungsvariablen abrufen." -msgid "Printer type" -msgstr "Druckertyp" - -msgid "Type of the printer" -msgstr "Typ des Druckers" - msgid "Printer notes" msgstr "Druckernotizen" msgid "You can put your notes regarding the printer here." msgstr "Sie können hier Ihre Notizen zum Drucker eintragen." -msgid "Printer variant" -msgstr "Druckervariante" - msgid "Raft contact Z distance" msgstr "Z Abstand Objekt Druckbasis " @@ -13142,7 +12691,7 @@ msgstr "" "diese Funktion, um ein verziehen bei ABS zu vermeiden." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -13327,7 +12876,7 @@ msgstr "Rückzugsgeschwindigkeit" msgid "Speed of retractions" msgstr "Geschwindigkeit für den Rückzug" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Wiedereinzugsgeschwindigkeit" msgid "" @@ -13557,15 +13106,15 @@ msgid "Wipe before external loop" msgstr "Wischbewegung vor äußerer Schleife" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Um die Sichtbarkeit einer möglichen Überextrusion am Anfang eines äußeren " "Umfangs zu minimieren, wenn mit der Druckreihenfolge \"Außen/Innen\" oder " @@ -13597,16 +13146,6 @@ msgstr "Abstand der Umrandung" msgid "Distance from skirt to brim or object" msgstr "Abstand von der Umrandung zum Rand oder zum Objekt" -msgid "Skirt start point" -msgstr "Startpunkt der Umrandung" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Winkel vom Objektzentrum zum Startpunkt der Umrandung. Null ist die " -"rechteste Position, gegen den Uhrzeigersinn ist der Winkel positiv." - msgid "Skirt height" msgstr "Höhe der Umrandungsringe" @@ -13621,45 +13160,34 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -"Ein Luftzug-Schutz ist nützlich, um einen ABS- oder ASA-Druck vor Verzug und " -"dem Ablösen vom Druckbett aufgrund von Windzug zu schützen. Er wird " +"Ein Luftzugs-Schutz ist nützlich, um einen ABS- oder ASA-Druck vor Verzug " +"und Ablösen vom Druckbett aufgrund von Luftzug zu schützen. Er wird " "normalerweise nur bei offenen Druckern benötigt, d.h. ohne Gehäuse. \n" "\n" -"Aktiviert = Umrandung ist so hoch wie das höchste gedruckte Objekt. " -"Andernfalls wird 'Höhe der Umrandung' verwendet.\n" -"Hinweis: Mit aktiviertem Luftzug-Schutz wird die Umrandung in der " +"Optionen:\n" +"Aktiviert = Umrandung ist so hoch wie das höchste gedruckte Objekt.\n" +"Begrenzt = Umrandung ist so hoch wie durch die Höhe der Umrandung " +"angegeben.\n" +"\n" +"Hinweis: Mit dem aktiven Luftzug-Schutz wird die Umrandung in der " "Umrandungsdistanz vom Objekt gedruckt. Daher kann es bei aktiven Rändern zu " -"Überschneidungen kommen. Um dies zu vermeiden, erhöhen Sie den Wert der " -"Umrandungsdistanz.\n" +"Überschneidungen kommen. Um dies zu vermeiden, erhöhen Sie den Wert " +"derUmrandungsdistanz. \n" -msgid "Disabled" -msgstr "Deaktiviert" +msgid "Limited" +msgstr "Begrenzt" msgid "Enabled" msgstr "Aktiviert" -msgid "Skirt type" -msgstr "Art der Umrandung" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Kombiniert - eine Umrandung für alle Objekte, Pro Objekt - individuelle " -"Objektumrandung." - -msgid "Combined" -msgstr "Kombiniert" - -msgid "Per object" -msgstr "Pro Objekt" - msgid "Skirt loops" msgstr "Anzahl Umrandungsringe" @@ -13683,18 +13211,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" "Minimale Filamentextrusionslänge in mm beim Drucken der Umrandung. Null " "bedeutet, dass diese Funktion deaktiviert ist.\n" "\n" "Die Verwendung eines Werts ungleich Null ist nützlich, wenn der Drucker so " -"eingestellt ist, dass er ohne eine Primelinie druckt.\n" -"Die endgültige Anzahl der Schleifen wird nicht berücksichtigt, wenn die " -"Objektabstände angeordnet oder validiert werden. Erhöhen Sie die Anzahl der " -"Schleifen in einem solchen Fall." +"eingestellt ist, dass er ohne eine Primelinie druckt." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13714,12 +13237,6 @@ msgstr "" "Innere Füllbereiche, die kleiner als dieser Wert sind, werden durch massive " "Füllungen ersetzt." -msgid "Solid infill" -msgstr "Massive Füllung" - -msgid "Filament to print solid infill" -msgstr "Filament für den Druck der massiven Füllung" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13746,8 +13263,8 @@ msgid "Smooth Spiral" msgstr "Gleichmäßig Spirale" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Die gleichmäßige Spirale glättet auch die X- und Y-Bewegungen, so dass keine " "Naht sichtbar ist, auch nicht in den XY-Richtungen an Wänden, die nicht " @@ -13790,41 +13307,6 @@ msgstr "Traditionell" msgid "Temperature variation" msgstr "Temperaturvariation" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Temperaturunterschied, der angewendet wird, wenn ein Extruder nicht aktiv " -"ist. Der Wert wird nicht verwendet, wenn 'idle_temperature' in den Filament-" -"Einstellungen auf einen Wert ungleich Null gesetzt ist." - -msgid "Preheat time" -msgstr "Vorheizzeit" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Um die Wartezeit nach dem Werkzeugwechsel zu reduzieren, kann Orca das " -"nächste Werkzeug vorheizen, während das aktuelle Werkzeug noch in Gebrauch " -"ist. Diese Einstellung gibt die Zeit in Sekunden an, um das nächste Werkzeug " -"vorzuheizen. Orca fügt einen M104-Befehl ein, um das Werkzeug im Voraus zu " -"vorzuheizen." - -msgid "Preheat steps" -msgstr "Vorheizschritte" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Fügen Sie mehrere Vorheizbefehle ein (z.B. M104.1). Nur nützlich für Prusa " -"XL. Für andere Drucker bitte auf 1 setzen." - msgid "Start G-code" msgstr "Start G-Code" @@ -14154,15 +13636,9 @@ msgstr "" "während der Hybridstil eine ähnliche Struktur wie normale Stützstrukturen " "unter großen flachen Überhängen erzeugt." -msgid "Default (Grid/Organic" -msgstr "Standard (Gitter/Organisch)" - msgid "Snug" msgstr "Nahtlos" -msgid "Organic" -msgstr "Organisch" - msgid "Tree Slim" msgstr "Baum schlank" @@ -14172,6 +13648,9 @@ msgstr "Baum stark" msgid "Tree Hybrid" msgstr "Baum-Hybrid" +msgid "Organic" +msgstr "Organisch" + msgid "Independent support layer height" msgstr "Unabhängige Stützstruktur-Schichthöhe" @@ -14333,68 +13812,34 @@ msgid "Activate temperature control" msgstr "aktiviere Temperaturkontrolle" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Diese Option aktiviert die automatische Druckraumtemperaturkontrolle. Diese " -"Option aktiviert das Aussenden eines M191-Befehls vor dem " -"\"machine_start_gcode\", der die Druckraumtemperatur einstellt und wartet, " -"bis sie erreicht ist. Darüber hinaus wird am Ende des Drucks ein M141-Befehl " -"ausgegeben, um den Druckraumheizer auszuschalten, falls vorhanden. \n" -"\n" -"Diese Option basiert auf der Firmware, die die M191- und M141-Befehle " -"entweder über Makros oder nativ unterstützt und wird normalerweise " -"verwendet, wenn ein aktiver Druckraumheizer installiert ist." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Diese Option aktivieren, um die Temperatur der Druckkammer zu steuern. Ein " +"M191-Befehl wird vor \"machine_start_gcode\" hinzugefügt\n" +"G-Code-Befehle: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Druckraum Temperatur" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"Für Hochtemperaturmaterialien wie ABS, ASA, PC und PA kann eine höhere " -"Druckraumtemperatur helfen, das Verziehen zu unterdrücken oder zu reduzieren " -"und möglicherweise zu einer höheren Festigkeit der Zwischenschichtbindung " -"führen. Gleichzeitig verringert eine höhere Druckraumtemperatur jedoch die " -"Effizienz der Luftfiltration für ABS und ASA. \n" -"\n" -"Für PLA, PETG, TPU, PVA und andere Niedrigtemperaturmaterialien sollte diese " -"Option deaktiviert sein (auf 0 gesetzt werden), da die Druckraumtemperatur " -"niedrig sein sollte, um ein Verstopfen des Extruders durch Erweichung des " -"Materials am Heizblock zu vermeiden. \n" -"\n" -"Wenn diese Option aktiviert ist, wird auch eine G-Code-Variable namens " -"chamber_temperature gesetzt, die verwendet werden kann, um die gewünschte " -"Druckraumtemperatur an Ihr Druckstart-Makro oder ein Wärmespeicher-Makro " -"weiterzugeben, wie z.B. PRINT_START (andere Variablen) " -"CHAMBER_TEMP=[chamber_temperature]. Dies kann nützlich sein, wenn Ihr " -"Drucker die Befehle M141/M191 nicht unterstützt oder wenn Sie das " -"Wärmespeichern im Druckstart-Makro behandeln möchten, wenn kein aktiver " -"Druckraumheizer installiert ist." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"Eine höhere Druckraumtemperatur kann das Verziehen unterdrücken oder " +"reduzieren und möglicherweise zu einer höheren " +"Zwischenschichtbindungsfestigkeit für Hochtemperaturmaterialien wie ABS, " +"ASA, PC, PA und so weiter führen. Gleichzeitig wird die Luftfiltration von " +"ABS und ASA schlechter. Für PLA, PETG, TPU, PVA und andere Materialien mit " +"niedriger Temperatur sollte die tatsächliche Druckraumtemperatur nicht hoch " +"sein, um Verstopfungen zu vermeiden, daher wird 0, was für das Ausschalten " +"steht, dringend empfohlen." msgid "Nozzle temperature for layers after the initial one" msgstr "Düsentemperatur nach der ersten Schicht" @@ -14453,8 +13898,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Die Anzahl der oberen festen Schichten wird beim Slicen erhöht, wenn die " "obere Schalenstärke dünner als dieser Wert ist. Dies kann verhindern, dass " @@ -14480,7 +13925,7 @@ msgid "Wipe Distance" msgstr "Wischabstand" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14550,6 +13995,12 @@ msgstr "" "Winkel an der Spitze des Kegels, der zum Stabilisieren des Reinigungsturms " "verwendet wird. Ein größerer Winkel bedeutet eine breitere Basis." +msgid "Wipe tower purge lines spacing" +msgstr "Wischabstand der Reinigungsturmpurges" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Abstand der Reinigungsturmpurges." + msgid "Maximum wipe tower print speed" msgstr "Maximale Druckgeschwindigkeit des Reinigungsturms" @@ -14597,6 +14048,9 @@ msgstr "" "Für die äußeren Umfänge des Reinigungsturms wird die Geschwindigkeit des " "inneren Umfangs unabhängig von dieser Einstellung verwendet." +msgid "Wipe tower extruder" +msgstr "Reinigungsturm-Extruder" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14656,36 +14110,6 @@ msgstr "Maximale Brückenlänge" msgid "Maximal distance between supports on sparse infill sections." msgstr "Maximaler Abstand zwischen Stützstrukturen auf dünnem Infill." -msgid "Wipe tower purge lines spacing" -msgstr "Wischabstand der Reinigungsturmpurges" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Abstand der Reinigungsturmpurges." - -msgid "Extra flow for purging" -msgstr "Zusätzlicher Fluss für Reinigung" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Zusätzlicher Fluss, der für die Reinigungslinien auf dem Reinigungsturm " -"verwendet wird. Dadurch werden die Reinigungslinien dicker oder schmaler, " -"als sie normalerweise wären. Der Abstand wird automatisch angepasst." - -msgid "Idle temperature" -msgstr "Leerlauftemperatur" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Düsentemperatur, wenn das Werkzeug in Mehrwerkzeug-Setups derzeit nicht " -"verwendet wird. Dies wird nur verwendet, wenn die „Ausflussverhinderung“ in " -"den Druckeinstellungen aktiviert ist. Auf 0 setzen, um zu deaktivieren." - msgid "X-Y hole compensation" msgstr "X-Y-Loch-Kompensation" @@ -14735,7 +14159,7 @@ msgstr "ab Wert erkenne Polyhole" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14776,7 +14200,7 @@ msgstr "Relative Extrusion" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14885,9 +14309,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Passen Sie diesen Wert an, um zu verhindern, dass kurze, offene Wände " @@ -14934,7 +14358,7 @@ msgstr "Erkennen einer schmalen internen soliden Füllung" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Mit dieser Option wird ein schmaler innerer Füllbereich automatisch erkannt. " "Wenn diese Option aktiviert ist, wird ein konzentrisches Muster für den " @@ -15018,7 +14442,7 @@ msgstr "Enthält den Z-Hop am Anfang des benutzerdefinierten G-Codes." msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Position des Extruders am Anfang des benutzerdefinierten G-Codes. Wenn der " "benutzerdefinierte G-Code irgendwohin reist, sollte er in diese Variable " @@ -15028,29 +14452,19 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Rückzugszustand am Anfang des benutzerdefinierten G-Codes. Wenn der " "benutzerdefinierte G-Code die Extruderachse bewegt, sollte er in diese " "Variable schreiben, damit PrusaSlicer den Rückzug korrekt durchführt, wenn " "er die Kontrolle wiedererlangt." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Zusätzlicher Rückzug" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "Derzeit geplantes zusätzliches Extruder-Priming nach dem Rückzug." -msgid "Absolute E position" -msgstr "Absolute E-Position" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" -"Aktuelle Position der Extruderachse. Wird nur bei absoluter " -"Extruderadressierung verwendet." - msgid "Current extruder" msgstr "Aktueller Extruder" @@ -15096,20 +14510,11 @@ msgstr "" msgid "Is extruder used?" msgstr "Wird der Extruder verwendet?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Vektor von Booleschen Werten, die angeben, ob ein bestimmter Extruder im " "Druck verwendet wird." -msgid "Has single extruder MM priming" -msgstr "Hat einzelnes Extruder-MM-Priming" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" -"Werden die zusätzlichen Multi-Material-Priming-Regionen in diesem Druck " -"verwendet?" - msgid "Volume per extruder" msgstr "Volumen pro Extruder" @@ -15271,16 +14676,6 @@ msgstr "Name des physischen Druckers" msgid "Name of the physical printer used for slicing." msgstr "Name des physischen Druckers, der zum Slicen verwendet wird." -msgid "Number of extruders" -msgstr "Anzahl der Extruder" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Gesamtanzahl der Extruder, unabhängig davon, ob sie im aktuellen Druck " -"verwendet werden." - msgid "Layer number" msgstr "Schichtnummer" @@ -16279,8 +15674,8 @@ msgstr "Starten Sie den Test mit einem Thread" msgid "Export Log" msgstr "Protokoll exportieren" -msgid "OrcaSlicer Version:" -msgstr "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" +msgstr "Snapmaker Orca Version:" msgid "System Version:" msgstr "System Version:" @@ -16288,11 +15683,11 @@ msgstr "System Version:" msgid "DNS Server:" msgstr "DNS Server:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Test Snapmaker Orca(GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Test Snapmaker Orca(GitHub):" msgid "Test Bing.com" msgstr "Test Bing.com" @@ -16370,7 +15765,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Filamenttyp ist nicht ausgewählt, bitte Filamenttyp erneut auswählen." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" "Filament-Seriennummer ist nicht eingegeben, bitte Seriennummer eingeben." @@ -16448,7 +15843,7 @@ msgstr "Voreinstellung importieren" msgid "Create Type" msgstr "Typ erstellen" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Das Modell ist nicht gefunden, bitte Hersteller erneut auswählen." msgid "Select Model" @@ -16497,10 +15892,10 @@ msgstr "Voreinstellungspfad nicht gefunden, bitte Hersteller erneut auswählen." msgid "The printer model was not found, please reselect." msgstr "Das Druckermodell wurde nicht gefunden, bitte erneut auswählen." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Der Düsendurchmesser ist nicht gefunden, bitte erneut auswählen." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Die Druckervoreinstellung ist nicht gefunden, bitte erneut auswählen." msgid "Printer Preset" @@ -16532,7 +15927,7 @@ msgstr "" "Sie haben eine ungültige Eingabe im Bereich des druckbaren Bereichs auf der " "ersten Seite eingegeben. Bitte überprüfen Sie es, bevor Sie es erstellen." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" "Der benutzerdefinierte Drucker oder das Modell ist nicht eingegeben, bitte " "eingeben." @@ -16575,7 +15970,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Der aktuelle Hersteller hat keine Modelle, bitte erneut auswählen." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Sie haben den Hersteller und das Modell nicht ausgewählt oder den " @@ -16706,7 +16101,7 @@ msgstr "" "Kann mit anderen geteilt werden." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Benutzerfüllung Voreinstellung eingestellt. \n" @@ -16946,7 +16341,7 @@ msgstr "Verbindung zu Duet funktioniert korrekt." msgid "Could not connect to Duet" msgstr "Konnte keine Verbindung zu Duet herstellen" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Unbekannter Fehler aufgetreten" msgid "Wrong password" @@ -17395,36 +16790,36 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Kammertemperatur\n" -"Wussten Sie, dass OrcaSlicer die Kammertemperatur unterstützt?" +"Wussten Sie, dass Snapmaker Orca die Kammertemperatur unterstützt?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Kalibrierung\n" "Wussten Sie, dass die Kalibrierung Ihres Druckers Wunder bewirken kann? " -"Schauen Sie sich unsere beliebte Kalibrierungslösung in OrcaSlicer an." +"Schauen Sie sich unsere beliebte Kalibrierungslösung in Snapmaker Orca an." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Hilfsventilator\n" -"Wussten Sie, dass OrcaSlicer einen Hilfskühlventilator unterstützt?" +"Wussten Sie, dass Snapmaker Orca einen Hilfskühlventilator unterstützt?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Luftfiltration/Abluftventilator\n" -"Wussten Sie, dass OrcaSlicer eine Luftfiltration/Abluftventilator " +"Wussten Sie, dass Snapmaker Orca eine Luftfiltration/Abluftventilator " "unterstützen kann?" #: resources/data/hints.ini: [hint:G-code window] @@ -17449,11 +16844,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Tastenkombinationen verwenden\n" -"Wussten Sie, dass Orca Slicer eine Vielzahl von Tastenkombinationen und 3D-" +"Wussten Sie, dass Snapmaker Orca eine Vielzahl von Tastenkombinationen und 3D-" "Szenenoperationen bietet." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17544,7 +16939,7 @@ msgid "" msgstr "" "Suchfunktion\n" "Wussten Sie, dass Sie das Suchwerkzeug verwenden können, um schnell eine " -"bestimmte Orca Slicer-Einstellung zu finden?" +"bestimmte Snapmaker Orca-Einstellung zu finden?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17582,25 +16977,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Teile entfernen\n" "Wussten Sie, dass Sie ein Netz von einem anderen abziehen können, indem Sie " "den negativen Teilmodifikator verwenden? Auf diese Weise können Sie " -"beispielsweise direkt in Orca Slicer leicht skalierbare Löcher erstellen." +"beispielsweise direkt in Snapmaker Orca leicht skalierbare Löcher erstellen." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie eine " "STEP-Datei anstelle einer STL-Datei slicen?\n" -"Orca Slicer unterstützt das Slicen von STEP-Dateien und liefert glattere " +"Snapmaker Orca unterstützt das Slicen von STEP-Dateien und liefert glattere " "Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17763,429 +17158,6 @@ msgstr "" "wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die " "Wahrscheinlichkeit von Verwerfungen verringert werden kann." -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "Anzahl der Millimeter, die der Überhang betragen muss, damit die " -#~ "Umkehrung als nützlich angesehen wird. Kann ein Prozentsatz der " -#~ "Umfangsbreite sein.\n" -#~ "Der Wert 0 aktiviert die Umkehrung auf jeder geraden Schicht." - -#~ msgid "Cool Plate" -#~ msgstr "Kalte Druckplatte" - -#~ msgid "Reverse on odd" -#~ msgstr "Umkehren bei ungeraden Schichten" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Extrudieren Sie Umfänge, die einen Überhang haben in die entgegen " -#~ "gesetzte Richtung in ungeraden Schichten. Dieses abwechselnde Muster kann " -#~ "steile Überhänge drastisch verbessern.\n" -#~ "\n" -#~ "Diese Einstellung kann auch dazu beitragen, das Verziehen von Teilen zu " -#~ "verringern, da die Spannungen in den Teilwänden reduziert werden." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Wenden Sie die Logik der umgekehrten Umfänge nur auf interne Umfänge an.\n" -#~ "\n" -#~ "Diese Einstellung reduziert die Spannungen in den Teilen erheblich, da " -#~ "sie jetzt in abwechselnden Richtungen verteilt werden. Dies sollte das " -#~ "Verziehen von Teilen reduzieren und gleichzeitig die Qualität der " -#~ "Außenwand sicherstellen. Diese Funktion kann für Materialien, die zum " -#~ "Verziehen neigen wie ABS/ASA, und auch für elastische Filamente wie TPU " -#~ "und Silk PLA sehr nützlich sein. Sie kann auch dazu beitragen, das " -#~ "Verziehen in schwebenden Bereichen über Stützstrukturen zu reduzieren.\n" -#~ "\n" -#~ "Damit diese Einstellung am effektivsten ist, wird empfohlen, den " -#~ "Umkehrschwellenwert auf 0 zu setzen, damit alle internen Wände in " -#~ "ungeraden Schichten unabhängig von ihrem Überhangsgrad in abwechselnden " -#~ "Richtungen gedruckt werden." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Anzahl der mm, die der Überhang haben muss, damit die Umkehr als nützlich " -#~ "angesehen wird. Kann ein % der Umfangsbreite sein.\n" -#~ "Wert 0 aktiviert die Umkehr in jeder ungeraden Schicht." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "Die Richtung, in der die Wand-Schleifen extrudiert werdenStandardmäßig " -#~ "werden alle Wände gegen den Uhrzeigersinn extrudiert, es sei denn, die " -#~ "Umkehrung bei ungeraden Schichten ist aktiviert. Wenn Sie dies auf eine " -#~ "Option außer Auto setzen, wird die Wandrichtung unabhängig von der " -#~ "Umkehrung bei ungeraden Schichten erzwungen.\n" -#~ "Diese Option wird deaktiviert, wenn der Spiral-Vase-Modus aktiviert ist." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Während des Druckens mit einem Objekt kann der Extruder auf den Rand " -#~ "stoßen.\n" -#~ "Daher sollten die Skirt-Ebenen zurückgesetzt werden." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "Die Geometrie wird vor der Erkennung von scharfen Winkeln reduziert. " -#~ "DieserParameter gibt die minimale Länge der Abweichung für die " -#~ "Reduzierung an.\n" -#~ "0, um die Reduzierung zu deaktivieren." - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Starte den Lüfter diese Anzahl an Sekunden früher. (du kannst auch Milli-" -#~ "Sekunden verwenden). Dabei wird eine unendliche Beschleunigung " -#~ "angenommenund nur G1- und G0-Bewegungen berücksichtigt (Kurvenanpassung " -#~ "wird nicht unterstützt).Fan-Befehle in benutzerdefinierten G-Codes werden " -#~ "nicht verschoben (sie wirken wie eine Art 'Barriere').Fan-Befehle werden " -#~ "nicht in den Start-G-Code verschoben, wenn nur benutzerdefinierterStart-G-" -#~ "Code aktiviert ist. Verwende 0, um den Lüfter zu deaktivieren." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Ein Luftzugs-Schutz ist nützlich, um einen ABS- oder ASA-Druck vor Verzug " -#~ "und Ablösen vom Druckbett aufgrund von Luftzug zu schützen. Er wird " -#~ "normalerweise nur bei offenen Druckern benötigt, d.h. ohne Gehäuse. \n" -#~ "\n" -#~ "Optionen:\n" -#~ "Aktiviert = Umrandung ist so hoch wie das höchste gedruckte Objekt.\n" -#~ "Begrenzt = Umrandung ist so hoch wie durch die Höhe der Umrandung " -#~ "angegeben.\n" -#~ "\n" -#~ "Hinweis: Mit dem aktiven Luftzug-Schutz wird die Umrandung in der " -#~ "Umrandungsdistanz vom Objekt gedruckt. Daher kann es bei aktiven Rändern " -#~ "zu Überschneidungen kommen. Um dies zu vermeiden, erhöhen Sie den Wert " -#~ "derUmrandungsdistanz. \n" - -#~ msgid "Limited" -#~ msgstr "Begrenzt" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Minimale Filamentextrusionslänge in mm beim Drucken der Umrandung. Null " -#~ "bedeutet, dass diese Funktion deaktiviert ist.\n" -#~ "\n" -#~ "Die Verwendung eines Werts ungleich Null ist nützlich, wenn der Drucker " -#~ "so eingestellt ist, dass er ohne eine Primelinie druckt." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Passen Sie diesen Wert an, um zu verhindern, dass kurze, offene Wände " -#~ "gedruckt werden, was die Druckzeit erhöhen könnte. Höhere Werte entfernen " -#~ "mehr und längere Wände.\n" -#~ "\n" -#~ "HINWEIS: Die unteren und oberen Oberflächen werden von diesem Wert nicht " -#~ "beeinflusst, um visuelle Lücken an der Außenseite des Modells zu " -#~ "vermeiden. Passen Sie die \"One wall threshold\" in den erweiterten " -#~ "Einstellungen unten an, um die Empfindlichkeit dessen anzupassen, was als " -#~ "obere Oberfläche angesehen wird. \"One wall threshold\" ist nur sichtbar, " -#~ "wenn diese Einstellung über den Standardwert von 0,5 gesetzt ist oder " -#~ "wenn einzelne Wände für die Oberfläche aktiviert sind." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Kleine interne Brücken nicht herausfiltern (experimentell)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Diese Option kann dazu beitragen, das Polstern auf Oberflächen mit stark " -#~ "geneigten oder gekrümmten Modellen zu reduzieren.\n" -#~ "\n" -#~ "Standardmäßig werden kleine interne Brücken herausgefiltert und das " -#~ "interne massive Infill wird direkt über dem dünnen Infill gedruckt. Dies " -#~ "funktioniert in den meisten Fällen gut und beschleunigt den Druck ohne zu " -#~ "große Kompromisse bei der Qualität der Oberfläche.\n" -#~ "\n" -#~ "In stark geneigten oder gekrümmten Modellen, insbesondere bei zu geringer " -#~ "Dichte des dünnen Infill, kann dies jedoch zu einer Krümmung des " -#~ "ununterstützten massiven Infill führen, was zu Polstern führt.\n" -#~ "\n" -#~ "Wenn Sie diese Option aktivieren, wird die interne Brückenschicht über " -#~ "dem leicht ununterstützten internen massiven Infill gedruckt. Die " -#~ "folgenden Optionen steuern die Menge der Filterung, d.h. die Menge der " -#~ "erstellten internen Brücken.\n" -#~ "\n" -#~ "Deaktiviert - Deaktiviert diese Option. Dies ist das Standardverhalten " -#~ "und funktioniert in den meisten Fällen gut.\n" -#~ "\n" -#~ "Begrenzte Filterung - Erstellt interne Brücken auf stark geneigten " -#~ "Flächen, vermeidet jedoch die Erstellung von unnötigen internen Brücken. " -#~ "Dies funktioniert gut für die meisten schwierigen Modelle.\n" -#~ "\n" -#~ "Keine Filterung - Erstellt interne Brücken auf jedem potenziellen " -#~ "internen Überhang. Diese Option ist für stark geneigte Oberflächenmodelle " -#~ "nützlich. In den meisten Fällen werden jedoch zu viele unnötige Brücken " -#~ "erstellt." - -#~ msgid "Shrinkage" -#~ msgstr "Schrumpfung" - -#~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the " -#~ "heat bed automatically." -#~ msgstr "" -#~ "Ihr Objekt scheint zu groß zu sein. Es wird automatisch verkleinert, um " -#~ "auf das Druckbett zu passen." - -#~ msgid "Shift+G" -#~ msgstr "Umschalt+G" - -#~ msgid "Any arrow" -#~ msgstr "Beliebiger Pfeil" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Schaltet die Lückenfüllung für die ausgewählten Oberflächen ein. Die " -#~ "minimale Länge der Lücke, die gefüllt wird, kann über die Option " -#~ "\"winzige Lücken herausfiltern\" unten gesteuert werden.\n" -#~ "\n" -#~ "Optionen:\n" -#~ "1. Überall: Füllt Lücken in oberen, unteren und inneren massiven " -#~ "Oberflächen aus\n" -#~ "2. Obere und untere Oberflächen: Füllt Lücken nur in oberen und unteren " -#~ "Oberflächen aus\n" -#~ "3. Nirgendwo: Deaktiviert die Lückenfüllung\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Verringern Sie diesen Wert geringfügig (z. B. 0,9), um die Materialmenge " -#~ "für die Brücke zu verringern und den Durchhang zu minimieren" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Dieser Wert bestimmt die Dicke der internen Brückenschicht. Dies ist die " -#~ "erste Schicht über der dünnen Füllung. Verringern Sie diesen Wert leicht " -#~ "(z. B. 0,9), um die Oberflächenqualität über der dünnen Füllung zu " -#~ "verbessern." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Dieser Faktor beeinflusst die Menge des Materials für die obere Füllung. " -#~ "Sie können ihn leicht verringern, um eine glatte Oberflächenbeschichtung " -#~ "zu erhalten" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Dieser Faktor beeinflusst die Menge des Materials für die untere Füllung" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Aktivieren Sie diese Option, um den Druck in Bereichen zu verlangsamen, " -#~ "in denen möglicherweise gekrümmte Umfänge vorhanden sind" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Geschwindigkeit für Brücken und vollständig überhängende Wände." - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Geschwindigkeit der internen Brücke. Wenn der Wert als Prozentsatz " -#~ "angegeben ist, wird er basierend auf der Brückengeschwindigkeit " -#~ "berechnet. Standardwert ist 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Zeit zum Laden des neuen Filaments, beim Wechseln des Filaments. Nur für " -#~ "statistische Zwecke." - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Zeit zum Entladen des alten Filaments, beim Wechseln des Filaments. Nur " -#~ "für statistische Zwecke." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Zeit für die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein " -#~ "neues Filament während eines Werkzeugwechsels zu laden (wenn der T-Code " -#~ "ausgeführt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-" -#~ "Schätzer hinzugefügt." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Zeit für die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein " -#~ "Filament während eines Werkzeugwechsels zu entladen (wenn der T-Code " -#~ "ausgeführt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-" -#~ "Schätzer hinzugefügt." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "" -#~ "Filtert Lücken aus, die kleiner als der angegebene Schwellenwert sind" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Diese Option aktivieren, um die Temperatur der Druckkammer zu steuern. " -#~ "Ein M191-Befehl wird vor \"machine_start_gcode\" hinzugefügt\n" -#~ "G-Code-Befehle: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Eine höhere Druckraumtemperatur kann das Verziehen unterdrücken oder " -#~ "reduzieren und möglicherweise zu einer höheren " -#~ "Zwischenschichtbindungsfestigkeit für Hochtemperaturmaterialien wie ABS, " -#~ "ASA, PC, PA und so weiter führen. Gleichzeitig wird die Luftfiltration " -#~ "von ABS und ASA schlechter. Für PLA, PETG, TPU, PVA und andere " -#~ "Materialien mit niedriger Temperatur sollte die tatsächliche " -#~ "Druckraumtemperatur nicht hoch sein, um Verstopfungen zu vermeiden, daher " -#~ "wird 0, was für das Ausschalten steht, dringend empfohlen." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Unterschiedliche Düsendurchmesser und unterschiedliche " -#~ "Filamentdurchmesser sind nicht zulässig, wenn der Reinigungsturm " -#~ "aktiviert ist." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Ooze Prevention wird derzeit nicht mit dem Reinigungsturm unterstützt." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Interlock-Struktur-Tiefe eines segmentierten Bereichs. Null deaktiviert " -#~ "diese Funktion." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Reinigungsturm-Extruder" - #~ msgid "Current association: " #~ msgstr "Aktuelle Zuordnung:" @@ -18196,30 +17168,30 @@ msgstr "" #~ msgstr "Nicht mit einer Anwendung verknüpft" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Verknüpfen Sie OrcaSlicer mit prusaslicer://-Links, damit Orca Modelle " +#~ "Verknüpfen Sie Snapmaker Orca mit prusaslicer://-Links, damit Orca Modelle " #~ "von Printable.com öffnen kann." #~ msgid "Associate bambustudio://" #~ msgstr "Verknüpfen mit bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Verknüpfen Sie OrcaSlicer mit bambustudio://-Links, damit Orca Modelle " +#~ "Verknüpfen Sie Snapmaker Orca mit bambustudio://-Links, damit Orca Modelle " #~ "von makerworld.com öffnen kann." #~ msgid "Associate cura://" #~ msgstr "cura:// verknüpfen" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Verknüpfen Sie OrcaSlicer mit cura://-Links, damit Orca Modelle von " +#~ "Verknüpfen Sie Snapmaker Orca mit cura://-Links, damit Orca Modelle von " #~ "thingiverse.com öffnen kann." #~ msgid "" @@ -18319,10 +17291,10 @@ msgstr "" #~ msgstr "Y" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "PrusaSlicer links from Printable.com" #~ msgstr "" -#~ "Verknüpfen Sie OrcaSlicer mit prusaslicer://-Links, damit Orca " +#~ "Verknüpfen Sie Snapmaker Orca mit prusaslicer://-Links, damit Orca " #~ "PrusaSlicer-Links von Printable.com öffnen kann." #~ msgid "" @@ -18330,7 +17302,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -18372,11 +17344,11 @@ msgstr "" #~ "zuverlässig überbrücken kann." #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer basiert auf BambuStudio von Bambulab, welches von PrusaSlicer " +#~ "Snapmaker Orca basiert auf BambuStudio von Bambulab, welches von PrusaSlicer " #~ "von Prusa Research stammt. PrusaSlicer wiederum basiert auf Slic3r von " #~ "Alessandro Ranellucci und der RepRap-Community." @@ -18507,7 +17479,7 @@ msgstr "" #~ msgid "" #~ "The 3mf file version is in Beta and it is newer than the current " -#~ "OrcaSlicer version." +#~ "Snapmaker Orca version." #~ msgstr "" #~ "Die 3mf-Dateiversion ist in Beta und neuer als die aktuelle Bambu Studio-" #~ "Version." @@ -18603,10 +17575,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Laden fehlgeschlagen [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Die Modellinformationen konnten nicht vom Drucker abgerufen werden." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Modellinformationen konnten nicht analysiert werden" #~ msgid "Connection lost. Please retry." @@ -18721,7 +17693,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "Diese Einstellungen automatisch ändern? \n" #~ "Ja - Vertikale Schalendicke deaktivieren und alternative zusätzliche Wand " @@ -18804,9 +17776,9 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "Die Konfiguration kann nicht geladen werden." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "Die 3mf wurde mit einer alten Version von OrcaSlicer generiert, lade nur " +#~ "Die 3mf wurde mit einer alten Version von Snapmaker Orca generiert, lade nur " #~ "die Geometriedaten." #~ msgid "wiki" @@ -18814,7 +17786,7 @@ msgstr "" #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -18861,7 +17833,7 @@ msgstr "" #~ msgstr "Neu berechnen" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" #~ "Orca berechnet Ihre Reinigungsvolumen jedes Mal neu, wenn sich die " @@ -18943,12 +17915,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Ein Teil subtrahieren\n" #~ "Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von " #~ "einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht " -#~ "veränderbare Löcher direkt in Orca Slicer erstellen. Lesen Sie mehr dazu " +#~ "veränderbare Löcher direkt in Snapmaker Orca erstellen. Lesen Sie mehr dazu " #~ "in der Dokumentation." #~ msgid " search results" @@ -18979,7 +17951,7 @@ msgstr "" #~ msgstr "Diese Slicer-Dateiversion %s ist neuer als die Version von %s:" #~ msgid "" -#~ "Would you like to update your Orca Slicer software to enable all " +#~ "Would you like to update your Snapmaker Orca software to enable all " #~ "functionality in this slicer file?\n" #~ msgstr "" #~ "Möchten Sie Ihre Software aktualisieren, um alle Funktionen in dieser " @@ -18989,7 +17961,7 @@ msgstr "" #~ msgid "" #~ "This slicer file version %s is newer than %s's version.\n" #~ "\n" -#~ "Would you like to update your Orca Slicer software to enable all " +#~ "Would you like to update your Snapmaker Orca software to enable all " #~ "functionality in this slicer file?" #~ msgstr "" #~ "Diese Slicer-Dateiversion %s ist neuer als die Version von %s.\n" @@ -19307,14 +18279,14 @@ msgstr "" #~ "Temperatur bei höherer Gehäusetemperatur verringern. Weitere " #~ "Informationen dazu finden Sie in der Wiki." -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Eingebettet" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann " +#~ "Die Snapmaker Orca-Konfigurationsdatei ist möglicherweise beschädigt und kann " #~ "nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es " #~ "erneut." diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/Snapmaker_Orca_en.po similarity index 93% rename from localization/i18n/en/OrcaSlicer_en.po rename to localization/i18n/en/Snapmaker_Orca_en.po index 9dc797a864c..d4b8ea0d058 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/Snapmaker_Orca_en.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -642,7 +642,7 @@ msgid "Angle" msgstr "Angle" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Embedded depth" @@ -1102,11 +1102,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1332,7 +1332,7 @@ msgstr "Undefined" msgid "%1% was replaced with %2%" msgstr "%1% was replaced with %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" msgid "Some values have been replaced. Please check them:" @@ -1358,7 +1358,7 @@ msgstr "" "The configuration file “%1%” was loaded, but some values were not recognized." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" @@ -1366,7 +1366,7 @@ msgid "Fatal error" msgstr "Fatal error" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" @@ -1374,7 +1374,7 @@ msgid "Critical error" msgstr "Critical error" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" msgstr "" msgid "Untitled" @@ -1394,7 +1394,7 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Connect %s failed! [SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" @@ -1420,8 +1420,8 @@ msgstr "Loading configuration" msgid "Click to download new version in default browser: %s" msgstr "Click to download new version in default browser: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer needs an update" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca needs an update" msgid "This is the newest version." msgstr "This is the newest version." @@ -1430,8 +1430,8 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1464,7 +1464,7 @@ msgid "Some presets are modified." msgstr "Some presets are modified." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "You can keep the modified presets for the new project, discard, or save " @@ -1480,10 +1480,10 @@ msgid "Open Project" msgstr "Open Project" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgid "Privacy Policy Update" @@ -1546,11 +1546,11 @@ msgstr "Open" msgid "Rename" msgstr "Rename" -msgid "Orca Slicer GUI initialization failed" -msgstr "Orca Slicer GUI initialization failed" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Snapmaker Orca GUI initialization failed" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Fatal error, exception: %1%" msgid "Quality" @@ -1925,9 +1925,6 @@ msgstr "Simplify Model" msgid "Center" msgstr "Center" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Edit Process Settings" @@ -2046,7 +2043,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "This action will break a cut correspondence.\n" "After that, model consistency can't be guaranteed .\n" @@ -2060,7 +2057,7 @@ msgstr "Delete all connectors" msgid "Deleting the last solid part is not allowed." msgstr "Deleting the last solid part is not allowed." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "The target object contains only one part and cannot be split." msgid "Assembly" @@ -2439,8 +2436,8 @@ msgstr "" "All the selected objects are on a locked plate.\n" "Cannot auto-arrange these objects." -msgid "No arrangeable objects are selected." -msgstr "No arrangeable objects are selected." +msgid "No arrangable objects are selected." +msgstr "No arrangable objects are selected." msgid "" "This plate is locked,\n" @@ -2684,13 +2681,13 @@ msgstr "Copyright" msgid "License" msgstr "License" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer is licensed under " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca is licensed under " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2707,10 +2704,10 @@ msgstr "" msgid "About %s" msgstr "About %s" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3130,7 +3127,7 @@ msgstr "Running post-processing scripts" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "" #, boost-format @@ -3589,7 +3586,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3627,6 +3624,13 @@ msgstr "" "YES - Keep Prime Tower\n" "NO - Keep Independent Support Layer Height" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"While printing by object, the extruder may collide with a skirt.\n" +"Thus, reset the skirt layer to 1 to avoid collisions." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4669,12 +4673,6 @@ msgstr "Clone Selected" msgid "Clone copies of selections" msgstr "Clone copies of selections" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Select All" @@ -4696,7 +4694,7 @@ msgstr "Use Orthogonal View" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4723,12 +4721,6 @@ msgstr "Show &Overhang" msgid "Show object overhang highlight in 3D scene" msgstr "Show object overhang highlight in 3D scene" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Preferences" @@ -4750,18 +4742,6 @@ msgstr "Pass 2" msgid "Flow rate test - Pass 2" msgstr "Flow rate test - Pass 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Flow rate" @@ -4927,7 +4907,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Printer camera is malfunctioning." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "A problem occurred. Please update the printer firmware and try again." msgid "" @@ -4972,11 +4952,11 @@ msgstr "Downloading Virtual Camera Tools" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" #, c-format, boost-format @@ -5099,7 +5079,7 @@ msgstr "Do you want to delete the file '%s' from printer?" msgid "Delete file" msgstr "Delete file" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Fetching model information..." msgid "Failed to fetch model information from printer." @@ -5109,7 +5089,7 @@ msgid "Failed to parse model information." msgstr "Failed to parse model information." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5372,7 +5352,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Get oss config failed." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Upload Pictures" msgid "Number of images successfully uploaded" @@ -5489,20 +5469,20 @@ msgid "Newer 3mf version" msgstr "Newer 3mf version" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Download Beta Version" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5852,7 +5832,7 @@ msgstr "There are no compatible filaments, and sync is not performed." msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" @@ -5914,8 +5894,8 @@ msgstr "" msgid "Loading file: %s" msgstr "Loading file: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "The 3mf is not supported by OrcaSlicer, loading geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "The 3mf is not supported by Snapmaker Orca, loading geometry data only." msgid "Load 3mf" msgstr "Load 3mf" @@ -6178,7 +6158,7 @@ msgid "Project downloaded %d%%" msgstr "Project downloaded %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6380,7 +6360,7 @@ msgstr "Tips:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" #, c-format, boost-format @@ -6426,7 +6406,7 @@ msgstr "Choose Download Directory" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6482,7 +6462,7 @@ msgstr "Imperial" msgid "Units" msgstr "Units" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6495,8 +6475,8 @@ msgstr "" "In such case this setting will allow only one instance." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6555,10 +6535,10 @@ msgstr "Show \"Tip of the day\" notification after start" msgid "If enabled, useful hints are displayed at startup." msgstr "If enabled, useful hints are displayed at startup." -msgid "Flushing volumes: Auto-calculate every time the color changed." -msgstr "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." +msgstr "Flushing volumes: Auto-calculate everytime the color changed." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "If enabled, auto-calculate every time the color changes." msgid "" @@ -6586,12 +6566,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "" @@ -6610,37 +6584,37 @@ msgstr "System Sync" msgid "Clear my choice on the unsaved presets." msgstr "Clear my choice on the unsaved presets." -msgid "Associate files to OrcaSlicer" -msgstr "Associate files to Orca Slicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Associate files to Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associate .3mf files to Orca Slicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Associate .3mf files to Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .3mf " +"If enabled, this sets Snapmaker Orca as the default application to open .3mf " "files." -msgid "Associate .stl files to OrcaSlicer" -msgstr "Associate .stl files to Orca Slicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Associate .stl files to Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .stl " +"If enabled, this sets Snapmaker Orca as the default application to open .stl " "files." -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Associate .step/.stp files to Orca Slicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Associate .step/.stp files to Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .step " +"If enabled, this sets Snapmaker Orca as the default application to open .step " "files." -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6667,7 +6641,7 @@ msgstr "" msgid "every" msgstr "every" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "The period of backup in seconds." msgid "Downloads" @@ -6880,7 +6854,7 @@ msgstr "Uploading 3mf" msgid "Jump to model publish web page" msgstr "Jump to model publish web page" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Note: The preparation may take several minutes. Please be patient." msgid "Publish" @@ -7221,8 +7195,8 @@ msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" "A MicroSD card needs to be inserted before sending to the printer SD card." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "The printer is required to be on the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "The printer is required to be on the same LAN as Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "The printer does not support sending to printer MicroSD card." @@ -7299,8 +7273,8 @@ msgstr "Terms and Conditions" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7384,10 +7358,10 @@ msgid "Click to reset all settings to the last saved preset." msgstr "Click to reset all settings to the last saved preset." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" -"A Prime tower is required for smooth timelapse mode. There may be flaws on " +"A Prime tower is required for smooth timeplase mode. There may be flaws on " "the model without a prime tower. Are you sure you want to disable the prime " "tower?" @@ -7571,21 +7545,12 @@ msgstr "Filament for Supports" msgid "Tree supports" msgstr "" -msgid "Multimaterial" +msgid "Skirt" msgstr "" msgid "Prime tower" msgstr "Prime tower" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "" - msgid "Special mode" msgstr "Special mode" @@ -7637,9 +7602,6 @@ msgstr "Recommended nozzle temperature" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "Recommended nozzle temperature range of this filament. 0 means not set" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "" @@ -7756,6 +7718,9 @@ msgstr "Filament start G-code" msgid "Filament end G-code" msgstr "Filament end G-code" +msgid "Multimaterial" +msgstr "" + msgid "Wipe tower parameters" msgstr "" @@ -7842,31 +7807,13 @@ msgstr "Acceleration limitation" msgid "Jerk limitation" msgstr "Jerk limitation" -msgid "Single extruder multi-material setup" -msgstr "" - -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" +msgid "Single extruder multimaterial setup" msgstr "" -msgid "Nozzle diameter" -msgstr "Nozzle diameter" - msgid "Wipe tower" msgstr "" -msgid "Single extruder multi-material parameters" -msgstr "" - -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" +msgid "Single extruder multimaterial parameters" msgstr "" msgid "Layer height limits" @@ -8258,8 +8205,8 @@ msgid "Flushing volumes for filament change" msgstr "Flushing volumes for filament change" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8303,7 +8250,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8314,7 +8261,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8604,16 +8551,16 @@ msgid "Network plug-in update" msgstr "Network plug-in update" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Click OK to update the Network plug-in the next time Orca Slicer launches." +"Click OK to update the Network plug-in the next time Snapmaker Orca launches." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "A new network plug-in (%s) is available. Do you want to install it?" -msgid "New version of Orca Slicer" -msgstr "New version of Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "New version of Snapmaker Orca" msgid "Skip this Version" msgstr "Skip this Version" @@ -8664,9 +8611,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN Connection Failed (Sending print file)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Step 1, please confirm that Orca Slicer and your printer are on the same LAN." +"Step 1, please confirm that Snapmaker Orca and your printer are on the same LAN." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8753,7 +8700,7 @@ msgid "" msgstr "" "The firmware version is abnormal. Repairing and updating are required before " "printing. Do you want to update now? You can also update later on the " -"printer or update next time you start Orca Slicer." +"printer or update next time you start Snapmaker Orca." msgid "Extension Board" msgstr "Extension Board" @@ -8847,11 +8794,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "No object can be printed. It may be too small." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9067,12 +9009,6 @@ msgstr "" "Spiral (vase) mode does not work when an object contains more than one " "material." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "" @@ -9092,10 +9028,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Variable layer height is not supported with Organic supports." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9105,9 +9042,9 @@ msgstr "" "addressing (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Ooze prevention is currently not supported with the prime tower enabled." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9239,11 +9176,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Generating skirt & brim" @@ -9334,13 +9266,13 @@ msgid "Hostname, IP or URL" msgstr "Hostname, IP or URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" @@ -9358,10 +9290,10 @@ msgid "API Key / Password" msgstr "API Key / Password" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgid "Name of the printer" @@ -9561,8 +9493,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " @@ -9574,31 +9506,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9638,7 +9553,7 @@ msgstr "Cooling overhang threshold" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9670,11 +9585,10 @@ msgstr "Bridge flow ratio" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Decrease this value slightly (for example 0.9) to reduce the amount of " +"material extruded for bridges to avoid sagging." msgid "Internal bridge flow ratio" msgstr "" @@ -9682,11 +9596,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9694,20 +9604,15 @@ msgstr "Top surface flow ratio" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"This factor affects the amount of material for top solid infill. You can " +"decrease it slightly to have smooth surface finish" msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -9761,7 +9666,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -9769,7 +9674,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9789,9 +9694,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9821,9 +9726,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -9843,25 +9746,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -9870,14 +9757,8 @@ msgstr "mm/s or %" msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "This is the speed for bridges and 100% overhang walls." msgid "mm/s" msgstr "mm/s" @@ -9886,8 +9767,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -9901,7 +9782,7 @@ msgstr "Brim type" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "This controls the generation of the brim at outer and/or inner side of " "models. Auto means the brim width is analyzed and calculated automatically." @@ -9935,8 +9816,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -10075,7 +9956,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10091,23 +9972,23 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" +msgid "Disabled" msgstr "" msgid "Limited filtering" @@ -10250,7 +10131,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10260,8 +10141,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10288,7 +10169,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10302,10 +10183,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10354,7 +10235,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10368,7 +10249,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10416,109 +10297,17 @@ msgstr "" "1.05. You may be able to tune this value to get a nice flat surface if there " "is slight overflow or underflow." -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Enable pressure advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10528,8 +10317,8 @@ msgid "Keep fan always on" msgstr "Keep fan always on" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Enabling this setting means that part cooling fan will never stop entirely " "and will instead run at least at minimum speed to reduce the frequency of " @@ -10545,8 +10334,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10600,29 +10389,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Filament load time" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Time to load new filament when switching filament, for statistical purposes " +"only." msgid "Filament unload time" msgstr "Filament unload time" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Time to unload old filament when switching filament, for statistical " +"purposes only." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10635,7 +10413,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10644,7 +10422,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10656,16 +10434,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "" @@ -10715,21 +10483,6 @@ msgid "" "Specify desired number of these moves." msgstr "" -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "" @@ -10743,7 +10496,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -10753,6 +10506,12 @@ msgstr "" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + msgid "Ramming parameters" msgstr "" @@ -10761,23 +10520,29 @@ msgid "" "parameters." msgstr "" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + +msgid "Enable ramming for multitool setups" msgstr "" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "" msgid "The volume to be rammed before the toolchange." msgstr "" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "" msgid "Flow used for ramming the filament before the toolchange." @@ -10817,7 +10582,7 @@ msgstr "Softening temperature" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than this, it's highly recommended to open the front " @@ -10919,7 +10684,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -10941,7 +10706,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11100,7 +10865,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -11124,7 +10889,7 @@ msgid "Fuzzy skin thickness" msgstr "Fuzzy skin thickness" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "The width of jittering: it’s recommended to keep this lower than the outer " @@ -11134,7 +10899,7 @@ msgid "Fuzzy skin point distance" msgstr "Fuzzy skin point distance" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "The average distance between the random points introduced on each line " @@ -11152,10 +10917,7 @@ msgstr "Filter out tiny gaps" msgid "Layers and Perimeters" msgstr "Layers and Perimeters" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -11184,7 +10946,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11277,9 +11039,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11382,22 +11144,6 @@ msgstr "" "Automatically combine sparse infill of several layers to print together in " "order to reduce time. Walls are still printed with original layer height." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "This is the filament for printing internal sparse infill." @@ -11424,7 +11170,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11454,12 +11200,8 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Interlocking depth of a segmented region" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." -msgstr "" +msgid "Interlocking depth of a segmented region. Zero disables this feature." +msgstr "Interlocking depth of a segmented region. Zero disables this feature." msgid "Use beam interlocking" msgstr "" @@ -11813,6 +11555,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "Nozzle diameter" + msgid "Diameter of nozzle" msgstr "The diameter of the nozzle" @@ -11828,10 +11573,10 @@ msgid "Host Type" msgstr "Host Type" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgid "Nozzle volume" @@ -11902,11 +11647,6 @@ msgstr "" "oozing can't been seen. This can reduce times of retraction for complex " "model and save printing time, but make slicing and G-code generation slower." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Filename format" @@ -11950,9 +11690,6 @@ msgstr "" "This detects the overhang percentage relative to line width and uses a " "different speed to print. For 100%% overhang, bridging speed is used." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -11982,25 +11719,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Printer notes" msgid "You can put your notes regarding the printer here." msgstr "You can put your notes regarding the printer here." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Raft contact Z distance" @@ -12038,7 +11766,7 @@ msgstr "" "avoid warping when printing ABS." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12210,7 +11938,7 @@ msgstr "Retraction speed" msgid "Speed of retractions" msgstr "This is the speed for retraction." -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Deretraction speed" msgid "" @@ -12395,15 +12123,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12426,14 +12154,6 @@ msgstr "Skirt distance" msgid "Distance from skirt to brim or object" msgstr "This is the distance from the skirt to the brim or the object." -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt height" @@ -12448,33 +12168,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" +msgid "Limited" msgstr "" msgid "Enabled" msgstr "" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Skirt loops" @@ -12496,9 +12204,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12519,12 +12225,6 @@ msgstr "" "Sparse infill areas which are smaller than this threshold value are replaced " "by internal solid infill." -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12548,11 +12248,11 @@ msgid "Smooth Spiral" msgstr "Smooth Spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgid "Max XY Smoothing" msgstr "Max XY Smoothing" @@ -12589,31 +12289,6 @@ msgstr "Traditional" msgid "Temperature variation" msgstr "Temperature variation" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Start G-code" @@ -12911,15 +12586,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Snug" -msgid "Organic" -msgstr "" - msgid "Tree Slim" msgstr "Tree Slim" @@ -12929,6 +12598,9 @@ msgstr "Tree Strong" msgid "Tree Hybrid" msgstr "Tree Hybrid" +msgid "Organic" +msgstr "" + msgid "Independent support layer height" msgstr "Independent support layer height" @@ -13070,40 +12742,29 @@ msgid "Activate temperature control" msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "Chamber temperature" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on. At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials, the actual chamber temperature should not " +"be high to avoid clogs, so 0 (turned off) is highly recommended." msgid "Nozzle temperature for layers after the initial one" msgstr "Nozzle temperature after the first layer" @@ -13158,8 +12819,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " @@ -13185,7 +12846,7 @@ msgid "Wipe Distance" msgstr "Wipe distance" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13242,6 +12903,12 @@ msgid "" "Larger angle means wider base." msgstr "" +msgid "Wipe tower purge lines spacing" +msgstr "" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13267,6 +12934,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13316,30 +12986,6 @@ msgstr "" msgid "Maximal distance between supports on sparse infill sections." msgstr "" -msgid "Wipe tower purge lines spacing" -msgstr "" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y hole compensation" @@ -13384,7 +13030,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13416,7 +13062,7 @@ msgstr "Use relative E distances" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13516,9 +13162,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13551,7 +13197,7 @@ msgstr "Detect narrow internal solid infill" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "This option will auto-detect narrow internal solid infill areas. If enabled, " "the concentric pattern will be used for the area to speed up printing. " @@ -13579,7 +13225,7 @@ msgid "No check" msgstr "No check" msgid "Do not run any validity checks, such as gcode path conflicts check." -msgstr "Do not run any validity checks, such as gcode path conflicts check." +msgstr "Do not run any validity checks, such as G-code path conflicts check." msgid "Ensure on bed" msgstr "" @@ -13627,27 +13273,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." -msgstr "" - -msgid "Extra de-retraction" +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Extra deretraction" msgstr "" -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -13689,14 +13327,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -13843,14 +13474,6 @@ msgstr "" msgid "Name of the physical printer used for slicing." msgstr "" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "" @@ -14784,7 +14407,7 @@ msgstr "Start Test Single-Thread" msgid "Export Log" msgstr "Export Log" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -14793,10 +14416,10 @@ msgstr "System Version:" msgid "DNS Server:" msgstr "DNS Server:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -14870,7 +14493,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Filament type is not selected, please reselect type." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filament serial missing; please input serial." msgid "" @@ -14938,7 +14561,7 @@ msgstr "Import Preset" msgid "Create Type" msgstr "Create Type" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "The model was not found; please reselect vendor." msgid "Select Model" @@ -14987,10 +14610,10 @@ msgstr "Preset path was not found; please reselect vendor." msgid "The printer model was not found, please reselect." msgstr "The printer model was not found, please reselect." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "The nozzle diameter was not found; please reselect." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "The printer preset was not found; please reselect." msgid "Printer Preset" @@ -15022,7 +14645,7 @@ msgstr "" "You have entered a disallowed character in the printable area section on the " "first page. Please use only numbers." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "The custom printer or model missing; please input." msgid "" @@ -15061,7 +14684,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Current vendor has no models, please reselect." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "You have not selected the vendor and model or input the custom vendor and " @@ -15177,10 +14800,10 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgid "" @@ -15408,8 +15031,8 @@ msgstr "Connection to Duet is working correctly." msgid "Could not connect to Duet" msgstr "Could not connect to Duet" -msgid "Unknown error occurred" -msgstr "Unknown error occurred" +msgid "Unknown error occured" +msgstr "Unknown error occured" msgid "Wrong password" msgstr "Wrong password" @@ -15829,26 +15452,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -15867,7 +15490,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -15985,7 +15608,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -15993,7 +15616,7 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" @@ -16153,78 +15776,6 @@ msgstr "" "ABS, appropriately increasing the heatbed temperature can reduce the " "probability of warping?" -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "While printing by object, the extruder may collide with a skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid collisions." - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Decrease this value slightly (for example 0.9) to reduce the amount of " -#~ "material extruded for bridges to avoid sagging." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "This is the speed for bridges and 100% overhang walls." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Time to load new filament when switching filament, for statistical " -#~ "purposes only." - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Time to unload old filament when switching filament, for statistical " -#~ "purposes only." - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials, the actual chamber " -#~ "temperature should not be high to avoid clogs, so 0 (turned off) is " -#~ "highly recommended." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Please input a valid value (K in 0~0.3)" @@ -16424,11 +15975,11 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Load failed [%d]" -#~ msgid "Failed to fetching model informations from printer." -#~ msgstr "Failed to fetch model information from printer." +#~ msgid "Failed to fetching model infomations from printer." +#~ msgstr "Failed to fetch model infomation from printer." -#~ msgid "Failed to parse model informations." -#~ msgstr "Failed to parse model information" +#~ msgid "Failed to parse model infomations." +#~ msgstr "Failed to parse model infomation" #, boost-format #~ msgid "" diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/Snapmaker_Orca_es.po similarity index 80% rename from localization/i18n/es/OrcaSlicer_es.po rename to localization/i18n/es/Snapmaker_Orca_es.po index c161940a355..dea859e19fd 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/Snapmaker_Orca_es.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Fco. Caruncho Serrano \n" "Language-Team: \n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.4.4\n" msgid "Supports Painting" msgstr "Pintar Soportes" @@ -103,10 +103,10 @@ msgid "Support Generated" msgstr "Soportes Generados" msgid "Gizmo-Place on Face" -msgstr "Herramienta de selección de faceta como base" +msgstr "Situación-Gizmo enfrente" msgid "Lay on face" -msgstr "Seleccionar faceta como base" +msgstr "Tumbar boca abajo" #, boost-format msgid "" @@ -118,10 +118,10 @@ msgstr "" "herramienta de pintura." msgid "Color Painting" -msgstr "Pintar colores" +msgstr "Pintura en Color" msgid "Pen shape" -msgstr "Forma del pincel" +msgstr "Forma de lápiz" msgid "Paint" msgstr "Pintar" @@ -185,16 +185,16 @@ msgid "Move" msgstr "Mover" msgid "Gizmo-Move" -msgstr "Herramienta de traslación" +msgstr "Movimiento-Gizmo" msgid "Rotate" msgstr "Rotar" msgid "Gizmo-Rotate" -msgstr "Herramienta de rotación" +msgstr "Rotación-Gizmo" msgid "Optimize orientation" -msgstr "Optimizar orientación" +msgstr "Optimizar orientación" msgid "Apply" msgstr "Aplicar" @@ -203,7 +203,7 @@ msgid "Scale" msgstr "Escalar" msgid "Gizmo-Scale" -msgstr "Ejes de escalado" +msgstr "Reescalar-Gizmo" msgid "Error: Please close all toolbar menus first" msgstr "" @@ -225,7 +225,7 @@ msgid "Rotation" msgstr "Rotación" msgid "Scale ratios" -msgstr "Ratios de escalado" +msgstr "Ratios de escala" msgid "Object Operations" msgstr "Operaciones con objetos" @@ -249,16 +249,16 @@ msgid "Set Scale" msgstr "Establecer Escala" msgid "Reset Position" -msgstr "Reiniciar posición" +msgstr "Posición de reinicio" msgid "Reset Rotation" msgstr "Reiniciar rotación" msgid "World coordinates" -msgstr "Coordenadas globales" +msgstr "Coordenadas cartesianas" msgid "Object coordinates" -msgstr "Coordenadas de objeto" +msgstr "Coordenadas del objeto" msgid "°" msgstr "°" @@ -277,7 +277,7 @@ msgid "Planar" msgstr "Plano" msgid "Dovetail" -msgstr "Cola de milano o pato" +msgstr "Cola de milano" msgid "Auto" msgstr "Automático" @@ -310,7 +310,7 @@ msgid "Keep orientation" msgstr "Mantener la orientación" msgid "Place on cut" -msgstr "Apoyar el plano de corte" +msgstr "Colocar en la posición de corte" msgid "Flip upside down" msgstr "Dar la vuelta" @@ -377,10 +377,10 @@ msgid "Change cut mode" msgstr "Cambiar modo de corte" msgid "Tolerance" -msgstr "Tolerancia" +msgstr "Toleráncia" msgid "Drag" -msgstr "Arrastrar" +msgstr "Soltar" msgid "Draw cut line" msgstr "Dibujar línea de corte" @@ -471,16 +471,16 @@ msgid "Reset cutting plane and remove connectors" msgstr "Reajustar el plano de corte y retirar los conectores" msgid "Upper part" -msgstr "Parte superior" +msgstr "Parte alta" msgid "Lower part" -msgstr "Parte inferior" +msgstr "Parte baja" msgid "Keep" msgstr "Mantener" msgid "Flip" -msgstr "Voltear" +msgstr "Girar" msgid "After cut" msgstr "Después del corte" @@ -492,7 +492,7 @@ msgid "Perform cut" msgstr "Realizar corte" msgid "Warning" -msgstr "Advertencia" +msgstr "Peligro" msgid "Invalid connectors detected" msgstr "Conectores inválidos detectados" @@ -513,7 +513,7 @@ msgid "Some connectors are overlapped" msgstr "Algunos conectores están solapados" msgid "Select at least one object to keep after cutting." -msgstr "Selecciona al menos un objeto que conservar después del corte." +msgstr "Selecciona al menos un objeto para conservarlo después de cortarlo." msgid "Cut plane is placed out of object" msgstr "El plano de corte se sitúa fuera del objeto" @@ -525,18 +525,18 @@ msgid "Connector" msgstr "Conector" msgid "Cut by Plane" -msgstr "Corte por Plano" +msgstr "Corte en Plano" msgid "non-manifold edges be caused by cut tool, do you want to fix it now?" msgstr "" -"La operación de corte ha resultado en bordes no plegados, ¿Desea repararlos " -"ahora?" +"Los bordes con pliegues pueden ser causa de la herramienta de corte, " +"¿quieres arreglarlo ahora?" msgid "Repairing model object" -msgstr "Raparando modelo" +msgstr "Reparación de un objeto modelo" msgid "Cut by line" -msgstr "Corte por Línea" +msgstr "Corte en Línea" msgid "Delete connector" msgstr "Borrar Conector" @@ -599,7 +599,7 @@ msgid "%1%" msgstr "%1%" msgid "Can't apply when process preview." -msgstr "No se puede aplicar en la vista previa del proceso." +msgstr "No se puede aplicar cuando la vista previa del proceso." msgid "Operation already cancelling. Please wait few seconds." msgstr "Operación ya cancelada. Por favor, espere unos segundos." @@ -652,14 +652,14 @@ msgid "Angle" msgstr "Ángulo" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Profundidad\n" "Integrada" msgid "Input text" -msgstr "Insertar texto" +msgstr "Texto de entrada" msgid "Surface" msgstr "Superficie" @@ -668,7 +668,7 @@ msgid "Horizontal text" msgstr "Texto horizontal" msgid "Shift + Mouse move up or down" -msgstr "Shift + Mover ratón arriba o abajo" +msgstr "Shift + Mover ratón arriba u abajo" msgid "Rotate text" msgstr "Rotar texto" @@ -678,11 +678,11 @@ msgstr "Forma de texto" #. TRN - Title in Undo/Redo stack after rotate with text around emboss axe msgid "Text rotate" -msgstr "Texto rotado" +msgstr "Rotar texto" #. TRN - Title in Undo/Redo stack after move with text along emboss axe - From surface msgid "Text move" -msgstr "Text desplzado" +msgstr "Mover texto" msgid "Set Mirror" msgstr "Configurar Espejo" @@ -691,10 +691,10 @@ msgid "Embossed text" msgstr "Texto en relieve" msgid "Enter emboss gizmo" -msgstr "Abrir la herramienta de relieve" +msgstr "Entrar herramienta de relieve" msgid "Leave emboss gizmo" -msgstr "Cerrar la herramienta de relieve" +msgstr "Abandonar herramienta de relieve" msgid "Embossing actions" msgstr "Acciones de relieve" @@ -730,8 +730,8 @@ msgid "" "The text cannot be written using the selected font. Please try choosing a " "different font." msgstr "" -"El texto no puede escribirse con la fuente seleccionada. Por favor, " -"intentelo de nuevo eligiendo una fuente diferente." +"El texto no puede escribirse con la fuente seleccionada. Por favor, intente " +"elegir una fuente diferente." msgid "Embossed text cannot contain only white spaces." msgstr "El texto en relieve no puede contener sólo espacios en blanco." @@ -773,7 +773,7 @@ msgid "Operation" msgstr "Operación" msgid "Join" -msgstr "Juntar" +msgstr "Ingresar" msgid "Click to change text into object part." msgstr "Haga clic para cambiar el texto en la parte del objeto." @@ -869,7 +869,7 @@ msgstr "No se puede eliminar el estilo temporal \"%1%\"." #, boost-format msgid "Modified style \"%1%\"" -msgstr "Estilo \"%1%\" modificado" +msgstr "Estilo modificado \"%1%\"" #, boost-format msgid "Current style is \"%1%\"" @@ -1082,7 +1082,7 @@ msgstr "Desde la superficie" #. TRN - Input label. Be short as possible #. Keep vector from bottom to top of text aligned with printer Y axis msgid "Keep up" -msgstr "Mantener verticalidad" +msgstr "Mantener" #. TRN - Input label. Be short as possible. #. Some Font file contain multiple fonts inside and @@ -1099,10 +1099,10 @@ msgid "SVG move" msgstr "Mover SVG" msgid "Enter SVG gizmo" -msgstr "Abrir herramienta de SVG" +msgstr "Introducir el objeto SVG" msgid "Leave SVG gizmo" -msgstr "Cerrar la herramienta SVG" +msgstr "Abandonar el objeto SVG" msgid "SVG actions" msgstr "Acciones SVG" @@ -1131,14 +1131,14 @@ msgid "Open filled path" msgstr "Abrir camino de relleno" msgid "Undefined stroke type" -msgstr "Tipo de pincelda indefinido" +msgstr "Tipo de golpe indefinido" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" -"El trazo no puede ser reparado debido a auto-intersección y múltiples puntos." +"El camino no puede curarse de la auto-intersección y los puntos múltiples." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "La forma final contiene auto-intersección o múltiples puntos con la misma " @@ -1163,7 +1163,7 @@ msgid "Stroke of shape (%1%) contains unsupported: %2%." msgstr "Trazo de forma (%1%) contiene no soportado: %2%." msgid "Face the camera" -msgstr "Alinear con la cámara" +msgstr "De cara a la cámara" #. TRN - Preview of filename after clear local filepath. msgid "Unknown filename" @@ -1174,7 +1174,7 @@ msgid "SVG file path is \"%1%\"" msgstr "La ruta del archivo SVG es \"%1%\"." msgid "Reload SVG file from disk." -msgstr "Recargar el archivo SVG desde el disco." +msgstr "Vuelva a cargar el archivo SVG desde el disco." msgid "Change file" msgstr "Cambiar archivo" @@ -1189,7 +1189,7 @@ msgid "" "Do NOT save local path to 3MF file.\n" "Also disables 'reload from disk' option." msgstr "" -"NO guarda la ruta local al archivo en el archivo 3MF. \n" +"NO guarda la ruta local al archivo 3MF. \n" "También desactiva la opción 'recargar desde disco'." #. TRN: An menu option to convert the SVG into an unmodifiable model part. @@ -1198,7 +1198,7 @@ msgstr "Hornear" #. TRN: Tooltip for the menu item. msgid "Bake into model as uneditable part" -msgstr "Hornear en el modelo como parte no editable" +msgstr "Horneado en el modelo como parte no editable" msgid "Save as" msgstr "Guardar como" @@ -1245,10 +1245,10 @@ msgstr "" "encima de la superficie." msgid "Mirror vertically" -msgstr "Simetria vertical" +msgstr "Espejo vertical" msgid "Mirror horizontally" -msgstr "Simetria horizontal" +msgstr "Espejo horizontal" #. TRN: This is the name of the action that shows in undo/redo stack (changing part type from SVG to something else). msgid "Change SVG Type" @@ -1276,7 +1276,7 @@ msgstr "El analizador Nano SVG no puede cargar desde el archivo (%1%)." #, boost-format msgid "SVG file does NOT contain a single path to be embossed (%1%)." -msgstr "El archivo SVG NO contiene ninguna ruta para el relieve (%1%)." +msgstr "El archivo SVG NO contiene una ruta única para el relieve (%1%)." msgid "Vertex" msgstr "Vértice" @@ -1324,7 +1324,7 @@ msgid "Unselect" msgstr "Deseleccionar" msgid "Measure" -msgstr "Medir" +msgstr "Medida" msgid "Edit to scale" msgstr "Editar a escala" @@ -1340,7 +1340,7 @@ msgid "Diameter" msgstr "Diámetro" msgid "Length" -msgstr "Longitud" +msgstr "Largo" msgid "Selection" msgstr "Selección" @@ -1373,10 +1373,10 @@ msgstr "Indefinido" msgid "%1% was replaced with %2%" msgstr "%1% fue reemplazado por %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" -"La configuración podría haber sido generada por una versión más reciente de " -"OrcaSlicer." +"La configuración puede ser generada por una versión más reciente de " +"Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Algunos valores han sido sustituidos. Por favor, compruébalos:" @@ -1403,48 +1403,48 @@ msgstr "" "algunos valores." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer se cerrará por falta de memoria. Le agradeceremos que comunique " -"el suceso a nuestro equipo." +"Snapmaker Orca terminará porque se está quedando sin memoria. Le agradeceremos " +"que comunique el problema a nuestro equipo." -# msgid "OrcaSlicer will terminate because of running out of memory.It may be +# msgid "Snapmaker Orca will terminate because of running out of memory.It may be # a bug. It will be appreciated if you report the issue to our team." -# msgstr "OrcaSlicer se cerrará porque se está quedando sin memoria. Le +# msgstr "Snapmaker Orca se cerrará porque se está quedando sin memoria. Le # agradeceremos que informe de ello a nuestro equipo." msgid "Fatal error" msgstr "Error fatal" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer se cerrará debido a un error de traducción. Le agradeceremos que " +"Snapmaker Orca se cerrará debido a un error de posición. Le agradeceremos que " "nos informe del escenario específico en el que se ha producido este problema." -# msgid "OrcaSlicer will terminate because of a localization error. It will be +# msgid "Snapmaker Orca will terminate because of a localization error. It will be # appreciated if you report the specific scenario this issue happened." -# msgstr "OrcaSlicer terminará debido a un error de localización. Le +# msgstr "Snapmaker Orca terminará debido a un error de localización. Le # agradeceríamos que nos informara del escenario específico en el que se ha # producido este problema" msgid "Critical error" msgstr "Error crítico" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer recibió una notificación de excepción no controlada: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca recibió una notificación de excepción no controlada: %1%" msgid "Untitled" msgstr "Sin título" -# msgid "OrcaSlicer got an unhandled exception: %1%" -# msgstr "OrcaSlicer obtuvo una excepción no manejada: %1%" +# msgid "Snapmaker Orca got an unhandled exception: %1%" +# msgstr "Snapmaker Orca obtuvo una excepción no manejada: %1%" msgid "Downloading Bambu Network Plug-in" -msgstr "Descargando el plug-in de Red de Bambu Lab" +msgstr "Descargando el complemento de Red Bambú" msgid "Login information expired. Please login again." -msgstr "La sesión ha caducado. Por favor, inicie sesión de nuevo." +msgstr "Los datos de acceso han caducado. Por favor, inicie sesión de nuevo." msgid "Incorrect password" msgstr "Contraseña incorrecta" @@ -1454,16 +1454,16 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "¡Conexión %s fallida! [SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer requiere de la librería Microsoft WebView2 Runtime para la " -"funcianolidad de ciertas características.\n" +"Snapmaker Orca requiere el tiempo de ejecución de Microsoft WebView2 para " +"operar ciertas características.\n" "Haga clic en Sí para instalarlo ahora." msgid "WebView2 Runtime" -msgstr "WebView2 Runtime" +msgstr "Tiempo de ejecución de WebView2" #, c-format, boost-format msgid "" @@ -1471,7 +1471,7 @@ msgid "" "Do you want to continue?" msgstr "" "%s\n" -"¿Desea continuar?" +"¿Quieres continuar?" msgid "Remember my choice" msgstr "Recordar mi selección" @@ -1484,8 +1484,8 @@ msgid "Click to download new version in default browser: %s" msgstr "" "Haga clic para descargar la nueva versión en el navegador por defecto: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer necesita una actualización" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca necesita una actualización" msgid "This is the newest version." msgstr "Esta es la versión más reciente." @@ -1494,14 +1494,14 @@ msgid "Info" msgstr "Información" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"El archivo de configuración de OrcaSlicer puede estar dañado y no puede ser " +"El archivo de configuración de Snapmaker Orca puede estar dañado y no puede ser " "analizado.\n" -"OrcaSlicer ha intentado recrear el archivo de configuración.\n" +"Snapmaker Orca ha intentado recrear el archivo de configuración.\n" "Tenga en cuenta que se perderán los ajustes de la aplicación, pero los " "perfiles de impresora no se verán afectados." @@ -1509,31 +1509,31 @@ msgid "Rebuild" msgstr "Reconstruir" msgid "Loading current presets" -msgstr "Cargando los perfiles actuales" +msgstr "Carga de los perfiles actuales" msgid "Loading a mode view" msgstr "Cargar un modo de vista" msgid "Choose one file (3mf):" -msgstr "Escoja un archivo (3mf):" +msgstr "Elija un archivo (3mf):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" msgstr "Escoja uno o más archivos (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):" -msgstr "Escoja uno o más archivos (3mf/step/stl/svg/obj/amf):" +msgstr "Elige uno o más archivos (3mf/step/stl/svg/obj/amf):" msgid "Choose ZIP file" -msgstr "Escoja archivo ZIP" +msgstr "Escoger archivo ZIP" msgid "Choose one file (gcode/3mf):" -msgstr "Escoja un archivo (gcode/3mf):" +msgstr "Elegir un archivo (gcode/3mf):" msgid "Some presets are modified." -msgstr "Algunos perfiles fueron modificados." +msgstr "Algunos perfiles se modificaron." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Puede mantener los perfiles modificados en el nuevo proyecto, descartar o " @@ -1551,10 +1551,10 @@ msgid "Open Project" msgstr "Abrir proyecto" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"La versión de Orca Slicer es una versión demasiado antigua y necesita ser " +"La versión de Snapmaker Orca es una versión demasiado antigua y necesita ser " "actualizada a la última versión antes de poder utilizarla con normalidad" msgid "Privacy Policy Update" @@ -1564,18 +1564,18 @@ msgid "" "The number of user presets cached in the cloud has exceeded the upper limit, " "newly created user presets can only be used locally." msgstr "" -"El número de perfiles de usuario almacenados en la nube ha superado el " -"número permitido, los perfiles de usuario adicionales sólo podrán utilizarse " -"localmente." +"El número de perfiles de usuario almacenados en caché en la nube ha superado " +"el límite superior, los perfiles de usuario recién creados sólo pueden " +"utilizarse localmente." msgid "Sync user presets" msgstr "Sincronizar perfiles de usuario" msgid "Loading user preset" -msgstr "Cargando perfil de usuario" +msgstr "Cargando la preselección del usuario" msgid "Switching application language" -msgstr "Cambiando el idioma de la aplicación" +msgstr "Cambio de idioma de la aplicación" msgid "Select the language" msgstr "Seleccionar el idioma" @@ -1590,7 +1590,7 @@ msgid "The uploads are still ongoing" msgstr "Las subidas aún están en curso" msgid "Stop them and continue anyway?" -msgstr "¿Detenerlas y continuar de todos modos?" +msgstr "¿Pararlos y continuar de todas maneras?" msgid "Ongoing uploads" msgstr "Cargas en curso" @@ -1621,11 +1621,11 @@ msgstr "Abrir" msgid "Rename" msgstr "Renombrar" -msgid "Orca Slicer GUI initialization failed" -msgstr "Ha fallado la inicialización de la interfaz gráfica de Orca Slicer" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Ha fallado la inicialización de la interfaz gráfica de Snapmaker Orca" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Error fatal, excepción detectada: %1%" msgid "Quality" @@ -1641,7 +1641,7 @@ msgid "Support" msgstr "Soportes" msgid "Flush options" -msgstr "Opciones de purgado de filamento" +msgstr "Opciones de flujo" msgid "Speed" msgstr "Velocidad" @@ -1665,7 +1665,7 @@ msgid "Ironing" msgstr "Alisado" msgid "Fuzzy Skin" -msgstr "Superficie Rugosa" +msgstr "Piel Difusa" msgid "Extruders" msgstr "Extrusores" @@ -1692,7 +1692,7 @@ msgid "Add support blocker" msgstr "Añadir bloqueo de soportes" msgid "Add support enforcer" -msgstr "Añadir forzado de soportes" +msgstr "Añadir refuerzo de soportes" msgid "Add text" msgstr "Añadir texto" @@ -1743,7 +1743,7 @@ msgid "Disc" msgstr "Disco" msgid "Torus" -msgstr "Toroide" +msgstr "Torus" msgid "Orca Cube" msgstr "Cubo Orca" @@ -1752,16 +1752,16 @@ msgid "3DBenchy" msgstr "3DBenchy" msgid "Autodesk FDM Test" -msgstr "Prueba FDM de Autodesk" +msgstr "Prueba Autodesk FDM" msgid "Voron Cube" -msgstr "Cubo Voron" +msgstr "Cubo de Vorón" msgid "Stanford Bunny" msgstr "Conejito Stanford" msgid "Orca String Hell" -msgstr "Test de hilos de Orca \" String Hell\"" +msgstr "Infierno de cadena Orca" msgid "" "This model features text embossment on the top surface. For optimal results, " @@ -1770,12 +1770,12 @@ msgid "" "Yes - Change these settings automatically\n" "No - Do not change these settings for me" msgstr "" -"Este modelo contiene texto en relieve en la superficie superior. Para " +"Este modelo presenta texto en relieve en la superficie superior. Para " "obtener resultados óptimos, es aconsejable establecer el \"Umbral de " "perímetro (min_width_top_surface)\" a 0 para que \"Sólo un perímetro en las " "superficies superiores\" funcione mejor. \n" "Sí - Cambiar estos ajustes automáticamente \n" -"No - No cambiar estos ajustes" +"No - No cambiar estos ajustes para mí" msgid "Text" msgstr "Texto" @@ -1790,10 +1790,10 @@ msgid "Change type" msgstr "Cambiar tipo" msgid "Set as an individual object" -msgstr "Cambiar a objeto individual" +msgstr "Ajustar como objeto individual" msgid "Set as individual objects" -msgstr "Cambiar a objetos individuales" +msgstr "Ajustar como objetos individuales" msgid "Fill bed with copies" msgstr "Llenar la cama de copias" @@ -1829,7 +1829,7 @@ msgid "Change filament" msgstr "Cambiar el filamento" msgid "Set filament for selected items" -msgstr "Cambiar el filamento para los elementos seleccionados" +msgstr "Ajustar el filamento para los elementos seleccionados" msgid "Default" msgstr "Por defecto" @@ -1842,13 +1842,13 @@ msgid "current" msgstr "actual" msgid "Scale to build volume" -msgstr "Escalar al volumen de impresión" +msgstr "Escala para la impresión del volumen" msgid "Scale an object to fit the build volume" msgstr "Escalar un objeto para que se ajuste al volumen de impresión" msgid "Flush Options" -msgstr "Opciones de purgado" +msgstr "Opciones de Flujo" msgid "Flush into objects' infill" msgstr "Purgar en el relleno de objetos" @@ -1863,13 +1863,13 @@ msgid "Edit in Parameter Table" msgstr "Editar en la Tabla de Parámetros" msgid "Convert from inch" -msgstr "Convertir de pulgadas" +msgstr "Convertir desde pulgadas" msgid "Restore to inch" msgstr "Restaurar a pulgadas" msgid "Convert from meter" -msgstr "Convertir de metros" +msgstr "Convertir desde metros" msgid "Restore to meter" msgstr "Restaurar a metros" @@ -1881,34 +1881,34 @@ msgid "Assemble the selected objects to an object with multiple parts" msgstr "Ensamblar los objetos seleccionados en un objeto con múltiples piezas" msgid "Assemble the selected objects to an object with single part" -msgstr "Ensamblar los objetos seleccionados en un objeto de una sola pieza" +msgstr "Ensamblar los objetos seleccionados en un objeto con una sola pieza" msgid "Mesh boolean" -msgstr "Operaciones booleanas de malla" +msgstr "Malla booleana" msgid "Mesh boolean operations including union and subtraction" -msgstr "Operaciones booleanas de malla incluyendo la unión y substracción" +msgstr "Las operaciones de malla booleana incluidas en la unión y resta" msgid "Along X axis" msgstr "A lo largo del eje X" msgid "Mirror along the X axis" -msgstr "Reflejar a lo largo del eje X" +msgstr "Espejo a lo largo del eje X" msgid "Along Y axis" msgstr "A lo largo del eje Y" msgid "Mirror along the Y axis" -msgstr "Reflejar a lo largo del eje Y" +msgstr "Espejo a lo largo del eje Y" msgid "Along Z axis" msgstr "A lo largo del eje Z" msgid "Mirror along the Z axis" -msgstr "Reflejar a lo largo del eje Z" +msgstr "Espejo a lo largo del eje Z" msgid "Mirror object" -msgstr "Reflejar objeto" +msgstr "Objeto reflejado" msgid "Edit text" msgstr "Editar texto" @@ -1978,7 +1978,7 @@ msgid "Arrange" msgstr "Organizar" msgid "arrange current plate" -msgstr "Organizar la bandeja actual" +msgstr "Ordenar la bandeja actual" msgid "Reload All" msgstr "Recargar todo" @@ -1996,7 +1996,7 @@ msgid "Delete Plate" msgstr "Borrar Bandeja" msgid "Remove the selected plate" -msgstr "Eliminar la bandeja seleccionada" +msgstr "Retirar la bandeja seleccionada" msgid "Clone" msgstr "Clonar" @@ -2007,11 +2007,8 @@ msgstr "Simplificar Modelo" msgid "Center" msgstr "Centrar" -msgid "Drop" -msgstr "Soltar" - msgid "Edit Process Settings" -msgstr "Editar Ajustes de Proceso" +msgstr "Editar Ajustes de Procesado" msgid "Edit print parameters for a single object" msgstr "Editar los parámetros de impresión de un solo objeto" @@ -2020,7 +2017,7 @@ msgid "Change Filament" msgstr "Cambiar el Filamento" msgid "Set Filament for selected items" -msgstr "Cambiar el filamento para los elementos seleccionados" +msgstr "Ajustar el filamento para los elementos seleccionados" msgid "Unlock" msgstr "Desbloquear" @@ -2046,8 +2043,8 @@ msgstr[1] "%1$d errores reparados" #, c-format, boost-format msgid "Error: %1$d non-manifold edge." msgid_plural "Error: %1$d non-manifold edges." -msgstr[0] "Error: %1$d contorno con geometría incorrecta." -msgstr[1] "Error: %1$d contornos con geometría incorrecta." +msgstr[0] "Error: %1$d contorno no moldeado." +msgstr[1] "Error: %1$d contornos no moldeados." msgid "Remaining errors" msgstr "Errores restantes" @@ -2055,12 +2052,13 @@ msgstr "Errores restantes" #, c-format, boost-format msgid "%1$d non-manifold edge" msgid_plural "%1$d non-manifold edges" -msgstr[0] "%1$d contorno con geometría incorrecta" -msgstr[1] "%1$d contornos con geometría incorrecta" +msgstr[0] "%1$d contorno no moldeado" +msgstr[1] "%1$d contornos no moldeados" msgid "Right click the icon to fix model object" msgstr "" -"Haga clic con el botón derecho del ratón en el icono para reparar el objeto" +"Haga clic con el botón derecho del ratón en el icono para reparar el objeto " +"del modelo" msgid "Right button click the icon to drop the object settings" msgstr "" @@ -2072,18 +2070,18 @@ msgstr "Haga clic en el icono para restablecer todos los ajustes del objeto" msgid "Right button click the icon to drop the object printable property" msgstr "" -"Haga clic con el botón derecho en el icono para descartar la propiedad de " +"Haga clic con el botón derecho en el icono para descartar la característica " "imprimible del objeto" msgid "Click the icon to toggle printable property of the object" msgstr "" -"Haga clic en el icono para alternar la propiedad de imprimible del objeto" +"Haga clic en el icono para alternar la característica imprimible del objeto" msgid "Click the icon to edit support painting of the object" -msgstr "Haga clic en el icono para editar el pintado de apoyos del objeto" +msgstr "Haga clic en el icono para editar la pintura de apoyo del objeto" msgid "Click the icon to edit color painting of the object" -msgstr "Haga clic en el icono para editar el pintado de colores del objeto" +msgstr "Haga clic en el icono para editar la pintura de color del objeto" msgid "Click the icon to shift this object to the bed" msgstr "Presionar el icono para desplazar este objeto a la cama" @@ -2105,15 +2103,15 @@ msgstr "Añadir modificador" msgid "Switch to per-object setting mode to edit modifier settings." msgstr "" -"Cambia al modo de ajuste a modo por objeto para editar los ajustes de los " +"Cambia al modo de ajuste por objeto para editar los ajustes de los " "modificadores." msgid "" "Switch to per-object setting mode to edit process settings of selected " "objects." msgstr "" -"Cambiar al modo de ajuste a modo por objeto para editar los ajustes de " -"proceso de los objetos." +"Cambiar al modo de ajuste por objeto para editar los ajustes de proceso de " +"los objetos." msgid "Delete connector from object which is a part of cut" msgstr "Borrar conector del objeto el cual es parte del corte" @@ -2136,9 +2134,9 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" -"La acción interrumpirá la correspondencia de un corte.\n" +"La acción interrumpirá la correspondencia de corte.\n" "Después de esto la consistencia no podrá ser garantizada.\n" "\n" "Para manipular partes sólidas o volúmenes negativos tienes que invalidar la " @@ -2150,11 +2148,11 @@ msgstr "Borrar todos los conectores" msgid "Deleting the last solid part is not allowed." msgstr "No se permite borrar la última parte sólida." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "El objeto de destino sólo contiene una pieza y no se puede dividir." msgid "Assembly" -msgstr "Ensamblaje" +msgstr "Montaje" msgid "Cut Connectors information" msgstr "Información de Conectores de Corte" @@ -2166,13 +2164,13 @@ msgid "Group manipulation" msgstr "Manipulación de grupo" msgid "Object Settings to modify" -msgstr "Ajustes de objeto a modificar" +msgstr "Ajustes de objeto modificables" msgid "Part Settings to modify" -msgstr "Ajustes de pieza a modificar" +msgstr "Ajustes de pieza modificables" msgid "Layer range Settings to modify" -msgstr "Ajustes de capa a modificar" +msgstr "Ajustes de capa modificables" msgid "Part manipulation" msgstr "Manipulación de piezas" @@ -2215,7 +2213,7 @@ msgid "Support Blocker" msgstr "Bloqueador de soporte" msgid "Support Enforcer" -msgstr "Forzado de Soportes" +msgstr "Refuerzo de Soportes" msgid "Type:" msgstr "Tipo:" @@ -2403,7 +2401,7 @@ msgid "Delete Filament Change" msgstr "Borrar Cambio de Filamento" msgid "No printer" -msgstr "Sin impresora" +msgstr "Sin impresión" msgid "..." msgstr "..." @@ -2422,20 +2420,20 @@ msgstr "Error al conectar con el servicio en la nube" msgid "Please click on the hyperlink above to view the cloud service status" msgstr "" -"Haga clic en el hipervínculo anterior para ver el estado del servicio de la " +"Haga clic en el hipervínculo anterior para ver el estado del servicio en la " "nube" msgid "Failed to connect to the printer" msgstr "No se ha podido conectar a la impresora" msgid "Connection to printer failed" -msgstr "Conexión fallida con la impresora" +msgstr "Connection to printer failed" msgid "Please check the network connection of the printer and Orca." msgstr "Compruebe la conexión de red de la impresora y Orca." msgid "Connecting..." -msgstr "Conectando..." +msgstr "Conectando…" msgid "?" msgstr "?" @@ -2534,7 +2532,7 @@ msgstr "" "Todos los objetos seleccionados están en la bandeja bloqueada,\n" "No podemos hacer un auto posicionamiento en estos objetos." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "No se han seleccionado objetos posicionables." msgid "" @@ -2557,7 +2555,7 @@ msgid "" "Arranging is done but there are unpacked items. Reduce spacing and try again." msgstr "" "El posicionamiento está hecho, pero hay artículos sin empaquetar. Reduzca el " -"espaciado y vuelva a intentarlo." +"espacio y vuelva a intentarlo." msgid "Arranging done." msgstr "Organización terminada." @@ -2626,7 +2624,7 @@ msgid "Login failed" msgstr "Fallo en el inicio de sesión" msgid "Please check the printer network connection." -msgstr "Por favor, compruebe la conexión de red de la impresora." +msgstr "Por favor, compruebe la conexión de área local." msgid "Abnormal print file data. Please slice again." msgstr "Datos de archivo de impresión anormales. Vuelva a laminar." @@ -2665,7 +2663,7 @@ msgstr "" msgid "" "Check the current status of the bambu server by clicking on the link above." msgstr "" -"Compruebe el estado actual del servidor Bambu haciendo clic en el enlace " +"Compruebe el estado actual del servidor Bambú haciendo clic en el enlace " "anterior." msgid "" @@ -2726,7 +2724,7 @@ msgstr "Enviando el archivo de G-Code a la tarjeta SD" #, c-format, boost-format msgid "Successfully sent. Close current page in %s s" -msgstr "Envío exitoso. Cerrando la página actual en %s s" +msgstr "Envío exitoso. Cierre la página actual en %s s" msgid "An SD card needs to be inserted before sending to printer." msgstr "Se necesita insertar una tarjeta SD antes de enviar a la impresora." @@ -2739,7 +2737,7 @@ msgid "" "printer preset first before importing that SLA archive." msgstr "" "El SLA importado no contiene ningún perfil. Por favor active algunos " -"perfiles de impresora SLA antes de importar ese archivo SLA." +"perfiles de la impresora primero antes de importar ese archivo SLA." msgid "Importing canceled." msgstr "Importación cancelada." @@ -2790,14 +2788,14 @@ msgstr "Copyright" msgid "License" msgstr "Licencia" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer está licenciada sobre" +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca está licenciada sobre" msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, versión 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer se basa en PrusaSlicer y BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Librerías" @@ -2813,11 +2811,11 @@ msgstr "" msgid "About %s" msgstr "Acerca de %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer está basado en BambuStudio, PrusaSlicer, y SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca está basado en BambuStudio, PrusaSlicer, y SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "" @@ -2924,7 +2922,7 @@ msgstr "" "filamento." msgid "Nozzle Diameter" -msgstr "Diámetro de boquilla" +msgstr "Diámetro" msgid "Bed Type" msgstr "Tipo de Cama" @@ -3019,9 +3017,9 @@ msgid "" "temperatures also slow down the process." msgstr "" "Cambie el desecante cuando esté demasiado húmedo. El indicador puede no ser " -"preciso en los siguientes casos: cuando la tapa está abierta o se cambia el " -"paquete de desecante. Este tarda horas en absorber la humedad, y las bajas " -"temperaturas también ralentizan el proceso." +"preciso en los siguientes casos: cuando la tapa está abierta o al paquete de " +"desecante. Este tarda horas en absorber la humedad, y las bajas temperaturas " +"también ralentizan el proceso." msgid "" "Config which AMS slot should be used for a filament used in the print job" @@ -3067,8 +3065,8 @@ msgstr "La impresora no soporta auto recarga actualmente." msgid "" "AMS filament backup is not enabled, please enable it in the AMS settings." msgstr "" -"La auto-reemplazo de filamento de AMS no está activada, por favor actívela " -"en la configuración de AMS." +"La copia de seguridad de filamento AMS no está activada, por favor actívela " +"en la configuración AMS." msgid "" "If there are two identical filaments in AMS, AMS filament backup will be " @@ -3076,9 +3074,9 @@ msgid "" "(Currently supporting automatic supply of consumables with the same brand, " "material type, and color)" msgstr "" -"Si hay dos filamentos idénticos en AMS, se habilitará el auto-reemplazo de " -"filamentos AMS. \n" -"(Actualmente admite el reemplazo automático de consumibles con la misma " +"Si hay dos filamentos idénticos en AMS, se habilitará la copia de seguridad " +"de filamentos AMS. \n" +"(Actualmente admite el suministro automático de consumibles con la misma " "marca, tipo de material y color)." msgid "DRY" @@ -3098,7 +3096,7 @@ msgid "" "new Bambu Lab filament. This takes about 20 seconds." msgstr "" "El AMS leerá automáticamente la información del filamento al insertar un " -"nuevo filamento de Bambu Lab. Esto tardará unos 20 segundos." +"nuevo filamento de Bambu Lab. Esto tardara unos 20 segundos." msgid "" "Note: if a new filament is inserted during printing, the AMS will not " @@ -3148,7 +3146,7 @@ msgstr "" "será actualizada automáticamente." msgid "AMS filament backup" -msgstr "Auto reemplazo de Filamento AMS" +msgstr "Copia de Seguridad del Filamento AMS" msgid "" "AMS will continue to another spool with the same properties of filament " @@ -3158,13 +3156,13 @@ msgstr "" "automáticamente cuando el filamento se termine" msgid "Air Printing Detection" -msgstr "Detección de \"Impresión en el aire\"" +msgstr "Detección de Aire en Impresión" msgid "" "Detects clogging and filament grinding, halting printing immediately to " "conserve time and filament." msgstr "" -"Detecta los bloquos y el rascado de filamento, deteniendo la impresión " +"Detecta los atascos y el rascado de filamento, deteniendo la impresión " "inmediatamente para ahorrar tiempo y filamento." msgid "File" @@ -3188,7 +3186,7 @@ msgstr "" "o borrado por un antivirus." msgid "click here to see more info" -msgstr "Presiona aquí para mostrar más información" +msgstr "presiona aquí para mostrar más información" msgid "Please home all axes (click " msgstr "Por favor, mandar a inicio todos los ejes (presione " @@ -3226,13 +3224,13 @@ msgid "Illegal instruction" msgstr "Instrucción ilegal" msgid "Divide by zero" -msgstr "División entre cero" +msgstr "Dividir entre cero" msgid "Overflow" -msgstr "Desbordamiento de búfer" +msgstr "Desbordamiento" msgid "Underflow" -msgstr "Subdesbordamiento de búfer" +msgstr "Sin flujo" msgid "Floating reserved operand" msgstr "Operando reservado flotante" @@ -3246,7 +3244,7 @@ msgstr "Ejecutando scripts de post-procesado" msgid "Successfully executed post-processing script" msgstr "Script de post-procesamiento ejecutado correctamente" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Se produjo un error desconocido durante la exportación del G-Code." #, boost-format @@ -3326,7 +3324,7 @@ msgid "Device" msgstr "Dispositivo" msgid "Task Sending" -msgstr "Envíando tarea" +msgstr "Envío de tareas" msgid "Task Sent" msgstr "Tarea enviada" @@ -3384,7 +3382,7 @@ msgid "Idle" msgstr "Inactivo" msgid "Printing" -msgstr "Imprimiendo" +msgstr "Imprimendo" msgid "Upgrading" msgstr "Actualizando" @@ -3402,7 +3400,7 @@ msgid "Printing Failed" msgstr "Impresión fallida" msgid "Printing Pause" -msgstr "Impresión Pausada" +msgstr "Pausa de Impresión" msgid "Prepare" msgstr "Preparar" @@ -3423,13 +3421,13 @@ msgid "Sending Cancel" msgstr "Envío Cancelado" msgid "Sending Failed" -msgstr "Envío Fallido" +msgstr "Envío fallido" msgid "Print Success" -msgstr "Impresión Exitosa" +msgstr "Impresión exitosa" msgid "Print Failed" -msgstr "Error de Impresión" +msgstr "Error de impresión" msgid "Removed" msgstr "Eliminado" @@ -3492,7 +3490,7 @@ msgid "Bed Leveling" msgstr "Nivelación de la cama" msgid "Timelapse" -msgstr "Timelapse" +msgstr "Intervalo" msgid "Flow Dynamic Calibration" msgstr "Calibración Dinámica de Flujo" @@ -3558,7 +3556,7 @@ msgid "" "Diameter of the print bed. It is assumed that origin (0,0) is located in the " "center." msgstr "" -"Diámetro de la cama de impresión. Se asume que el origen (0,0) está ubicado " +"Diámetro de la cama de impresión. Se supone que el origen (0,0) está ubicado " "en el centro." msgid "Rectangular" @@ -3638,8 +3636,7 @@ msgid "" msgstr "" "La boquilla puede bloquearse cuando la temperatura está fuera del rango " "recomendado.\n" -"Por favor, asegúrese de que es seguro utilizar esta temperatura para " -"imprimir.\n" +"Por favor, asegúrese de utilizar la temperatura para imprimir.\n" "\n" #, c-format, boost-format @@ -3647,7 +3644,7 @@ msgid "" "Recommended nozzle temperature of this filament type is [%d, %d] degree " "centigrade" msgstr "" -"La temperatura recomendada de la boquilla para este tipo de filamento es de " +"La temperatura recomendada de la boquilla de este tipo de filamento es de " "[%d, %d] grados centígrados" msgid "" @@ -3655,7 +3652,7 @@ msgid "" "Reset to 0.5" msgstr "" "Velocidad volumétrica máxima demasiado baja.\n" -"Restableciendo a 0,5" +"Reajustar a 0.5" #, c-format, boost-format msgid "" @@ -3672,21 +3669,21 @@ msgid "" "Reset to 0.2" msgstr "" "Altura de la capa demasiado pequeña.\n" -"Restableciendo a 0,2" +"Reajustar a 0,2" msgid "" "Too small ironing spacing.\n" "Reset to 0.1" msgstr "" -"Espaciado del alisado demasiado pequeño.\n" -"Restableciendo a 0,1" +"Espacio de colocación de la plancha demasiado pequeño.\n" +"Reajustar a 0,1" msgid "" "Zero initial layer height is invalid.\n" "\n" "The first layer height will be reset to 0.2." msgstr "" -"Una altura 0 en la primera capa no es válida.\n" +"La altura de primera capa cero no es válida.\n" "\n" "La altura de la primera capa se restablecerá a 0,2." @@ -3725,19 +3722,19 @@ msgid "" "Alternate extra wall does't work well when ensure vertical shell thickness " "is set to All. " msgstr "" -"Perímetro adicional alternado no funciona bien cuando \"Garantizar el grosor " -"vertical de las cubiertas\" se establece en Todos. " +"El perímetro adicional alternativo no funciona bien cuando el grosor de la " +"cubierta vertical se establece en Todos. " msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "¿Cambiar estos ajustes automáticamente?\n" -"Sí - Cambiar \"Garantizar el grosor vertical de las cubiertas\" a Moderado y " -"activar Perímetro adicional alternado\n" -"No - No utilizar Perímetro adicional alternado" +"Sí - Cambie el grosor de la cubierta vertical a Moderado y active el " +"perímetro adicional alternativo\n" +"No - No utilizar el perímetro adicional alternativo" msgid "" "Prime tower does not work when Adaptive Layer Height or Independent Support " @@ -3746,11 +3743,11 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height and Independent Support Layer Height" msgstr "" -"La torre de purga no funciona cuando la altura de la capa adaptativa y la " -"altura de capa de soportes independiente están activadas.\n" +"La torre de purga no funciona cuando la altura de la capa adaptable o la " +"altura de la capa de soporte independiente están activadas.\n" "¿Qué desea mantener?\n" "SÍ - Mantener la torre de purga\n" -"NO - Mantener la altura de capa adaptativa y la altura de capa de soportes " +"NO - Mantener la altura de capa adaptable y la altura de capa de soporte " "independiente" msgid "" @@ -3761,9 +3758,9 @@ msgid "" msgstr "" "La torre de purga no funciona cuando la altura de capa adaptativa está " "activada.\n" -"¿Qué desea mantener?\n" +"¿Qué quieres mantener?\n" "SÍ - Mantener la torre de purga\n" -"NO - Mantener la altura de capa adaptativa" +"NO - Mantener la altura de capa adaptable" msgid "" "Prime tower does not work when Independent Support Layer Height is on.\n" @@ -3771,25 +3768,32 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Independent Support Layer Height" msgstr "" -"La torre de purga no funciona cuando la altura de capa de soportes " +"La torre de purga no funciona cuando la altura de la capa de soporte " "independiente está activada.\n" -"¿Qué desea mantener?\n" +"¿Qué quieres mantener?\n" "SÍ - Mantener la torre de purga\n" -"NO - Mantener la altura de capa de soportes independiente" +"NO - Mantener la altura de la capa de soporte independiente" + +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Mientras se imprime por objeto, el extrusor puede chocar contra la falda.\n" +"En ese caso, reinicie la capa de falda a 1 para evitarlo." msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." msgstr "" "seam_slope_start_height debe ser menor que layer_height.\n" -"Restableciendo a 0." +"Reiniciar a 0." msgid "" "Spiral mode only works when wall loops is 1, support is disabled, top shell " "layers is 0, sparse infill density is 0 and timelapse type is traditional." msgstr "" -"El modo espiral sólo funciona cuando el número de bucles de perímetro es 1, " -"los soportes están desactivados, las capas superiores de cubierta son 0, la " +"El modo espiral sólo funciona cuando los bucles de perímetro son 1, el " +"soporte está desactivado, las capas superiores de cubierta son 0, la " "cantidad de relleno de baja densidad es 0 y el tipo de timelapse es " "tradicional." @@ -3853,7 +3857,7 @@ msgid "Checking extruder temperature" msgstr "Comprobando la temperatura del extrusor" msgid "Printing was paused by the user" -msgstr "El usuario ha pausado la impresión" +msgstr "El usuario ha interrumpido la impresión" msgid "Pause of front cover falling" msgstr "Pausa al caer la cubierta frontal" @@ -3877,7 +3881,7 @@ msgid "Filament unloading" msgstr "Descarga de filamento" msgid "Skip step pause" -msgstr "Pausa por salto de paso del motor" +msgstr "Saltar paso pausa" msgid "Filament loading" msgstr "Carga de filamento" @@ -3896,7 +3900,7 @@ msgid "Paused due to chamber temperature control error" msgstr "Pausado debido a un error en el control de temperatura de cámara" msgid "Cooling chamber" -msgstr "Enfriando cámara" +msgstr "Cámara de ventilación" msgid "Paused by the Gcode inserted by user" msgstr "Pausado debido a un G-Code de usuario" @@ -3905,16 +3909,16 @@ msgid "Motor noise showoff" msgstr "Ruido notable del motor" msgid "Nozzle filament covered detected pause" -msgstr "Pausa por detección de acumulación de filamento en boquilla" +msgstr "Pausa de detección de filamento de boquilla cubierta" msgid "Cutter error pause" -msgstr "Pausa por error de cortador" +msgstr "Pausa de error de cortador" msgid "First layer error pause" -msgstr "Pausa por error en la primera capa" +msgstr "Pausa de error de primera capa" msgid "Nozzle clog pause" -msgstr "Pausa por obstrucción de boquilla" +msgstr "Pausa de obstrucción de boquilla" msgid "Unknown" msgstr "Desconocido" @@ -3923,7 +3927,7 @@ msgid "Fatal" msgstr "Fatal" msgid "Serious" -msgstr "Grave" +msgstr "En serio" msgid "Common" msgstr "Común" @@ -3946,25 +3950,25 @@ msgid "" "TPU) is not allowed to be loaded." msgstr "" "La temperatura actual de la cámara o la temperatura objetivo de la cámara " -"excede los 45℃. Para evitar la obstrucción del extrusor, no se permite " -"cargar filamento de baja temperatura (PLA/PETG/TPU)." +"excede en 45℃. Para evitar la obstrucción del extrusor,no se permite cargar " +"filamento de baja temperatura(PLA/PETG/TPU)." msgid "" "Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " "avoid extruder clogging,it is not allowed to set the chamber temperature " "above 45℃." msgstr "" -"Filamento de baja temperatura (PLA/PETG/TPU) ha sido cargado en el extrusor. " -"Para evitar obstrucciones, no se permite ajustar la temperatura de la cámara " -"por encima de los 45℃." +"El filamento de baja temperatura (PLA/PETG/TPU) se carga en el extrusor y, " +"para evitar que se atasque, no se permite ajustar la temperatura de la " +"cámara por encima de 45℃." msgid "" "When you set the chamber temperature below 40℃, the chamber temperature " "control will not be activated. And the target chamber temperature will " "automatically be set to 0℃." msgstr "" -"Cuando se ajusta la temperatura de la cámara por debajo de 40℃, el control " -"de la temperatura de la cámara no será activado. La temperatura objetivo de " +"Cuando usted fija la temperatura de la cámara debajo de 40℃, el control de " +"la temperatura de la cámara no será activado. Y la temperatura objetivo de " "la cámara se ajustará automáticamente a 0℃." msgid "Failed to start printing job" @@ -3977,13 +3981,13 @@ msgstr "" "actualmente" msgid "Current flowrate cali param is invalid" -msgstr "El parámetro actual de calibración de flujo no es válido" +msgstr "El parámetro de flujo actual no es válido" msgid "Selected diameter and machine diameter do not match" msgstr "El diámetro seleccionado y el diámetro de la máquina no coinciden" msgid "Failed to generate cali gcode" -msgstr "Fallo al generar el G-Code de calibración" +msgstr "Fallo al generar el G-Code cali" msgid "Calibration error" msgstr "Error de calibración" @@ -3998,8 +4002,8 @@ msgid "" "Damp PVA will become flexible and get stuck inside AMS,please take care to " "dry it before use." msgstr "" -"Un PVA húmedo se vuelve flexible y se atascará dentro del AMS, por favor, " -"asegurese de secarlo antes de usarlo." +"El PVA húmedo se hará más flexible y se atascará dentro del AMS, por favor, " +"tenga cuidado de secarlo antes de usar." msgid "" "CF/GF filaments are hard and brittle, It's easy to break or get stuck in " @@ -4070,7 +4074,7 @@ msgid "Filament settings" msgstr "Ajustes del filamento" msgid "SLA Materials settings" -msgstr "Configuración de los Materiales SLA" +msgstr "SLA Configuración de los Materiales" msgid "Printer settings" msgstr "Ajustes de la impresora" @@ -4118,7 +4122,7 @@ msgid "Input value is out of range" msgstr "Valor de entrada fuera de rango" msgid "Some extension in the input is invalid" -msgstr "Alguna extensión en la entrada no es válida" +msgstr "Alguna extensión de la entrada no es válida" #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" @@ -4128,7 +4132,7 @@ msgid "Layer Height" msgstr "Altura de la capa" msgid "Line Width" -msgstr "Ancho de línea" +msgstr "Ancho de extrusión" msgid "Fan Speed" msgstr "Velocidad del ventilador" @@ -4170,7 +4174,7 @@ msgid "Temperature: " msgstr "Temperatura: " msgid "Loading G-codes" -msgstr "Cargando G-Codes" +msgstr "Carga de G-Codes" msgid "Generating geometry vertex data" msgstr "Generación de datos de vértices de la geometría" @@ -4227,7 +4231,7 @@ msgid "Layer Height (mm)" msgstr "Altura de la capa (mm)" msgid "Line Width (mm)" -msgstr "Ancho de línea (mm)" +msgstr "Ancho de extrusión (mm)" msgid "Speed (mm/s)" msgstr "Velocidad (mm/s)" @@ -4242,22 +4246,22 @@ msgid "Volumetric flow rate (mm³/s)" msgstr "Tasa de flujo volumétrico (mm³/seg)" msgid "Travel" -msgstr "Desplazamientos" +msgstr "Recorrido" msgid "Seams" msgstr "Costuras" msgid "Retract" -msgstr "Retracciones" +msgstr "Plegar" msgid "Unretract" -msgstr "Des-retracción" +msgstr "Desplegar" msgid "Filament Changes" msgstr "Cambios de filamento" msgid "Wipe" -msgstr "Purgas" +msgstr "Limpiar" msgid "Options" msgstr "Opciones" @@ -4353,7 +4357,7 @@ msgid "Shift + Right mouse button:" msgstr "Shift + Botón derecho del ratón:" msgid "Smoothing" -msgstr "Suavizado" +msgstr "Suavidad" msgid "Mouse wheel:" msgstr "Rueda del ratón:" @@ -4365,7 +4369,7 @@ msgid "Sequence" msgstr "Secuencia" msgid "Mirror Object" -msgstr "Reflejar Objeto" +msgstr "Espejar Objeto" msgid "Tool Move" msgstr "Herramienta Mover" @@ -4419,7 +4423,7 @@ msgid "Arrange all objects" msgstr "Ordenar todos los objetos" msgid "Arrange objects on selected plates" -msgstr "Organizar los objetos en las bandejas seleccionadas" +msgstr "Colocar los objetos en las bandejas seleccionadas" msgid "Split to objects" msgstr "Separar en objetos" @@ -4431,7 +4435,7 @@ msgid "Assembly View" msgstr "Vista de Emsamblado" msgid "Select Plate" -msgstr "Seleccionr Bandeja" +msgstr "Seleccione la Bandeja" msgid "Assembly Return" msgstr "Volver a agrupar" @@ -4491,13 +4495,13 @@ msgstr "" "Un objeto está colocado en el límite de la bandeja o excede el límite de " "altura.\n" "Por favor solucione el problema moviéndolo totalmente fuera o dentro de la " -"bandeja, y confirme que la altura está dentro del volumen de impresión." +"bandeja, y confirme que la altura está entre el volumen de construcción." msgid "Calibration step selection" msgstr "Seleccionar paso de calibración" msgid "Micro lidar calibration" -msgstr "Calibración de Micro Lidar" +msgstr "Calibración Micro Lidar" msgid "Bed leveling" msgstr "Nivelación de Cama" @@ -4579,7 +4583,7 @@ msgstr "" "en la impresora, como se muestra en la figura:" msgid "Invalid input." -msgstr "Entrada inválida." +msgstr "Introducción inválida." msgid "New Window" msgstr "Nueva Ventana" @@ -4591,7 +4595,7 @@ msgid "Application is closing" msgstr "La aplicación se está cerrando" msgid "Closing Application while some presets are modified." -msgstr "Cerrando la aplicación tras haber modificado algunos perfiles." +msgstr "Cerrando la aplicación mientras se modifican algunos perfiles." msgid "Logging" msgstr "Registrando" @@ -4627,10 +4631,10 @@ msgid "Export G-code file" msgstr "Exportar archivo G-Code" msgid "Export plate sliced file" -msgstr "Exportar los objetos laminados de la bandeja a un archivo" +msgstr "Explorar archivo laminado" msgid "Export all sliced file" -msgstr "Exportar todos los objetos laminados a un archivo" +msgstr "Exportar todos los archivos laminados" msgid "Print all" msgstr "Imprimir todo" @@ -4774,10 +4778,10 @@ msgid "Export 3mf file without using some 3mf-extensions" msgstr "Exporte el archivo 3mf sin usar algunas de las extensiones" msgid "Export current sliced file" -msgstr "Exportar la bandeja activa laminada a un archivo" +msgstr "Exportar archivo laminado actual" msgid "Export all plate sliced file" -msgstr "Exportar todas las bandejas laminadas a un archivo" +msgstr "Exportar todo el archivo de bandeja laminada" msgid "Export G-code" msgstr "Exportar G-Code" @@ -4831,17 +4835,11 @@ msgid "Deletes all objects" msgstr "Borra todos los objetos" msgid "Clone selected" -msgstr "Clonar la selección" +msgstr "Clon seleccionado" msgid "Clone copies of selections" msgstr "Clonar copias de selecciones" -msgid "Duplicate Current Plate" -msgstr "Duplicar Placa Actual" - -msgid "Duplicate the current plate" -msgstr "Duplicar la placa actual" - msgid "Select all" msgstr "Seleccionar Todo" @@ -4863,8 +4861,8 @@ msgstr "Utilizar Vista Octogonal" msgid "Show &G-code Window" msgstr "Mostrar Ventana &G-Code" -msgid "Show g-code window in Preview scene" -msgstr "Mostrar ventana de G-Code en Vista previa" +msgid "Show g-code window in Previce scene" +msgstr "Mostrar ventana de G-Code en escena previa" msgid "Show 3D Navigator" msgstr "Mostrar Navegador 3D" @@ -4890,12 +4888,6 @@ msgstr "Mostrar Voladizo (&O)" msgid "Show object overhang highlight in 3D scene" msgstr "Mostrar resalte de voladizos de objeto en escena 3D" -msgid "Show Selected Outline (Experimental)" -msgstr "Mostrar Contorno Seleccionado (Experimental)" - -msgid "Show outline around selected object in 3D scene" -msgstr "Mostrar el contorno alrededor del objeto seleccionado en la escena 3D" - msgid "Preferences" msgstr "Preferencias" @@ -4917,18 +4909,6 @@ msgstr "Paso 2" msgid "Flow rate test - Pass 2" msgstr "Test de Flujo - Paso 2" -msgid "YOLO (Recommended)" -msgstr "YOLO (recomendado)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Calibración de flujo YOLO de Orca, incrementos de 0,01" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (versión perfeccionista)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Calibración de flujo YOLO de Orca, incrementos de 0,005" - msgid "Flow rate" msgstr "Test de Flujo" @@ -5042,10 +5022,10 @@ msgid_plural "" "There are %d configs imported. (Only non-system and compatible configs)" msgstr[0] "" "Hay %d configuración exportada. (solo configuraciones que no sean del " -"sistema y que sean compatibles)" +"sistema y compatibles)" msgstr[1] "" -"Hay %d configuraciones importadas. (solo configuraciones que no sean del " -"sistema y que sean compatibles)" +"Hay %d configuraciones importadas. (Solo las configuraciones compatibles y " +"no-del-sistema)" msgid "" "\n" @@ -5075,7 +5055,7 @@ msgid "" "2. The Filament presets\n" "3. The Printer presets" msgstr "" -"¿Quiere sincronizar sus datos personales desde Bambu Cloud? \n" +"¿Quiere sincronizar sus datos personales desde Bambú Cloud? \n" "Esta contiene la siguiente información:\n" "1. Los Perfiles de Proceso\n" "2. Los Perfiles de Filamento\n" @@ -5111,7 +5091,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "La cámara de la impresora funciona mal." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Se ha producido un problema. Actualice el firmware de la impresora e " "inténtelo de nuevo." @@ -5159,11 +5139,11 @@ msgstr "Descargando Herramientas de Cámara Virtual" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Otra cámara virtual se está ejecutando.\n" -"Orca Slicer solo soporta una cámara virtual.\n" +"Snapmaker Orca solo soporta una cámara virtual.\n" "¿Desea detener esta cámara virtual?" #, c-format, boost-format @@ -5201,10 +5181,10 @@ msgid "Switch to timelapse files." msgstr "Cambiar a archivos de timelapse." msgid "Video" -msgstr "Vídeo" +msgstr "Video" msgid "Switch to video files." -msgstr "Cambiar a archivos de vídeo." +msgstr "Cambiar a archivos de video." msgid "Switch to 3mf model files." msgstr "Cambiar a archivos de modelos 3mf." @@ -5222,7 +5202,7 @@ msgid "Select" msgstr "Seleccionar" msgid "Batch manage files." -msgstr "Procesado de archivo por lotes." +msgstr "Arhivos de proceso por lotes." msgid "Refresh" msgstr "Actualizar" @@ -5247,7 +5227,7 @@ msgid "Load failed" msgstr "Carga fallida" msgid "Initialize failed (Device connection not ready)!" -msgstr "Error de inicialización (conexión del dispositivo no lista)." +msgstr "Error de inicialización (conexión del dispositivo no preparada)." msgid "" "Browsing file in SD card is not supported in current firmware. Please update " @@ -5289,7 +5269,7 @@ msgstr "¿Desea eliminar el fichero '%s' de la impresora?" msgid "Delete file" msgstr "Borrar archivo" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Obteniendo información sobre el modelo ..." msgid "Failed to fetch model information from printer." @@ -5299,15 +5279,15 @@ msgid "Failed to parse model information." msgstr "No se pudo analizar la información del modelo." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -"El archivo .gcode .3mf no contiene datos de G-Code. Por favor, lamine con " -"Orca Slicer y exporte un nuevo archivo .gcode.3mf." +"El archivo .gcode. 3mf no contiene datos de G-Code. Por favor, lamine con " +"Snapmaker Orca y exporte un nuevo archivo .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." -msgstr "¡El archivo '%s' se perdió!\" Por favor, vuelva a descargárlo." +msgstr "¡El archivo '%s' se perdió!\" Por favor, vuelva a descargárselo." #, c-format, boost-format msgid "" @@ -5372,7 +5352,7 @@ msgid "Translation/Zoom" msgstr "Conversión/Zoom" msgid "3Dconnexion settings" -msgstr "Ajustes de 3DConnexion" +msgstr "Ajustes de conexión 3D" msgid "Swap Y/Z axes" msgstr "Intercambiar los ejes Y/Z" @@ -5486,7 +5466,7 @@ msgstr "Laminado en la Nube..." #, c-format, boost-format msgid "In Cloud Slicing Queue, there are %s tasks ahead." -msgstr "En Cola de Laminado en la Nube, hay %s tareas por delante, " +msgstr "Hay %s tareas por delante, en la Cola de Laminado en la Nube." #, c-format, boost-format msgid "Layer: %s" @@ -5517,13 +5497,14 @@ msgid "" "unload the filament and try again." msgstr "" "No se puede leer la información del filamento: el filamento está cargado en " -"el cabezal, por favor, descargue el filamento y vuelva a intentarlo." +"el cabezal de la herramienta, por favor, descargue el filamento y vuelva a " +"intentarlo." msgid "This only takes effect during printing" msgstr "Esto solo tendrá efecto durante la impresión" msgid "Silent" -msgstr "Silencioso" +msgstr "Silencio" msgid "Standard" msgstr "Estándar" @@ -5532,7 +5513,7 @@ msgid "Sport" msgstr "Deportivo" msgid "Ludicrous" -msgstr "Rídiculamente rápido" +msgstr "Lúdico" msgid "Can't start this without SD card." msgstr "No puede iniciarse sin una tarjeta SD." @@ -5564,7 +5545,7 @@ msgstr "Información" msgid "Get oss config failed." msgstr "Falló la obtención de la configuración de oss." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Cargar Imágenes" msgid "Number of images successfully uploaded" @@ -5625,7 +5606,7 @@ msgid "" msgstr "" "\n" "\n" -"¿Desea redirigir a la página web para la valoración?" +"¿Desea redirigir a la página web de valoración?" msgid "" "Some of your images failed to upload. Would you like to redirect to the " @@ -5685,27 +5666,27 @@ msgid "Newer 3mf version" msgstr "Nueva versión 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "La versión del archivo 3mf está en Beta y es más reciente que la versión " -"actual de OrcaSlicer." +"actual de Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Si desea probar Orca Slicer Beta, puede hacer clic para" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Si desea probar Snapmaker Orca Beta, puede hacer clic en" msgid "Download Beta Version" -msgstr "Descargar la versión beta" +msgstr "Descargar versión beta" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" "La versión del archivo 3mf es más reciente que la versión actual de Orca " "Slicer." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Actualizar Orca Slicer podría habilitar toda la funcionalidad en el archivo " -"3mf." +"Actualice su Snapmaker Orca podría habilitar toda la funcionalidad en el " +"archivo 3mf." msgid "Current Version: " msgstr "Versión actual: " @@ -5810,7 +5791,7 @@ msgid "Model file downloaded." msgstr "Archivo de modelo descargado." msgid "Serious warning:" -msgstr "Advertencia grave:" +msgstr "Seria advertencia:" msgid " (Repair)" msgstr " (Reparación)" @@ -5833,7 +5814,7 @@ msgid "Support painting" msgstr "Soporte pintado" msgid "Color painting" -msgstr "Pintado de color" +msgstr "Pintura en color" msgid "Cut connectors" msgstr "Cortar Conectores" @@ -5890,7 +5871,7 @@ msgid "" "the tag is not in predefined range." msgstr "" "Se detecta la etiqueta de localización de la bandeja y se detiene la " -"impresión si la etiqueta no se encuentra dentro del rango predefinido." +"impresión si la etiqueta no se encuentra dentro del intervalo predefinido." msgid "First Layer Inspection" msgstr "Inspección de Primera Capa" @@ -6023,7 +6004,7 @@ msgid "Search plate, object and part." msgstr "Buscar bandeja, objeto y parte." msgid "Pellets" -msgstr "Pellets" +msgstr "" msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." @@ -6059,12 +6040,12 @@ msgstr "No hay filamentos compatibles, y no se ha realizado la sincronización." msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" -"Hay algunos filamentos desconocidos mapeados al perfil genérico. Por favor " -"actualice o reinicie Orca Slicer para comprobar si hay una actualización de " -"perfiles del sistema." +"Hay algunos filamentos desconocidos mapeados en el perfil genérico. Por " +"favor actualice o reinicie Snapmaker Orca para comprobar si hay una " +"actualización de perfiles del sistema." #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -6075,7 +6056,7 @@ msgid "" "Successfully unmounted. The device %s(%s) can now be safely removed from the " "computer." msgstr "" -"Desmontado correctamente. El dispositivo %s(%s) ahora puede ser extraído de " +"Desmontado correctamente. El dispositivo %s(%s) ahora puede ser eliminado de " "forma segura." #, c-format, boost-format @@ -6105,7 +6086,7 @@ msgid "" msgstr "" "La dureza de la boquilla requerida por el filamento es más alta que la " "dureza de la boquilla por defecto de la impresora. Por favor, reemplace la " -"boquilla endurecida o el filamento, de otra forma, la boquilla se atascará o " +"boquilla endurecida y el filamento, de otra forma, la boquilla se atascará o " "se dañará." msgid "" @@ -6125,8 +6106,8 @@ msgstr "Colapsar barra lateral" msgid "Loading file: %s" msgstr "Cargando archivo: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "El 3mf no es de Orca Slicer, cargando sólo datos de geometría." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "El 3mf no es de Snapmaker Orca, cargar datos de geometría solo." msgid "Load 3mf" msgstr "Cargar 3mf" @@ -6246,8 +6227,8 @@ msgid "" "Your object appears to be too large, Do you want to scale it down to fit the " "heat bed automatically?" msgstr "" -"Su objeto parece demasiado grande, ¿Desea reducir el tamaño automáticamente " -"para que quepa en la cama caliente?" +"Tu objeto parece demasiado grande, ¿Deseas disminuirlo para que quepa en la " +"cama caliente automáticamente?" msgid "Object too large" msgstr "Objeto demasiado grande" @@ -6340,10 +6321,10 @@ msgstr "Laminado Cancelado" #, c-format, boost-format msgid "Slicing Plate %d" -msgstr "Laminando bandeja %d" +msgstr "Bandeja de corte %d" msgid "Please resolve the slicing errors and publish again." -msgstr "Por favor, resuelva los errores de corte y publique de nuevo." +msgstr "Por favor, resuelve los errores de corte y publica de nuevo." msgid "" "Network Plug-in is not detected. Network related features are unavailable." @@ -6387,23 +6368,23 @@ msgid "prepare 3mf file..." msgstr "Preparar el archivo 3mf..." msgid "Download failed, unknown file format." -msgstr "Descarga fallida; formato de archivo desconocido." +msgstr "Download failed; unknown file format." msgid "downloading project ..." msgstr "Descargando proyecto..." msgid "Download failed, File size exception." -msgstr "Descarga fallida; error de tamaño de archivo." +msgstr "Download failed; File size exception." #, c-format, boost-format msgid "Project downloaded %d%%" msgstr "Proyecto descargado %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"La importación a Orca Slicer ha fallado. Descargue el archivo e impórtelo " +"La importación a Snapmaker Orca ha fallado. Descargue el archivo e impórtelo " "manualmente." msgid "Import SLA archive" @@ -6453,10 +6434,10 @@ msgid "G-code loading" msgstr "Carga del G-Code" msgid "G-code files can not be loaded with models together!" -msgstr "¡Los archivos de G-Code no pueden cargarse junto con modelos!" +msgstr "¡Los archivos de G-Code no pueden cargarse con los modelos juntos!" msgid "Can not add models when in preview mode!" -msgstr "¡No se pueden añadir modelos en el modo de vista previa!" +msgstr "No se pueden añadir modelos en el modo de vista previa!" msgid "All objects will be removed, continue?" msgstr "Todos los objetos serán eliminados, ¿desea continuar?" @@ -6493,7 +6474,7 @@ msgid "" "on the printer." msgstr "" "El archivo %s ha sido mandado al almacenamiento de la impresora y puede ser " -"visualizado en la impresora." +"visto en la impresora." msgid "" "Unable to perform boolean operation on model meshes. Only positive parts " @@ -6509,11 +6490,11 @@ msgstr "Razón: la parte \"%1%\" está vacía." #, boost-format msgid "Reason: part \"%1%\" does not bound a volume." -msgstr "Motivo: La pieza \"%1%\" no contiene volumen." +msgstr "Motivo: La pieza \"%1%\" no tiene volumen." #, boost-format msgid "Reason: part \"%1%\" has self intersection." -msgstr "Razón: la parte \"%1%\" se ha auto-intersecado." +msgstr "Razón: la parte \"%1%\" se ha intersecado." #, boost-format msgid "Reason: \"%1%\" and another part have no intersection." @@ -6533,7 +6514,7 @@ msgid "" msgstr "" "¿Está seguro que quiere almacenar SVGs originales con sus rutas locales " "dentro del archivo 3MF?\n" -"Si pulsa 'NO', todos los SVGs en el proyecto dejarán de ser editables." +"Si pulsa 'NO', todos los SVGs en el proyecto no serán editables nunca más." msgid "Private protection" msgstr "Protección privada" @@ -6550,8 +6531,7 @@ msgid "" "Suggest to use auto-arrange to avoid collisions when printing." msgstr "" "Imprimir por objeto: \n" -"Se aconseja utilizar el auto-posicionamiento para evitar colisiones al " -"imprimir." +"Sugiere utilizar el auto-posicionamiento para evitar colisiones al imprimir." msgid "Send G-code" msgstr "Enviar G-Code" @@ -6561,7 +6541,7 @@ msgstr "Enviar a la impresora" msgid "Custom supports and color painting were removed before repairing." msgstr "" -"Los soportes personalizados y el pintado de color se eliminaron antes de la " +"Los soportes personalizados y la pintura de color se eliminaron antes de la " "reparación." msgid "Optimize Rotation" @@ -6591,7 +6571,7 @@ msgstr "Nombre del objeto: %1%\n" #, boost-format msgid "Size: %1% x %2% x %3% in\n" -msgstr "Tamaño: %1% x %2% x %3% pulg\n" +msgstr "Tamaño: %1% x %2% x %3% en\n" #, boost-format msgid "Size: %1% x %2% x %3% mm\n" @@ -6616,11 +6596,10 @@ msgstr "Consejos:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"La característica \"Arreglar Modelo\" está actualmente disponible sólo en " -"Windows. Por favor, repare el modelo en Orca Slicer (windows) o en un " -"programa CAD." +"La característica \"Arreglar Modelo\" está actualmente solo en Windows. Por " +"favor, repare el modelo en Snapmaker Orca(windows) o el programas CAD." #, c-format, boost-format msgid "" @@ -6628,9 +6607,9 @@ msgid "" "still want to do this printing, please set this filament's bed temperature " "to non zero." msgstr "" -"Bandeja% d: %s no es recomendable ser usada para imprimir el filamento " -"%s(%s). Si desea imprimir de todos modos, por favor, indique una temperatura " -"de bandeja distinta a 0 en la configuración del filamento." +"Bandeja% d: %s no está sugerido para ser usado para imprimir filamento " +"%s(%s). Si usted aún quiere imprimir, por favor, seleccione 0 en la " +"temperatura de Bandeja." msgid "Switching the language requires application restart.\n" msgstr "El cambio de idioma requiere el reinicio de la aplicación.\n" @@ -6649,7 +6628,7 @@ msgid "Changing application language" msgstr "Cambiar el idioma de la aplicación" msgid "Changing the region will log out your account.\n" -msgstr "Si cambias de región, se cerrará la sesión de tu cuenta.\n" +msgstr "Si cambias de región, saldrás de tu cuenta.\n" msgid "Region selection" msgstr "Selección de región" @@ -6666,8 +6645,8 @@ msgstr "Elegir Directorio de Descarga" msgid "Associate" msgstr "Asociar" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "con OrcaSlicer para que pueda abrir modelos desde" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "porque Snapmaker Orca así que no puede abrir modelos desde" msgid "Current Association: " msgstr "Asociación actual:" @@ -6725,8 +6704,8 @@ msgstr "Imperial" msgid "Units" msgstr "Unidades" -msgid "Allow only one OrcaSlicer instance" -msgstr "Permitir sólo una instancia de OrcaSlicer" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Permitir sólo una instancia de Snapmaker Orca" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6739,12 +6718,12 @@ msgstr "" "permitirá una instancia." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Si esta opción está activada, al iniciar OrcaSlicer y otra instancia del " -"mismo OrcaSlicer ya se está ejecutando, esa instancia se reactivará en su " +"Si esta opción está activada, al iniciar Snapmaker Orca y otra instancia del " +"mismo Snapmaker Orca ya se está ejecutando, esa instancia se reactivará en su " "lugar." msgid "Home" @@ -6768,9 +6747,8 @@ msgid "" "Touchpad: Alt+move for rotation, Shift+move for panning." msgstr "" "Selecciona el estilo de navegación de la cámara:\n" -"Por defecto: Botón izquiero del ratón + mover para rotación, botón derecho o " -"central del ratón+mover para desplazar.\n" -"Panel táctil: Alt+mover para rotación, Shift+mover para desplazar." +"Por defecto: LMB+mover para rotación, RMB/MMB+mover para paneo.\n" +"Panel táctil: Alt+mover para rotación, Shift+mover para paneo." msgid "Zoom to mouse position" msgstr "Hacer zoom en la posición del ratón" @@ -6803,15 +6781,15 @@ msgid "Show the splash screen during startup." msgstr "Muestra la página de bienvenida al iniciar." msgid "Show \"Tip of the day\" notification after start" -msgstr "Mostrar la notificación \"Consejo del Día\" al iniciar" +msgstr "Mostrar la notificación \"Consejo del Día\" después de empezar" msgid "If enabled, useful hints are displayed at startup." msgstr "Si está activado, las sugerencias útiles serán mostradas al inicio." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Volumenes de descarga: Auto calcular en cada cambio de color." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Si está activado, auto calcula en cada cambio de color." msgid "" @@ -6844,12 +6822,6 @@ msgstr "" "Con esta opción activada, puede enviar una tarea a varios dispositivos al " "mismo tiempo y gestionar varios dispositivos." -msgid "Auto arrange plate after cloning" -msgstr "Disposición automática de la placa tras la clonación" - -msgid "Auto arrange plate after object cloning" -msgstr "Disposición automática de la placa tras la clonación de objetos" - msgid "Network" msgstr "Red" @@ -6870,38 +6842,38 @@ msgstr "Sincronizar sistema" msgid "Clear my choice on the unsaved presets." msgstr "Limpiar mi selección de perfiles no guardados." -msgid "Associate files to OrcaSlicer" -msgstr "Asociar archivos a OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Asociar archivos a Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Asociar archivos .3mf a OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Asociar archivos .3mf a Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Si se activa, ajusta OrcaSlicer como aplicación por defecto para abrir " +"Si se activa, ajusta Snapmaker Orca como aplicación por defecto para abrir " "archivos .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Asociar archivos .stl a OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Asociar archivos .stl a Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Si se activa, ajusta OrcaSlicer como aplicación por defecto para abrir " +"Si se activa, ajusta Snapmaker Orca como aplicación por defecto para abrir " "archivos .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Asociar archivos .step/.stp a OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Asociar archivos .step/.stp a Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Si se activa, ajusta OrcaSlicer como aplicación por defecto para abrir " +"Si se activa, ajusta Snapmaker Orca como aplicación por defecto para abrir " "archivos .step" -msgid "Associate web links to OrcaSlicer" -msgstr "Asociar enlaces web a OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Asociar enlaces web a Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Asociar URLs a OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Asociar URLs a Snapmaker Orca" msgid "Maximum recent projects" msgstr "Máximos proyectos recientes" @@ -6927,7 +6899,7 @@ msgstr "" msgid "every" msgstr "Todo" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "El periodo de copia de seguridad en segundos." msgid "Downloads" @@ -6940,7 +6912,7 @@ msgid "Enable Dark mode" msgstr "Activar Modo Oscuro" msgid "Develop mode" -msgstr "Modo de desarrollador" +msgstr "Modo de desarrollo" msgid "Skip AMS blacklist check" msgstr "Evitar la comprobación de lista negra de AMS" @@ -7130,19 +7102,19 @@ msgstr "Desconectarse" msgid "Slice all plate to obtain time and filament estimation" msgstr "" -"Laminar todas las piezas para obtener una estimación del tiempo y del " +"Lamina todas las piezas para obtener una estimación del tiempo y del " "filamento" msgid "Packing project data into 3mf file" msgstr "Empaquetar los datos del proyecto en un archivo 3mf" msgid "Uploading 3mf" -msgstr "Cargando 3mf" +msgstr "Carga de 3mf" msgid "Jump to model publish web page" msgstr "Ir a la página web de publicación de modelos" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Nota: La preparación puede llevar varios minutos. Por favor, sea paciente." @@ -7204,7 +7176,7 @@ msgstr "La impresora \"%1%\" está seleccionada con el perfil \"%2%\"" #, boost-format msgid "Please choose an action with \"%1%\" preset after saving." -msgstr "Por favor, elija una acción con el perfil \"%1%\" después de guardar." +msgstr "Por favor, elija una acción con \"%1%\" perfil después de guardar." #, boost-format msgid "For \"%1%\", change \"%2%\" to \"%3%\" " @@ -7292,7 +7264,7 @@ msgstr "Sincronizando la información del dispositivo" msgid "Synchronizing device information time out" msgstr "" -"Error de tiempo de espera de sincronización de la información del dispositivo" +"Finalización del tiempo de sincronización de la información del dispositivo" msgid "Cannot send the print job when the printer is updating firmware" msgstr "" @@ -7320,7 +7292,7 @@ msgid "" "Filament exceeds the number of AMS slots. Please update the printer firmware " "to support AMS slot assignment." msgstr "" -"El filamento excede el número de ranuras AMS. Por favor actualice el " +"El %s del filamento excede el número de ranuras AMS. Por favor actualice el " "firmware para que soporte la asignación de ranuras AMS." msgid "" @@ -7342,7 +7314,7 @@ msgid "" "Filament %s does not match the filament in AMS slot %s. Please update the " "printer firmware to support AMS slot assignment." msgstr "" -"El filamento %s no coincide con el filamento en la ranura AMS %s. Por favor " +"El filamento %s no coincide con el filamento la ranura AMS %s. Por favor " "actualice el firmware de la impresora para que soporte la asignación de " "ranuras AMS." @@ -7350,7 +7322,7 @@ msgid "" "Filament does not match the filament in AMS slot. Please update the printer " "firmware to support AMS slot assignment." msgstr "" -"El filamento excede el número de ranuras AMS. Por favor actualice el " +"El %s del filamento excede el número de ranuras AMS. Por favor actualice el " "firmware de la impresora para que soporte la asignación de ranuras AMS." msgid "" @@ -7369,7 +7341,7 @@ msgid "" "the slicer (%s)." msgstr "" "La impresora seleccionada (%s) es incompatible con el perfil de impresora " -"elegido en Orca (%s)." +"elegido en la cortadora (%s)." msgid "An SD card needs to be inserted to record timelapse." msgstr "Es necesario insertar una tarjeta SD para guardar el timelapse." @@ -7382,10 +7354,10 @@ msgstr "" "necesita una actualización de firmware." msgid "Cannot send the print job for empty plate" -msgstr "No es posible enviar un trabajo de impresión con una bandeja vacía" +msgstr "No es posible enviar el trabajo de impresión a una bandeja vacía" msgid "This printer does not support printing all plates" -msgstr "Esta impresora no soporta la impresión de todas las bandejas" +msgstr "Esta impresora no soporta la impresión en todas las bandejas" msgid "" "When enable spiral vase mode, machines with I3 structure will not generate " @@ -7421,8 +7393,10 @@ msgid "" "start printing." msgstr "" "Hay algunos filamentos desconocidos en los mapeados AMS. Por favor, " -"compruebe si son los filamentos requeridos. Si lo son, presione \"Confirmar" -"\" para empezar a imprimir." +"compruebe si son los filamentos requeridos. Si lo son, presione " +"\"Confirmar\" para empezar a imprimir. Por favor, compruebe si son los " +"filamentos requeridos. Si lo son, presione \"Confirmar\" para empezar a " +"imprimir." #, c-format, boost-format msgid "nozzle in preset: %s %s" @@ -7446,7 +7420,7 @@ msgid "" "Printing high temperature material(%s material) with %s may cause nozzle " "damage" msgstr "" -"La impresión de material de alta temperatura (material %s) con %s puede " +"La impresión de material de alta temperatura (%s material) con %s puede " "causar daños en la boquilla" msgid "Please fix the error above, otherwise printing cannot continue." @@ -7457,7 +7431,8 @@ msgstr "" msgid "" "Please click the confirm button if you still want to proceed with printing." msgstr "" -"Por favor, presione el botón de confirmar si desea proceder con la impresión." +"Por favor, presione el botón de confirmar si aún quieres proceder con la " +"impresión." msgid "" "Connecting to the printer. Unable to cancel during the connection process." @@ -7467,8 +7442,8 @@ msgid "" "Caution to use! Flow calibration on Textured PEI Plate may fail due to the " "scattered surface." msgstr "" -"¡Precaución! La calibración del flujo en una bandeja de PEI texturizada " -"puede fallar debido a la superficie irregular." +"¡Precaución! La calibración del flujo en la bandeja PEI texturizada puede " +"fallar debido a la superficie dispersa." msgid "Automatic flow calibration using Micro Lidar" msgstr "Calibración Automática de Flujo usando Micro Lidar" @@ -7496,9 +7471,9 @@ msgstr "" "Es necesario insertar una tarjeta SD antes de enviar a la tarjeta SD de la " "impresora." -msgid "The printer is required to be in the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." msgstr "" -"Es necesaria que la impresora esté en la misma red local que Orca Slicer." +"Es necesaria que la impresora esté en la misma red local que Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "La impresora no soporta el envío directo a la tarjeta SD." @@ -7531,7 +7506,7 @@ msgid "Failed to parse login report reason" msgstr "Error al analizar el motivo del informe de inicio de sesión" msgid "Receive login report timeout" -msgstr "Tiempo de espera excedido para recibir el informe de inicio de sesión" +msgstr "Tiempo de espera para recibir el informe de inicio de sesión" msgid "Unknown Failure" msgstr "Error Desconocido" @@ -7575,8 +7550,8 @@ msgstr "Condiciones generales" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7665,18 +7640,18 @@ msgstr "" "Presionar para reiniciar todos los ajustes al perfil guardado por defecto." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" -"Se requiere una torre de purga para un timelapse suave. Puede haber defectos " -"en los modelos si no se usa una torre de purga. ¿Está seguro de que quiere " -"deshabilitar la torre de purgado?" +"Se requiere la torre de purga para un timelapse suave. Puede haber defectos " +"modelos sin torre de purga.¿Está seguro de que quiere deshabilitar la torre " +"principal?" msgid "" "Prime tower is required for smooth timelapse. There may be flaws on the " "model without prime tower. Do you want to enable prime tower?" msgstr "" -"La torre de purga es necesaria para que el timelapse sea suave. Puede haber " +"La torre de purga es necesaria para que el timelapse sea fluido. Puede haber " "defectos en el modelo sin torre de purga. ¿Desea activar la torre de purga?" msgid "Still print by object?" @@ -7706,7 +7681,7 @@ msgid "" "settings: at least 2 interface layers, at least 0.1mm top z distance or " "using support materials on interface." msgstr "" -"Para \"Árboles fuertes\" y \"Árboles Híbridos\", recomendamos los siguientes " +"Para \"Árboles fuertes\" y \"Árboles Híbridos\", recomendamos lo siguiente " "ajustes: al menos 2 capas de interfaz, al menos 0.1mm de distancia superior " "en z o usar materiales de soporte en la interfaz." @@ -7718,7 +7693,7 @@ msgid "" msgstr "" "Cuando se use material de soporte para las interfaces de soporte, " "recomendamos los siguientes ajustes:\n" -"distancia z 0, separación de interfaz 0, patrón concéntrico y desactivar " +"distancia z0, separación de interfaz 0, patrón concéntrico y desactivar " "altura de soporte independiente de altura de capa" msgid "" @@ -7726,8 +7701,8 @@ msgid "" "precise dimensions or is part of an assembly, it's important to double-check " "whether this change in geometry impacts the functionality of your print." msgstr "" -"Al activar esta opción se modificará la forma del modelo. Si la impresión " -"requiere dimensiones precisas o forma parte de un ensamblaje, es importante " +"Al activar esta opción modificará la forma del modelo. Si la impresión " +"requiere dimensiones precisas o forma parte de un ensamblado, es importante " "comprobar si este cambio en la geometría afecta a la funcionalidad de la " "impresión." @@ -7746,7 +7721,7 @@ msgid "" "height limits ,this may cause printing quality issues." msgstr "" "La altura de la capa excede el límite en Ajustes de la Impresora -> Extrusor " -"-> Limite de Altura de Capa, esto puede causar problemas de calidad de " +"-> Limite de Altura de Capa ,esto puede causar problemas de calidad de " "impresión." msgid "Adjust to the set range automatically? \n" @@ -7765,9 +7740,9 @@ msgid "" "printing complications." msgstr "" "Característica experimental: Retraer y cortar el filamento a mayor distancia " -"durante los cambios de filamento para minimizar el descarte. Aunque puede " -"reducir notablemente el descarte, también puede elevar el riesgo de atascos " -"de boquillas u otros problemas en la impresión." +"durante los cambios de filamento para minimizar el flujo. Aunque puede " +"reducir notablemente el flujo, también puede elevar el riesgo de atascos de " +"boquillas u otras complicaciones de impresión." msgid "" "Experimental feature: Retracting and cutting off the filament at a greater " @@ -7776,9 +7751,9 @@ msgid "" "complications.Please use with the latest printer firmware." msgstr "" "Característica experimental: Retraer y cortar el filamento a mayor distancia " -"durante los cambios de filamento para minimizar el descarte. Aunque puede " -"reducir notablemente el descarte, también puede elevar el riesgo de atascos " -"de boquilla u otros problemas en la impresión. Por favor, utilícelo con el " +"durante los cambios de filamento para minimizar el flujo. Aunque puede " +"reducir notablemente el flujo, también puede elevar el riesgo de atascos de " +"boquilla u otras complicaciones de impresión. Por favor, utilícelo con el " "último firmware de la impresora." msgid "" @@ -7788,12 +7763,12 @@ msgid "" "\"->\"Timelapse Wipe Tower\"." msgstr "" "Cuando se graba un timelapse sin cabezal, se recomienda añadir una \"Torre " -"de Purga de Timelapse\" haciendo clic con el botón derecho del ratón en una " -"posición vacía de la bandeja de impresión y seleccionando \"Añadir Primitivo" -"\"->Torre de Purga de Timelapse\"." +"de Purga de Timelapse\" haciendo clic con el botón derecho del ratón en la " +"posición vacía de la bandeja de impresión y seleccionando \"Añadir " +"Primitivo\"->Torre de Purga de Timelapse\"." msgid "Line width" -msgstr "Ancho de linea" +msgstr "Ancho de extrusión" msgid "Seam" msgstr "Costura" @@ -7862,21 +7837,12 @@ msgstr "Filamento de soporte" msgid "Tree supports" msgstr "Soportes de árbol" -msgid "Multimaterial" -msgstr "Multimaterial" +msgid "Skirt" +msgstr "Falda" msgid "Prime tower" msgstr "Torre de Purga" -msgid "Filament for Features" -msgstr "Filamento para Características" - -msgid "Ooze prevention" -msgstr "Prevención de rezumado" - -msgid "Skirt" -msgstr "Falda" - msgid "Special mode" msgstr "Ajustes especiales" @@ -7903,18 +7869,18 @@ msgid_plural "" "estimation." msgstr[0] "" "La siguiente línea %s contiene palabras clave reservadas.\n" -"Por favor, elimínela, o afectará la visualización del G-Code y la estimación " +"Por favor, elimínela, o vencerá la visualización del G-Code y la estimación " "del tiempo de impresión." msgstr[1] "" "Las siguientes líneas %s contienen palabras clave reservadas.\n" -"Por favor, elimínelas, o afectará la visualización del G-Code y la " -"estimación del tiempo de impresión." +"Por favor, elimínelas, o vencerá la visualización del G-Code y la estimación " +"del tiempo de impresión." msgid "Reserved keywords found" msgstr "Palabras clave utilizadas y encontradas" msgid "Setting Overrides" -msgstr "Sobreescribir Ajustes de impresora" +msgstr "Anulaciones de configuración" msgid "Retraction" msgstr "Retracción" @@ -7928,10 +7894,7 @@ msgstr "Temperatura recomendada de la boquilla" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" "Rango de temperatura de boquilla recomendado para este filamento. 0 " -"significa sin especificar" - -msgid "Flow ratio and Pressure Advance" -msgstr "Ratio de flujo y Avance de Presión Lineal" +"significa que no se ajusta" msgid "Print chamber temperature" msgstr "Temperatura de la cámara" @@ -8034,10 +7997,10 @@ msgid "" "than the setting value" msgstr "" "La velocidad del ventilador de la pieza será máxima cuando el tiempo de capa " -"estimado sea inferior al valor especificado" +"estimado sea inferior al valor ajustado" msgid "Auxiliary part cooling fan" -msgstr "Ventilador auxiliar de refrigeración de piezas" +msgstr "Ventilador de parte auxiliar" msgid "Exhaust fan" msgstr "Ventilador de extracción" @@ -8046,26 +8009,29 @@ msgid "During print" msgstr "Durante la impresión" msgid "Complete print" -msgstr "Después de la impresión" +msgstr "Completar impresión" msgid "Filament start G-code" msgstr "G-Code de inicio de filamento" msgid "Filament end G-code" -msgstr "G-Code de fin de filamento" +msgstr "Final del G-Code de filamento" + +msgid "Multimaterial" +msgstr "Multimaterial" msgid "Wipe tower parameters" msgstr "Parámetros de torre de purga" msgid "Toolchange parameters with single extruder MM printers" -msgstr "Parámetros de cambio de cabezal para impresoras de 1 extrusor MM" +msgstr "Parámetros de cambio de herramienta para impresoras de 1 extrusor MM" msgid "Ramming settings" msgstr "Parámetros de Moldeado de Extremo" msgid "Toolchange parameters with multi extruder MM printers" msgstr "" -"Parámetros de cambio de cabezal para impresoras de varios extrusores MM" +"Parámetros de cambio de herramienta para impresoras de varios extrusores MM" msgid "Printable space" msgstr "Espacio imprimible" @@ -8100,7 +8066,7 @@ msgid "Machine start G-code" msgstr "G-Code de inicio" msgid "Machine end G-code" -msgstr "G-Code de fin" +msgstr "G-Code final" msgid "Printing by object G-code" msgstr "G-Code de impresión por objeto" @@ -8109,22 +8075,22 @@ msgid "Before layer change G-code" msgstr "G-Code para antes del cambio de capa" msgid "Layer change G-code" -msgstr "G-Code tras el cambio de capa" +msgstr "Cambiar el G-Code tras el cambio de capa" msgid "Time lapse G-code" -msgstr "G-Code de timelapse" +msgstr "Timelapse G-Code" msgid "Change filament G-code" msgstr "G-Code para el cambio de filamento" msgid "Change extrusion role G-code" -msgstr "G-Code de cambio de rol de extrusión" +msgstr "Cambiar el rol de extrusión Código G" msgid "Pause G-code" msgstr "G-Code de pausa" msgid "Template Custom G-code" -msgstr "Plantilla para G-Code de usuario" +msgstr "G-Code para el cambio de plantilla" msgid "Motion ability" msgstr "Capacidad de movimiento" @@ -8141,39 +8107,15 @@ msgstr "Limitación de la aceleración" msgid "Jerk limitation" msgstr "Limitación de Jerk" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Configuración de extrusor único multimaterial" -msgid "Number of extruders of the printer." -msgstr "Número de extrusores de la impresora." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Seleccionado Extrusor Único Multi Material, \n" -"y todos los extrusores deben tener el mismo diámetro. \n" -"¿Desea cambiar el diámetro de todos los extrusores al valor del diámetro de " -"la boquilla del primer extrusor?" - -msgid "Nozzle diameter" -msgstr "Diámetro de boquilla" - msgid "Wipe tower" msgstr "Torre de purga" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parámetros de extrusor único multimaterial" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"Esta es una impresora multimaterial de un solo extrusor, los diámetros de " -"todos los extrusores se ajustarán al nuevo valor. ¿Desea continuar?" - msgid "Layer height limits" msgstr "Límites de altura de la capa" @@ -8191,7 +8133,7 @@ msgstr "" "La opción Wipe no está disponible cuando se utiliza el modo Retracción de " "Firmware.\n" "\n" -"¿Desea desactivarla y activar el modo Retracción de Firmware?" +"Debo desactivarla para activar la retracción de firmware?" msgid "Firmware Retraction" msgstr "Retracción de firmware" @@ -8218,7 +8160,7 @@ msgstr[1] "Los siguientes perfiles heredan de este otro." #. TRN Remove/Delete #, boost-format msgid "%1% Preset" -msgstr "Perfil %1%" +msgstr "%1% Preestablecido" msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." @@ -8295,7 +8237,8 @@ msgid "Keep the selected options." msgstr "Mantener las opciones seleccionadas." msgid "Transfer the selected options to the newly selected preset." -msgstr "Transferir las opciones seleccionadas al nuevo perfil." +msgstr "" +"Transfiere las opciones seleccionadas a la nueva preselección seleccionada." #, boost-format msgid "" @@ -8310,12 +8253,12 @@ msgid "" "Transfer the selected options to the newly selected preset \n" "\"%1%\"." msgstr "" -"Transferir las opciones seleccionadas al nuevo perfil seleccionado \n" +"Transfiere las opciones seleccionadas al nuevo perfil seleccionado \n" "\"%1%\"." #, boost-format msgid "Preset \"%1%\" contains the following unsaved changes:" -msgstr "El perfil \"%1%\" contiene los siguientes cambios no guardados:" +msgstr "La preselección \"%1%\" contiene los siguientes cambios no guardados:" #, boost-format msgid "" @@ -8342,7 +8285,7 @@ msgid "" "You can save or discard the preset values you have modified." msgstr "" "\n" -"Puede guardar o descartar los parámetros del perfil que haya modificado." +"Puede guardar o descartar los perfiles que haya modificado." msgid "" "\n" @@ -8350,8 +8293,8 @@ msgid "" "transfer the values you have modified to the new preset." msgstr "" "\n" -"Puede guardar o descartar los parámetros del perfil que haya modificado, o " -"elegir el transferir los valores que ha modificado al nuevo perfil." +"Puede guardar o descartar los valores perfiles que ha modificado, o elegir " +"transferir los valores que ha modificado al nuevo perfil." msgid "You have previously modified your settings." msgstr "Ha modificado previamente su configuración." @@ -8362,11 +8305,11 @@ msgid "" "the modified values to the new project" msgstr "" "\n" -"Puede descartar los parámetros del perfil que haya modificado, o elegir el " +"Puede descartar los valores perfiles que haya modificado, o elegir " "transferir los valores modificados al nuevo proyecto" msgid "Extruders count" -msgstr "Número de extrusores" +msgstr "Contador de extrusores" msgid "General" msgstr "General" @@ -8390,7 +8333,7 @@ msgid "" "Note: New modified presets will be selected in settings tabs after close " "this dialog." msgstr "" -"Transferir las opciones seleccionadas del perfil izquierdo al derecho. \n" +"Transfiera las opciones seleccionadas del perfil izquierdo al derecho. \n" "Nota: Los nuevos perfiles modificados se seleccionarán en las pestañas de " "configuración después de cerrar este cuadro de diálogo." @@ -8401,8 +8344,8 @@ msgid "" "If enabled, this dialog can be used for transfer selected values from left " "to right preset." msgstr "" -"Si se activa, este cuadro de diálogo se puede utilizar para transferir los " -"valores seleccionados de los perfiles de la izquierda a la los de la derecha." +"Si se activa, este cuadro de diálogo se puede utilizar para convertir los " +"valores seleccionados de izquierda a derecha perfiles." msgid "Add File" msgstr "Añadir archivo" @@ -8421,7 +8364,7 @@ msgid "Basic Info" msgstr "Información Básica" msgid "Pictures" -msgstr "Imágenes" +msgstr "Fotos" msgid "Bill of Materials" msgstr "Lista de materiales" @@ -8446,7 +8389,7 @@ msgid "Configuration update" msgstr "Actualización de configuración" msgid "A new configuration package available, Do you want to install it?" -msgstr "Un nuevo paquete de configuración disponible, ¿desea instalarlo?" +msgstr "Un nuevo paquete de configuración disponible, ¿quieres instalarlo?" msgid "Description:" msgstr "Descripción:" @@ -8482,7 +8425,7 @@ msgid "The configuration is up to date." msgstr "La configuración está actualizada." msgid "Obj file Import color" -msgstr "Importar color de archivo OBJ" +msgstr "Archivo Obj Importar color" msgid "Specify number of colors:" msgstr "Especifique el número de colores:" @@ -8501,10 +8444,10 @@ msgid "Quick set:" msgstr "Configurar rápido:" msgid "Color match" -msgstr "Coincidencia de colores" +msgstr "Combinación de colores" msgid "Approximate color matching." -msgstr "Coincidencia aproximada de colores." +msgstr "Coincidencia de color aproximada." msgid "Append" msgstr "Añadir" @@ -8516,7 +8459,7 @@ msgid "Reset mapped extruders." msgstr "Restablecer extrusoras mapeadas." msgid "Cluster colors" -msgstr "Agrupar colores" +msgstr "Colores de grupos" msgid "Map Filament" msgstr "Mapear Filamento" @@ -8525,7 +8468,7 @@ msgid "" "Note:The color has been selected, you can choose OK \n" " to continue or manually adjust it." msgstr "" -"Nota: el color ha sido seleccionado, puede elegir OK\n" +"Nota: Una vez seleccionado el color, puede elegir OK\n" "para continuar o ajustarlo manualmente." msgid "" @@ -8533,6 +8476,8 @@ msgid "" " current extruders exceeds 16." msgstr "" "Advertencia: El recuento de extrusores recién añadidos y \n" +"actuales es superior a 16.Advertencia: El recuento de extrusores recién " +"añadidos y \n" "actuales es superior a 16." msgid "Ramming customization" @@ -8550,8 +8495,8 @@ msgid "" "jams, extruder wheel grinding into filament etc." msgstr "" "El moldeado de extremo se refiere a una extrusión rápida justo antes del " -"cambio de cabezal en impresorad MM de extrusor único. Su propósito es dar " -"una forma adecuada al final del filamento descargado para no impedir la " +"cambio de herramienta en la impresora MM de extrusor único. Su propósito es " +"dar una forma adecuada al final del filamento descargado para no impedir la " "inserción del nuevo filamento, y que pueda ser reinsertada por si misma " "posteriormente." @@ -8571,35 +8516,35 @@ msgid "Ramming line spacing" msgstr "Separación de línea de moldeado de extremo" msgid "Auto-Calc" -msgstr "Calculado automático" +msgstr "Auto-Calc" msgid "Re-calculate" msgstr "Recalcular" msgid "Flushing volumes for filament change" -msgstr "Volúmenes de purgado para el cambio de filamentos" +msgstr "Volúmenes de limpieza para el cambio de filamentos" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" -"Orca volverá a calcular sus volúmenes de purgado cada vez que se cambie el " +"Orca volverá a calcular sus volúmenes de descarga cada vez que se cambie el " "color de los filamentos. Puedes desactivar el cálculo automático en Orca " "Slicer > Preferencias." msgid "Flushing volume (mm³) for each filament pair." -msgstr "Volumen de purgado (mm³) para cada par de filamentos." +msgstr "Volumen de limpieza (mm³) para cada par de filamentos." #, c-format, boost-format msgid "Suggestion: Flushing Volume in range [%d, %d]" -msgstr "Sugerencia: Volumen de purgado en rango [%d, %d]" +msgstr "Sugerencias: Volumen de Flujo en rango [%d, %d]" #, c-format, boost-format msgid "The multiplier should be in range [%.2f, %.2f]." -msgstr "El multiplo debería estar en el rango [%.2f, %.2f]." +msgstr "El multiplicador debería estar en el rango [%.2f, %.2f]." msgid "Multiplier" -msgstr "Multiplo" +msgstr "Multiplicador" msgid "unloaded" msgstr "Descargado" @@ -8632,7 +8577,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Falta el componente BambuSource registrado para la reproducción multimedia. " "Vuelva a instalar BambuStudio o solicite ayuda posventa." @@ -8647,14 +8592,14 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "A tu sistema le faltan los codecs H.264 para GStreamer, necesarios para " "reproducir vídeo. (Prueba a instalar los paquetes gstreamer1.0-plugins-bad " -"o gstreamer1.0-libav y, a continuación, reinicia Orca Slicer...)." +"o gstreamer1.0-libav y, a continuación, reinicia Snapmaker Orca...)." msgid "Bambu Network plug-in not detected." -msgstr "Plugin Red Bambu no detectado." +msgstr "Plugin Red Bambú no detectado." msgid "Click here to download it." msgstr "Presione aquí para descargarlo." @@ -8703,13 +8648,13 @@ msgid "Rotate View" msgstr "Rotar Vista" msgid "Pan View" -msgstr "Desplazar vista" +msgstr "Vista Panorámica" msgid "Mouse wheel" msgstr "Rueda de ratón" msgid "Zoom View" -msgstr "Hacer Zoom" +msgstr "Vista de Zoom" msgid "Shift+A" msgstr "Shift+A" @@ -8722,9 +8667,9 @@ msgid "" "objects, it just orientates the selected ones.Otherwise, it will orientates " "all objects in the current disk." msgstr "" -"Orienta automáticamente los objetos seleccionados o todos los objetos. Si " -"hay objetos seleccionados, sólo orienta los seleccionados. En caso " -"contrario, orientará todos los objetos de la placa actual." +"Orienta automáticamente los objetos seleccionados o todos los objetos.Si hay " +"objetos seleccionados, sólo orienta los seleccionados.En caso contrario, " +"orientará todos los objetos del disco actual." msgid "Shift+Tab" msgstr "Shift+Tab" @@ -8733,19 +8678,19 @@ msgid "Collapse/Expand the sidebar" msgstr "Ocultar/Expandir barra lateral" msgid "⌘+Any arrow" -msgstr "⌘+Cualquier flecha" +msgstr "⌘+Cualquier tecla" msgid "Movement in camera space" msgstr "Movimiento en el espacio de la cámara" msgid "⌥+Left mouse button" -msgstr "⌥+Botón izquierdo de ratón" +msgstr "Botón de ratón ⌥+Left" msgid "Select a part" msgstr "Seleccionar una pieza" msgid "⌘+Left mouse button" -msgstr "⌘+Botón izquierdo de ratón" +msgstr "⌘+botón izquierdo de ratón" msgid "Select multiple objects" msgstr "Seleccionar varios objetos" @@ -8760,7 +8705,7 @@ msgid "Ctrl+Left mouse button" msgstr "Ctrl+Botón izquierdo de ratón" msgid "Shift+Left mouse button" -msgstr "Shift+Botón izquierdo de ratón" +msgstr "Shift+Left+Botón izquierdo de ratón" msgid "Select objects by rectangle" msgstr "Seleccionar objetos por rectángulo" @@ -8802,7 +8747,7 @@ msgid "Camera view - Default" msgstr "Vista de la cámara - Por defecto" msgid "Camera view - Top" -msgstr "Vista de la cámara - Parte Superior" +msgstr "Vista de la cámara Superior" msgid "Camera view - Bottom" msgstr "Vista de la cámara - Parte inferior" @@ -8823,28 +8768,28 @@ msgid "Select all objects" msgstr "Seleccionar todos los objetos" msgid "Gizmo move" -msgstr "Herramienta de movimiento" +msgstr "Movimiento Gizmo" msgid "Gizmo scale" -msgstr "Herramienta de escala" +msgstr "Escala Gizmo" msgid "Gizmo rotate" -msgstr "Herramienta de rotación" +msgstr "Rotación Gizmo" msgid "Gizmo cut" -msgstr "Herramienta de corte" +msgstr "Corte Gizmo" msgid "Gizmo Place face on bed" -msgstr "Herramienta de situar cara en cama" +msgstr "Situar cara en cama en modo Gizmo" msgid "Gizmo SLA support points" -msgstr "Herramienta de puntos de soporte SLA" +msgstr "Puntos de soporte SLA Gizmo" msgid "Gizmo FDM paint-on seam" -msgstr "Herramienta de pintado de costuras FDM" +msgstr "Costura de pintura Gizmo FDM" msgid "Gizmo Text emboss / engrave" -msgstr "Herramienta de Texto en relieve / grabado" +msgstr "Gizmo Texto en relieve / grabado" msgid "Zoom in" msgstr "Acercar" @@ -8853,7 +8798,7 @@ msgid "Zoom out" msgstr "Alejar" msgid "Switch between Prepare/Preview" -msgstr "Cambiar entre Preparar/Previsualizar" +msgstr "Cambiar entre Preparar/Previsualizar" msgid "Plater" msgstr "Bandeja" @@ -8865,7 +8810,7 @@ msgid "⌘+Mouse wheel" msgstr "⌘+Rueda del ratón" msgid "Support/Color Painting: adjust pen radius" -msgstr "Soporte/Pintado en color: ajuste del radio del pincel" +msgstr "Soporte/Pintado en color: ajuste del radio de la pluma" msgid "⌥+Mouse wheel" msgstr "⌥+Rueda del ratón" @@ -8880,7 +8825,7 @@ msgid "Alt+Mouse wheel" msgstr "Alt+Rueda del ratón" msgid "Gizmo" -msgstr "Herramienta" +msgstr "Artilugio" msgid "Set extruder number for the objects and parts" msgstr "Ajustar el número de extrusor para los objetos y las piezas" @@ -8936,7 +8881,7 @@ msgid "Horizontal slider - Move to last position" msgstr "Deslizador horizontal - Desplazarse a la última posición" msgid "Release Note" -msgstr "Notas de versión" +msgstr "Notas de lanzamiento" #, c-format, boost-format msgid "version %s update information :" @@ -8946,17 +8891,17 @@ msgid "Network plug-in update" msgstr "Actualizar plug-in de red" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Click en Aceptar para actualizar el plug-in de red cuando Orca Slicer vuelva " +"Click en Aceptar para actualizar el plug-in de red cuando Snapmaker Orca vuelva " "a iniciarse." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Un nuevo plug-in de red(%s) está disponible. ¿Desea instalarlo?" -msgid "New version of Orca Slicer" -msgstr "Nueva versión de Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nueva versión de Snapmaker Orca" msgid "Skip this Version" msgstr "Saltar esta Versión" @@ -8992,7 +8937,7 @@ msgid "Finished, Continue" msgstr "Terminado, Continuar" msgid "Load Filament" -msgstr "Cargar filamento" +msgstr "Cargar" msgid "Filament Loaded, Resume" msgstr "Filamento cargado, reanudar" @@ -9007,9 +8952,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Conexión de red fallida (Mandando archivo de impresión)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Paso 1, por favor verifique que Orca Slicer y la impresora se encuentran en " +"Paso 1, por favor confirmar que Snapmaker Orca y tu impresora se encuentran en " "la misma red local." msgid "" @@ -9017,7 +8962,7 @@ msgid "" "on your printer, please correct them." msgstr "" "Paso 2, si la IP y el Código de Acceso de abajo son diferentes de los " -"valores presentes en su impresora, por favor, corríjalos." +"valores actuales en su impresora, por favor, corríjalos." msgid "IP" msgstr "IP" @@ -9037,7 +8982,7 @@ msgid "Test" msgstr "Test" msgid "IP and Access Code Verified! You may close the window" -msgstr "¡Ip y Código de Acceso Verificadas! Puede cerrar esta ventana" +msgstr "¡Ip y Código de Acceso Verificadas! ¡Debería cerrar esta ventana" msgid "Connection failed, please double check IP and Access Code" msgstr "" @@ -9072,7 +9017,7 @@ msgid "Updating" msgstr "Actualizando" msgid "Updating failed" -msgstr "Actualización fallida" +msgstr "Fallo Actualizando" msgid "Updating successful" msgstr "Actualización exitosa" @@ -9100,7 +9045,7 @@ msgid "" msgstr "" "La versión de firmware es anormal. Es necesario reparar y actualizar antes " "de imprimir. ¿Quieres actualizar ahora? Puedes actualizar al iniciar en el " -"siguiente arranque de la impresora o cuando arranque Orca Slicer." +"siguiente arranque de la impresora o cuando arranque Snapmaker Orca." msgid "Extension Board" msgstr "Placa de Ampliación" @@ -9190,24 +9135,17 @@ msgid "" "Maybe parts of the object at these height are too thin, or the object has " "faulty mesh" msgstr "" -"Tal vez detalles del objeto a esa altura son demasiado finos, o el objeto " +"Tal vez las piezas del objeto a esa altura son demasiado finas, o el objeto " "tiene una malla defectuosa" msgid "No object can be printed. Maybe too small" msgstr "No se puede imprimir ningún objeto. Tal vez sea demasiado pequeño" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Las piezas se encuentran muy cerca de las regiones de purgado. Asegúrese de " -"que no hay colisión." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" msgstr "" -"La generación del G-Code ha fallado por un G-Code personalizado no válido.\n" +"La generación ha fallado del G-Code por un G-Code personalizado no válido.\n" "\n" msgid "Please check the custom G-code or use the default custom G-code." @@ -9250,7 +9188,7 @@ msgid "Support interface" msgstr "Interfaz de soporte" msgid "Support transition" -msgstr "Transición de soporte" +msgstr "Apoyo a la transición" msgid "Multiple" msgstr "Múltiple" @@ -9258,15 +9196,15 @@ msgstr "Múltiple" #, boost-format msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" " msgstr "" -"Ha fallado el cálculo del ancho de línea de %1%. No se puede obtener el " +"Ha fallado el cálculo del ancho de extrusión de %1%. No se puede obtener el " "valor de \"%2%\". " msgid "" "Invalid spacing supplied to Flow::with_spacing(), check your layer height " "and extrusion width" msgstr "" -"Espaciado no válido suministrado a Flow::with_spacing(), comprueba la altura " -"de su capa y el ancho de extrusión." +"Separación no válido suministrado a Flow::with_spacing(), comprueba la " +"altura de su capa y el ancho de extrusión." msgid "undefined error" msgstr "error no definido" @@ -9428,15 +9366,6 @@ msgstr "" "El modo de jarrón en espiral no funciona cuando un objeto contiene más de un " "material." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"Aunque el objeto %1% se ajusta al volumen de construcción, supera la altura " -"máxima del volumen de construcción debido a la compensación de la " -"contracción del material." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "El objeto %1% supera la altura máxima del volumen de construcción." @@ -9446,8 +9375,8 @@ msgid "" "While the object %1% itself fits the build volume, its last layer exceeds " "the maximum build volume height." msgstr "" -"Aunque el objeto %1% se ajusta al volumen de construcción, su última capa " -"excede la altura máxima del volumen de construcción." +"Mientras que el objeto %1% se ajusta al volumen de construcción, su última " +"capa excede la altura máxima del volumen de construcción." msgid "" "You might want to reduce the size of your model or change current print " @@ -9461,34 +9390,30 @@ msgstr "" "La altura de capa variable no es compatible con los soportes orgánicos." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" -"Diámetros de boquillas y diámetros de filamento diferentes pueden no " -"funcionar correctamente cuando la torre de purga está activada. Esta función " -"es experimental, así que proceda con cautela." +"Diámetros de boquillas diferentes y diámetros de filamento diferentes no " +"están permitidos cuando la torre de purga está activada." msgid "" "The Wipe Tower is currently only supported with the relative extruder " "addressing (use_relative_e_distances=1)." msgstr "" -"Actualmente, la torre de purga sólo es compatible con el direccionamiento " +"Actualmente, la torre de limpieza sólo es compatible con el direccionamiento " "relativo del extrusor (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" -"La prevención de rezumado sólo es compatible con la torre de limpieza cuando " -"'single_extruder_multi_material' está desactivado." +"Actualmente no se puede evitar el rezume con la torre principal activada." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " "RepRapFirmware and Repetier G-code flavors." msgstr "" -"Actualmente, la torre de purga sólo es compatible para los firmwares Marlin, " -"RepRap/Sprinter, RepRapFirmware y Repetier." +"Actualmente, la torre de purga sólo es compatible con las versiones Marlin, " +"RepRap/Sprinter, RepRapFirmware y Repetier G-Code." msgid "The prime tower is not supported in \"By object\" print." msgstr "La torre de purga no es compatible con la impresión \"Por objeto\"." @@ -9515,14 +9440,14 @@ msgid "" "of raft layers" msgstr "" "La torre de purga requiere que todos los objetos se impriman sobre el mismo " -"número de capas de balsa (base de impresión)" +"número de capas de balsa( base de impresión)" msgid "" "The prime tower requires that all objects are sliced with the same layer " "heights." msgstr "" -"La torre de purga requiere que todos los objetos se laminen con la misma " -"altura de capa." +"La torre de purga requiere que todos los objetos se corten con las mismas " +"alturas de capa." msgid "" "The prime tower is only supported if all objects have the same variable " @@ -9532,30 +9457,30 @@ msgstr "" "de capa variable" msgid "Too small line width" -msgstr "Ancho de línea demasiado pequeño" +msgstr "Ancho de extrusión demasiado pequeño" msgid "Too large line width" -msgstr "Ancho de línea demasiado grande" +msgstr "Ancho de extrusión demasiado grande" msgid "" "The prime tower requires that support has the same layer height with object." msgstr "" -"La torre de purga requiere que el soporte tenga la misma altura de capa que " +"La torre de purga requiere que el soporte tenga la misma altura de capa con " "el objeto." msgid "" "Organic support tree tip diameter must not be smaller than support material " "extrusion width." msgstr "" -"El diámetro de la punta del árbol de soporte orgánico no puede ser menor que " -"el ancho de línea del material de soporte." +"El diámetro de la punta del árbol de soporte orgánico no debe ser menor que " +"el ancho de extrusión del material de soporte." msgid "" "Organic support branch diameter must not be smaller than 2x support material " "extrusion width." msgstr "" "El diámetro de la rama de soporte orgánico no debe ser menor que 2x el ancho " -"de línea del material de soporte." +"de extrusión del material de soporte." msgid "" "Organic support branch diameter must not be smaller than support tree tip " @@ -9567,8 +9492,8 @@ msgstr "" msgid "" "Support enforcers are used but support is not enabled. Please enable support." msgstr "" -"Se utilizan las herramientas de forzado de soporte pero los soportes no " -"están habilitados. Por favor, active la generación de soportes." +"Se utilizan las herramientas de aplicación de soporte pero el soporte no " +"está habilitado. Por favor, active el soporte." msgid "Layer height cannot exceed nozzle diameter" msgstr "La altura de la capa no puede superar el diámetro de la boquilla" @@ -9580,21 +9505,21 @@ msgid "" msgstr "" "El direccionamiento de extrusión relativa requiere reiniciar la posición del " "extrusor en cada capa para evitar perdidas de precisión de punto flotante. " -"Añade \"G92 E0\" al g-code de antes de cambio de capa." +"Añade \"G92 E0\" al código de capa." msgid "" "\"G92 E0\" was found in before_layer_gcode, which is incompatible with " "absolute extruder addressing." msgstr "" -"Se ha encontrado \"G92 E0\" en before_layer_change_gcode, lo cual es " -"incompatible con el direccionamiento de extrusión absoluta." +"Se ha encontrado \"G92 E0\" en before_layer_gcode, el cual es incompatible " +"con el direccionamiento de extrusión absoluta." msgid "" "\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " "extruder addressing." msgstr "" -"Se ha encontrado \"G92 E0\" en after_layer_change_gcode, lo cual es " -"incompatible con el direccionamiento de extrusión absoluta." +"Se ha encontrado \"G92 E0\" en layer_gcode, el cual es incompatible con el " +"direccionamiento de extrusión absoluta." #, c-format, boost-format msgid "Plate %d: %s does not support filament %s" @@ -9615,9 +9540,9 @@ msgid "" "get higher speeds." msgstr "" "El ajuste de jerk supera el jerk máximo de la impresora (machine_max_jerk_x/" -"machine_max_jerk_y). Orca limitará automáticamente la velocidad de jerk para " -"garantizar que no supere las capacidades de la impresora. Puede ajustar el " -"ajuste de jerk máximo en la configuración de la impresora para usar " +"machine_max_jerk_y). Orca limitará automáticamente la velocidad de tirón " +"para garantizar que no supere las capacidades de la impresora. Puede ajustar " +"el ajuste de jerk máximo en la configuración de la impresora para obtener " "velocidades más altas." msgid "" @@ -9632,7 +9557,7 @@ msgstr "" "(machine_max_acceleration_extruding). Orca limitará automáticamente la " "velocidad de aceleración para garantizar que no supere las capacidades de la " "impresora. Puede ajustar el valor machine_max_acceleration_extruding en la " -"configuración de la impresora para usar velocidades superiores." +"configuración de la impresora para obtener velocidades superiores." msgid "" "The travel acceleration setting exceeds the printer's maximum travel " @@ -9647,14 +9572,7 @@ msgstr "" "Orca limitará automáticamente la velocidad de aceleración de desplazamiento " "para garantizar que no supere las capacidades de la impresora.\n" "Puede ajustar el valor de machine_max_acceleration_travel en la " -"configuración de la impresora para usar velocidades más altas." - -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"La contracción del filamento no se utilizará porque la contracción del " -"filamento para los filamentos utilizados difiere significativamente." +"configuración de la impresora para obtener velocidades más altas." msgid "Generating skirt & brim" msgstr "Generando falda y borde de adherencia" @@ -9691,17 +9609,17 @@ msgid "Bed custom model" msgstr "Modelo personalizado de cama" msgid "Elephant foot compensation" -msgstr "Compensación de Pata de elefante" +msgstr "Compensación del pata de elefante" msgid "" "Shrink the initial layer on build plate to compensate for elephant foot " "effect" msgstr "" -"Contracción de la primera capa en la bandeja de impresión para compensar el " -"efecto de Pata de elefante" +"Contraer la primera capa en la bandeja de impresión para compensar el efecto " +"de la pata de elefante" msgid "Elephant foot compensation layers" -msgstr "Capas de compensación de Pata de elefante" +msgstr "Capas de compensación de la pata de elefante" msgid "" "The number of layers on which the elephant foot compensation will be active. " @@ -9709,10 +9627,10 @@ msgid "" "the next layers will be linearly shrunk less, up to the layer indicated by " "this value." msgstr "" -"El número de capas en las que estará activa la compensación de Pata de " -"elefante. La primera capa se encogerá por el valor de compensación de Pata " -"de elefante, en las siguientes capas se disminuirá linealmente el efecto de " -"encogimiento, hasta la capa indicada por este parámetro." +"El número de capas en las que estará activa la compensación de pata de " +"elefante. La primera capa se encogerá por el valor de compensación de pata " +"de elefante, luego las siguientes capas se encogerán linealmente menos, " +"hasta la capa indicada por este valor." msgid "layers" msgstr "capas" @@ -9752,15 +9670,15 @@ msgid "Hostname, IP or URL" msgstr "Nombre de host, IP o URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"OrcaSlicer puede subir archivos G-Code a una impresora. Este campo debería " +"Snapmaker Orca puede subir archivos G-Code a una impresora. Este campo debería " "contener el nombre de host, la dirección IP o la URL de la instancia de la " -"impresora. Se puede acceder a la impresora detrás de un proxy con la " +"impresora. Se puede acceder a la impresora detrás de un proX-Y con la " "autenticación básica activada por un nombre de usuario y contraseña en la " "URL en el siguiente formato: https://nombredeusuario:" "contraseña@tudirecciondeoctopi/" @@ -9778,10 +9696,10 @@ msgid "API Key / Password" msgstr "Clave API / Contraseña" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"OrcaSlicer puede cargar archivos G-Cpde a un host de impresora. Este campo " +"Snapmaker Orca puede cargar archivos G-Cpde a un host de impresora. Este campo " "debería contener una clave API o una contraseña requerida para la " "autenticación." @@ -9901,7 +9819,7 @@ msgid "Initial layer" msgstr "Capa inicial" msgid "Initial layer bed temperature" -msgstr "Temperatura de la cama durante la primera capa" +msgstr "Temperatura inicial de la cama en la capa" msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " @@ -9934,9 +9852,8 @@ msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " "support to print on the Textured PEI Plate" msgstr "" -"Esta es la temperatura de la cama de la primera capa. Un valor de 0 " -"significa que el filamento no admite la impresión en la Bandeja PEI " -"Texturizada" +"Temperatura del lecho de la primera capa. El valor 0 significa que el " +"filamento no es compatible para imprimir en la Bandeja PEI Texturizada" msgid "Bed types supported by the printer" msgstr "Tipos de cama que admite la impresora" @@ -9982,14 +9899,14 @@ msgstr "" "incrementarán" msgid "Bottom shell thickness" -msgstr "Espesor mínimo de la cubierta inferior" +msgstr "Espesor de la cubierta inferior" msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "El número de capas sólidas del fondo se incrementa al cortar si el grosor " "calculado por las capas de la cubierta es más fino que este valor. Esto " @@ -10001,63 +9918,25 @@ msgid "Apply gap fill" msgstr "Aplicar relleno de huecos" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Activa el relleno de huecos para las superficies solidas seleccionadas. La " -"longitud mínima a rellenar puede ser ajustada en el campo 'Filtrar pequeños " -"huecos' más abajo.\n" -"\n" -"Opciones:\n" -"1. Siempre: Utilizar el relleno de huecos en las superficies sólidas " -"inferior, superior e internas para una máxima resistencia.\n" -"2. Superficies Superior e Inferior: Utilizar el relleno de huecos sólo en " -"las superficies superior e inferior, resultando en un equilibrio entre la " -"velocidad de impresión, reducción de la posibilidad de sobreextrusión en " -"rellenos sólidos y reduciendo la probabilidad de aparición de huecos de ojal " -"en las superficies superior e inferior.\n" -"3. Nunca: Deshabilita el relleno de huecos en todas las áreas de relleno " -"sólido. \n" -"\n" -"Nótese que si se utiliza el generador de perímetros clásico (ancho de línea " -"constante), el relleno de huecos puede ser aplicado entre perímetros, en los " -"casos en los que una línea de extrusión completa no pueda caber entre estos. " -"Ese relleno de huecos entre perímetros es independiente de este parámetro y " -"no se verá afectado por estos asjustes. \n" -"\n" -"Si desea desactivar todos los rellenos de huecos, incluidos aquellos " -"asociados al generador de perímetros Clásico, ajuste el parámetro 'Filtrar " -"pequeños huecos' a un número muy elevado, por ejemplo 999999. \n" +"only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Activa el relleno de huecos para las superficies seleccionadas. La longitud " +"mínima de hueco que se rellenará puede controlarse desde la opción filtrar " +"huecos pequeños que aparece más abajo.\n" "\n" -"Se desaconseja encare no desactivar completamente el relleno de huecos, ya " -"que el relleno de huecos entre perímetros contribuye significativamente a la " -"resistencia de las piezas. Para modelos que resulten en un uso excesivo del " -"relleno de heucos, una alternativa puede ser usar el generador de perímetros " -"Arachne, y usar 'Aplicar relleno de huecos' con fines cosméticos para " -"controlar el acabado de las superficies superior e inferior." +"Opciones: \n" +"1. En todas partes: Aplica el relleno de huecos a las superficies sólidas " +"superior, inferior e interna \n" +"2. Superficies superior e inferior: Aplica el relleno de huecos sólo a las " +"superficies superior e inferior. \n" +"3. En ninguna parte: Desactiva el relleno de huecos\n" msgid "Everywhere" msgstr "En todas partes" @@ -10069,44 +9948,44 @@ msgid "Nowhere" msgstr "En ninguna parte" msgid "Force cooling for overhang and bridge" -msgstr "Refrigeración forzada para voladizos y puentes" +msgstr "Refrigeración forzada para el voladizo y el puente" msgid "" "Enable this option to optimize part cooling fan speed for overhang and " "bridge to get better cooling" msgstr "" "Habilite esta opción para optimizar la velocidad del ventilador de " -"refrigeración de la pieza para voladizos y puentes para obtener una mejor " -"refrigeración" +"refrigeración de la pieza para el voladizo y el puente para obtener una " +"mejor refrigeración" msgid "Fan speed for overhang" -msgstr "Velocidad del ventilador para voladizos" +msgstr "Velocidad del ventilador para el voladizo" msgid "" "Force part cooling fan to be this speed when printing bridge or overhang " "wall which has large overhang degree. Forcing cooling for overhang and " "bridge can get better quality for these part" msgstr "" -"Forzar el ventilador de la pieza a esta velocidad cuando se imprimen puentes " -"o perímetros en voladizo que tiene un gran ángulo de voladizo. Al forzar la " -"refrigeración de los voladizos y puentes se puede obtener una mejor calidad " -"para estas piezas" +"Forzar el ventilador de la pieza a esta velocidad cuando se imprime el " +"puente o el perímetro del voladizo que tiene un gran grado de voladizo. Al " +"forzar la refrigeración de los voladizos y puentes se puede obtener una " +"mejor calidad para estas piezas" msgid "Cooling overhang threshold" -msgstr "Umbral de refiregeación para voladizos" +msgstr "Umbral del voladizo de refrigeración" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" "Fuerza al ventilador de refrigeración a una velocidad específica cuando el " -"ángulo de voladizo de la pieza impresa excede este valor. Expresado como " +"grado de voladizo de la pieza impresa excede este valor. Expresado como " "porcentaje, indica la anchura de la línea sin soporte de la capa inferior. " -"Un 0%% significa forzar la refrigeración de todo el perímetro exterior sin " -"importar el ángulo de voladizo" +"0% m significa forzar la refrigeración de todo el perímetro exterior sin " +"importar el grado de voladizo" msgid "Bridge infill direction" msgstr "Ángulo del relleno en puente" @@ -10116,7 +9995,7 @@ msgid "" "calculated automatically. Otherwise the provided angle will be used for " "external bridges. Use 180°for zero angle." msgstr "" -"Control del ángulo de puentes. Si se deja a cero, el ángulo de puente se " +"Anulación del ángulo de puenteo. Si se deja a cero, el ángulo de puente se " "calculará automáticamente. De lo contrario, se utilizará el ángulo " "proporcionado para los puentes externos. Utilice 180° para el ángulo cero." @@ -10133,17 +10012,10 @@ msgstr "Ratio de flujo en puentes" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" "Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la cantidad " -"de material extruido en puentes, para mejorar o evitar el hundimiento. \n" -"\n" -"El valor final de flujo para puentes es calculado multiplicando este valor " -"por el valor de flujo del filamento, y en su caso, por el factor de flujo " -"del objeto." +"de material para mejorar o evitar el hundimiento de puentes." msgid "Internal bridge flow ratio" msgstr "Ratio de flujo de puentes internos" @@ -10151,53 +10023,30 @@ msgstr "Ratio de flujo de puentes internos" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" "Este valor regula el grosor de la capa puente interna. Es la primera capa " "sobre el relleno de baja densidad. Disminuya ligeramente este valor (por " -"ejemplo a 0,9) para mejorar la calidad de la superficie sobre el relleno de " -"baja densidad. \n" -"\n" -"El valor final de flujo para puentes internos es calculado multiplicando " -"este valor por el valor de flujo del filamento, y en su caso, por el factor " -"de flujo del objeto." +"ejemplo, 0,9) para mejorar la calidad de la superficie sobre el relleno de " +"baja densidad." msgid "Top surface flow ratio" msgstr "Ratio de flujo en superficie superior" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" -"Este factor afecta a la cantidad de material extruido en la superficie " -"sólida superior. Puede disminuirlo ligeramente para obtener un acabado más " -"suave de superficie \n" -"\n" -"El valor final de flujo para superficies superiores es calculado " -"multiplicando este valor por el valor de flujo del filamento, y en su caso, " -"por el factor de flujo del objeto." +"Este factor afecta a la cantidad de material de para relleno sólido " +"superior. Puede disminuirlo ligeramente para obtener un acabado suave de " +"superficie" msgid "Bottom surface flow ratio" msgstr "Ratio de flujo en superficie inferior" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" -"Este factor controla la cantidad de material extruido para el relleno sólido " -"de las superficies superior e inferior. \n" -"\n" -"El valor final de flujo es el producto de este valor, el factor de flujo del " -"filamente y, si procede, el factor de flujo del objeto." +"Este factor afecta a la cantidad de material para el relleno sólido inferior" msgid "Precise wall" msgstr "Perímetro preciso" @@ -10209,8 +10058,8 @@ msgid "" "to Inner-Outer" msgstr "" "Mejore la precisión de la cubierta ajustando la separación entre perímetros " -"exteriores. Esto también mejora la consistencia de las capas. \n" -"Nota: Este ajuste sólo tendrá efecto si la secuencia de perímetros está " +"exteriores. Esto también mejora la consistencia de la capa. \n" +"Nota: Este ajuste sólo tendrá efecto si la secuencia de el perímetro está " "configurada como Interior-Exterior" msgid "Only one wall on top surfaces" @@ -10220,8 +10069,8 @@ msgid "" "Use only one wall on flat top surface, to give more space to the top infill " "pattern" msgstr "" -"Sólo un perímetro en la capas superiores planas, para dar más espacio al " -"patrón de relleno superior" +"Sólo un perímetro en la capas superiores, para dar más espacio al patrón de " +"relleno superior" msgid "One wall threshold" msgstr "Umbral para generar un solo perímetro" @@ -10238,11 +10087,11 @@ msgid "" "artifacts." msgstr "" "Si una superficie superior debe ser impresa y está parcialmente cubierta por " -"otra capa, no será considerada una capa superior cuando su anchura esté por " +"otra capa, no será considerada una capa superior donde su anchura esté por " "debajo ese valor. Esto puede ser de utilidad para que no se active el ajuste " -"'Sólo un perímetro en las capas superiores' en las capas que solo deberían " -"ser cubiertas por perímetros. Este valor puede ser en mm o un % o grosor del " -"perímetro de extrusión.\n" +"perímetro en la parte superior' en las capas que solo deberían ser cubiertas " +"por perímetros. Este valor puede ser en mm o un % o del perímetro de " +"extrusión.\n" "Advertencia: Si se activa, se pueden crear imperfecciones si tiene alguna " "característica fina en la siguiente capa, como letras. Ajuste a 0 esta " "opción para borrar esas imperfecciones." @@ -10264,29 +10113,29 @@ msgid "" "Create additional perimeter paths over steep overhangs and areas where " "bridges cannot be anchored. " msgstr "" -"Crear perímetros adicionales sobre voladizos pronunciados y áreas donde los " -"puentes no pueden ser anclados." +"Crear caminos de perímetros adicionales sobre voladizos pronunciados y áreas " +"donde los puentes no pueden ser anclados. " -msgid "Reverse on even" -msgstr "Revertir en sentido inverso" +msgid "Reverse on odd" +msgstr "Invertir en impar" msgid "Overhang reversal" msgstr "Inversión de voladizo" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" "Extruya los perímetros que tienen una parte sobre un voladizo en sentido " -"inverso en capas pares. Este patrón alterno puede mejorar drásticamente los " -"voladizos pronunciados.\n" +"inverso en las capas impares. Este patrón alterno puede mejorar " +"drásticamente los voladizos pronunciados.\n" "\n" -"Este ajuste también puede ayudar a reducir el warping de la pieza debido a " -"la reducción de tensiones en las paredes de la pieza." +"Este ajuste también puede ayudar a reducir la deformación de la pieza debido " +"a la reducción de tensiones en los perímetros de la pieza." msgid "Reverse only internal perimeters" msgstr "Invertir solo los perímetros internos" @@ -10301,25 +10150,27 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" -"Aplique la lógica de perímetros inversos sólo en perímetros internos.\n" +"Aplique la lógica de perímetros inversos sólo en los perímetros internos. \n" "\n" "Esta configuración reduce en gran medida las tensiones de la pieza, ya que " -"ahora se distribuyen en direcciones alternas. Esto debería reducir el alabeo " -"de la pieza mientras se mantiene la calidad de la pared externa. Esta " -"característica puede ser muy útil para materiales propensos al alabeo, como " -"ABS/ASA, y también para filamentos elásticos, como TPU y Silk PLA. También " -"puede ayudar a reducir el alabeo en regiones flotantes sobre soportes.\n" +"ahora se distribuyen en direcciones alternas. Esto debería reducir " +"deformaciones de la pieza mientras se mantiene la calidad de el perímetro " +"externo. Esta característica puede ser muy útil para materiales propensos a " +"deformarse, como ABS/ASA, y también para filamentos elásticos, como TPU y " +"Silk PLA. También puede ayudar a reducir deformaciones en regiones flotantes " +"en soportes.\n" "\n" "Para que este ajuste sea más eficaz, se recomienda establecer el Umbral " -"inverso en 0 para que todas las paredes internas se impriman en direcciones " -"alternas en capas iguales, independientemente de su grado de voladizo." +"Inverso en 0 para que todos los perímetros internos se impriman en " +"direcciones alternas en las capas impares, independientemente de su ángulo " +"de voladizo." msgid "Bridge counterbore holes" -msgstr "Crear puentes en agujeros con avellanado" +msgstr "Agujeros del contrafuerte del puente" msgid "" "This option creates bridges for counterbore holes, allowing them to be " @@ -10352,10 +10203,11 @@ msgstr "Umbral de inversión de voladizo" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Número de mm que debe tener el voladizo para que la inversión se considere " +"útil. Puede ser un % o de la anchura del perímetro.\n" +"El valor 0 permite la inversión en todas las capas impares." msgid "Classic mode" msgstr "Modo clásico" @@ -10364,7 +10216,7 @@ msgid "Enable this option to use classic mode" msgstr "Activar esta opción para usar el modo clásico" msgid "Slow down for overhang" -msgstr "Disminuir velocidad en voladizos" +msgstr "Disminución de velocidad de voladizo" msgid "Enable this option to slow printing down for different overhang degree" msgstr "" @@ -10372,46 +10224,14 @@ msgstr "" "voladizo" msgid "Slow down for curled perimeters" -msgstr "Reducir velocidad en perímetros curvados" +msgstr "Reducir velocidad para perímetros curvados" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"Active está opción para bajar la velocidad de impresión en las áreas donde " -"potencialmente podrían formarse perímetros curvados hacía arriba. Por " -"ejemplo, se disminuirá la velocidad cuando se impriman voladizos en esquinas " -"afiladas, como la proa del modelo Benchy, reduciendo la deformación que " -"puede ser acumulada en múltiples capas.\n" -"Se recomienda usar esta función a menos que la ventilación de la impresora " -"sea lo suficientemente alta o imprima a una velocidad lo suficientemente " -"reducida como para que no se produzca el curvado de perímetros. Si se " -"imprime con una velocidad de perímetro elevada, esta función puede resultar " -"en artefactos o defectos, a causa de la gran variación de velocidad. Si nota " -"la presencia de artefactos, asegúrese de que tiene correctamente calibrado " -"el avance de presión lineal.\n" -"\n" -"Nota: Cuando esta opción está activada, los perímetros en voladizo se tratan " -"como voladizos, lo que significa que la velocidad de voladizo se aplica " -"incluso si el perímetro en voladizo forma parte de un puente. Por ejemplo, " -"cuando los perímetros están 100% en voladizo, sin ninguna pared que los " -"soporte por debajo, se aplicará la velocidad de voladizo del 100%." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"Active está opción para bajar la velocidad de impresión en las áreas donde " +"potencialmente podrían formarse perímetros curvados" msgid "mm/s or %" msgstr "mm/s o %" @@ -10419,20 +10239,8 @@ msgstr "mm/s o %" msgid "External" msgstr "Externo" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" -"Velocidad de las extrusiones de puentes exteriormente visibles. \n" -"\n" -"Adicionalmente, si se desactiva la función 'Reducir velocidad en perímetros " -"curvados' o se usa el método Clásico de voladizos, también se utilizará esta " -"velocidad para perímetros en voladizo con menos de un 13% de soporte, ya " -"sean parte de un puento o de un voladizo." +msgid "Speed of bridge and completely overhang wall" +msgstr "Velocidad del puente y perímetro completo en voladizo" msgid "mm/s" msgstr "mm/s" @@ -10441,11 +10249,11 @@ msgid "Internal" msgstr "Interno" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" -"Velocidad de los puntes internos. Si se expresa como un porcentaje, será " -"Calculado en base a la velocidad de puente. El valor por defecto es 150%." +"Velocidad del puente interno. Si el valor es expresado como porcentaje, será " +"calculado en base a bridge_speed. El valor por defecto es 150%." msgid "Brim width" msgstr "Ancho del borde de adherencia" @@ -10458,14 +10266,14 @@ msgstr "Tipo de borde de adherencia" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" -"Contro de la generación del borde de adherencia en el lado exterior y/o " -"interior de los modelos. Auto significa que el ancho de lborde de adherencia " +"Esto controla la generación del borde de adherencia en el lado exterior y/o " +"interior de los modelos. Auto significa que el ancho de borde de adherencia " "es analizado y calculado automáticamente." msgid "Brim-object gap" -msgstr "Espaciado borde de adherencia-objeto" +msgstr "Espacio borde de adherencia-objeto" msgid "" "A gap between innermost brim line and object can make brim be removed more " @@ -10478,27 +10286,27 @@ msgid "Brim ears" msgstr "Orejas de borde" msgid "Only draw brim over the sharp edges of the model." -msgstr "Solo dibujar bordes en los bordes afilados del modelo." +msgstr "Solo dibujar bordes sobre los bordes afilados del modelo." msgid "Brim ear max angle" -msgstr "Ángulo máximo de las Orejas de borde" +msgstr "Máximo ángulo del borde de la oreja" msgid "" "Maximum angle to let a brim ear appear. \n" "If set to 0, no brim will be created. \n" "If set to ~180, brim will be created on everything but straight sections." msgstr "" -"Ángulo máxima para el que generar Orejas de borde.\n" +"Máximo ángulo para dejar que el borde de oreja aparezca.\n" "Si se ajusta a 0, no se creará ningún borde.\n" -"Si se ajusta a ~180, se creará el borde en todas las secciones menos en las " +"Si se ajusta a ~180, se creará el borde en todo menos en las secciones " "rectas." msgid "Brim ear detection radius" -msgstr "Radio de detección de Orejas de borde" +msgstr "Radio de detección de borde de oreja" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "La geometría se verá diezmada antes de detectar angulos agudos. Este " @@ -10512,16 +10320,16 @@ msgid "upward compatible machine" msgstr "máquina compatible ascendente" msgid "Compatible machine condition" -msgstr "Condición compatibilidad de máquina" +msgstr "Condición de máquina compatible" msgid "Compatible process profiles" msgstr "Perfiles de proceso compatibles" msgid "Compatible process profiles condition" -msgstr "Condición de compatibilidad de los perfiles de proceso" +msgstr "Condición de los perfiles de proceso compatibles" msgid "Print sequence, layer by layer or object by object" -msgstr "Secuencia de impresión, capa a capa u objeto por objeto" +msgstr "Imprimir la secuencia, capa por capa u objeto por objeto" msgid "By layer" msgstr "Por capa" @@ -10533,14 +10341,14 @@ msgid "Intra-layer order" msgstr "Orden dentro de la capa" msgid "Print order within a single layer" -msgstr "Orden de impresión dentro de cada capa" +msgstr "Orden de impresión en una sola capa" msgid "As object list" msgstr "Como lista de objetos" msgid "Slow printing down for better layer cooling" msgstr "" -"Reducir la velocidad de impresión para mejorar la refrigeración de las capas" +"Reducir la velocidad de impresión para mejorar el refrigeración de las capas" msgid "" "Enable this option to slow printing speed down to make the final layer time " @@ -10549,10 +10357,10 @@ msgid "" "quality for needle and small details" msgstr "" "Active esta opción para reducir la velocidad de impresión para que el tiempo " -"final de la capa no sea inferior al umbral de tiempo de la capa en \"Umbral " +"de la capa final no sea inferior al umbral de tiempo de la capa en \"Umbral " "de velocidad máxima del ventilador\", de modo que la capa pueda enfriarse " -"durante más tiempo. Esto puede mejorar la calidad del refrigeración para los " -"detalles pequeños y esquirlas." +"durante más tiempo. Esto puede mejorar la calidad del refrigeración para las " +"agujas y los detalles pequeños" msgid "Normal printing" msgstr "Impresión normal" @@ -10562,7 +10370,7 @@ msgid "" "layer" msgstr "" "La aceleración por defecto tanto de la impresión normal como del " -"desplazamiento excepto para la primera capa" +"desplazamiento excepto la primera capa" msgid "mm/s²" msgstr "mm/s²" @@ -10610,8 +10418,8 @@ msgid "" "layer used to be closed to get better build plate adhesion" msgstr "" "Desactivar todos los ventiladores de refrigeración en las primeras capas. El " -"ventilador de la primera capa suele estar apagado para conseguir una mejor " -"adhesión con la superficie de impresión" +"ventilador de la primera capa debe estar apagado para conseguir una mejor " +"adhesión de la bandeja de impresión" msgid "Don't support bridges" msgstr "No soportar puentes" @@ -10631,9 +10439,9 @@ msgid "" "look worse. If disabled, bridges look better but are reliable just for " "shorter bridged distances." msgstr "" -"Si se activa, los puentes son más fiables, pueden salvar distancias más " -"largas, pero pueden tener peor acabado. Si se desactiva, los puentes se ven " -"mejor pero son fiables sólo para distancias más cortas." +"Si están activados, los puentes son más fiables, pueden salvar distancias " +"más largas, pero pueden tener peor aspecto. Si están desactivados, los " +"puentes se ven mejor pero son fiables sólo para distancias más cortas." msgid "Thick internal bridges" msgstr "Puentes gruesos internos" @@ -10643,12 +10451,12 @@ msgid "" "have this feature turned on. However, consider turning it off if you are " "using large nozzles." msgstr "" -"Si se activa, se utilizarán puentes internos gruesos. Normalmente se " -"recomienda tener esta función activada. Sin embargo, considere desactivarla " -"si utilizas boquillas de diámetros elevados." +"Si está activada, se utilizarán puentes internos gruesos. Normalmente se " +"recomienda tener esta función activada. Sin embargo, considera desactivarla " +"si utilizas boquillas grandes." -msgid "Filter out small internal bridges (beta)" -msgstr "Filtra los pequeños puentes internos (beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "No filtrar los pequeños puentes internos (beta)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10663,51 +10471,52 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -"Esta opción puede ayudar a reducir el acolchado en las superficies " -"superiores de los modelos muy inclinados o curvados.\n" +"Esta opción puede ayudar a reducir el pillowing en superficies superiores en " +"modelos muy inclinados o curvados.\n" "\n" "Por defecto, los pequeños puentes internos se filtran y el relleno sólido " -"interno se imprime directamente sobre el relleno disperso. Esto funciona " -"bien en la mayoría de los casos, acelerando la impresión sin comprometer " -"demasiado la calidad de la superficie superior.\n" +"interno se imprime directamente sobre el relleno de baja densidad. Esto " +"funciona bien en la mayoría de los casos, acelerando la impresión sin " +"comprometer demasiado la calidad de la superficie superior. \n" "\n" "Sin embargo, en modelos muy inclinados o curvados, especialmente cuando se " -"utiliza una densidad de relleno disperso demasiado baja, esto puede dar " -"lugar a la curvatura del relleno sólido no soportado, causando pillowing.\n" +"utiliza una densidad de relleno de baja densidad demasiado baja, esto puede " +"dar lugar a la curvatura del relleno sólido no soportado, causando " +"pillowing.\n" "\n" -"Si se desactiva esta opción, se imprimirá la capa puente interna sobre el " -"relleno sólido interno ligeramente sin soporte. Las opciones siguientes " -"controlan la cantidad de filtrado, es decir, la cantidad de puentes internos " -"creados.\n" +"Activando esta opción se imprimirá la capa puente interna sobre el relleno " +"sólido interno ligeramente sin soporte. Las opciones siguientes controlan la " +"cantidad de filtrado, es decir, la cantidad de puentes internos creados.\n" "\n" -"Filtro - active esta opción. Este es el comportamiento por defecto y " +"Desactivado - Desactiva esta opción. Este es el comportamiento por defecto y " "funciona bien en la mayoría de los casos.\n" "\n" -"Filtrado limitado - crea puentes internos en superficies muy inclinadas, " -"evitando crear puentes internos innecesarios. Esto funciona bien para la " -"mayoría de los modelos difíciles.\n" +"Filtrado limitado - Crea puentes internos en superficies muy inclinadas, " +"evitando crear puentes internos innecesarios. Funciona bien en la mayoría de " +"los modelos difíciles.\n" "\n" -"Sin filtro: crea puentes internos en todos los posibles salientes internos. " -"Esta opción es útil para modelos de superficie superior muy inclinada. Sin " -"embargo, en la mayoría de los casos crea demasiados puentes innecesarios." +"Sin filtro: crea puentes interiores en todos los posibles voladizos " +"interiores. Esta opción es útil para modelos de superficie superior muy " +"inclinada. Sin embargo, en la mayoría de los casos crea demasiados puentes " +"innecesarios." -msgid "Filter" -msgstr "Filtro" +msgid "Disabled" +msgstr "Deshabilitados" msgid "Limited filtering" msgstr "Filtrado limitado" @@ -10716,38 +10525,38 @@ msgid "No filtering" msgstr "Sin filtro" msgid "Max bridge length" -msgstr "Distancia máxima de puentes sin soporte" +msgstr "Distancia máxima de puentes" msgid "" "Max length of bridges that don't need support. Set it to 0 if you want all " "bridges to be supported, and set it to a very large value if you don't want " "any bridges to be supported." msgstr "" -"Esta es la longitud máxima para imprimir puentes sin soportes. Ajústalo a 0 " -"si quieres que todos los puentes sean soportados, y ajústalo a un valor muy " -"grande si no quieres que ningún puente sea soportado." +"Esta es la longitud máxima de los puentes que no necesitan soporte. Ajústalo " +"a 0 si quieres que todos los puentes sean soportados, y ajústalo a un valor " +"muy grande si no quieres que ningún puente sea soportado." msgid "End G-code" msgstr "G-Code final" msgid "End G-code when finish the whole printing" -msgstr "G-Code ejecutado en el final de la impresión completa" +msgstr "Finalizar el G-Code cuando termine la impresión completa" msgid "Between Object Gcode" -msgstr "G-Code ejecutado entre Objetos" +msgstr "Entre Objetos G-Code" msgid "" "Insert Gcode between objects. This parameter will only come into effect when " "you print your models object by object" msgstr "" -"G-Code insertado entre objetos. Este parámetro sólo tendrá efecto cuando " +"Insertar G-Code entre objetos. Este parámetro sólo tendrá efecto cuando " "imprima sus modelos objeto por objeto" msgid "End G-code when finish the printing of this filament" -msgstr "G-Code ejecutado cuando se termine de imprimir con este filamento" +msgstr "Terminar el G-Code cuando se termine de imprimir este filamento" msgid "Ensure vertical shell thickness" -msgstr "Garantizar el grosor vertical de las cubiertas" +msgstr "Detección de perímetros delgados" msgid "" "Add solid infill near sloping surfaces to guarantee the vertical shell " @@ -10760,18 +10569,18 @@ msgid "" "Default value is All." msgstr "" "Añadir relleno sólido cerca de superficies inclinadas para garantizar el " -"grosor vertical de las cubiertas (capas sólidas superior+inferior)\n" +"grosor vertical del perímetro (capas sólidas superior+inferior)\n" "Ninguno: No se añadirá relleno sólido en ninguna parte.\n" "Precaución: Utilice esta opción con cuidado si su modelo tiene superficies " "inclinadas\n" -"Sólo críticos: Evite añadir relleno sólido en perímetros\n" +"Sólo crítico: Evite añadir relleno sólido en perímetros\n" "Moderado: Añadir relleno sólido sólo para superficies muy inclinadas \n" "Todas: Añadir relleno sólido para todas las superficies inclinadas " "adecuadas\n" "El valor por defecto es Todas." msgid "Critical Only" -msgstr "Sólo críticos" +msgstr "Sólo Críticos" msgid "Moderate" msgstr "Moderado" @@ -10792,16 +10601,16 @@ msgid "Monotonic" msgstr "Monotónico" msgid "Monotonic line" -msgstr "Líneas monotónicas" +msgstr "Línea Contínua" msgid "Aligned Rectilinear" -msgstr "Rectilineo alineado" +msgstr "Alineación Rectilinea" msgid "Hilbert Curve" -msgstr "Curva de Hilbert" +msgstr "Curva Hilbert" msgid "Archimedean Chords" -msgstr "Espiral de Arquímedes" +msgstr "Acordes de Arquímedes" msgid "Octagram Spiral" msgstr "Octograma en Espiral" @@ -10821,24 +10630,24 @@ msgid "" "Line pattern of internal solid infill. if the detect narrow internal solid " "infill be enabled, the concentric pattern will be used for the small area." msgstr "" -"Patrón lineal de relleno sólido interno. Si se activa la detección de " -"relleno sólido interno delgado, se utilizará el patrón concéntrico para las " -"áreas pequeñas." +"Patrón lineal de relleno sólido interno, si se activa la detección de " +"relleno sólido interno nattow, se utilizará el patrón concéntrico para el " +"área pequeña." msgid "" "Line width of outer wall. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" -"Ancho de línea del perímetro externo. Si se expresa cómo %, se calculará " +"Ancho de extrusión del perímetro externo. Si se expresa cómo %, se calculará " "sobre el diámetro de la boquilla." msgid "" "Speed of outer wall which is outermost and visible. It's used to be slower " "than inner wall speed to get better quality." msgstr "" -"Velocidad del perímetro exterior, que es el más externo y visible. Usar una " -"velocidad menor que la del perímetro interior paraobtener un mejor acabado " -"superficial." +"Velocidad del perímetro exterior, que es el más externo y visible. Se " +"utiliza para ser más lento que la velocidad del perímetro interior para " +"obtener una mejor calidad." msgid "Small perimeters" msgstr "Perímetros pequeños" @@ -10851,16 +10660,16 @@ msgid "" msgstr "" "Este ajuste independiente afectará a la velocidad de los perímetros con " "radio <= small_perimeter_threshold (normalmente orificios). Si se expresa " -"como un porcentaje (por ejemplo: 80%) se calculará en base al ajuste de " -"velocidad del perímetro exterior anterior. Póngalo a cero para auto." +"como porcentaje (por ejemplo: 80%) se calculará sobre el ajuste de velocidad " +"del perímetro exterior anterior. Póngalo a cero para auto." msgid "Small perimeters threshold" -msgstr "Umbral de Perímetros pequeños" +msgstr "Umbral Perímetral Pequeño" msgid "" "This sets the threshold for small perimeter length. Default threshold is 0mm" msgstr "" -"Esto configura el umbral de longitud de perímetros pequeños. El umbral por " +"Esto configura el umbral para longitud de perímetro pequeño. El umbral por " "defecto es 0mm" msgid "Walls printing order" @@ -10870,7 +10679,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10880,8 +10689,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10890,7 +10699,8 @@ msgid "" "\n" " " msgstr "" -"Secuencia de impresión de los perímetros internos y externos. \n" +"Imprima la secuencia de los perímetros internos (interiores) y externos " +"(exteriores). \n" "\n" "Utilice Interior/Exterior para obtener los mejores voladizos. Esto se debe a " "que los perímetros salientes pueden adherirse a un perímetro vecino durante " @@ -10900,7 +10710,7 @@ msgstr "" "\n" "Utilice Interior/Exterior/Interior para obtener el mejor acabado de " "superficie exterior y precisión dimensional, ya que el perímetro exterior se " -"imprime sin perturbaciones por un perímetro interior. Sin embargo, el " +"imprime sin perturbaciones desde un perímetro interior. Sin embargo, el " "rendimiento del voladizo se reducirá al no haber un perímetro interno contra " "el que imprimir el perímetro externo. Esta opción requiere un mínimo de 3 " "perímetros para ser efectiva, ya que imprime primero los perímetros " @@ -10910,19 +10720,19 @@ msgstr "" "\n" "Utilice Exterior/Interior para obtener la misma calidad en los perímetros " "exteriores y la misma precisión dimensional que con la opción Interior/" -"Exterior/Interior. Sin embargo, las costuras Z tendrán un peor acabado ya " -"que la primera extrusión de cada capa comienza en una superficie visible.\n" -"\n" +"Exterior/Interior. Sin embargo, las uniones Z parecerán menos consistentes " +"ya que la primera extrusión de una nueva capa comienza en una superficie " +"visible.\n" " " msgid "Inner/Outer" -msgstr "Interior/Exterior" +msgstr "Interno/Externo" msgid "Outer/Inner" -msgstr "Exterior/Interior" +msgstr "Externo/Interno" msgid "Inner/Outer/Inner" -msgstr "Interior/Exterior/Interior" +msgstr "Interno/Externo/Interno" msgid "Print infill first" msgstr "Imprimir relleno primero" @@ -10932,21 +10742,21 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." msgstr "" "Orden de los perímetros/relleno. Cuando la casilla no está marcada, los " -"perímetros se imprimen primero, lo que funciona mejor en la mayoría de los " +"muros se imprimen primero, lo que funciona mejor en la mayoría de los " "casos.\n" "\n" "Imprimir primero el relleno puede ayudar con voladizos extremos ya que los " -"perímetros tienen un relleno cercano al que adherirse. Sin embargo, el " -"relleno empujará ligeramente hacia fuera los perímetros impresos donde se " -"une a ellos, lo que resulta en un peor acabado de la superficie exterior. " -"También puede hacer que el relleno brille a través de las superficies " -"externas de la pieza." +"muros tienen el relleno vecino al que adherirse. Sin embargo, el relleno " +"empujará ligeramente hacia fuera los perímetros impresos donde se une a " +"ellos, lo que resulta en un peor acabado de la superficie exterior. También " +"puede hacer que el relleno brille a través de las superficies externas de la " +"pieza." msgid "Wall loop direction" msgstr "Dirección del bucle de perímetro" @@ -10956,20 +10766,21 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" -"La dirección en la que se extruyen los bucles de pared cuando se mira hacia " -"abajo desde la parte superior.\n" +"La dirección en la que se extruyen los bucles del muro cuando se mira desde " +"arriba.\n" "\n" "Por defecto, todos los muros se extruyen en el sentido contrario a las " -"agujas del reloj, a menos que esté activada la opción Invertir en par. " -"Establecer esto a cualquier opción que no sea Auto forzará la dirección de " -"la pared independientemente de la Inversión en par.\n" +"agujas del reloj, a menos que esté activada la opción Invertir en impares. " +"Establecer esta opción a cualquier opción que no sea Auto forzará la " +"dirección de el perímetro independientemente de la opción Invertir en " +"impar.\n" "\n" -"Esta opción estará desactivada si el modo jarrón en espiral está activado." +"Esta opción se desactivará si se activa el modo jarrón en espiral." msgid "Counter clockwise" msgstr "En sentido contrario a las agujas del reloj" @@ -10995,14 +10806,14 @@ msgid "" "object printing." msgstr "" "Distancia de la punta de la boquilla a la tapa. Usado para evitar la " -"colisión en la impresión por objeto." +"colisión con la impresión por objeto." msgid "" "Clearance radius around extruder. Used for collision avoidance in by-object " "printing." msgstr "" -"El radio de exclusión alrededor del extrusor. Se utiliza para evitar la " -"colisión en la impresión por objeto." +"El radio de claridad alrededor del extrusor. Se utiliza para evitar la " +"colisión con la impresión por objeto." msgid "Nozzle height" msgstr "Altura de la boquilla" @@ -11011,63 +10822,63 @@ msgid "The height of nozzle tip." msgstr "La altura de la punta de la boquilla." msgid "Bed mesh min" -msgstr "Punto mínimo para el mallado de superficie" +msgstr "Malla de cama mínimo" msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " "means there are no limits, thus allowing probing across the entire bed." msgstr "" "Esta opción establece el punto mínimo para el área de malla de la cama " -"permitida. Debido a la distancia XY de la sonda respecto a la boquilla, la " -"mayoría de las impresoras no pueden sondear toda la cama. Para garantizar " -"que el punto de mdeición no excede el área de la cama, los puntos mínimo y " -"máximo de la malla de la cama deben establecerse adecuadamente. OrcaSlicer " -"se asegura de que los valores de adaptive_bed_mesh_min/adaptive_bed_mesh_max " -"no superen estos puntos mínimo/máximo. Esta información normalmente se puede " -"obtener del fabricante de la impresora. La configuración por defecto es " -"(-99999, -99999), lo que significa que no hay límites, lo que permite el " -"sondeo en todo el área de la cama." +"permitida. Debido al desplazamiento XY de la sonda, la mayoría de las " +"impresoras no pueden sondear toda la cama. Para garantizar que el punto de " +"la sonda no salga del área de la cama, los puntos mínimo y máximo de la " +"malla de la cama deben establecerse adecuadamente. Snapmaker Orca se asegura de " +"que los valores de madaptive_bed_mesh_min/adaptive_bed_mesh_max no superen " +"estos puntos mínimo/máximo. Esta información normalmente se puede obtener " +"del fabricante de la impresora. La configuración por defecto es (-99999, " +"-99999), lo que significa que no hay límites, lo que permite el sondeo a " +"través de toda la cama." msgid "Bed mesh max" -msgstr "Punto máximo para el mallado de superficie" +msgstr "Malla de cama máxima" msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " "means there are no limits, thus allowing probing across the entire bed." msgstr "" "Esta opción establece el punto máximo para el área de malla de la cama " -"permitida. Debido a la distancia XY de la sonda respecto a la boquilla, la " -"mayoría de las impresoras no pueden sondear toda la cama. Para garantizar " -"que el punto de mdeición no excede el área de la cama, los puntos mínimo y " -"máximo de la malla de la cama deben establecerse adecuadamente. OrcaSlicer " -"se asegura de que los valores de adaptive_bed_mesh_min/adaptive_bed_mesh_max " -"no superen estos puntos mínimo/máximo. Esta información normalmente se puede " -"obtener del fabricante de la impresora. La configuración por defecto es " -"(-99999, -99999), lo que significa que no hay límites, lo que permite el " -"sondeo en todo el área de la cama." +"permitida. Debido al desplazamiento XY de la sonda, la mayoría de las " +"impresoras no pueden sondear todo el lecho. Para garantizar que el punto de " +"la sonda no salga del área de la cama, los puntos mínimo y máximo de la " +"malla de la cama deben establecerse adecuadamente. Snapmaker Orca se asegura de " +"que los valores de daptive_bed_mesh_min/adaptive_bed_mesh_max no superen " +"estos puntos mínimo/máximo. Esta información normalmente se puede obtener " +"del fabricante de la impresora. La configuración por defecto es (99999, " +"99999), lo que significa que no hay límites, lo que permite el sondeo a " +"través de toda la cama." msgid "Probe point distance" -msgstr "Distancia entre puntos de medición" +msgstr "Distancia de punto de sonda" msgid "" "This option sets the preferred distance between probe points (grid size) for " "the X and Y directions, with the default being 50mm for both X and Y." msgstr "" -"Esta opción establece la distancia preferida entre puntos de medición " -"(tamaño de cuadrícula) para las direcciones X e Y, siendo el valor " -"predeterminado 50mm tanto para X como para Y." +"Esta opción establece la distancia preferida entre puntos de sonda (tamaño " +"de cuadrícula) para las direcciones X e Y, siendo el valor predeterminado 50 " +"mm tanto para X como para Y." msgid "Mesh margin" msgstr "Margen de malla" @@ -11077,7 +10888,7 @@ msgid "" "mesh area should be expanded in the XY directions." msgstr "" "Esta opción determina la distancia adicional en la que debe expandirse el " -"área de malla adaptativa en las direcciones XY." +"área de malla del lecho de adaptación en las direcciones XY." msgid "Extruder Color" msgstr "Color del extrusor" @@ -11089,7 +10900,7 @@ msgid "Extruder offset" msgstr "Offset del extrusor" msgid "Flow ratio" -msgstr "Ratio de flujo" +msgstr "Proporción de flujo" msgid "" "The material may have volumetric change after switching between molten state " @@ -11098,38 +10909,18 @@ msgid "" "and 1.05. Maybe you can tune this value to get nice flat surface when there " "has slight overflow or underflow" msgstr "" -"El material puede sufrir un cambio volumétrico tras cambiar entre el estado " -"fundido y estado cristalino. Este ajuste cambia proporcionalmente todo el " -"flujo de extrusión de este filamento en el G-Code. El rango de valores " -"recomendado es entre 0.95 y 1.05. Puede ajustar ligeramente este valor para " -"obtener una mejor superficie plana cuando hay una ligera sobre-extrusión o " -"infra-extrusión" - -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"El material puede sufrir un cambio volumétrico tras cambiar entre el estado " -"fundido y estado cristalino. Este ajuste cambia proporcionalmente todo el " -"flujo de extrusión de este filamento en el G-Code. El rango de valores " -"recomendado es entre 0.95 y 1.05. Puede ajustar ligeramente este valor para " -"obtener una mejor superficie plana cuando hay una ligera sobre-extrusión o " -"infra-extrusión.\n" -"\n" -"El factor de flujo final del objeto es este valor multiplicado por el factor " -"de flujo del filamento." +"El material puede tener un cambio volumétrico después de cambiar entre " +"estado fundido y estado cristalino. Este ajuste cambia proporcionalmente " +"todo el flujo de extrusión de este filamento en G-Code. El rango de valores " +"recomendado es entre 0.95 y 1.05. Tal vez usted puede ajustar este valor " +"para obtener una superficie plana adecuada cuando hay un ligero sobre flujo " +"o infra flujo" msgid "Enable pressure advance" msgstr "Activar Avance de Presión Lineal" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Al activar Avance de Presión Lineal, el resultado de auto calibración se " @@ -11138,165 +10929,25 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Pressure Advance(Klipper) AKA Factor de avance lineal(Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "Activar Avance de Presión Lineal Adaptativo (beta)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Al aumentar la velocidad de impresión (y, por tanto, el flujo volumétrico a " -"través de la boquilla) y las aceleraciones, se ha observado que el valor PA " -"efectivo suele disminuir. Esto significa que un único valor de PA no es " -"siempre 100% optimo para todas las características y que se suele utilziar " -"un valor de compromiso que no provoque demasiado abombamiento en las " -"características con velocidades de flujo y aceleraciones más bajas y que, al " -"mismo tiempo, no provoque fallos en las características más rápidas.\n" -"\n" -"Esta función pretende abordar esta limitación modelando la respuesta del " -"sistema de extrusión de su impresora en función de la velocidad de flujo " -"volumétrico y la aceleración a la que está imprimiendo. Internamente, genera " -"un modelo ajustado que puede extrapolar el avance de presión necesario para " -"cualquier velocidad de flujo volumétrico y aceleración, que luego se emite a " -"la impresora en función de las condiciones de impresión actuales.\n" -"\n" -"Cuando se activa, el valor de avance de presión anterior se anula. Sin " -"embargo, se recomienda encarecidamente un valor predeterminado razonable que " -"actúe como una alternativa de resguardo y para los cambios de cabezal.\n" -"\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Medidas de avance lineal de presión adaptativo (beta)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"Añada conjuntos de valores de avance de presión (PA), las velocidades de " -"flujo volumétrico y las aceleraciones a las que se midieron, separados por " -"una coma. Un conjunto de valores por línea. Por ejemplo \n" -"0,04,3,96,3000 \n" -"0,033,3,96,10000 \n" -"0,029,7,91,3000 \n" -"0,026,7,91,10000\n" -"\n" -"Cómo calibrar: \n" -"1. Ejecute la prueba de avance lineal de presión para al menos 3 velocidades " -"por cada valor de aceleración. Se recomienda que la prueba se ejecute para " -"al menos la velocidad de los perímetros externos, la velocidad de los " -"perímetros internos y la velocidad de impresión de características más " -"rápida en su perfil (por lo general es el relleno de baja densidad o " -"sólido). A continuación, ejecútelos para las mismas velocidades para las " -"aceleraciones de impresión más lentas y más rápidas, y no más rápido que la " -"aceleración máxima recomendada según lo dado por el \"input shaper\" de " -"Klipper.\n" -"2. Tome nota del valor óptimo de PA para cada velocidad de flujo volumétrico " -"y aceleración. Puede encontrar el valor de flujo seleccionando flujo en el " -"desplegable del esquema de colores y moviendo el deslizador horizontal sobre " -"las líneas del patrón PA. El valor númerico debería ser visible en la parte " -"inferior de la página. El valor ideal de PA debería disminuir cuanto mayor " -"sea el flujo volumétrico. Si no es así, confirme que su extrusor funciona " -"correctamente. Cuanto más lento y con menos aceleración imprimas, mayor será " -"el rango de valores PA aceptables. Si no se aprecia ninguna diferencia, " -"utilice el valor PA de la prueba más rápida. 3. Introduzca los trios de " -"valores PA, Flujo y Aceleraciones en el cuadro de texto que aparece aquí y " -"guarde su perfil de filamento.\n" -"\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Activación del Avance de Presión Adaptativo para Voladizos (beta)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Habilitar PA adaptable para voladizos, así como cuando el flujo cambia " -"dentro de una misma característica. Se trata de una opción experimental, ya " -"que si el perfil PA no se ajusta con precisión, causará problemas de " -"uniformidad en las superficies externas antes y después de los voladizos.\n" - -msgid "Pressure advance for bridges" -msgstr "Avance de Presión Lineal para puentes" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Valor de Avance de Presión para puentes. Establecer a 0 para desactivar.\n" -"\n" -"Un valor de PA más bajo al imprimir puentes ayuda a reducir la aparición de " -"una ligera sub-extrusión inmediatamente después de los puentes. Esto es " -"causado por la caída de presión en la boquilla cuando se imprime en el aire, " -"y un PA más bajo ayuda a contrarrestar este efecto." - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." msgstr "" -"Ancho de línea por defecto si otros anchos de línea están a 0. Si se expresa " -"cómo %, se calculará en base al diámetro de la boquilla." +"Ancho de extrusión por defecto si otros anchos de línea no están a 0. Si se " +"expresa cómo %, se calculará sobre el diámetro de la boquilla." msgid "Keep fan always on" msgstr "Mantener el ventilador siempre encendido" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Si se activa este ajuste, el ventilador nunca se detendrá y funcionará al " "menos a la velocidad mínima para reducir la frecuencia de arranque y parada" msgid "Don't slow down outer walls" -msgstr "No reducir la velocidad en los perímetros externos" +msgstr "No frenar en los perímetros externos" msgid "" "If enabled, this setting will ensure external perimeters are not slowed down " @@ -11305,8 +10956,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11314,11 +10965,11 @@ msgstr "" "no se ralenticen para cumplir el tiempo de capa mínimo. Esto es " "especialmente útil en los siguientes escenarios:\n" "\n" -"1. Para evitar cambios de brillo al imprimir filamentos brillantes\n" -"2. Para evitar cambios en la velocidad del perímetro externo que pueden " -"crear ligeros artefactos con apariencia de z banding\n" +" 1. Para evitar cambios de brillo al imprimir filamentos brillantes\n" +"2. Para evitar cambios en la velocidad de el perímetros externo que pueden " +"crear ligeros artefactos de perímetro que aparecen como z banding\n" "3. Para evitar imprimir a velocidades que provoquen VFA (artefactos finos) " -"en los perímetros externos\n" +"en las perímetros externas\n" "\n" msgid "Layer time" @@ -11331,8 +10982,8 @@ msgid "" msgstr "" "El ventilador de refrigeración de la pieza se activará para las capas cuyo " "tiempo estimado sea inferior a este valor. La velocidad del ventilador se " -"interpola entre las velocidades mínima y máxima del ventilador en función " -"del tiempo de impresión de la cada capa" +"interpola entre las velocidades mínima y máxima del ventilador según el " +"tiempo de impresión de las capas" msgid "Default color" msgstr "Color por defecto" @@ -11344,7 +10995,7 @@ msgid "Filament notes" msgstr "Anotaciones de filamento" msgid "You can put your notes regarding the filament here." -msgstr "Puede escribir sus notas sobre el filamento aquí." +msgstr "Puede colocar sus anotaciones acerca del filamento aquí." msgid "Required nozzle HRC" msgstr "HRC de boquilla requerido" @@ -11353,18 +11004,18 @@ msgid "" "Minimum HRC of nozzle required to print the filament. Zero means no checking " "of nozzle's HRC." msgstr "" -"Dureza HRC mínima de boquilla requerida para imprimir el filamento. Cero " -"significa que no se comprobará el valor HRC de la boquilla." +"HRC mínimo de boquilla requerido para imprimir el filamento. Cero significa " +"no comprobar el HRC de la boquilla." msgid "" "This setting stands for how much volume of filament can be melted and " "extruded per second. Printing speed is limited by max volumetric speed, in " "case of too high and unreasonable speed setting. Can't be zero" msgstr "" -"Este ajuste representa la cantidad de volumen de filamento que puede ser " -"derretido y extruido por segundo. La velocidad de impresión se verá limitada " -"por esta velocidad volumétrica, en caso de velocidades demasiado altas o " -"poco razonables. No puede ser cero" +"Este ajuste representa la cantidad de volumen de filamento puede ser " +"derretido extruido por segundo. La velocidad de impresión está limitado por " +"cuanta velocidad, en caso de velocidad demasiado alta o no razonable. No " +"puede ser cero" msgid "mm³/s" msgstr "mm³/s" @@ -11372,40 +11023,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Tiempo de carga de filamento" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Tiempo que se tarda en cargar un nuevo filamento cuando se cambia de " -"filamento. Generalmente sólo aplicable a multi-material con un único " -"extrusor. Típicamente 0 para máquinas multi-herramienta. Sólo usado para " -"elaborar estadísticas." +"Tiempo para cargar un nuevo filamento cuando se cambia de filamento. Sólo " +"para estadísticas" msgid "Filament unload time" msgstr "Tiempo de descarga del filamento" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"Tiempo que se tarda en descargar un nuevo filamento cuando se cambia de " -"filamento. Generalmente sólo aplicable a multi-material con un único " -"extrusor. Típicamente 0 para máquinas multi-herramienta. Sólo usado para " -"elaborar estadísticas." - -msgid "Tool change time" -msgstr "Tiempo de cambio de herramienta" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Tiempo que se tarda en cambiar cabezal. Aplciable sólo a máquinas multi-" -"herramientas. Para máquinas mono-herramientas, es 0. Sólo usado para " -"elaborar estadísticas." +"Tiempo para descargar el filamento viejo cuando se cambia de filamento. Sólo " +"para las estadísticas" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11418,7 +11047,7 @@ msgid "Pellet flow coefficient" msgstr "Coeficiente de Flujo de Pellets" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11432,10 +11061,10 @@ msgstr "" "Internamente se convierte a filament_diameter. Todos los demás cálculos de " "volumen siguen siendo los mismos.\n" "\n" -"filament_diameter = sqrt( (4 * coeficiente_flujo_pellets) / PI )" +"diámetro_filamento = sqrt( (4 * coeficiente_flujo_pellets) / PI )" -msgid "Shrinkage (XY)" -msgstr "Contracción (XY)" +msgid "Shrinkage" +msgstr "Contracción" #, no-c-format, no-boost-format msgid "" @@ -11445,37 +11074,24 @@ msgid "" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" -"Introduzca el factor de contracción que sufrirá el filamento después de " +"Introduzca el porcentaje de encogimiento que tendrá el filamento después de " "enfriarse ('94% i' si mide 94mm en lugar de 100mm). La pieza se escalará en " "X-Y para compensar. Sólo se tiene en cuenta el filamento utilizado para el " -"perímetro exterior.\n" +"perímetro.\n" "Asegúrese de dejar suficiente espacio entre los objetos, ya que esta " "compensación se realiza después de las comprobaciones." -msgid "Shrinkage (Z)" -msgstr "Contracción (Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Introduzca el porcentaje de contracción que tendrá el filamento después de " -"enfriarse (94% si mide 94mm en lugar de 100mm). La pieza se escalará en Z " -"para compensar." - msgid "Loading speed" msgstr "Velocidad de carga" msgid "Speed used for loading the filament on the wipe tower." -msgstr "Velocidad usada para cargar el filamento en la torre de purga." +msgstr "Velocidad usada para cargar el filamento de la torre de purga." msgid "Loading speed at the start" msgstr "Velocidad inicial de carga" msgid "Speed used at the very beginning of loading phase." -msgstr "Velocidad usada al comenzar la fase de carga." +msgstr "Velocidad usada en la fase de carga temprana." msgid "Unloading speed" msgstr "Velocidad de descarga" @@ -11504,9 +11120,9 @@ msgid "" "toolchanges with flexible materials that may need more time to shrink to " "original dimensions." msgstr "" -"Tiempo de espera después de la descarga de filamento. Esto debería resultar " -"en cambios de cabezal más seguros con materiales flexibles que necesitan más " -"tiempo para recuperar sus dimensiones originales." +"Tiempo de espera después de la descarga de filamento. Esto debería ayudar a " +"unos cambios de herramienta confiables con materiales flexibles que " +"necesitan más tiempo para encogerse a las dimensiones originales." msgid "Number of cooling moves" msgstr "Cantidad de movimientos de refrigeración" @@ -11518,34 +11134,12 @@ msgstr "" "El filamento se enfría moviéndose hacía atrás y hacía delante en los tubos " "de refrigeración. Especifique la cantidad de movimientos." -msgid "Stamping loading speed" -msgstr "Velocidad de carga de \"Stamping\"" - -msgid "Speed used for stamping." -msgstr "Velocidad utilizada para \"Stamping\"." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" -"Distancia de \"Stamping\", medida desde del punto central del tubo de " -"refrigeración a la punta del extrusor." - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Si se establece en un valor distinto de cero, el filamento se mueve hacia la " -"boquilla entre los movimientos de enfriamiento individuales (\"Stamping\"). " -"Esta opción configura la distancia mínima de este movimiento antes de que el " -"filamento se retraiga de nuevo." - msgid "Speed of the first cooling move" msgstr "Velocidad del primer movimiento de refrigeración" msgid "Cooling moves are gradually accelerating beginning at this speed." msgstr "" -"Los movimiento de refrigeración van acelerando gradualmente partiendo desde " -"esta velocidad." +"Los movimiento de refrigeración van acelerando gradualmente a esta velocidad." msgid "Minimal purge on wipe tower" msgstr "Purga mínima en la torre de purga" @@ -11554,13 +11148,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" -"Tras un cambio de cabezal, es posible que no se conozca la posición exacta " -"del filamento recién cargado dentro de la boquilla y que la presión del " -"filamento aún no sea estable. Antes de purgar el cabezal de impresión en un " -"relleno o en un objeto de sacrificio, OrcaSlicer siempre cebará esta " +"Tras un cambio de herramienta, es posible que no se conozca la posición " +"exacta del filamento recién cargado dentro de la boquilla y que la presión " +"del filamento aún no sea estable. Antes de purgar el cabezal de impresión en " +"un relleno o un objeto de sacrificio, Snapmaker Orca siempre cebará esta " "cantidad de material en la torre de purga para producir sucesivas " "extrusiones de relleno u objetos de sacrificio de forma fiable." @@ -11569,8 +11163,18 @@ msgstr "La velocidad del último movimiento de refrigeración" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" -"Los movimientos de refrigeración se aceleran gradualmente hasta alcanzar " -"esta velocidad." +"Los movimientos de refrigeración se aceleran gradualmente hacía esta " +"velocidad." + +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tiempo que tarda el firmware de la impresora (o la Unidad Multi Material " +"2.0) en cargar un nuevo filamento durante un cambio de herramienta (al " +"ejecutar el T-Code). El estimador de tiempo del G-Code añade este tiempo al " +"tiempo total de impresión." msgid "Ramming parameters" msgstr "Parámetros de moldeado de extremo" @@ -11579,33 +11183,43 @@ msgid "" "This string is edited by RammingDialog and contains ramming specific " "parameters." msgstr "" -"Esta cadena es editada por RammingDialog y contiene parámetros específicos " -"de moldeado de extremo." +"El Moldeado de ExtremoDialog edita esta cadena y contiene los parámetros " +"específicos de moldeado de extremo." -msgid "Enable ramming for multi-tool setups" -msgstr "Activar moldeado de extremo para configuraciones multicabezal" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tiempo que tarda el firmware (para la unidad Multi Material 2.0) en " +"descargar el filamento durante el cambio de herramienta ( cuando se ejecuta " +"el T-Code). Esta duración se añade a la duración total de impresión estimada " +"del G-Code." + +msgid "Enable ramming for multitool setups" +msgstr "Activar moldeado de extremo para configuraciones multiherramienta" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Llevar a cabo el moldeado de extremo cuando se usa una impresora multi " -"cabezal (es decir, cuando el 'Extrusor Único Multimaterial' en los Ajustes " -"de Impresora está desmarcado). Cuando está marcado, una pequeña cantidad de " -"filamento es extruida rápidamente en la torre de purga, justo antes del " -"cambio de cabezal. Esta opción se usa solamente cuando la torre de purga " -"está activada." +"herramienta (es decir, cuando el 'Extrusor Único Multimaterial' en los " +"Ajustes de Impresora está desmarcado). Cuando está marcado, una pequeña " +"cantidad de filamento es extruida rápidamente en la torre de purga, justo " +"antes del cambio de herramienta. Esta opción se usa solamente cuando la " +"torre de purga está activada." -msgid "Multi-tool ramming volume" -msgstr "Volumen de Moldeado de Extremo Multicabezal" +msgid "Multitool ramming volume" +msgstr "Volumen de Moldeado de Extremo multiherramienta" msgid "The volume to be rammed before the toolchange." -msgstr "El volumen de Moldeado de Extremo antes del cambio de cabezal." +msgstr "El volumen de Moldeado de Extremo antes del cambio de herramienta." -msgid "Multi-tool ramming flow" -msgstr "Flujo de Moldeado de Extremo multicabezal" +msgid "Multitool ramming flow" +msgstr "Flujo de Moldeado de Extremo multiherramienta" msgid "Flow used for ramming the filament before the toolchange." msgstr "" @@ -11630,8 +11244,8 @@ msgstr "Material soluble" msgid "" "Soluble material is commonly used to print support and support interface" msgstr "" -"El material soluble se utiliza habitualmente para imprimir soportes y la " -"interfaz de los soportes" +"El material soluble se utiliza habitualmente para imprimir el soporte y la " +"interfaz de soporte" msgid "Support material" msgstr "Material de soporte" @@ -11639,8 +11253,8 @@ msgstr "Material de soporte" msgid "" "Support material is commonly used to print support and support interface" msgstr "" -"El material de soporte se utiliza habitualmente para imprimir soportes y la " -"interfaz de los soportes" +"El material de soporte se utiliza habitualmente para imprimir el soporte e " +"interfaces de soporte" msgid "Softening temperature" msgstr "Temperatura de ablandado" @@ -11648,7 +11262,7 @@ msgstr "Temperatura de ablandado" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "El material se reblandece a esta temperatura, por lo que cuando la " "temperatura de la cama es igual o superior a ella, es muy recomendable abrir " @@ -11661,7 +11275,7 @@ msgid "Filament price. For statistics only" msgstr "Precio del filamento. Sólo para las estadísticas" msgid "money/kg" -msgstr "moneda/kg" +msgstr "dinero/kg" msgid "Vendor" msgstr "Fabricante" @@ -11693,10 +11307,10 @@ msgstr "" "dirección principal de la línea" msgid "Rotate solid infill direction" -msgstr "Rotar la dirección del relleno sólido" +msgstr "Cambiar la dirección del relleno sólido" msgid "Rotate the solid infill direction by 90° for each layer." -msgstr "Rotar 90° la dirección del relleno sólido en cada capa." +msgstr "Cambiar 90° la dirección del relleno sólido para cada capa." msgid "Sparse infill density" msgstr "Densidad de relleno de baja densidad" @@ -11755,7 +11369,7 @@ msgstr "Longitud del anclaje de relleno de baja densidad" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11766,29 +11380,30 @@ msgid "" msgstr "" "Conectar una línea de relleno a un perímetro interno con un segmento corto " "de un perímetro adicional. Si se expresa como porcentaje (ejemplo: 15%) este " -"es calculado sobre el ancho de extrusión de relleno. OrcaSlicer intenta " +"es calculado sobre el ancho de extrusión de relleno. Snapmaker Orca intenta " "conectar dos líneas de relleno cercanas a un segmento de perímetro corto. Si " "no se encuentra ningún segmento más corto que relleno_anclaje_max, la línea " "de relleno se conecta a un segmento de perímetro en un solo lado y la de " "relleno se conecta a un segmento de perímetro en un solo lado y la longitud " "del ancho de segmento de perímetro escogido se limita a este parámetro, pero " -"no más largo que anclaje_longitud_max. \n" +"no más largo que anclage_longitud_max. \n" +"Configure este parámetro a cero para deshabilitar los perímetros de anclaje " "Configure este parámetro a cero para deshabilitar los perímetros de anclaje " "conectados a una sola línea de relleno." msgid "0 (no open anchors)" -msgstr "0 (no anclar)" +msgstr "0 (no abrir anclajes)" msgid "1000 (unlimited)" msgstr "1000 (ilimitada)" msgid "Maximum length of the infill anchor" -msgstr "Máxima longitud del anclaje de relleno" +msgstr "Máxima longitud de relleno del anclaje" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11799,9 +11414,9 @@ msgid "" msgstr "" "Conectar la línea de relleno a un perímetro interno con un segmento corto de " "un perímetro adicional. Si se expresa como porcentaje (por ejemplo: 15%) " -"este se calcula sobre el ancho de relleno de extrusión. OrcaSlicer intenta " +"este se calcula sobre el ancho de relleno de extrusión. Snapmaker Orca intenta " "conectar dos líneas de relleno cercanas a un segmento de perímetro corto. Si " -"no hay ningún segmento más corto que este parámetro, esta línea de relleno " +"no hay ningún segmento más corto que este parámetro, esta líena de relleno " "se conecta a un segmento de perímetro solamente a un lado y la longitud del " "segmento de perìmetro escogida se limita a relleno_anclaje, pero no más alto " "que este parámetro. \n" @@ -11818,7 +11433,7 @@ msgid "Acceleration of inner walls" msgstr "Aceleración de los perímetros internos" msgid "Acceleration of travel moves" -msgstr "Aceleración de los movimientos de desplazamiento" +msgstr "Aceleración de movimiento de viaje" msgid "" "Acceleration of top surface infill. Using a lower value may improve top " @@ -11829,7 +11444,7 @@ msgstr "" msgid "Acceleration of outer wall. Using a lower value can improve quality" msgstr "" -"Aceleración del perímetro externo. Usar un valor menor puede mejorar la " +"Aceleración del perímetro externo. Usando un valor menor puede mejorar la " "calidad" msgid "" @@ -11846,7 +11461,7 @@ msgid "" "Acceleration of sparse infill. If the value is expressed as a percentage (e." "g. 100%), it will be calculated based on the default acceleration." msgstr "" -"Aceleración del relleno de baja densidad. Si el valor se expresa en " +"Aceleración de relleno de baja densidad. Si el valor se expresa en " "porcentaje (por ejemplo 100%), se calculará basándose en la aceleración por " "defecto." @@ -11855,7 +11470,7 @@ msgid "" "percentage (e.g. 100%), it will be calculated based on the default " "acceleration." msgstr "" -"Aceleración del relleno sólido interno. Si el valor se expresa como " +"Aceleración de relleno sólido interno. Si el valor se expresa como " "porcentaje (por ejemplo 100%), este se calculará basándose en la aceleración " "por defecto." @@ -11864,7 +11479,7 @@ msgid "" "adhesive" msgstr "" "Aceleración de la primera capa. El uso de un valor más bajo puede mejorar la " -"adherencia con la bandeja de impresión" +"adherencia de la bandeja de impresión" msgid "Enable accel_to_decel" msgstr "Activar acel_a_decel" @@ -11890,20 +11505,20 @@ msgid "Jerk for top surface" msgstr "Jerk de la superficie superior" msgid "Jerk for infill" -msgstr "Jerk del relleno" +msgstr "Jerk de relleno" msgid "Jerk for initial layer" msgstr "Jerk de la primera capa" msgid "Jerk for travel" -msgstr "Jerk de desplazamiento" +msgstr "Jerk de viaje" msgid "" "Line width of initial layer. If expressed as a %, it will be computed over " "the nozzle diameter." msgstr "" -"Ancho de línea de la primera capa. Si se expresa como %, se calculará en " -"base al diámetro de la boquilla." +"Ancho de extrusión de la primera capa. Si se expresa como %, se calculará " +"sobre el diámetro de la boquilla." msgid "Initial layer height" msgstr "Altura de la primera capa" @@ -11913,7 +11528,7 @@ msgid "" "can improve build plate adhesion" msgstr "" "Altura de la primera capa. Hacer que la altura de la primera capa sea " -"ligeramente gruesa puede mejorar la adherencia con la bandeja de impresión" +"ligeramente gruesa puede mejorar la adherencia de la bandeja de impresión" msgid "Speed of initial layer except the solid infill part" msgstr "Velocidad de la primera capa excepto la parte sólida de relleno" @@ -11925,10 +11540,10 @@ msgid "Speed of solid infill part of initial layer" msgstr "Velocidad de la parte de relleno sólido de la primera capa" msgid "Initial layer travel speed" -msgstr "Velocidad de desplazamiento en la primera capa" +msgstr "Velocidad de la primera capa" msgid "Travel speed of initial layer" -msgstr "Velocidad de movimientos de desplazamiento en la primera capa" +msgstr "Velocidad de viaje de primera capa" msgid "Number of slow layers" msgstr "Número de capas lentas" @@ -11938,7 +11553,7 @@ msgid "" "increased in a linear fashion over the specified number of layers." msgstr "" "Las primeras capas se imprimen más lentamente de lo normal. La velocidad se " -"incrementa gradualmente de una forma lineal sobre el número específicado de " +"incrementa gradualmente de una forma lineal sobre un número específico de " "capas." msgid "Initial layer nozzle temperature" @@ -11959,35 +11574,34 @@ msgid "" "\"close_fan_the_first_x_layers\", in which case the fan will be running at " "maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" -"La velocidad de ventilador se incrementará linealmente de cero desde la capa " -"\"close_fan_the_first_x_layers\" al máximo en la capa \"full_fan_speed_layer" -"\". \"full_fan_speed_layer\" se ignorará si es menor que " +"La velocidad de ventilador se incrementará linealmente de cero a " +"\"close_fan_the_first_x_layers\" al máximo de capa \"full_fan_speed_layer\". " +"\"full_fan_speed_layer\" se ignorará si es menor que " "\"close_fan_the_first_x_layers\", en cuyo caso el ventilador funcionará al " -"máximo permitido en la capa \"close_fan_the_first_x_layers\" + 1." +"máximo permitido de capa \"close_fan_the_first_x_layers\" + 1." msgid "layer" msgstr "Capa" msgid "Support interface fan speed" -msgstr "Velocidad de ventilador en la interfaz de los soportes" +msgstr "Velocidad de ventilador de interfaz de soporte" msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" -"Esta velocidad de ventilador se fuerza cuando se imprimen todas las " -"interfaces de soporte, con el objetivo de debilitar la unión con la pieza." -"Sólo puede ser anulado por disable_fan_first_layers." +"La velocidad de ventilador se fuerza durante todas interfaces de soporte, " +"será capaz de debilitar sus uniones con una velocidad de ventilador más alta." +"Solo puede ser sobreescrita deshabilitando disable_fan_first_layers." msgid "" "Randomly jitter while printing the wall, so that the surface has a rough " "look. This setting controls the fuzzy position" msgstr "" -"Sacudir ligeramente el cabezal de forma aleatoria cuando se imprime el " -"perímetro externo, de modo que la superficie tenga un aspecto rugoso. Este " -"ajuste controla la posición difusa" +"Se puede imprimir el perímetro de forma aleatoria, de modo que la superficie " +"tenga un aspecto rugoso. Este ajuste controla la posición difusa" msgid "Contour" msgstr "Contorno" @@ -11999,30 +11613,30 @@ msgid "All walls" msgstr "Todas los perímetros" msgid "Fuzzy skin thickness" -msgstr "Espesor de superficie rugosa" +msgstr "Distancia del punto de piel difusa" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" -"La anchura dentro de la cual se va a sacudir el cabezal. Se aconseja que " -"esté por debajo del ancho de línea del perímetro exterior" +"La anchura dentro de la cual se va a jitear. Se aconseja que esté por debajo " +"de la anchura de la línea del perímetro exterior" msgid "Fuzzy skin point distance" -msgstr "Distancia entre puntos de superficie rugosa" +msgstr "Distancia al punto de superficie irregular" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "La diatancia media entre los puntos aleatorios introducidos en cada segmento " "de línea" msgid "Apply fuzzy skin to first layer" -msgstr "Aplicar superficie difusa en la primera capa" +msgstr "Aplicar piel difusa a la primera capa" msgid "Whether to apply fuzzy skin on the first layer" -msgstr "Aplicar o no superficie difusa en la primera capa" +msgstr "Si se aplica piel difusa en la primera capa" msgid "Filter out tiny gaps" msgstr "Filtrar pequeños huecos" @@ -12030,21 +11644,17 @@ msgstr "Filtrar pequeños huecos" msgid "Layers and Perimeters" msgstr "Capas y Perímetros" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" -"Filtra los huecos menores que el umbral especificado (en mm). Este ajuste " -"afecta los rellenos superior, inferior e interno, así como al relleno de " -"huecos entre perímetros cuando se usa el generador Clásico." +"Filtra los huecos menores que el umbral especificado. Este ajuste no " +"afectará a las capas superior/inferior" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " "printed more slowly" msgstr "" -"Velocidad de relleno de huecos. Un hueco suele tener un ancho de línea " -"irregular y debería imprimirse más lentamente" +"Velocidad de relleno del hueco. El hueco suele tener una anchura de línea " +"irregular y debe imprimirse más lentamente" msgid "Precise Z height" msgstr "Altura Z Precisa (Experimental)" @@ -12054,8 +11664,8 @@ msgid "" "precise object height by fine-tuning the layer heights of the last few " "layers. Note that this is an experimental parameter." msgstr "" -"Habilite esta opción para obtener una altura Z precisa del objeto después " -"del laminado. Esta altura precisa se obtiene ajustando las alturas de las " +"Habilite esta opción para obtener la altura Z precisa del objeto después del " +"corte. Obtendrá la altura precisa del objeto ajustando las alturas de las " "últimas capas. Tenga en cuenta que se trata de un parámetro experimental." msgid "Arc fitting" @@ -12065,7 +11675,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -12074,12 +11684,11 @@ msgstr "" "Habilite esta opción para obtener un archivo de G-Code con los movimientos " "G2 y G3. La tolerancia de ajuste es la misma que la resolución.\n" "\n" -"Nota: Para impresoras con firmware Klipper, se recomienda desactivar esta " -"opción. Klipper no se beneficia de los comandos de arco ya que estos son " -"divididos de nuevo en segmentos de línea por el firmware. El resultado es " -"una reducción de la calidad de la superficie, ya que los segmentos de línea " -"son convertidos en arcos por el laminador y de nuevo en segmentos de línea " -"por el firmware." +"Nota: Para máquinas klipper, se recomienda desactivar esta opción. Klipper " +"no se beneficia de los comandos de arco ya que estos son divididos de nuevo " +"en segmentos de línea por el firmware. El resultado es una reducción de la " +"calidad de la superficie, ya que los segmentos de línea son convertidos en " +"arcos por la cortadora y de nuevo en segmentos de línea por el firmware." msgid "Add line number" msgstr "Añadir número de línea" @@ -12096,8 +11705,8 @@ msgid "" "Enable this to enable the camera on printer to check the quality of first " "layer" msgstr "" -"Active esta opción para que la cámara de la impresora compruebe la calidad " -"de la primera capa" +"Active esta opción para que la cámara de la impresora pueda comprobar la " +"calidad de la primera capa" msgid "Nozzle type" msgstr "Tipo de boquilla" @@ -12107,7 +11716,7 @@ msgid "" "nozzle, and what kind of filament can be printed" msgstr "" "El material metálico de la boquilla. Esto determina la resistencia a la " -"abrasión de la boquilla, y con qué tipos de filamento puede imprimir" +"abrasión de la boquilla, y qué tipo de filamento se puede imprimir" msgid "Undefine" msgstr "Indefinido" @@ -12122,14 +11731,14 @@ msgid "Brass" msgstr "Latón" msgid "Nozzle HRC" -msgstr "Dureza HRC de la boquilla" +msgstr "HRC Boquilla" msgid "" "The nozzle's hardness. Zero means no checking for nozzle's hardness during " "slicing." msgstr "" -"La dureza de la boquilla. Cero significa que no se comprobará la dureza de " -"la boquilla durante el laminado." +"La dureza de la boquilla. Cero significa no comprobará la dureza de la " +"boquilla durante el laminado." msgid "HRC" msgstr "HRC" @@ -12157,8 +11766,8 @@ msgstr "Mejor posición de los objetos" msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." msgstr "" -"Mejor auto posicionamiento de los objetos en el rango [0,1] con respecto a " -"la forma de la cama." +"Mejor auto posicionamiento de los objetos en el intervalo [0,1] con respecto " +"a la forma de la cama." msgid "" "Enable this option if machine has auxiliary part cooling fan. G-code " @@ -12172,19 +11781,19 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" -"Arranca el ventilador este número de segundos antes que su tiempo de " -"arranque objetivo (se pueden usar fracciones de segundo). Se asume una " -"aceleración infinita para esta estimación de tiempo, y solo se tendrán en " -"cuenta los movimientos G1 y G0 (no compatible con ajuste de arco).\n" +"Inicia el ventilador un número de segundos antes que el tiempo de inicio " +"objetivo (puede usar segundos fraccionales). Se asume aceleración infinita " +"para esta estimación de tiempo, y solo se tendrán en cuenta los movimientos " +"G1 y G0 (no soporta el ajuste de arco).\n" "Esto no moverá comandos de ventilador desde G-Codes personalizados (estos " "actúan como un tipo de 'barrera').\n" -"Esto no moverá comandos de ventilador en el G-Code inicial si 'usar sólo G-" +"Esto no moverá comandos de ventilador en el G-Code inicial si el 'único G-" "Code inicial personalizado' está activado\n" "Usar 0 para desactivar." @@ -12192,7 +11801,8 @@ msgid "Only overhangs" msgstr "Solo voladizos" msgid "Will only take into account the delay for the cooling of overhangs." -msgstr "Solo se tomará en la cuenta el retraso para enfriar los voladizos." +msgstr "" +"Solo se tomará dentro de la cuenta el retraso para enfriar los voladizos." msgid "Fan kick-start time" msgstr "Tiempo de arranque de ventilador" @@ -12213,7 +11823,7 @@ msgstr "" "Ajústelo a 0 para desactivarlo." msgid "Time cost" -msgstr "Coste monetario por hora" +msgstr "Coste dinerario por hora" msgid "The printer cost per hour" msgstr "El coste por hora de la impresora" @@ -12222,7 +11832,7 @@ msgid "money/h" msgstr "dinero/hora" msgid "Support control chamber temperature" -msgstr "Función de control de temperatura de cámara" +msgstr "Soporte de control de temperatura de cámara" msgid "" "This option is enabled if machine support controlling chamber temperature\n" @@ -12232,7 +11842,7 @@ msgstr "" "la cámara" msgid "Support air filtration" -msgstr "Función de filtración de aire" +msgstr "Soportar filtración de aire" msgid "" "Enable this if printer support air filtration\n" @@ -12251,14 +11861,14 @@ msgid "Klipper" msgstr "Klipper" msgid "Pellet Modded Printer" -msgstr "Impresora Modificada para Pellets" +msgstr "Impresora Pellet Modificada" msgid "Enable this option if your printer uses pellets instead of filaments" msgstr "" "Active esta opción si su impresora utiliza pellets en lugar de filamentos" msgid "Support multi bed types" -msgstr "Usar tipos de cama múltiples" +msgstr "Admite varios tipos de cama" msgid "Enable this option if you want to use multiple bed types" msgstr "Active esta opción si desea utilizar varios tipos de cama" @@ -12274,7 +11884,7 @@ msgid "" msgstr "" "Habilite esta opción para añadir comentarios en el G-Code etiquetando los " "movimientos de impresión con el objeto al que pertenecen, lo cual es útil " -"para el plugin CancelObject deOctoprint. Esta configuración NO es compatible " +"para el plugin Octoprint CancelObject. Esta configuración NO es compatible " "con la configuración de Extrusor Único Multi Material y Limpiar en Objeto / " "Limpiar en Relleno." @@ -12292,9 +11902,9 @@ msgid "" "descriptive text. If you print from SD card, the additional weight of the " "file could make your firmware slow down." msgstr "" -"Activar esta opción para generar archivos de G-Code comentados, con cada " -"línea explicada por un texto descriptivo. Si se imprime desde la tarjeta SD, " -"el tamaño adicional del archivo podría hacer que el firmware se ralentice." +"Activar esto para escoger un archivo de G-Code comentado, con cada línea " +"explicado por un texto descriptivo. Si imprime desde la tarjeta SD, el peso " +"adicional del archivo podría hacer que tu firmware se ralentice." msgid "Infill combination" msgstr "Combinación de relleno" @@ -12303,37 +11913,9 @@ msgid "" "Automatically Combine sparse infill of several layers to print together to " "reduce time. Wall is still printed with original layer height." msgstr "" -"Combinar automáticamente el relleno de baja densidad de varias capas para " -"imprimirlas juntas y reducir el tiempo de impresión. El perímetro externo se " -"sigue imprimiendo con la altura de capa original." - -msgid "Infill combination - Max layer height" -msgstr "Combinación de relleno - Altura máxima de la capa" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Altura máxima de capa para el relleno de baja densidad combinado.\n" -"\n" -"Ajústelo a 0 o 100% para utilizar el diámetro de la boquilla (para reducir " -"al máximo el tiempo de impresión) o un valor de ~80% para maximizar la " -"fuerza del relleno relleno de baja densidad.\n" -"\n" -"El número de capas sobre las que se combina el relleno se obtiene dividiendo " -"este valor por la altura de la capa y redondeándolo al decimal más cercano.\n" -"\n" -"Utilice valores absolutos en mm (p. ej., 0,32 mm para una boquilla de 0,4 " -"mm) o valores en % (p. ej., 80%). Este valor no debe ser mayor que el " -"diámetro de la boquilla." +"Combine automáticamente el relleno de baja densidad de varias capas para " +"imprimirlas juntas y reducir el tiempo. La perímetro se sigue imprimiendo " +"con la altura original de la capa." msgid "Filament to print internal sparse infill." msgstr "Filamento para imprimir el relleno interno de baja densidad." @@ -12342,11 +11924,11 @@ msgid "" "Line width of internal sparse infill. If expressed as a %, it will be " "computed over the nozzle diameter." msgstr "" -"Ancho de línea del relleno interno interno de baja densidad. Si se expresa " -"como un %, se calculará en base al diámetro de la boquilla." +"Ancho de extrusión de la densidad de relleno interna. Si se expresa como %, " +"se calculará sobre el diámetro de la boquilla." msgid "Infill/Wall overlap" -msgstr "Solape de relleno/perímetro" +msgstr "Superposición de relleno/perímetros" #, no-c-format, no-boost-format msgid "" @@ -12356,28 +11938,28 @@ msgid "" "material resulting in rough top surfaces." msgstr "" "El área de relleno se amplía ligeramente para solaparse con el perímetro y " -"mejorar la adherencia. El valor porcentual es relativo al ancho de línea del " -"relleno de baja densidad. Ajuste este valor a ~10-15% para minimizar una " -"potencial sobreextrusión y/o una acumulación de material que resulte en " -"artefactos en las superficies superiores." +"mejorar la adherencia. El valor porcentual es relativo a la anchura de línea " +"del de baja densidad. Ajuste este valor a ~10-15% para minimizar la " +"sobreextrusión potencial y la acumulación de material que resulta en " +"superficies superiores ásperas." msgid "Top/Bottom solid infill/wall overlap" -msgstr "Solape de relleno sólido superior/inferior y perímetro" +msgstr "Relleno sólido superior/inferior/solapamiento de perímetros" #, no-c-format, no-boost-format msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" -"El área de relleno sólido de cubierta superior/inferior se amplía " -"ligeramente para solaparse con el perímetro, mejorando la adherencia y " -"minimizando la aparición de agujeros cuando el relleno de cubierta superior/" -"inferior se une a los perímetros. Un valor alrededor de 25-30% es un buen " -"punto de partida para minimizar la aparición de agujeros. El valor " -"porcentual es relativo al ancho de línea del relleno de baja densidad." +"El área de relleno sólido de cubierta superior se amplía ligeramente para " +"solaparse con el perímetro y mejorar la adherencia y minimizar la aparición " +"de agujeros de alfiler donde el relleno de cubierta superior se une a las " +"perímetros. Un valor del 25-30% es un buen punto de partida para minimizar " +"la aparición de agujeros. El valor porcentual es relativo a la anchura de la " +"línea de relleno de baja densidad" msgid "Speed of internal sparse infill" msgstr "Velocidad del relleno interno de baja densidad" @@ -12390,30 +11972,24 @@ msgid "" "Useful for multi-extruder prints with translucent materials or manual " "soluble support material" msgstr "" -"Furzar la generación de perímetro sólidos entre materiales/volúmenes " +"Fuerza la generación de perímetro sólidos entre materiales/volúmenes " "adyacentes. Útil para impresiones con varios extrusores, con materiales " -"translúcidos o material soluble de soportes manuales." +"translúcidos o material de soporte soluble manualmente" msgid "Maximum width of a segmented region" msgstr "Máximo ancho de una región segmentada" msgid "Maximum width of a segmented region. Zero disables this feature." msgstr "" -"Ancho máximo de una región segmentada. Cero desactiva está característica." +"Máximo ancho de una región segmentada. Cero desactiva está característica." msgid "Interlocking depth of a segmented region" msgstr "Profundidad de entrelazado de una región segmentada" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Profundidad de enlazado de una región segmentada. Se ignorará si " -"\"mmu_segmented_region_max_width\" es cero o si " -"\"mmu_segmented_region_interlocking_depth \"es mayor que " -"\"mmu_segmented_region_max_width\". El valor cero desactiva esta función." +"Profundidad de entrelazado de una región segmentada. Cero desactiva esta " +"característica." msgid "Use beam interlocking" msgstr "Usar entrelazado de vigas" @@ -12425,19 +12001,19 @@ msgid "" msgstr "" "Genera una estructura de vigas de entrelazado en los lugares donde se tocan " "los distintos filamentos. Esto mejora la adherencia entre filamentos, " -"especialmente en modelos impresos con múltiples materiales." +"especialmente en modelos impresos en distintos materiales." msgid "Interlocking beam width" msgstr "Ancho de viga de entrelazado" msgid "The width of the interlocking structure beams." -msgstr "El ancho de las vigas de la estructura de entrelazado." +msgstr "El ancho de estructura de vigas de entrelazado." msgid "Interlocking direction" msgstr "Dirección de entrelazado" msgid "Orientation of interlock beams." -msgstr "Orientación de vigas de entrelazado." +msgstr "Orientación de vigas entrelazadas." msgid "Interlocking beam layers" msgstr "Capas de vigas de entrelazado" @@ -12456,7 +12032,7 @@ msgid "" "The distance from the boundary between filaments to generate interlocking " "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" -"La distancia desde la frontera entre filamentos para generar la estructura " +"La distancia desde el límite entre filamentos para generar estructura " "entrelazada, medida en celdas. Un número demasiado bajo de celdas dará lugar " "a una adhesión deficiente." @@ -12477,18 +12053,18 @@ msgid "" "Ironing is using small flow to print on same height of surface again to make " "flat surface more smooth. This setting controls which layer being ironed" msgstr "" -"El alisado es el uso de un flujo muy bajo para realizar una segunda pasada " -"de impresión a la misma altura de una superficie superior para obtener un " -"acabado más liso. Este ajuste controla la capa que se alisa." +"El alisado es el uso de un pequeño flujo para imprimir en la misma altura de " +"la superficie de nuevo para hacer la superficie plana más suave. Este ajuste " +"controla la capa que se alisa" msgid "No ironing" msgstr "Sin alisado" msgid "Top surfaces" -msgstr "Todas las superficies superiores" +msgstr "Superficies superiores" msgid "Topmost surface" -msgstr "Sólo la superficie superior" +msgstr "Superficie superior" msgid "All solid layer" msgstr "Todas la capas sólidas" @@ -12497,7 +12073,7 @@ msgid "Ironing Pattern" msgstr "Patrón de Alisado" msgid "The pattern that will be used when ironing" -msgstr "Patrón que se usará duante el alisado" +msgstr "Patrón que se usará al alisar" msgid "Ironing flow" msgstr "Flujo de alisado" @@ -12511,7 +12087,7 @@ msgstr "" "sobreextrusión en la superficie" msgid "Ironing line spacing" -msgstr "Espaciado entre líneas de alisado" +msgstr "Espacio entre líneas de alisado" msgid "The distance between the lines of ironing" msgstr "La distancia entre las líneas de alisado" @@ -12529,7 +12105,7 @@ msgid "" "The angle ironing is done at. A negative number disables this function and " "uses the default method." msgstr "" -"El ángulo en el que se realiza el alisado. Un número negativo desactiva esta " +"El planchado en ángulo se realiza en. Un número negativo desactiva esta " "función y utiliza el método por defecto." msgid "This gcode part is inserted at every layer change after lift z" @@ -12543,8 +12119,8 @@ msgid "" "Whether the machine supports silent mode in which machine use lower " "acceleration to print" msgstr "" -"Si la máquina admite el modo silencioso en el que la se utiliza una menor " -"aceleración para imprimir" +"Si la máquina admite el modo silencioso en el que la máquina utiliza una " +"menor aceleración para imprimir" msgid "Emit limits to G-code" msgstr "Emitir límites al G-Code" @@ -12556,8 +12132,8 @@ msgid "" "If enabled, the machine limits will be emitted to G-code file.\n" "This option will be ignored if the g-code flavor is set to Klipper." msgstr "" -"Si está activada, los límites de la máquina se emitirán en el archivo G-" -"Code.\n" +"Si está activada, los límites de la máquina se emitirán en un archivo G-" +"Code. \n" "Esta opción se ignorará si el tipo de G-Code es Klipper." msgid "" @@ -12565,16 +12141,16 @@ msgid "" "pause G-code in gcode viewer" msgstr "" "Este G-Code se usará como código para la pausa de impresión. El usuario " -"puede insertar un comando de pausa de G-Code en el visor de G-Code." +"puede insertar una pausa en el visor de G-Code" msgid "This G-code will be used as a custom code" -msgstr "Este G-Code se usará como un código personalizado" +msgstr "Este G-Code se usará para el código personalizado" msgid "Small area flow compensation (beta)" msgstr "Compensación de flujo en áreas pequeñas (beta)" msgid "Enable flow compensation for small infill areas" -msgstr "Activar la compensación de flujo en zonas de relleno pequeñas" +msgstr "Permitir la compensación de flujo en zonas con poco relleno" msgid "Flow Compensation Model" msgstr "Modelo de compensación de flujo" @@ -12586,46 +12162,45 @@ msgid "" "\"1.234,5.678\"" msgstr "" "Modelo de compensación del flujo, utilizado para ajustar el flujo en zonas " -"de relleno pequeñas. El modelo se expresa como una serie de parejas de " -"valores separados por comas para las longitudes de extrusión y los factores " -"de corrección del flujo, una pareja por línea, con el siguiente formato: " -"\"1.234,5.678\"" +"de relleno pequeñas. El modelo se expresa como un par de valores separados " +"por comas para la longitud de extrusión y los factores de corrección del " +"flujo, uno por línea, en el siguiente formato: \"1.234,5.678\"" msgid "Maximum speed X" -msgstr "Velocidad máxima en X" +msgstr "Velocidad máxima X" msgid "Maximum speed Y" -msgstr "Velocidad máxima en Y" +msgstr "Velocidad máxima Y" msgid "Maximum speed Z" -msgstr "Velocidad máxima en Z" +msgstr "Velocidad máxima Z" msgid "Maximum speed E" -msgstr "Velocidad máxima en E" +msgstr "Velocidad máxima E" msgid "Maximum X speed" -msgstr "Velocidad máxima en X" +msgstr "Velocidad máxima X" msgid "Maximum Y speed" msgstr "Velocidad máxima en Y" msgid "Maximum Z speed" -msgstr "Velocidad máxima en Z" +msgstr "Velocidad máxima de Z" msgid "Maximum E speed" -msgstr "Velocidad máxima en E" +msgstr "Velocidad máxima E" msgid "Maximum acceleration X" -msgstr "Aceleración máxima en X" +msgstr "Máxima aceleración X" msgid "Maximum acceleration Y" -msgstr "Aceleración máxima en Y" +msgstr "Máxima aceleración Y" msgid "Maximum acceleration Z" -msgstr "Aceleración máxima en Z" +msgstr "Máxima aceleración Z" msgid "Maximum acceleration E" -msgstr "Aceleración máxima en E" +msgstr "Máxima aceleración E" msgid "Maximum acceleration of the X axis" msgstr "Máxima aceleración en el eje X" @@ -12640,19 +12215,19 @@ msgid "Maximum acceleration of the E axis" msgstr "Máxima aceleración en el eje E" msgid "Maximum jerk X" -msgstr "Máximo jerk en X" +msgstr "Máximo jerk X" msgid "Maximum jerk Y" -msgstr "Máximo jerk en Y" +msgstr "Máximo jerk Y" msgid "Maximum jerk Z" -msgstr "Máximo jerk en Z" +msgstr "Máximo jerk Z" msgid "Maximum jerk E" -msgstr "Máximo jerk en E" +msgstr "Máximo jerk E" msgid "Maximum jerk of the X axis" -msgstr "Maximo jerk del eje X" +msgstr "Maximo jerk del eje Y" msgid "Maximum jerk of the Y axis" msgstr "Maximo jerk del eje Y" @@ -12661,7 +12236,7 @@ msgid "Maximum jerk of the Z axis" msgstr "Maximo jerk del eje Z" msgid "Maximum jerk of the E axis" -msgstr "Maximo jerk del eje E (extrusor)" +msgstr "Maximo jerk del eje E" msgid "Minimum speed for extruding" msgstr "Velocidad mínima de extrusión" @@ -12699,9 +12274,9 @@ msgid "" "Part cooling fan speed may be increased when auto cooling is enabled. This " "is the maximum speed limitation of part cooling fan" msgstr "" -"La velocidad del ventilador de refrigeración de pieza puede aumentarse " +"La velocidad del ventilador de refrigeración de la pieza puede aumentarse " "cuando la refrigeración automática está activada. Esta es la limitación de " -"velocidad máxima del ventilador de refrigeración de pieza." +"velocidad máxima del ventilador de refrigeración parcial" msgid "Max" msgstr "Max" @@ -12710,8 +12285,8 @@ msgid "" "The largest printable layer height for extruder. Used tp limits the maximum " "layer hight when enable adaptive layer height" msgstr "" -"La altura de capa máxima imprimible por el extrusor. Se utiliza para limitar " -"la altura máxima de capa cuando se habilita la altura de capa adaptativa" +"La mayor altura de capa imprimible para el extrusor. Se utiliza para limitar " +"la altura máxima de la capa cuando se habilita la altura de capa adaptativa" msgid "Extrusion rate smoothing" msgstr "Suavizado de la tasa de extrusión" @@ -12824,7 +12399,7 @@ msgid "" "layer hight when enable adaptive layer height" msgstr "" "La menor altura de capa imprimible para el extrusor. Se utiliza para limitar " -"la altura mínima de la capa cuando se activa la altura de capa adaptativa." +"la altura mínima de la capa cuando se activa la altura de capa adaptable" msgid "Min print speed" msgstr "Velocidad de impresión mínima" @@ -12836,7 +12411,10 @@ msgid "" msgstr "" "La velocidad mínima de impresión a la que la impresora reducirá la velocidad " "para intentar mantener el tiempo mínimo de capa anterior, cuando la " -"ralentización para un mejor enfriamiento de la capa está activada." +"ralentización para un mejor ventilación de la capa está activada." + +msgid "Nozzle diameter" +msgstr "Diámetro de boquilla" msgid "Diameter of nozzle" msgstr "Diámetro de boquilla" @@ -12849,17 +12427,17 @@ msgid "" "header comments." msgstr "" "Puede añadir sus notas personales aquí. Este texto será añadido a los " -"comentarios de cabcera del archivo de G-Code." +"comentarios de G-Code de cabecera." msgid "Host Type" msgstr "Tipo de host" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer puede cargar archivos G-Code a un host de impresora. Este campo " -"debe contener el tipo de host." +"Snapmaker Orca puede cargar archivos G-Code a un host de impresora. Este campo " +"puede contener el tipo de host." msgid "Nozzle volume" msgstr "Volumen de la boquilla" @@ -12880,22 +12458,21 @@ msgstr "Longitud del tubo de refrigeración" msgid "Length of the cooling tube to limit space for cooling moves inside it." msgstr "" -"Longitud del tubo de refrigeración para limitar el espacio para los " -"movimientos de refrigeración en su interior." +"Longitud del tubo de refrigeración para limitar el espacio de refrigeración " +"de los movimientos en su interior." msgid "High extruder current on filament swap" -msgstr "" -"Aumentar la corriente del motor de extrusión durante el cambio de filamento" +msgstr "Aumentar el flujo de extrusión en el cambio de filamento" msgid "" "It may be beneficial to increase the extruder motor current during the " "filament exchange sequence to allow for rapid ramming feed rates and to " "overcome resistance when loading a filament with an ugly shaped tip." msgstr "" -"Puede ser beneficioso incrementar la corriente del motor de extrusión " -"durante el proceso de cambio de filamento, para permitir velocidades altas " -"de cebado durante el moldeado de extremo y superar la resistencia de carga " -"de filamentos con puntas deformadas." +"Puede ser beneficioso para incrementar el flujo de extrusión durante la " +"secuencia de intercambio de filamento, para permitir ratios rápidos de " +"moldeado de extremos y superar resistencias durante la carga de filamentos " +"con puntas deformadas." msgid "Filament parking position" msgstr "Posición de parada de filamento" @@ -12904,9 +12481,9 @@ msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Distancia entre la punta del extrusor y la posición donde el filamento se " -"\"estaciona\" cuando se descarga. Debe coincidir con el valor en el firmware " -"de la impresora." +"Distancia de la punta del extrusor desde la posición donde el filamento se " +"detiene cuando se descarga. Debería coincidir con el valor del firmware de " +"la impresora." msgid "Extra loading distance" msgstr "Distancia extra de carga" @@ -12918,13 +12495,13 @@ msgid "" "than unloading." msgstr "" "Cuando se ajusta a cero, la distancia que el filamento se mueve desde la " -"posición de \"estacionamiento\" durante la carga es exactamente la misma que " -"se retrajo durante la descarga. Cuando es positivo, el movimiento de carga " -"es mayor. Si es negativo, el movimiento de carga es más corto que el de " +"posición de estacionamiento durante la carga es exactamente la misma que se " +"movió hacia atrás durante la descarga. Cuando es positivo, se carga más " +"lejos, si es negativo, el movimiento de carga es más corto que el de " "descarga." msgid "Start end points" -msgstr "Puntos de inicio y fin" +msgstr "Puntos de inicio fin" msgid "The start and end points which is from cutter area to garbage can." msgstr "Los puntos de inicio y fin, desde la zona de corte al cubo de basura." @@ -12937,91 +12514,77 @@ msgid "" "oozing can't been seen. This can reduce times of retraction for complex " "model and save printing time, but make slicing and G-code generating slower" msgstr "" -"Desactiva la retracción cuando el desplazamiento se realiza en su totalidad " -"dentro de un área de relleno, donde los artefactos causados por un rezumado " -"no son visibles. Puede reducir el número de retracciones y por ende el " -"tiempo total de retracción al imprimir modelos complejos, reduciendo el " -"tiempo total de impresión. Sin embargo, puede que las operaciones de " -"laminado y de generación del archivo G-Code sean más lentas." - -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Esta opción reducirá la temperatura de los extrusores inactivos para evitar " -"el rezumado." +"No retrae cuando el viaje está totalmente en el área de relleno. Eso " +"significa que el rezume no se pueda ver. Puede reducir los tiempos de " +"retracción para modelos complejos y ahorrar tiempo de impresión, pero hacer " +"que el corte y la generación de G-Code sea más lento" msgid "Filename format" -msgstr "Formato de los nombres de archivo" +msgstr "Formato de los archivos" msgid "User can self-define the project file name when export" msgstr "" -"El usuario puede definir un nombre de archivo personalizado al exportar el " -"proyecto" +"El usuario puede definir por sí mismo el nombre del archivo del proyecto al " +"exportarlo" msgid "Make overhangs printable" -msgstr "Imprimir voladizos sin soportes" +msgstr "Voladizos imprimibles sin soporte" msgid "Modify the geometry to print overhangs without support material." msgstr "Modificar la geometría para imprimir voladizos sin soportes." msgid "Make overhangs printable - Maximum angle" -msgstr "Imprimir voladizos sin soportes - Ángulo máximo" +msgstr "Máximo ángulo de impresión de voladizos imprimibles sin soporte" msgid "" "Maximum angle of overhangs to allow after making more steep overhangs " "printable.90° will not change the model at all and allow any overhang, while " "0 will replace all overhangs with conical material." msgstr "" -"Máximo ángulo permitido de voladizo tras modificar los voladizos con mayor " -"pendiente para imprimir sin soportes. 90° no modificará ningún voladizo del " -"modelo, manteniendo todos los voladizo. 0° reemplazará todos los voladizos " -"con material cónico." +"Máximo ángulo de voladizos para permitir voladizos más pronunciados. 90º no " +"cambiará el modelo del todo y permitirá cualquier voladizo, mientras que 0 " +"reemplazará todos lo voladizos con material cónico." msgid "Make overhangs printable - Hole area" -msgstr "Imprimir voladizos sin soportes - Área de orificios" +msgstr "Área hueca del voladizo imprimible sin soporte" msgid "" "Maximum area of a hole in the base of the model before it's filled by " "conical material.A value of 0 will fill all the holes in the model base." msgstr "" -"Máxima área de un orificio en la base del modelo antes de que se rellene de " -"material cónico. El valor 0 llenará todos los orificios en la base del " -"modelo." +"Máxima área hueca en la base del modelo antes de que se lleno por material " +"cónico. El valor 0 llenará todos los huecos en la base del modelo." msgid "mm²" msgstr "mm²" msgid "Detect overhang wall" -msgstr "Detectar perímetros en voladizo" +msgstr "Detectar el voladizo del perímetro" #, c-format, boost-format msgid "" "Detect the overhang percentage relative to line width and use different " "speed to print. For 100%% overhang, bridge speed is used." msgstr "" -"Detecta el porcentaje de voladizo en relación con el ancho de línea y " +"Detecta el porcentaje de voladizo en relación con el ancho de la línea y " "utiliza diferentes velocidades para imprimir. Para el 100%% de voladizo, se " "utiliza la velocidad de puente." -msgid "Filament to print walls" -msgstr "Filamento usado para imprimir perímetros" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" "Ancho de extrusión del perímetro interno. Si se expresa cómo %, se calculará " -"en base al diámetro de la boquilla." +"sobre el diámetro de la boquilla." msgid "Speed of inner wall" -msgstr "Velocidad del perímetro interno" +msgstr "Velocidad del perímetro interior" msgid "Number of walls of every layer" msgstr "Número de perímetros de cada capa" msgid "Alternate extra wall" -msgstr "Perímetro adicional alternado" +msgstr "Perímetro adicional alternativo" msgid "" "This setting adds an extra wall to every other layer. This way the infill " @@ -13033,34 +12596,28 @@ msgid "" "Using lightning infill together with this option is not recommended as there " "is limited infill to anchor the extra perimeters to." msgstr "" -"Este ajuste alterna el añadir un perímetro adicional cada dos capas. De este " -"modo, el relleno queda encajado verticalmente entre los perímetros, lo que " -"da como resultado impresiones más resistentes.\n" +"Este ajuste añade una perímetro adicional a cada dos capas. De este modo, el " +"relleno queda encajado verticalmente entre los perímetros, lo que da como " +"resultado impresiones más resistentes.\n" "\n" "Cuando esta opción está activada, es necesario desactivar la opción de " "asegurar el grosor del perímetro vertical.\n" "\n" "No se recomienda utilizar el relleno rayo junto con esta opción, ya que el " -"hay una cantidad limitada de relleno donde anclar los perímetros adicionales." +"relleno es limitado para anclar los perímetros adicionales." msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Si desea procesar el G-Code de salida a través de scripts personalizados, " -"simplemente enumere sus rutas absolutas aquí. Separe diferentes scripts con " +"simplemente enumere sus rutas absolutas aquí. Separe varios scripts con " "punto y coma. A los scripts se les pasará la ruta absoluta al archivo G-Code " "como primer argumento, y pueden acceder a los ajustes de configuración de " -"OrcaSlicer leyendo variables de entorno." - -msgid "Printer type" -msgstr "Tipo de impresora" - -msgid "Type of the printer" -msgstr "El tipo de impresora" +"Snapmaker Orca leyendo variables de entorno." msgid "Printer notes" msgstr "Anotaciones de la impresora" @@ -13068,37 +12625,33 @@ msgstr "Anotaciones de la impresora" msgid "You can put your notes regarding the printer here." msgstr "Puede colocar sus notas acerca de la impresora aquí." -msgid "Printer variant" -msgstr "Variante de la impresora" - msgid "Raft contact Z distance" -msgstr "Distancia Z de contacto de la balsa (base de impresión)" +msgstr "Distancia Z de contacto de la balsa(base de impresión)" msgid "Z gap between object and raft. Ignored for soluble interface" msgstr "" -"Espacio Z entre el objeto y la balsa (base de impresión). Se ignora con una " +"Espacio Z entre el objeto y la balsa(base de impresión). Se ignora para la " "interfaz soluble" msgid "Raft expansion" -msgstr "Expansión de la balsa (base de impresión)" +msgstr "Expansión de la balsa(base de impresión)" msgid "Expand all raft layers in XY plane" -msgstr "" -"Expandir todas las capas de la balsa (base de impresión) en el plano XY" +msgstr "Expandir todas las capas de la balsa(base de impresión) en el plano XY" msgid "Initial layer density" msgstr "Densidad de la primera capa" msgid "Density of the first raft or support layer" -msgstr "Densidad de la balsa (base de impresión) o capa de soporte" +msgstr "Densidad de la balsa(base de impresión)" msgid "Initial layer expansion" msgstr "Expansión de la primera capa" msgid "Expand the first raft or support layer to improve bed plate adhesion" msgstr "" -"Expandir la primera capa de la base de impresión o de soportes para mejorar " -"la adherencia con la superficie de impresión" +"Expandir la primera base de impresión o capa de soporte base para mejorar la " +"adherencia de la cama de la bandeja" msgid "Raft layers" msgstr "Capas de balsa (base de impresión)" @@ -13108,17 +12661,16 @@ msgid "" "avoid wrapping when print ABS" msgstr "" "El objeto será elevado por este número de capas de soporte. Utilice esta " -"función para evitar deformaciones al imprimir u otros materiales sensibles a " -"las variaciones de temperatura" +"función para evitar deformaciones al imprimir ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" -"El G-Code se genera después de simplificar el contorno del modelo para " -"evitar demasiados puntos y líneas de código en el archivo de G-Code. Un " -"valor más pequeño significa una mayor resolución y tiempo de laminado." +"La ruta del G-Code se genera después de simplificar el contorno del modelo " +"para evitar demasiados puntos y líneas de código en el archivo de G-Code. Un " +"valor más pequeño significa una mayor resolución y más tiempo para cortar" msgid "Travel distance threshold" msgstr "Umbral de distancia de desplazamiento" @@ -13127,16 +12679,16 @@ msgid "" "Only trigger retraction when the travel distance is longer than this " "threshold" msgstr "" -"Sólo se activa la retracción cuando la distancia de desplazamiento es " -"superior a este umbral" +"Sólo se activa la retracción cuando la distancia de recorrido es superior a " +"este umbral" msgid "Retract amount before wipe" -msgstr "Longitud de retracción antes de purgado" +msgstr "Retrae cantidad antes de limpiar" msgid "" "The length of fast retraction before wipe, relative to retraction length" msgstr "" -"La longitud de la retracción rápida antes de la purga, en relación con la " +"La longitud de la retracción rápida antes de la limpieza, en relación con la " "longitud de la retracción" msgid "Retract when change layer" @@ -13152,8 +12704,8 @@ msgid "" "Some amount of material in extruder is pulled back to avoid ooze during long " "travel. Set zero to disable retraction" msgstr "" -"Una pequeña cantidad de material se retrae del extrusor para evitar el " -"rezumado durante desplazamientos largos. Ajustar a cero para desactivar la " +"Una cierta cantidad de material en el extrusor se extrae para evitar el " +"rezumado durante el recorrido largo. Ajustar el cero para desactivar la " "retracción" msgid "Long retraction when cut(experimental)" @@ -13165,10 +12717,10 @@ msgid "" "significantly, it may also raise the risk of nozzle clogs or other printing " "problems." msgstr "" -"Función experimental. Retraer y cortar el filamento una mayor distancia " -"durante los cambios para minimizar el purgado. Si bien esto reduce " -"significativamente el purgado, también puede aumentar el riesgo de bloqueos " -"de boquillas u otros problemas de impresión." +"Característica experimental. Retraer y cortar el filamento a mayor distancia " +"durante los cambios para minimizar la purga. Si bien esto reduce " +"significativamente la purga, también puede aumentar el riesgo de atascos de " +"boquillas u otros problemas de impresión." msgid "Retraction distance when cut" msgstr "Distancia de retracción al cortar" @@ -13177,21 +12729,21 @@ msgid "" "Experimental feature.Retraction length before cutting off during filament " "change" msgstr "" -"Función experimental. Longitud de retracción antes del corte durante el " -"cambio de filamento" +"Característica experimental. Longitud de retracción antes del corte durante " +"el cambio de filamento" msgid "Z hop when retract" -msgstr "Salto en Z al retraer" +msgstr "Salto en Z al retraerse" msgid "" "Whenever the retraction is done, the nozzle is lifted a little to create " "clearance between nozzle and the print. It prevents nozzle from hitting the " "print when travel move. Using spiral line to lift z can prevent stringing" msgstr "" -"Cada vez que se realiza una retracción, la boquilla se levanta un poco para " -"crear un pequeño margen entre la boquilla y la impresión. Esto evita que la " -"boquilla golpee la pieza cuando se desplaza. El uso de la línea espiral para " -"levantar z puede evitar la aparción de hilos" +"Cada vez que se realiza la retracción, la boquilla se levanta un poco para " +"crear un espacio libre entre la boquilla y la impresión. Esto evita que la " +"boquilla golpee la impresión cuando se desplaza. El uso de la línea espiral " +"para levantar z puede evitar el encordado" msgid "Z hop lower boundary" msgstr "Límite inferior de salto Z" @@ -13200,8 +12752,8 @@ msgid "" "Z hop will only come into effect when Z is above this value and is below the " "parameter: \"Z hop upper boundary\"" msgstr "" -"El salto en Z sólo se usará cuando Z esté por encima de este valor y se " -"encuentre por debajo del parámetro: \"Límite superior de salto Z\"" +"Z hop sólo entrará en vigor cuando Z esté por encima de este valor y se " +"encuentre por debajo del parámetro: \"Límite superior del salto Z\"" msgid "Z hop upper boundary" msgstr "Límite superior de salto Z" @@ -13210,8 +12762,9 @@ msgid "" "If this value is positive, Z hop will only come into effect when Z is above " "the parameter: \"Z hop lower boundary\" and is below this value" msgstr "" -"Si este valor es positivo, Z hop sólo se usará cuando Z esté por encima del " -"parámetro \"Límite inferior de salto Z\" y por debajo de este valor" +"Si este valor es positivo, Z hop sólo entrará en vigor cuando Z esté por " +"encima del parámetro \"Límite inferior de salto Z\" y esté por debajo de " +"este valor" msgid "Z hop type" msgstr "Tipo de salto Z" @@ -13229,7 +12782,7 @@ msgid "" "Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " "in Normal Lift" msgstr "" -"Ángulo de desplazamiento para el tipo de salto Z de Pendiente y Espiral. Si " +"Ángulo de desplazamiento para el tipo de salto de Pendiente y Espiral Z. Si " "se ajusta a 90°, se obtiene una elevación normal." msgid "Only lift Z above" @@ -13239,7 +12792,7 @@ msgid "" "If you set this to a positive value, Z lift will only take place above the " "specified absolute Z." msgstr "" -"Si se ajusta a un valor positivo, la elevación de Z sólo tendrá lugar por " +"Si lo ajusta a un valor positivo, la elevación de Z sólo tendrá lugar por " "encima de la Z absoluta especificada." msgid "Only lift Z below" @@ -13281,16 +12834,16 @@ msgid "" "When the retraction is compensated after the travel move, the extruder will " "push this additional amount of filament. This setting is rarely needed." msgstr "" -"Cuando la retracción se compensa después de un desplazamiento, el extrusor " -"expulsará esta cantidad adicional de filamento. Esta función no suele ser " -"necesaria." +"Cuando la retracción se compensa después de un movimiento de viaje, el " +"extrusor expulsará esa cantidad de filamento adicional. Este ajuste " +"raramente se necesitará." msgid "" "When the retraction is compensated after changing tool, the extruder will " "push this additional amount of filament." msgstr "" -"Cuando se compensa la retracción después de cambiar de cabezal, el extrusor " -"expulsará esta cantidad adicional de filamento." +"Cuando se compensa la retracción después de cambiar de herramienta, el " +"extrusor empujará esta cantidad adicional de filamento." msgid "Retraction Speed" msgstr "Velocidad de retracción" @@ -13298,18 +12851,18 @@ msgstr "Velocidad de retracción" msgid "Speed of retractions" msgstr "Velocidad de las retracciones" -msgid "De-retraction Speed" -msgstr "Velocidad de De-retracción" +msgid "Deretraction Speed" +msgstr "Velocidad de Desretracción" msgid "" "Speed for reloading filament into extruder. Zero means same speed with " "retraction" msgstr "" "Velocidad de recarga del filamento en el extrusor. Cero significa la misma " -"velocidad que la retracción" +"velocidad con la retracción" msgid "Use firmware retraction" -msgstr "Usar retracción de firmware (experimental)" +msgstr "Usar retracción de firmware" msgid "" "This experimental setting uses G10 and G11 commands to have the firmware " @@ -13335,8 +12888,7 @@ msgid "Seam position" msgstr "Posición de la costura" msgid "The start position to print each part of outer wall" -msgstr "" -"Estrategia de posicionado del inicio de impersión de cada perímetro exterior" +msgstr "La posición inicial para imprimir cada parte del perímetro exterior" msgid "Nearest" msgstr "Más cercano" @@ -13375,7 +12927,7 @@ msgstr "" "diámetro actual del extrusor. El valor por defecto de este parámetro es 10%." msgid "Scarf joint seam (beta)" -msgstr "Unión de bufanda en costuras (beta)" +msgstr "Costura de unión de bufanda (beta)" msgid "Use scarf joint to minimize seam visibility and increase seam strength." msgstr "" @@ -13390,10 +12942,10 @@ msgid "" "conceal the seams at sharp corners effectively." msgstr "" "Aplique juntas de bufanda sólo en perímetros lisos en los que las juntas " -"tradicionales no oculten eficazmente las juntas en vértices pronunciados." +"tradicionales no oculten eficazmente las juntas en esquinas afiladas." msgid "Conditional angle threshold" -msgstr "Umbral angular para union de bufanda condicional" +msgstr "Umbral angular condicional" msgid "" "This option sets the threshold angle for applying a conditional scarf joint " @@ -13409,7 +12961,7 @@ msgstr "" "bufanda. El valor por defecto es 155°." msgid "Conditional overhang threshold" -msgstr "Umbral de voladizo para unión de bufanda condicional" +msgstr "Umbral de voladizo condicional" #, no-c-format, no-boost-format msgid "" @@ -13419,11 +12971,10 @@ msgid "" "at 40% of the external wall's width. Due to performance considerations, the " "degree of overhang is estimated." msgstr "" -"Esta opción establece el umbral de voladizo para aplicar una costura de " -"unión de bufanda condicional. Si el área sin soporte del perémetro es menor " -"a este valor se utilizará una costura de unión de bufanda. El valor por " -"defecto está configurado como un 40% del grosor del perímetro exterior. El " -"ángulo de voladizo es estimado automáticamente por razones de optimización." +"Esta opción establece el ángulo umbral para aplicar una costura de unión de " +"bufanda condicional. Si el ángulo máximo dentro del bucle perimetral supera " +"este valor (indicando la ausencia de esquinas finas), se utilizará una " +"costura de unión de bufanda. El valor por defecto es 155°." msgid "Scarf joint speed" msgstr "Velocidad de unión de bufanda" @@ -13441,13 +12992,13 @@ msgstr "" "Esta opción ajusta la velocidad de impresión para las uniones de bufanda. Se " "recomienda imprimir las uniones de bufanda a una velocidad lenta (inferior a " "100 mm/s). También es aconsejable activar la opción \"Suavizado de la " -"velocidad de extrusión\" si la velocidad configurada varía " -"significativamente de la velocidad de los perímetros exteriores o " -"interiores. Si la velocidad especificada aquí es superior a la velocidad de " -"los perímetros exteriores o interiores, la impresora utilizará por defecto " -"la velocidad más lenta de las dos. Si se especifica como porcentaje (por " -"ejemplo, 80%), la velocidad se calcula en función de la velocidad del " -"perímetro exterior o interior. El valor predeterminado es 100%." +"velocidad de extrusión\" si la velocidad ajustada varía significativamente " +"de la velocidad de los perímetros exteriores o interiores. Si la velocidad " +"especificada aquí es superior a la velocidad de los perímetros exteriores o " +"interiores, la impresora utilizará por defecto la velocidad más lenta de las " +"dos. Si se especifica como porcentaje (por ejemplo, 80%), la velocidad se " +"calcula en función de la velocidad de el perímetro exterior o interior. El " +"valor predeterminado es 100%." msgid "Scarf joint flow ratio" msgstr "Relación de flujo de la unión de bufanda" @@ -13465,14 +13016,14 @@ msgid "" "current layer height. The default value for this parameter is 0." msgstr "" "Altura inicial de la bufanda . Esta cantidad puede especificarse en " -"milímetros o como porcentaje de la altura de la capa actual. El valor por " +"milímetros o como porcentaje de la altura actual de la capa. El valor por " "defecto de este parámetro es 0." msgid "Scarf around entire wall" -msgstr "Bufanda en todo el perímetro" +msgstr "Espiga alrededor de toda el perímetro" msgid "The scarf extends to the entire length of the wall." -msgstr "La bufanda se extiende a lo largo de todo el perímetro." +msgstr "La bufanda se extiende a lo largo de toda el perímetro." msgid "Scarf length" msgstr "Largo de la bufanda" @@ -13491,26 +13042,26 @@ msgid "Minimum number of segments of each scarf." msgstr "Número mínimo de segmentos de cada bufanda." msgid "Scarf joint for inner walls" -msgstr "Unión de bufanda para perímetros interiores" +msgstr "Junta de bufanda para perímetros interiores" msgid "Use scarf joint for inner walls as well." -msgstr "Utilice también una unión de bufanda para perímetros internos." +msgstr "Utilice también una junta de bufanda para perímetros internos." msgid "Role base wipe speed" -msgstr "Velocidad de purga según tipo de línea" +msgstr "Velocidad de limpieza según tipo de línea" msgid "" "The wipe speed is determined by the speed of the current extrusion role.e.g. " "if a wipe action is executed immediately following an outer wall extrusion, " "the speed of the outer wall extrusion will be utilized for the wipe action." msgstr "" -"La velocidad de purga viene determinada por la velocidad de extrusión " -"actual. Por ejemplo, si se ejecuta una acción de purga inmediatamente " +"La velocidad de limpieza viene determinada por la velocidad de extrusión " +"actual. Por ejemplo, si se ejecuta una acción de limpieza inmediatamente " "después de una extrusión del perímetro exterior, se utilizará la velocidad " -"de la extrusión del perímetro exterior para la acción de purgado." +"de la extrusión del perímetro exterior para la acción de limpieza." msgid "Wipe on loops" -msgstr "Purgado en contornos curvos" +msgstr "Limpieza en contornos curvos" msgid "" "To minimize the visibility of the seam in a closed loop extrusion, a small " @@ -13521,33 +13072,33 @@ msgstr "" "la curva." msgid "Wipe before external loop" -msgstr "Purgado antes del bucle externo" +msgstr "Limpiar antes del bucle externo" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Para minimizar la visibilidad de una posible sobreextrusión al inicio de un " "perímetro externo al imprimir con el orden de impresión de perímetro " -"Exterior/Interior o Interior/Exterior/Interior, la de-retracción se realiza " +"Exterior/Interior o Interior/Exterior/Interior, la desretracción se realiza " "ligeramente en el interior desde el inicio del perímetro externo. De esta " "forma, cualquier posible sobreextrusión queda oculta desde la superficie " "exterior.\n" "\n" "Esto es útil cuando se imprime con orden de impresión Exterior/Interior o " "Interior/Exterior/Interior ya que en estos modos es más probable que se " -"imprima un perímetro exterior inmediatamente después de un movimiento de de-" -"retracción." +"imprima un perímetro exterior inmediatamente después de un movimiento de " +"desretracción." msgid "Wipe speed" -msgstr "Velocidad de purgado" +msgstr "Velocidad de limpieza" msgid "" "The wipe speed is determined by the speed setting specified in this " @@ -13555,10 +13106,11 @@ msgid "" "be calculated based on the travel speed setting above.The default value for " "this parameter is 80%" msgstr "" -"La velocidad de purgado es determinada por este parámetro. Si el valor se " -"expresa como un porcentaje (por ejemplo, 80%), se calculará en función del " -"ajuste de velocidad de desplazamiento anterior. El valor por defecto de este " -"parámetro es 80%." +"La velocidad de limpieza es determinada por el ajuste de velocidad La " +"velocidad de limpieza es determinada por el ajuste de velocidad especificado " +"en esta configuración. Si el valor se expresa en porcentaje (por ejemplo, " +"80%), se calculará en función del ajuste de velocidad de desplazamiento " +"anterior. El valor por defecto de este parámetro es 80%" msgid "Skirt distance" msgstr "Distancia de falda" @@ -13566,21 +13118,11 @@ msgstr "Distancia de falda" msgid "Distance from skirt to brim or object" msgstr "Distancia de la falda al borde de adherencia o al objeto" -msgid "Skirt start point" -msgstr "Punto de inicio de la falda" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Ángulo desde el centro del objeto al punto de inicio de la falda. Cero es la " -"posición más a la derecha, en sentido antihorario es ángulo positivo." - msgid "Skirt height" msgstr "Altura de falda" msgid "How many layers of skirt. Usually only one layer" -msgstr "Cantidad de capas de falda. Normalmente sólo una capa" +msgstr "C capas de falda. Normalmente sólo una capa" msgid "Draft shield" msgstr "Protector contra corrientes de aire" @@ -13590,50 +13132,43 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" "Un protector contra corrientes de aire es útil para proteger una impresión " "en ABS o ASA de la deformación y el desprendimiento de la cama de impresión " -"debido a las corrientes de aire. Suele ser necesario sólo con impresoras de " +"debido a los flujos de aire. Suele ser necesario solo en impresoras de " "bastidor abierto, es decir, sin cerramiento.\n" "\n" -"Activado = el faldón es tan alto como el objeto impreso más alto. Nota: Con " -"el protector contra corrientes de aire activo, el faldón se imprimirá a la " -"distancia del faldón del objeto. Por lo tanto, si los bordes están activos, " -"puede que se crucen con ellos. Para evitarlo, aumente el valor de la " -"distancia del faldón.\n" +"Opciones:\n" +"Activado = la falda es tan alta como el objeto impreso más alto.\n" +"Limitado = la falda es tan alta cómo se especifica en el ajuste \"Altura de " +"falda\"\n" +"\n" +"Nota: Con el protector contra corrientes de aire activo, la falda se " +"imprimirá a la distancia especificada en \"Distancia de falda\" del objeto. " +"Por lo tanto, si los bordes están activos, puede cruzarse con ellos. Para " +"evitarlo, aumente el valor de la \"Distancia de falda\".\n" +"imprimirá a la distancia especificada en \"Distancia de falda\" del objeto. " +"Por lo tanto, si los bordes están activos, puede cruzarse con ellos. Para " +"evitarlo, aumente el valor de la \"Distancia de la falda\".\n" -msgid "Disabled" -msgstr "Desactivado" +msgid "Limited" +msgstr "Limitado" msgid "Enabled" msgstr "Activado" -msgid "Skirt type" -msgstr "Tipo de falda" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Combinado - faldón único para todos los objetos, Por objeto - faldón " -"individual para cada objeto." - -msgid "Combined" -msgstr "Combinado" - -msgid "Per object" -msgstr "Por objeto" - msgid "Skirt loops" -msgstr "Bucles de la falda" +msgstr "Contorno de la falda" msgid "Number of loops for the skirt. Zero means disabling skirt" -msgstr "Número de bucles de la falda. Cero significa desactivar la falda" +msgstr "Número de bucles de la falda. Cero significa desactivar el faldón" msgid "Skirt speed" msgstr "Velocidad de falda" @@ -13651,17 +13186,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" -"Longitud mínima de extrusión de filamento en mm al imprimir el faldón. Cero " -"significa que esta característica está desactivada.\n" +"Longitud mínima de extrusión de filamento en mm al imprimir la falda. Cero " +"significa que esta función está desactivada.\n" "\n" "El uso de un valor distinto de cero es útil si la impresora está configurada " -"para imprimir sin una línea principal. El número final de bucles no se tiene " -"en cuenta al organizar o validar la distancia de los objetos. En este caso, " -"aumente el número de bucles." +"para imprimir sin una línea de purga." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13672,49 +13203,43 @@ msgstr "" "mejor refrigeración de estas capas" msgid "Minimum sparse infill threshold" -msgstr "Umbral de área mínima de relleno de baja densidad" +msgstr "Área umbral de relleno sólido" msgid "" "Sparse infill area which is smaller than threshold value is replaced by " "internal solid infill" msgstr "" -"El área de relleno de baja densidad que es menor que este valor de umbral se " +"El área de relleno de baja densidad que es menor que el valor del umbral se " "sustituye por un relleno sólido interno" -msgid "Solid infill" -msgstr "Relleno sólido interno" - -msgid "Filament to print solid infill" -msgstr "Filamento para imprimir relleno sólido interno" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." msgstr "" -"Ancho de línea del relleno sólido interno. Si se expresa cómo %, se " -"calculará en base al diámetro de la boquilla." +"Ancho de extrusión del relleno sólido interno. Si se expresa cómo %, se " +"calculará sobre el diámetro de la boquilla." msgid "Speed of internal solid infill, not the top and bottom surface" msgstr "" -"Velocidad del relleno sólido interno, no de la superficie superior o inferior" +"Velocidad del relleno sólido interno, no la superficie superior e inferior" msgid "" "Spiralize smooths out the z moves of the outer contour. And turns a solid " "model into a single walled print with solid bottom layers. The final " "generated model has no seam" msgstr "" -"El modo espiral suaviza los movimientos z del contorno exterior. Convierte " -"un modelo sólido en una impresión de un solo perímetro con capas inferiores " -"sólidas. El modelo final generado no tiene costuras." +"Spiralize suaviza los movimientos z del contorno exterior. Y convierte un " +"modelo sólido en una impresión de una soel perímetro con capas inferiores " +"sólidas. El modelo final generado no tiene costura" msgid "Smooth Spiral" -msgstr "Espiral Suave" +msgstr "Suavizar Espiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Espiral Suave suaviza también los movimientos en X e Y, con lo que no se " +"Suavizar Espiral suaviza también los movimientos X e Y, con lo que no se " "aprecia ninguna costura, ni siquiera en las direcciones XY en perímetros que " "no son verticales" @@ -13726,8 +13251,8 @@ msgid "" "expressed as a %, it will be computed over nozzle diameter" msgstr "" "Distancia máxima a desplazar los puntos en XY para intentar conseguir una " -"espiral suave. Si se expresa en %, se calculará en base al diámetro de la " -"boquilla" +"espiral suave, si se expresa en %, se calculará sobre el diámetro de la " +"tobera" msgid "" "If smooth or traditional mode is selected, a timelapse video will be " @@ -13743,10 +13268,10 @@ msgstr "" "lapse para cada impresión. Después de imprimir cada capa, se toma una " "instantánea con la cámara. Todas estas instantáneas se componen en un vídeo " "time-lapse cuando finaliza la impresión. Si se selecciona el modo suave, el " -"cabezal se moverá a la rampa de exceso después de imprimir cada capa y luego " -"toma una instantánea. Dado que el filamento fundido puede rezumar de la " -"boquilla durante el proceso de toma de la instantánea, una torre de purga es " -"necesaria para el modo suave para limpiar la boquilla." +"cabezal de la herramienta se moverá a la rampa de exceso después de cada " +"capa se imprime y luego tomar una instantánea. Dado que el filamento fundido " +"puede gotear de la boquilla durante el proceso de tomar una instantánea, la " +"torre de purga es necesaria para el modo suave de limpiar la boquilla." msgid "Traditional" msgstr "Tradicional" @@ -13754,52 +13279,17 @@ msgstr "Tradicional" msgid "Temperature variation" msgstr "Variación de temperatura" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Diferencia de temperatura a aplicar cuando un extrusor no está activo. El " -"valor no se utiliza cuando 'idle_temperature' en los ajustes de filamento se " -"establece en un valor distinto de cero." - -msgid "Preheat time" -msgstr "Tiempo de Precalentamiento" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Para reducir el tiempo de espera tras el cambio de cabezal, Orca puede " -"precalentar el siguiente cabezal mientras el cabezal actual todavía está en " -"uso. Este ajuste especifica el tiempo en segundos para precalentar la " -"siguiente herramienta. Orca insertará un comando M104 para precalentar el " -"cabezal por adelantado." - -msgid "Preheat steps" -msgstr "Pasos de precalentamiento" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Insertar múltiples comandos de precalentamiento (por ejemplo, M104.1). Sólo " -"útil para Prusa XL. Para otras impresoras, por favor ajústar a 1." - msgid "Start G-code" msgstr "G-Code inicial" msgid "Start G-code when start the whole printing" -msgstr "G-Code de inicio cuando se comienza la impresión del archivo" +msgstr "Inicie el G-Code cuando comience la impresión completa" msgid "Start G-code when start the printing of this filament" -msgstr "G-Code de inicio cuando se comienza la impresión de este filamento" +msgstr "Inicie el G-Code al comenzar la impresión de este filamento" msgid "Single Extruder Multi Material" -msgstr "Multi Material con Extrusor Único" +msgstr "Extrusor Único Multi Material" msgid "Use single nozzle to print multi filament" msgstr "Usa una único boquilla para imprimir multifilamento" @@ -13814,8 +13304,8 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" -"Active esta opción para omitir el G-Code personalizado de Cambiar filamento " -"sólo al principio de la impresión. El comando de cambio de cabezal (por " +"Active esta opción para omitir el G-Code personalizado Cambiar filamento " +"sólo al principio de la impresión. El comando de cambio de herramienta (por " "ejemplo, T0) se omitirá durante toda la impresión. Esto es útil para la " "impresión manual multi-material, donde utilizamos M600/PAUSE para activar la " "acción manual de cambio de filamento." @@ -13839,9 +13329,9 @@ msgid "" "with the print." msgstr "" "Sí está activado, la torre de purga no se imprimirá en las capa sin cambio " -"de cabezal. En las capas con cambio de cabezal, viajará hacía abajo para " -"imprimir la torre de purga. El usuario es responsable de asegurarse que no " -"hay colisiones con la impresión." +"de herramienta. En las capas con cambio de herramienta, viajará hacía abajo " +"para imprimir la torre de purga. El usuario es responsable de asegurarse que " +"no hay colisiones con la impresión." msgid "Prime all printing extruders" msgstr "Purgar todos los extrusores" @@ -13850,8 +13340,8 @@ msgid "" "If enabled, all printing extruders will be primed at the front edge of the " "print bed at the start of the print." msgstr "" -"Sí se activa, todos los extrusores serán purgados en el frontal de la cama " -"de impresión al inicio de la impresión." +"Sí está activada, todos los extrusores serán purgados en el lado delantero " +"de la cama de impresión al inicio de la impresión." msgid "Slice gap closing radius" msgstr "Radio de cierre de laminado" @@ -13861,10 +13351,10 @@ msgid "" "triangle mesh slicing. The gap closing operation may reduce the final print " "resolution, therefore it is advisable to keep the value reasonably low." msgstr "" -"Las grietas más pequeñas que 2x el radio de cierre se rellenan durante el " -"laminado de la malla triangular. La operación de cierre de huecos puede " -"reducir la resolución de impresión final, por lo que es aconsejable mantener " -"el valor razonablemente bajo." +"Las grietas más pequeñas que el radio de cierre 2x se rellenan durante el " +"corte de la malla triangular. La operación de cierre de huecos puede reducir " +"la resolución de impresión final, por lo que es aconsejable mantener el " +"valor razonablemente bajo." msgid "Slicing Mode" msgstr "Modo de laminado" @@ -13895,11 +13385,9 @@ msgid "" "print bed, set this to -0.3 (or fix your endstop)." msgstr "" "Este valor se sumará (o restará) de todas las coordenadas Z en el G-Code de " -"salida. Se utiliza para compensar el desfase de Z del interruptor de final " -"de carrera de Z.\n" -"Por ejemplo, si tu fin de carrera deja la boquilla a una distancia de 0.3mm " -"de la cama de impresión, establecer este valor a -0,3 compensará este " -"desfase." +"salida. Se utiliza para compensar el desfase de Z del “Endstop Z”.\n" +"Por ejemplo, si tu “Endstop cero” deja la boquilla a distancia 0.3mm de la " +"cama de impresión, establecer este valor a -0,3 compensará este desfase." msgid "Enable support" msgstr "Habilitar los soportes" @@ -13912,21 +13400,21 @@ msgid "" "normal(manual) or tree(manual) is selected, only support enforcers are " "generated" msgstr "" -"normal (auto) y Árbol (auto) se utilizan para generar los soportes " -"automáticamente. Si se selecciona normal (manual) o árbol (manual), sólo se " -"generan los soportes forzados" +"normal(auto) y Árbol(auto) se utilizan para generar los soportes " +"automáticamente. Si se selecciona normal(manual) o árbol(manual), sólo se " +"generan los refuerzos de apoyo" msgid "normal(auto)" -msgstr "Normal (auto)" +msgstr "Normal(auto)" msgid "tree(auto)" -msgstr "Árbol (auto)" +msgstr "Árbol(auto)" msgid "normal(manual)" -msgstr "Normal (manual)" +msgstr "Normal(manual)" msgid "tree(manual)" -msgstr "Árbol (manual)" +msgstr "Árbol(manual)" msgid "Support/object xy distance" msgstr "Distancia soporte/objeto X-Y" @@ -13939,7 +13427,7 @@ msgstr "Ángulo del patrón" msgid "Use this setting to rotate the support pattern on the horizontal plane." msgstr "" -"Utilice este ajuste para rotar el patrón de soporte en el plano horizontal." +"Utilice este ajuste para girar el patrón de soporte en el plano horizontal." msgid "On build plate only" msgstr "Sólo en la bandeja de impresión" @@ -13955,8 +13443,8 @@ msgid "" "Only create support for critical regions including sharp tail, cantilever, " "etc." msgstr "" -"Cree soportes sólo para las regiones críticas, como puntas afiladas, " -"voladizos, etc." +"Cree soportes sólo para las regiones críticas, como la cola afilada, el " +"voladizo, etc." msgid "Remove small overhangs" msgstr "Eliminar voladizos pequeños" @@ -13988,7 +13476,7 @@ msgstr "" "utiliza el filamento actual" msgid "Avoid interface filament for base" -msgstr "Evitar usar filamento de interfaz para la base" +msgstr "Evitar el interfaz de filamento para la base" msgid "" "Avoid using support interface filament to print support base if possible." @@ -14000,8 +13488,8 @@ msgid "" "Line width of support. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" -"Ancho de línea de los soportes. Si se expresa como %, se calculará en base " -"al diámetro de la boquilla." +"Ancho de extrusión de los soportes Si se expresa cómo %, se calculará sobre " +"el diámetro de la boquilla." msgid "Interface use loop pattern" msgstr "Uso de la interfaz en forma de bucle" @@ -14039,18 +13527,19 @@ msgid "Same as top" msgstr "Lo mismo que la superior" msgid "Top interface spacing" -msgstr "Espaciado de la interfaz superior" +msgstr "Distancia de la interfaz superior" msgid "Spacing of interface lines. Zero means solid interface" msgstr "" -"Espaciado de las líneas de interfaz. Cero significa que la interfaz es sólida" +"Espacio de las líneas de interfaz. Cero significa que la interfaz es sólida" msgid "Bottom interface spacing" -msgstr "Espaciado de la interfaz inferior" +msgstr "Distancia de la interfaz inferior" msgid "Spacing of bottom interface lines. Zero means solid interface" msgstr "" -"Espaciado de las líneas de interfaz. Cero significa que la interfaz es sólida" +"Espacio entre las líneas de la interfaz inferior. Cero significa interfaz " +"sólida" msgid "Speed of support interface" msgstr "Velocidad de la interfaz de soporte" @@ -14059,7 +13548,7 @@ msgid "Base pattern" msgstr "Patrón de base" msgid "Line pattern of support" -msgstr "Patrón de líneas de soportes" +msgstr "Patrón lineal de apoyo" msgid "Rectilinear grid" msgstr "Rejilla rectilínea" @@ -14083,16 +13572,16 @@ msgid "Rectilinear Interlaced" msgstr "Entrelazado rectilíneo" msgid "Base pattern spacing" -msgstr "Espaciado del patrón base" +msgstr "Separación del patrón base" msgid "Spacing between support lines" -msgstr "Espaciado entre las líneas de apoyo" +msgstr "Espacio entre las líneas de apoyo" msgid "Normal Support expansion" msgstr "Expansión de Soporte Normal" msgid "Expand (+) or shrink (-) the horizontal span of normal support" -msgstr "Ampliar (+) o reducir (-) la expansión horizontal del soporte Normal" +msgstr "Ampliar (+) o reducir (-) la expansión horizontal del soporte normal" msgid "Speed of support" msgstr "Velocidad en soportes" @@ -14106,26 +13595,20 @@ msgid "" "style will create similar structure to normal support under large flat " "overhangs." msgstr "" -"Estilo y forma del soporte. Para el soporte Normal, proyectar los soportes " +"Estilo y forma del soporte. Para el soporte normal, proyectar los soportes " "en una cuadrícula regular creará soportes más estables (por defecto), " "mientras que las torres de soporte ajustadas ahorrarán material y reducirán " "las cicatrices del objeto.\n" -"Para el soporte Árbol, los estilos Esbelto y Orgánico fusionarán las ramas " -"de forma más agresiva y ahorrará mucho material (Orgánico por defecto), " -"mientras que el estilo Híbrido creará una estructura similar a la del " -"soporte Normal bajo grandes voladizos planos." - -msgid "Default (Grid/Organic" -msgstr "Por defecto (Rejilla/Orgánico)" +"Para el soporte arbóreo, el estilo esbelto y orgánico fusionará las ramas de " +"forma más agresiva y ahorrará mucho material (orgánico por defecto), " +"mientras que el estilo híbrido creará una estructura similar a la del " +"soporte normal bajo grandes voladizos planos." msgid "Snug" msgstr "Ajustado" -msgid "Organic" -msgstr "Orgánico" - msgid "Tree Slim" -msgstr "Árbol Esbelto" +msgstr "Árbol Delgado" msgid "Tree Strong" msgstr "Árbol Fuerte" @@ -14133,6 +13616,9 @@ msgstr "Árbol Fuerte" msgid "Tree Hybrid" msgstr "Árbol Híbrido" +msgid "Organic" +msgstr "Orgánico" + msgid "Independent support layer height" msgstr "Altura independiente de la capa de soporte " @@ -14142,8 +13628,7 @@ msgid "" "when the prime tower is enabled." msgstr "" "La capa de soporte utiliza una altura de capa independiente de la capa del " -"objeto. Esto permite la personalización de la distancia Z y ahorra tiempo de " -"impresión. Esta opción es compatible con la torre de purga." +"objeto. Esta opción no será válida si la torre de purga está activada." msgid "Threshold angle" msgstr "Pendiente máxima" @@ -14156,15 +13641,15 @@ msgstr "" "inferior al umbral." msgid "Tree support branch angle" -msgstr "Ángulo de las rama de soporte Árbol" +msgstr "Ángulo de la rama de soporte del árbol" msgid "" "This setting determines the maximum overhang angle that t he branches of " "tree support allowed to make.If the angle is increased, the branches can be " "printed more horizontally, allowing them to reach farther." msgstr "" -"Este ajuste determina el ángulo máximo de voladizo que pueden tener las " -"ramas del soporte de Árbol. Si se aumenta el ángulo, las ramas pueden " +"Este ajuste determina el ángulo máximo de voladizo que pueden hacer las " +"ramas del soporte del árbol. Si se aumenta el ángulo, las ramas pueden " "imprimirse más horizontalmente, permitiendo que lleguen más lejos." msgid "Preferred Branch Angle" @@ -14186,8 +13671,8 @@ msgstr "Distancia de la rama de soporte del árbol" msgid "" "This setting determines the distance between neighboring tree support nodes." msgstr "" -"Este ajuste determina la distancia entre los nodos de soporte vecinos de un " -"árbol." +"Este ajuste determina la distancia entre los nodos de soporte del árbol " +"vecinos." msgid "Branch Density" msgstr "Densidad de ramas" @@ -14207,7 +13692,7 @@ msgstr "" "de rama alto si se necesitan interfaces densas." msgid "Adaptive layer height" -msgstr "Altura de capa adaptativa" +msgstr "Altura de capa adaptable" msgid "" "Enabling this option means the height of tree support layer except the " @@ -14224,7 +13709,7 @@ msgid "" "automatically calculated" msgstr "" "Si activa esta opción, se calculará automáticamente la anchura del borde de " -"adherencia para el soporte de Árbol" +"adherencia para el soporte del árbol" msgid "Tree support brim width" msgstr "Anchura del borde de adherencia" @@ -14264,7 +13749,7 @@ msgstr "" "estabilidad del soporte orgánico." msgid "Branch Diameter with double walls" -msgstr "Diámetro de ramas con perímetro doble" +msgstr "Baja densidad de ramas" #. TRN PrintSettings: "Organic supports" > "Branch Diameter" msgid "" @@ -14274,7 +13759,7 @@ msgid "" msgstr "" "Las ramas con un área mayor que el área de un círculo de este diámetro se " "imprimirán con doble perímetro para mayor estabilidad. Establezca este valor " -"en cero para no usar doble perímetro." +"en cero para no tener doble perímetro." msgid "Support wall loops" msgstr "Bucles de perímetro de apoyo" @@ -14283,84 +13768,46 @@ msgid "This setting specify the count of walls around support" msgstr "Este ajuste especifica el número de perímetros alrededor del soporte" msgid "Tree support with infill" -msgstr "Soporte de Árbol con relleno" +msgstr "Soporte de árbol con relleno" msgid "" "This setting specifies whether to add infill inside large hollows of tree " "support" msgstr "" -"Este ajuste especifica si se añade relleno dentro de los grandes huecos de " -"los soportes de Árbol" +"Este ajuste especifica si se añade relleno dentro de los grandes huecos del " +"soporte del árbol" msgid "Activate temperature control" msgstr "Activar control de temperatura" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Habilite esta función para usar un control automático de la temperatura de " -"la cámara. Cuando está habilitada, se emitirá un comando M191 antes de " -"\"machine_start_gcode\".\n" -"Este comando especifica la temperatura objetivo de la cámara y mantendrá la " -"impresora en espera hasta que se alcance dicha temperatura. Adicionalmente, " -"se emite un comando M141 al finalizar la impresión para apagar el sistema de " -"calentamiento de cámara, en caso de existir. \n" -"\n" -"Esta función requiere de que el firmware de la impresora sea compatible con " -"los comandos M191 y M141, ya sea nativamente o mediante el uso de macros. " -"Esta función se usa generalmente con impresoras con sistema de calentamiento " -"de cámara activo." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Active esta opción para controlar la temperatura de la cámara. Se añadirá un " +"comando M191 antes de \"machine_start_gcode\"\n" +"Comandos G-Code: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Temperatura de cámara" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" "Una mayor temperatura de la cámara puede ayudar a suprimir o reducir la " "deformación y potencialmente conducir a una mayor resistencia de unión entre " "capas para materiales de alta temperatura como ABS, ASA, PC, PA, etc. Al " -"mismo tiempo, la filtración de aire de ABS y ASA empeorará. \n" -"\n" -"Por otro lado, materiales como PLA, PETG, TPU, PVA y otros materiales de " -"baja temperatura, la temperatura real de la cámara no debe ser alta para " -"evitar obstrucciones causadas por reblandecimiento del filamento en el " -"disipador.\n" -"\n" -"Cuando se activa, este parámetro crea una variable de G-Code llamada " -"chamber_temperature, que puede ser utilizada en macros personalizados, por " -"ejemplo el macro de PRINT_START, para controlar el precalentamiento en " -"impresoras encapsuladas que cuenten con un sensor de temperatura de cámara. " -"Ejemplo de uso: \n" -"PRINT_START (otras variables) CHAMBER_TEMP=[chamber_temperature] \n" -"Esta funciuón es útil para imrpesoras no compatibles con los comandos M141 o " -"M191, o si prefiere realizar un precalentamiento usando un macro si no " -"dispone de un sistema de calentamiento activo de cámara." +"mismo tiempo, la filtración de aire de ABS y ASA empeorará. Mientras que " +"para PLA, PETG, TPU, PVA y otros materiales de baja temperatura, la " +"temperatura real de la cámara no debe ser alta para evitar obstrucciones, " +"por lo que 0, que significa apagar, es muy recomendable" msgid "Nozzle temperature for layers after the initial one" msgstr "Temperatura de la boquilla después de la primera capa" @@ -14381,7 +13828,7 @@ msgid "" "tool change" msgstr "" "Este G-Code se inserta al cambiar de filamento, incluyendo el comando T para " -"activar el cambio de cabezal" +"activar el cambio de herramienta" msgid "This gcode is inserted when the extrusion role is changed" msgstr "Este G-Code se inserta cuando se cambia el rol de extrusión" @@ -14390,8 +13837,8 @@ msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." msgstr "" -"Ancho de línea de las capas superiores. Si se expresa cómo %, se calculará " -"en base al diámetro de la boquilla." +"Ancho de extrusión de las capas superiores. Si se expresa cómo %, se " +"calculará sobre el diámetro de la boquilla." msgid "Speed of top surface infill which is solid" msgstr "Velocidad del relleno de la superficie superior que es sólida" @@ -14410,7 +13857,7 @@ msgstr "" "incrementarán" msgid "Top solid layers" -msgstr "Capas solidas superiores" +msgstr "Capas solidas arriba" msgid "Top shell thickness" msgstr "Espesor mínimo de la cubierta superior" @@ -14419,35 +13866,34 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "El número de capas sólidas superiores se incrementa al laminar si el espesor " "calculado por las capas de la cubierta es más delgado que este valor. Esto " -"puede evitar tener una cubierta demasiado fina cuando la altura de la capa " -"es pequeña. 0 significa que este ajuste está desactivado y el grosor de la " -"capa superior está absolutamente determinado por las capas de la cubierta " -"superior" +"puede evitar tener una capa demasiado fina cuando la altura de la capa es " +"pequeña. 0 significa que este ajuste está desactivado y el grosor de la capa " +"superior está absolutamente determinado por las capas de la cubierta superior" msgid "Speed of travel which is faster and without extrusion" msgstr "Velocidad de desplazamiento más rápida y sin extrusión" msgid "Wipe while retracting" -msgstr "Purgar mientras se retrae" +msgstr "Limpiar mientras se retrae" msgid "" "Move nozzle along the last extrusion path when retracting to clean leaked " "material on nozzle. This can minimize blob when print new part after travel" msgstr "" "Mueva la boquilla a lo largo de la última trayectoria de extrusión cuando se " -"retraiga para limpiar el material rezumado en la boquilla. Esto puede " +"retraiga para limpiar el material filtrado en la boquilla. Esto puede " "minimizar las manchas cuando se imprime una nueva pieza después del recorrido" msgid "Wipe Distance" -msgstr "Distancia de purgado" +msgstr "Distancia de limpieza" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14457,15 +13903,15 @@ msgid "" "Setting a value in the retract amount before wipe setting below will perform " "any excess retraction before the wipe, else it will be performed after." msgstr "" -"Describa cuánto distancia se moverá la boquilla a lo largo de la última " +"Describa cuánto tiempo se moverá la boquilla a lo largo de la última " "trayectoria al retraerse. \n" "\n" -"Dependiendo de la duración de la operación de purgado y de la velocidad y " +"Dependiendo de la duración de la operación de barrido y de la velocidad y " "longitud de los ajustes de retracción del extrusor/filamento, puede ser " "necesario un movimiento de retracción para retraer el filamento restante. \n" "\n" -"Fijando un valor en la cantidad de retracción antes del purgado se realizará " -"cualquier exceso de retracción antes del purgado, de lo contrario se " +"Fijando un valor en la cantidad de retracción antes del barrido se realizará " +"cualquier exceso de retracción antes del barrido, de lo contrario se " "realizará después." msgid "" @@ -14475,7 +13921,7 @@ msgid "" msgstr "" "La torre de purga puede utilizarse para limpiar los residuos de la boquilla " "y estabilizar la presión de la cámara en el interior de la boquilla, con el " -"fin de evitar defectos de visuales al imprimir objetos." +"fin de evitar defectos de aspecto al imprimir objetos." msgid "Purging volumes" msgstr "Volúmenes de purga" @@ -14487,17 +13933,17 @@ msgid "" "The actual flushing volumes is equal to the flush multiplier multiplied by " "the flushing volumes in the table." msgstr "" -"El volumen de flujo real es igual al producto del multiplicador de flujo y " +"El volumen de flujo real es igual al multiplicador de flujo multiplicado por " "los volúmenes de flujo de la tabla." msgid "Prime volume" -msgstr "Volumen de purga" +msgstr "Tamaño de purga" msgid "The volume of material to prime extruder on tower." -msgstr "El volumen de material para purgar la extrusora en la torre." +msgstr "El volumen de material para cebar la extrusora en la torre." msgid "Width of prime tower" -msgstr "Ancho de la torre de purga" +msgstr "Anchura de la torre de purga" msgid "Wipe tower rotation angle" msgstr "Ángulo de rotación de torre de purga" @@ -14512,9 +13958,15 @@ msgid "" "Angle at the apex of the cone that is used to stabilize the wipe tower. " "Larger angle means wider base." msgstr "" -"Ángulo del vértice del cono que se usa para estabilizar la torre de purga. " +"Ángulo del vértice del cono que se usa para estabilidad la torre de purga. " "Un angulo mayor significa una base más ancha." +msgid "Wipe tower purge lines spacing" +msgstr "Separación de las líneas de la torre de purga" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Separación de las líneas de la torre de purga." + msgid "Maximum wipe tower print speed" msgstr "Velocidad máxima de impresión de la torre de purga" @@ -14540,45 +13992,48 @@ msgid "" "regardless of this setting." msgstr "" "La velocidad máxima de impresión al purgar en la torre de purga e imprimir " -"las capas de baja densidad de la torre de purga. Al purgar, si la velocidad " -"de relleno de baja densidad o la velocidad calculada a partir de la " -"velocidad volumétrica máxima del filamento es inferior, se utilizará la " -"velocidad más baja.\n" +"las capas dispersas de la torre de purga. Al purgar, si la velocidad de " +"relleno de baja densidad o la velocidad calculada a partir de la velocidad " +"volumétrica máxima del filamento es inferior, se utilizará la velocidad más " +"baja.\n" "\n" -"Al imprimir las capas de baja densidad, si la velocidad del perímetro " -"interno o la velocidad calculada a partir de la velocidad volumétrica máxima " -"del filamento es inferior, se utilizará la velocidad más baja.\n" +"Al imprimir las capas dispersas, si la velocidad del perímetro interno o la " +"velocidad calculada a partir de la velocidad volumétrica máxima del " +"filamento es inferior, se utilizará la velocidad más baja.\n" "\n" "Aumentar esta velocidad puede afectar a la estabilidad de la torre, así como " -"aumentar la fuerza con la que la boquilla colisiona con las acummulaciones " -"que se hayan podido formar en la torre de purga.\n" +"aumentar la fuerza con la que la boquilla colisiona con las manchas que se " +"hayan podido formar en la torre de purga.\n" "\n" "Antes de aumentar este parámetro más allá del valor por defecto de 90mm/seg, " "asegúrese de que su impresora puede puentear de forma fiable a las " -"velocidades aumentadas y que el rezume al cambiar de cabezal está bien " +"velocidades aumentadas y que el rezume al cambiar de herramienta está bien " "controlado.\n" "\n" "Para los perímetros externos de la torre de purga se utiliza la velocidad " "del perímetro interno independientemente de este ajuste." +msgid "Wipe tower extruder" +msgstr "Extrusor de torre de purga" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." msgstr "" "Extrusor usado para imprimir el perímetro de la torre de purga. Ajuste a 0 " -"para usar el único disponible (no soluble preferentemente)." +"para usar el único disponible. (no soluble preferentemente)." msgid "Purging volumes - load/unload volumes" -msgstr "Volúmenes de purga - carga/descarga de volúmenes" +msgstr "Volumenes de purga - carga/descarga de volúmenes" msgid "" "This vector saves required volumes to change from/to each tool used on the " "wipe tower. These values are used to simplify creation of the full purging " "volumes below." msgstr "" -"Este vector guarda los volúmenes necesarios para cambiar de/a cada cabezal " -"utilizado en la torre de purga. Estos valores se utilizan para simplificar " -"la creación de los volúmenes de purga completos a continuación." +"Este vector guarda los volúmenes necesarios para cambiar de/a cada " +"herramienta utilizada en la torre de purga. Estos valores se utilizan para " +"simplificar la creación de los volúmenes de purga completos a continuación." msgid "" "Purging after filament change will be done inside objects' infills. This may " @@ -14616,42 +14071,11 @@ msgstr "Distancia máxima de puenteado" msgid "Maximal distance between supports on sparse infill sections." msgstr "" -"Distancia máxima entre los soportes en las secciones de relleno de baja " +"Distancia máxima entre los soportes en las sección de relleno de baja " "densidad." -msgid "Wipe tower purge lines spacing" -msgstr "Espaciado de las líneas de la torre de purga" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Espaciado de las líneas de purga de la torre de purga." - -msgid "Extra flow for purging" -msgstr "Caudal adicional para purgar" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Flujo extra utilizado para las líneas de purga en la torre de purga. Esto " -"hace que las líneas de purga sean más gruesas o más delgadas de lo normal. " -"La separación se ajusta automáticamente." - -msgid "Idle temperature" -msgstr "Temperatura de Espera" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Temperatura de la boquilla cuando el cabezal no se está utilizando en " -"configuraciones multicabezal. Este parámetro sólo es utilizado cuando la " -"'Prevención de rezumado' está activada en los ajustes de proceso. Póngalo a " -"0 para desactivarlo." - msgid "X-Y hole compensation" -msgstr "Compensación en X-Y de huecos" +msgstr "Compensación de huecos X-Y" msgid "" "Holes of object will be grown or shrunk in XY plane by the configured value. " @@ -14665,7 +14089,7 @@ msgstr "" "de ensamblaje" msgid "X-Y contour compensation" -msgstr "Compensación de contornos en X-Y" +msgstr "Compensación de contornos X-Y" msgid "" "Contour of object will be grown or shrunk in XY plane by the configured " @@ -14687,19 +14111,19 @@ msgid "" "compute the polyhole.\n" "See http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgstr "" -"Orca buscará los orificios casi circulares que abarquen más de una capa y " -"convierte la geometría en poliorificios. Utiliza el tamaño de la boquilla y " -"el orificio de mayor diámetro para calcular el poliorificio.\n" +"Busque orificios casi circulares que abarquen más de una capa y convierta la " +"geometría en poliorificios. Utilice el tamaño de la boquilla y el diámetro " +"(mayor) para calcular el poliorificio.\n" "Véase http://hydraraptor.blogspot.com/2011/02/poliorificios.html" msgid "Polyhole detection margin" -msgstr "Margen de detección de poliorificios" +msgstr "Margen de detección del poliorificio" #, no-c-format, no-boost-format msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14713,17 +14137,17 @@ msgid "Polyhole twist" msgstr "Giro de poliorificio" msgid "Rotate the polyhole every layer." -msgstr "Rotar el poliorificio en cada capa." +msgstr "Rotar el poliorificio en todas las capas." msgid "G-code thumbnails" -msgstr "Miniaturas de G-Code" +msgstr "Tamaño de miniaturas de G-Code" msgid "" "Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the " "following format: \"XxY, XxY, ...\"" msgstr "" -"Los tamaños de las imágenes para almacenar en archivos .gcode y .sl1 / ." -"sl1s, en el siguiente formato: \"XxY, XxY, ...\"" +"Los tamaños de las imágenes se almacenan en archivos .gcode y .sl1 / .sl1s, " +"en el siguiente formato: \"XxY, XxY, ...\"" msgid "Format of G-code thumbnails" msgstr "Formato de las miniaturas de G-Code" @@ -14736,28 +14160,28 @@ msgstr "" "tamaño más pequeño, QOI para firmware de baja memoria" msgid "Use relative E distances" -msgstr "Usar distancias E relativas" +msgstr "Usar distancias relativas E" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" "Se recomienda la extrusión relativa cuando se utiliza la opción " "\"label_objects\". Algunos extrusores funcionan mejor con esta opción " -"desactivada (modo de extrusión absoluta). La torre de purga sólo es " +"desactivada (modo de extrusión absoluta). La torre de borrado sólo es " "compatible con el modo relativo. Se recomienda en la mayoría de las " -"impresoras. Por defecto está activada." +"impresoras. Por defecto está marcada" msgid "" "Classic wall generator produces walls with constant extrusion width and for " "very thin areas is used gap-fill. Arachne engine produces walls with " "variable extrusion width" msgstr "" -"El generador de perímetros clásico produce perímetros con ancho de extrusión " -"constante y para zonas muy finas se utiliza rellenar-espacio. El motor " -"Arachne produce perímetros con ancho de extrusión variable." +"El generador de perímetros clásico produce perímetros con anchura de " +"extrusión constante y para zonas muy finas se utiliza rellenar-espacio. El " +"motor Arachne produce perímetros con anchura de extrusión variable." msgid "Classic" msgstr "Clásico" @@ -14773,9 +14197,9 @@ msgid "" "thinner, a certain amount of space is allotted to split or join the wall " "segments. It's expressed as a percentage over nozzle diameter" msgstr "" -"Cuando se pasa de un número de perímetros a otro, a medida que la pieza se " -"vuelve más fina se asigna una determinada cantidad de espacio para dividir o " -"unir los segmentos de perímetro. Se expresa como un porcentaje sobre el " +"Cuando se pasa de un número de perímetros a otro a medida que la pieza se " +"vuelve más fina, se asigna una determinada cantidad de espacio para dividir " +"o unir los segmentos de perímetro. Se expresa como un porcentaje sobre el " "diámetro de la boquilla" msgid "Wall transitioning filter margin" @@ -14812,7 +14236,7 @@ msgstr "" "forma de cuña con un ángulo mayor que este ajuste no tendrá transiciones y " "no se imprimirán perímetros en el centro para rellenar el espacio restante. " "La reducción de este ajuste reduce el número y la longitud de estos " -"perímetros centrales, pero puede dejar huecos o sobreextruir." +"perímetros centrales, pero puede dejar huecos o sobresalir" msgid "Wall distribution count" msgstr "Recuento de la distribución del perímetro" @@ -14823,10 +14247,10 @@ msgid "" msgstr "" "El número de perímetros, contados desde el centro, sobre los que debe " "repartirse la variación. Los valores más bajos significan que los perímetros " -"exteriores no cambian de ancho" +"exteriores no cambian de anchura" msgid "Minimum feature size" -msgstr "Tamaño mínimo de la característica" +msgstr "Tamaño mínimo del elemento" msgid "" "Minimum thickness of thin features. Model features that are thinner than " @@ -14834,11 +14258,11 @@ msgid "" "feature size will be widened to the Minimum wall width. It's expressed as a " "percentage over nozzle diameter" msgstr "" -"Espesor mínimo de los detalles finos. Las características del modelo que " +"Espesor mínimo de los elementos finos. Las características del modelo que " "sean más finas que este valor no se imprimirán, mientras que las " -"características más gruesas que el Tamaño mínimo de la característica se " -"ensancharán hasta el Ancho mínimo de perímetro. Se expresa en porcentaje " -"sobre el diámetro de la boquilla." +"características más gruesas que el Tamaño mínimo del elemento se ensancharán " +"hasta el Ancho mínimo de perímetro. Se expresa en porcentaje sobre el " +"diámetro de la boquilla" msgid "Minimum wall length" msgstr "Longitud mínima de perímetro" @@ -14848,9 +14272,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Ajuste este valor para evitar que se impriman perímetros cortos y no " @@ -14859,11 +14283,11 @@ msgstr "" "\n" "NOTA: Las superficies inferior y superior no se verán afectadas por este " "valor para evitar huecos visuales en el exterior del modelo. Ajuste \"Umbral " -"para generar un solo perímetro\" en la configuración avanzada para ajustar " -"la sensibilidad de lo que se considera una superficie superior. El \"Umbral " -"para generar un solo perímetro\" sólo es visible si este valor es superior " -"al valor predeterminado de 0,5, o si las superficies superiores de un solo " -"perímetro están activados." +"de Perímetro\" en la configuración avanzada para ajustar la sensibilidad de " +"lo que se considera una superficie superior. El \"Umbral de un Solo " +"Perímetro\" sólo es visible si este valor es superior al valor " +"predeterminado de 0,5, o si las superficies superiores de un solo perímetro " +"están activados." msgid "First layer minimum wall width" msgstr "Ancho mínimo del perímetro de la primera capa" @@ -14889,7 +14313,7 @@ msgstr "" "Anchura del perímetro que sustituirá a los elementos finos (según el tamaño " "mínimo del elemento) del modelo. Si la anchura mínima del perímetro es menor " "que el grosor de la característica, el perímetro será tan grueso como la " -"propia característica. Se expresa en porcentaje en base al diámetro de la " +"propia característica. Se expresa en porcentaje sobre el diámetro de la " "boquilla" msgid "Detect narrow internal solid infill" @@ -14898,7 +14322,7 @@ msgstr "Detección de relleno interno estrecho" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Esta opción detectará automáticamente el área de relleno sólido interno " "estrecho. Si se activa, se utilizará un patrón concéntrico para el área para " @@ -14912,7 +14336,7 @@ msgid "Invalid value when spiral vase mode is enabled: " msgstr "Valor no válido cuando está activado el modo jarrón espiral: " msgid "too large line width " -msgstr "ancho de línea excesivo " +msgstr "demasiada anchura de línea " msgid " not in range " msgstr " fuera de rango " @@ -14924,7 +14348,7 @@ msgid "export 3mf with minimum size." msgstr "exportar 3mf con el tamaño mínimo." msgid "No check" -msgstr "No comprobar" +msgstr "No comprobado" msgid "Do not run any validity checks, such as gcode path conflicts check." msgstr "" @@ -14932,12 +14356,12 @@ msgstr "" "conflictos de ruta de G-Code." msgid "Ensure on bed" -msgstr "Auto-ajustar a la cama" +msgstr "Asegurar en la cama" msgid "" "Lift the object above the bed when it is partially below. Disabled by default" msgstr "" -"Eleva el objeto sobre la cama cuando está parcialmente debajo. Deshabilitado " +"Eleva el objeto sobre la cama cuando está parcialmente bajo. Deshabilitado " "por defecto" msgid "Orient Options" @@ -14983,36 +14407,28 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Posición del extrusor al comienzo del bloque de G-Code personalizado. Si el " "G-Code personalizado viaja a otro lugar, debe escribir en esta variable para " -"que OrcaSlicer sepa desde dónde viaja cuando recupere el control." +"que Snapmaker Orca sepa desde dónde viaja cuando recupere el control." msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Estado de retracción al comienzo del bloque de G-Code personalizado. Si el G-" "Code personalizado mueve el eje del extrusor, debe escribir en esta variable " -"para que OrcaSlicer se de-retraiga correctamente cuando recupere el control." - -msgid "Extra de-retraction" -msgstr "De-retraction extra" - -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "Purgado adicional previsto del extrusor después de la deretracción." +"para que Snapmaker Orca se retraiga correctamente cuando recupere el control." -msgid "Absolute E position" -msgstr "Posición E absoluta" +msgid "Extra deretraction" +msgstr "Extra deretraction" -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" -"Posición actual del eje del extrusor. Sólo se utiliza con direccionamiento " -"absoluto del extrusor." +"Actualmente está previsto un purgado adicional del extrusor después de la " +"desretracción." msgid "Current extruder" msgstr "Extrusora actual" @@ -15044,7 +14460,7 @@ msgid "" "initial_tool." msgstr "" "Índice de base cero del primer extrusor utilizado en la impresión. Igual que " -"cabezal_inicial." +"herramienta inicial." msgid "Initial tool" msgstr "Herramienta inicial" @@ -15057,34 +14473,25 @@ msgstr "" "extrusor_inicial." msgid "Is extruder used?" -msgstr "¿Se utiliza el extrusor?" +msgstr "¿Se utiliza extrusora?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" -"Vector de buleanos que indica si un determinado extrusor se utiliza en la " +"Vector de bools que indica si un determinado extrusor se utiliza en la " "impresión." -msgid "Has single extruder MM priming" -msgstr "Parámetros de cambio de cabezal para impresoras de 1 extrusor MM" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" -"¿Se utilizan las regiones de imprimación multimaterial adicionales en esta " -"impresión?" - msgid "Volume per extruder" -msgstr "Volumen por extrusor" +msgstr "Volumen por extrusora" msgid "Total filament volume extruded per extruder during the entire print." msgstr "" "Volumen total de filamento extruido por extrusor durante toda la impresión." msgid "Total toolchanges" -msgstr "Total de cambios de cabezales" +msgstr "Total de cambios de herramientas" msgid "Number of toolchanges during the print." -msgstr "Número de cambios de cabezal durante la impresión." +msgstr "Número de cambios de herramienta durante la impresión." msgid "Total volume" msgstr "Volumen total" @@ -15199,7 +14606,7 @@ msgid "Timestamp" msgstr "Marca de tiempo" msgid "String containing current time in yyyyMMdd-hhmmss format." -msgstr "Cadena que contiene la hora actual en formato aaaaMMdd-hhmmss." +msgstr "Cadena que contiene la hora actual en formato aaaammdd-hhmmss." msgid "Day" msgstr "Día" @@ -15214,7 +14621,7 @@ msgid "Print preset name" msgstr "Imprimir nombre de perfil" msgid "Name of the print preset used for slicing." -msgstr "Nombre del perfil de impresión utilizado para el laminado." +msgstr "Nombre del perfil de impresión utilizado para el corte." msgid "Filament preset name" msgstr "Nombre del perfil de filamento" @@ -15238,16 +14645,6 @@ msgstr "Nombre físico de la impresora" msgid "Name of the physical printer used for slicing." msgstr "Nombre de la impresora física utilizada para el corte." -msgid "Number of extruders" -msgstr "Número de Cabezales" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Número total de extrusores, independientemente de si se utilizan en la " -"impresión actual." - msgid "Layer number" msgstr "Número de capa" @@ -15257,7 +14654,7 @@ msgstr "" "número 1)." msgid "Layer z" -msgstr "Z de capa" +msgstr "Capa Z" msgid "" "Height of the current layer above the print bed, measured to the top of the " @@ -15267,7 +14664,7 @@ msgstr "" "superior de la capa." msgid "Maximal layer z" -msgstr "Z máxima de capa" +msgstr "Capa máxima z" msgid "Height of the last layer above the print bed." msgstr "Altura de la última capa sobre la cama de impresión." @@ -15294,7 +14691,7 @@ msgid "Detect overhangs for auto-lift" msgstr "Detección de voladizos para autoelevación" msgid "Generating support" -msgstr "Generación de soportes" +msgstr "Generar soporte" msgid "Checking support necessity" msgstr "Comprobación de la necesidad de soporte" @@ -15303,7 +14700,7 @@ msgid "floating regions" msgstr "regiones flotantes" msgid "floating cantilever" -msgstr "voladizos flotantes" +msgstr "voladizo flotante" msgid "large overhangs" msgstr "voladizos grandes" @@ -15314,13 +14711,13 @@ msgid "" "generation." msgstr "" "Parece que el objeto %s tiene %s. Por favor, reoriente el objeto o active la " -"generación de soportes." +"generación de soporte." msgid "Optimizing toolpath" -msgstr "Optimización de la trayectoria de cabezal" +msgstr "Optimización de la trayectoria de la herramienta" msgid "Slicing mesh" -msgstr "Laminando malla" +msgstr "Malla de corte" msgid "" "No layers were detected. You might want to repair your STL file(s) or check " @@ -15340,43 +14737,43 @@ msgstr "" #, c-format, boost-format msgid "Support: generate toolpath at layer %d" -msgstr "Soporte: generando trayectoria en la capa %d" +msgstr "Soporte: generar trayectoria en la capa %d" msgid "Support: detect overhangs" -msgstr "Soporte: detectando voladizos" +msgstr "Soporte: detectar voladizos" msgid "Support: generate contact points" -msgstr "Soporte: generando puntos de contacto" +msgstr "Soporte: generar puntos de contacto" msgid "Support: propagate branches" msgstr "Soporte: propagación de ramas" msgid "Support: draw polygons" -msgstr "Soporte: dibujando polígonos" +msgstr "Soporte: dibujar polígonos" msgid "Support: generate toolpath" -msgstr "Soporte: generación de trayectoria" +msgstr "Soporte: herramienta de generación de trayectoria" #, c-format, boost-format msgid "Support: generate polygons at layer %d" -msgstr "Soporte: generando polígonos en la capa %d" +msgstr "Soporte: generar polígonos en la capa %d" #, c-format, boost-format msgid "Support: fix holes at layer %d" -msgstr "Soporte: arreglando huecos en la capa %d" +msgstr "Soporte: arreglar huecos en la capa %d" #, c-format, boost-format msgid "Support: propagate branches at layer %d" -msgstr "Soporte: propagando ramas en la capa %d" +msgstr "Soporte: propagar ramas en la capa %d" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" "Formato de archivo desconocido: el archivo de entrada debe tener extensión ." -"stl, .obj o .amf (.xml)." +"stl, .obj o .amf(.xml)." msgid "Loading of a model file failed." -msgstr "Error en la carga del fichero de modelo." +msgstr "Error en la carga del fichero modelo." msgid "The supplied file couldn't be read because it's empty" msgstr "El archivo proporcionado no puede ser leído debido a que está vacío" @@ -15420,13 +14817,13 @@ msgid "Manual Calibration" msgstr "Calibración Manual" msgid "Result can be read by human eyes." -msgstr "El resultado puede ser leído por humanos." +msgstr "El resultado puede leerse con ojos humanos." msgid "Auto-Calibration" msgstr "Auto-Calibración" msgid "We would use Lidar to read the calibration result" -msgstr "Se usará el Lidar para leer los resultados de calibración" +msgstr "Deberíamos usar Lidar para leer resultados de calibración" msgid "Prev" msgstr "Ant" @@ -15445,7 +14842,7 @@ msgstr "¿Cómo usar el resultado de la calibración?" msgid "" "You could change the Flow Dynamics Calibration Factor in material editing" -msgstr "Podrías cambiar el Factor de Calibración de Dinámicas de Flujo" +msgstr "Deberías cambiar el Factor de Calibración de Dinámicas de Flujo" msgid "" "The current firmware version of the printer does not support calibration.\n" @@ -15484,23 +14881,23 @@ msgstr "" "Valor inicial: >= %.1f\n" "Valor final <= %.1f\n" "Valor final: > Valor inicial\n" -"Valor de incremento: >= %.3f)" +"Valor de paso: >= %.3f)" msgid "The name cannot be empty." msgstr "El nombre no puede estar vacío." #, c-format, boost-format msgid "The selected preset: %s is not found." -msgstr "El perfil seleccionado: %s no ha sido encontrado." +msgstr "El perfil seleccionado: %s no encontrado." msgid "The name cannot be the same as the system preset name." -msgstr "El nombre no puede ser el mismo que un nombre de perfil del sistema." +msgstr "El nombre no puede ser el mismo que el nombre de perfil del sistema." msgid "The name is the same as another existing preset name" msgstr "El nombre coincide con el de otro perfil" msgid "create new preset failed." -msgstr "la creación un nuevo perfil ha fallado." +msgstr "crear un nuevo perfil fallido." msgid "" "Are you sure to cancel the current calibration and return to the home page?" @@ -15527,20 +14924,21 @@ msgid "" "historical results. \n" "Do you still want to continue the calibration?" msgstr "" -"Esta impresora sólo puede almacenar 16 registros por boquilla. Puede borrar " -"registros existentes y después comenzar la calibración. También puede elegir " -"continuar con la calibración, pero no podrá guardar los registros. \n" -"¿Desea continuar con la calibración?" +"This machine type can only hold 16 historical results per nozzle. You can " +"delete the existing historical results and then start calibration. Or you " +"can continue the calibration, but you cannot create new calibration " +"historical results. \n" +"Do you still want to continue the calibration?" msgid "Connecting to printer..." -msgstr "Conectando a la impresora..." +msgstr "Conectando a la impresora." msgid "The failed test result has been dropped." -msgstr "El resultado del test fallido ha sido descartado." +msgstr "El resultado del test fallido se ha descartado." msgid "Flow Dynamics Calibration result has been saved to the printer" msgstr "" -"El resultado de la Calibración de Dinámicas de Flujo se ha guardado en la " +"El resultado de la Calibración de Dinámicas de Flujo se ha salvado en la " "impresora" #, c-format, boost-format @@ -15569,12 +14967,13 @@ msgstr "Por favor, selecciona al menos un filamento por calibración" msgid "Flow rate calibration result has been saved to preset" msgstr "" -"El resultado de la calibración del ratio de flujo se ha guardado en el perfil" +"El resultado de la calibración del ratio de flujo se ha guardado en los " +"perfiles" msgid "Max volumetric speed calibration result has been saved to preset" msgstr "" "El resultado de la calibración de velocidad volumétrica máxima se ha salvado " -"en el perfil" +"en los perfiles" msgid "When do you need Flow Dynamics Calibration" msgstr "Cuando necesita la Calibración de Dinámicas de Flujo" @@ -15752,7 +15151,7 @@ msgid "material with significant thermal shrinkage/expansion, such as..." msgstr "Material con importante contracción/expansión térmica, como..." msgid "materials with inaccurate filament diameter" -msgstr "Materiales con diámetro de filamento impreciso" +msgstr "Materiales con diámetro de filamento inpreciso" msgid "We found the best Flow Dynamics Calibration Factor" msgstr "Hemos encontrado el mejor Factor de Calibración de Dinámicas de Flujo" @@ -15864,7 +15263,7 @@ msgid "" "A test model will be printed. Please clear the build plate and place it back " "to the hot bed before calibration." msgstr "" -"Se imprimirá un modelo de prueba. Por favor limpie la bandeja y póngala de " +"Se imprimirá n modelo de test. Por favor limpie la bandeja y póngala de " "nuevo en la cama caliente antes de calibrar." msgid "Printing Parameters" @@ -15917,7 +15316,7 @@ msgid "To k Value" msgstr "Al valor k" msgid "Step value" -msgstr "Valor de incremento" +msgstr "Valor del paso" msgid "The nozzle diameter has been synchronized from the printer Settings" msgstr "" @@ -16021,13 +15420,13 @@ msgid "PA Pattern" msgstr "Modelo PA" msgid "Start PA: " -msgstr "PA inicial: " +msgstr "Iniciar PA: " msgid "End PA: " -msgstr "PA final: " +msgstr "Finalizar PA: " msgid "PA step: " -msgstr "Incremento de PA: " +msgstr "Paso PA: " msgid "Print numbers" msgstr "Imprimir números" @@ -16039,9 +15438,9 @@ msgid "" "PA step: >= 0.001)" msgstr "" "Por favor, introduzca valores válidos:\n" -"PA inicial: >=0.0\n" -"PA final:> Iniciar PA\n" -"Incremento de PA:>=0.001)" +"Iniciar PA: >=0.0\n" +"Finalizar PA:> Iniciar PA\n" +"Paso PA:>=0.001)" msgid "Temperature calibration" msgstr "Calibración de temperatura" @@ -16056,7 +15455,7 @@ msgid "PETG" msgstr "PETG" msgid "PCTG" -msgstr "PCTG" +msgstr "" msgid "TPU" msgstr "TPU" @@ -16077,7 +15476,7 @@ msgid "End temp: " msgstr "Temperatura final: " msgid "Temp step: " -msgstr "Incremento temperatura: " +msgstr "Paso temperatura: " msgid "" "Please input valid values:\n" @@ -16100,7 +15499,7 @@ msgid "End volumetric speed: " msgstr "Velocidad volumétrica final: " msgid "step: " -msgstr "Incremento: " +msgstr "Paso: " msgid "" "Please input valid values:\n" @@ -16110,7 +15509,7 @@ msgid "" msgstr "" "Por favor, introduzca valores válidos:\n" "inicio > 0\n" -"incremento >=0\n" +"paso >=0\n" "final > inicio + paso)" msgid "VFA test" @@ -16130,7 +15529,7 @@ msgid "" msgstr "" "Por favor, introduzca valores válidos:\n" "inicio > 10\n" -"incremento >=0\n" +"paso >=0\n" "final > inicio + paso)" msgid "Start retraction length: " @@ -16146,7 +15545,7 @@ msgid "Send G-Code to printer host" msgstr "Enviar G-Code al host de impresión" msgid "Upload to Printer Host with the following filename:" -msgstr "Subir al Host de Impresión con el siguiente nombre de archivo:" +msgstr "Subido al Host de Impresión con el siguiente nombre de archivo:" msgid "Use forward slashes ( / ) as a directory separator if needed." msgstr "Use barras oblicuas como separador de directorio si es necesario." @@ -16166,7 +15565,7 @@ msgid "Upload" msgstr "Cargar" msgid "Print host upload queue" -msgstr "Cola de carga del host de impresión" +msgstr "Imprimir cola de carga del host" msgid "ID" msgstr "ID" @@ -16203,10 +15602,11 @@ msgid "Error uploading to print host" msgstr "Error al subir al host de impresión" msgid "Unable to perform boolean operation on selected parts" -msgstr "No es posible realizar la operación buleana en las partes selecionadas" +msgstr "" +"No es posible realizar la operación booleana en las partes selecionadas" msgid "Mesh Boolean" -msgstr "Operación buleana de malla" +msgstr "Malla Booleana" msgid "Union" msgstr "Unión" @@ -16239,7 +15639,7 @@ msgid "Part 2" msgstr "Parte 2" msgid "Delete input" -msgstr "Borrar original" +msgstr "Borrado de entrada" msgid "Network Test" msgstr "Prueba de Red" @@ -16253,8 +15653,8 @@ msgstr "Iniciar Prueba Monotarea" msgid "Export Log" msgstr "Exportar Registro" -msgid "OrcaSlicer Version:" -msgstr "OrcaSlicer Versión:" +msgid "Snapmaker Orca Version:" +msgstr "Snapmaker Orca Versión:" msgid "System Version:" msgstr "Versión de Sistema:" @@ -16262,11 +15662,11 @@ msgstr "Versión de Sistema:" msgid "DNS Server:" msgstr "Servidor DNS:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Prueba OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Prueba Snapmaker Orca(GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Prueba OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Prueba Snapmaker Orca(GitHub):" msgid "Test Bing.com" msgstr "Prueba Bing.com" @@ -16302,7 +15702,7 @@ msgid "Select Vendor" msgstr "Seleccionar Fabricante" msgid "Input Custom Vendor" -msgstr "Introducir Fabricante Personalizado" +msgstr "Introducor Fabricante Personalizado" msgid "Can't find vendor I want" msgstr "No es posible encontrar el fabricante que deseamos" @@ -16327,11 +15727,11 @@ msgstr "Crear" msgid "Vendor is not selected, please reselect vendor." msgstr "" -"El fabricante no ha sido seleccionado, por favor, seleccione el fabricante." +"El fabricante no ha sido seleccionado, por favor, seleccione otro fabricante." msgid "Custom vendor is not input, please input custom vendor." msgstr "" -"El fabricante personalizado no ha sido introducido, por favor introdúzcalo." +"El fabricante personalizado no ha sido introducido, vuelva a seleccionarlo." msgid "" "\"Bambu\" or \"Generic\" can not be used as a Vendor for custom filaments." @@ -16342,7 +15742,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "No se ha seleccionado el tipo de filamento, vuelva a seleccionarlo." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" "No se ha seleccionado el número de serie de filamento, vuelva a " "seleccionarlo." @@ -16420,7 +15820,7 @@ msgstr "Importar Perfil" msgid "Create Type" msgstr "Crear Tipo" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "No se encuentra el modelo, vuelva a seleccionar fabricante." msgid "Select Model" @@ -16442,13 +15842,13 @@ msgid "Printable Space" msgstr "Espacio Imprimible" msgid "Hot Bed STL" -msgstr "STL de Cama Caliente" +msgstr "Cama Caliente STL" msgid "Load stl" msgstr "Cargar stl" msgid "Hot Bed SVG" -msgstr "SVG de Cama Caliente" +msgstr "Cama Caliente SVG" msgid "Load svg" msgstr "Cargar svg" @@ -16467,19 +15867,18 @@ msgstr "" msgid "Preset path is not find, please reselect vendor." msgstr "" -"No se encuentra la ruta del perfil, vuelva a seleccionar el fabricante." +"No se encuentra la ruta preestablecida, vuelva a seleccionar el fabricante." msgid "The printer model was not found, please reselect." msgstr "No se ha encontrado el modelo de impresora, vuelva a seleccionarlo." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "" -"El diámetro de la boquilla no se ha encontrado, vuelva a seleccionarlo." +"El diámetro de la boquilla no es adecuado, vuelva a seleccionar el lugar." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "" -"El perfil de impresora no se ha encontrado, por favor, vuelva a " -"seleccionarlo." +"El perfil de impresora se ha encontrado, por favor, vuelva a seleccionarlo." msgid "Printer Preset" msgstr "Perfil de Impresora" @@ -16500,8 +15899,8 @@ msgid "" "You have not yet chosen which printer preset to create based on. Please " "choose the vendor and model of the printer" msgstr "" -"Aún no ha elegido el perfil base de la impresora que desea crear. Por favor, " -"elija el fabricante y el modelo de la impresora" +"Aún no ha elegido el perfil de impresora que desea crear. Por favor, elija " +"el fabricante y el modelo de la impresora" msgid "" "You have entered an illegal input in the printable area section on the first " @@ -16510,7 +15909,7 @@ msgstr "" "Ha introducido una entrada ilegal en la sección de área imprimible de la " "primera página. Por favor, compruébelo antes de crearla." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" "No se ha introducido la impresora personalizada o el modelo, por favor, " "introdúzcalo." @@ -16539,10 +15938,10 @@ msgid "You need to select at least one process preset." msgstr "Necesita seleccionar al menos un perfil de proceso." msgid "Create filament presets failed. As follows:\n" -msgstr "Fallo creando perfiles de filamento:\n" +msgstr "Fallo crenado perfiles de filamento de la siguiente manera:\n" msgid "Create process presets failed. As follows:\n" -msgstr "Fallo crenado perfiles de proceso:\n" +msgstr "Fallo crenado perfiles de proceso de la siguiente manera:\n" msgid "Vendor is not find, please reselect." msgstr "Fabricante no encontrado, por favor seleccione uno." @@ -16551,7 +15950,7 @@ msgid "Current vendor has no models, please reselect." msgstr "El fabricante actual no tiene modelos, seleccionar otro." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "No ha seleccionado el fabricante y el modelo o no ha introducido el " @@ -16601,8 +16000,8 @@ msgid "" "volumetric speed has a significant impact on printing quality. Please set " "them carefully." msgstr "" -"Por favor, vaya a la configuración de filamento para editar sus perfiles si " -"es necesario.\n" +"Por favor, vaya a la configuración de filamento para editar sus ajustes " +"perfiles si es necesario.\n" "Tenga en cuenta que la temperatura de la boquilla, la temperatura de la cama " "caliente y la velocidad volumétrica máxima tienen un impacto significativo " "en la calidad de impresión. Por favor, configúrelos con cuidado." @@ -16680,11 +16079,11 @@ msgstr "" "Se puede compartir con otros." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" -"Conjunto de perfiles de filamento del usuario. \n" -"Se pueden compartir con otros." +"Conjunto de perfiles de relleno del usuario. \n" +"Se puede compartir con otros." msgid "" "Only display printer names with changes to printer, filament, and process " @@ -16696,7 +16095,7 @@ msgstr "" msgid "Only display the filament names with changes to filament presets." msgstr "" "Mostrar sólo los nombres de impresora con cambios en los perfiles de " -"filamento." +"impresora, filamento y proceso." msgid "" "Only printer names with user printer presets will be displayed, and each " @@ -16731,25 +16130,23 @@ msgid "Please select a type you want to export" msgstr "Seleccione el tipo que desea exportar" msgid "Failed to create temporary folder, please try Export Configs again." -msgstr "" -"Error creando un directorio temporal. Por favor, vuelva a intentar la " -"operación de exportado de configuración." +msgstr "Failed to create temporary folder, please try Export Configs again." msgid "Edit Filament" msgstr "Editar Filamento" msgid "Filament presets under this filament" -msgstr "Perfiles de filamento basados en este filamento" +msgstr "Perfiles de filamento bajo este filamento" msgid "" "Note: If the only preset under this filament is deleted, the filament will " "be deleted after exiting the dialog." msgstr "" -"Nota: Si el único perfil basado en este filamento es borrado, el filamento " -"se borrará después de salir del diálogo." +"Nota: Si el único perfil bajo este filamento es borrado, el filamento se " +"borrará después de salir del diálogo." msgid "Presets inherited by other presets can not be deleted" -msgstr "Los perfiles heredados por otros perfiles no pueden borrarse" +msgstr "Los perfiles heredados de otros perfiles no pueden borrarse" msgid "The following presets inherits this preset." msgid_plural "The following preset inherits this preset." @@ -16830,26 +16227,26 @@ msgid "Need select printer" msgstr "Necesario seleccionar impresora" msgid "The start, end or step is not valid value." -msgstr "El inicio, el final o el incremento no tienen un valor válido." +msgstr "El inicio, el final o el paso no tienen un valor válido." msgid "" "Unable to calibrate: maybe because the set calibration value range is too " "large, or the step is too small" msgstr "" "No es posible calibrar debido a que el valor del rango de calibración es muy " -"grande, o el incremento es muy pequeño" +"grande, o el paso es muy pequeño" msgid "Physical Printer" msgstr "Impresora física" msgid "Print Host upload" -msgstr "Carga al Host de Impresión" +msgstr "Carga de Host de Impresión" msgid "Could not get a valid Printer Host reference" msgstr "No se ha podido obtener una referencia de host de impresora válida" msgid "Success!" -msgstr "¡Éxito!" +msgstr "¡Exitoso!" msgid "Are you sure to log out?" msgstr "¿Estás seguro de cerrar la sesión?" @@ -16858,12 +16255,10 @@ msgid "Refresh Printers" msgstr "Refrescar Impresoras" msgid "View print host webui in Device tab" -msgstr "Ver la interfaz web del host de impresión en la pestaña Dispositivo" +msgstr "Ver el host de impresión webui en la pestaña Dispositivo" msgid "Replace the BambuLab's device tab with print host webui" -msgstr "" -"Sustituir la pestaña de dispositivos de BambuLab por la interfaz web del " -"host de impresión" +msgstr "Sustituir la pestaña de dispositivos de BambuLab por print host webui" msgid "" "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" @@ -16921,7 +16316,7 @@ msgstr "La conexión con Duet funciona correctamente." msgid "Could not connect to Duet" msgstr "No se puede conectar a Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Se ha producido un error desconocido" msgid "Wrong password" @@ -17051,7 +16446,7 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,2 mm, tiene " "velocidades y aceleraciones más bajas, y el patrón de relleno de baja " -"densidad es Giroide. Esto da como resultado una calidad de impresión mucho " +"densidad es Gyroide. Esto da como resultado una calidad de impresión mucho " "mayor, pero un tiempo de impresión mucho más largo." msgid "" @@ -17080,7 +16475,6 @@ msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,2 mm, tiene " "una altura de capa menor. Esto da como resultado líneas de capa casi " "invisibles y una mayor calidad de impresión, pero un tiempo de impresión más " -"corto." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -17376,37 +16770,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Temperatura de la cámara \n" -"¿Sabía que OrcaSlicer tiene la función de control de temperatura de cámara?" +"¿Sabía que Snapmaker Orca admite la temperatura de la cámara?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Calibración \n" "¿Sabías que calibrar tu impresora puede hacer maravillas? Echa un vistazo a " -"nuestra querida solución de calibración en OrcaSlicer." +"nuestra querida solución de calibración en Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Ventilador auxiliar\n" -"¿Sabía que OrcaSlicer admite un ventilador auxiliar de refrigeración de " +"¿Sabía que Snapmaker Orca admite un ventilador auxiliar de refrigeración de " "piezas?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtración de aire/ventilador Exhaust \n" -"¿Sabías que OrcaSlicer admite filtración de aire/ventilador Exhaust?" +"¿Sabías que Snapmaker Orca admite filtración de aire/ventilador Exhaust?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -17429,11 +16823,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Cómo utilizar los atajos de teclado \n" -"¿Sabías que Orca Slicer ofrece una amplia gama de atajos de teclado y " +"¿Sabías que Snapmaker Orca ofrece una amplia gama de atajos de teclado y " "operaciones de escenas 3D." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17471,8 +16865,9 @@ msgid "" "Timelapse\n" "Did you know that you can generate a timelapse video during each print?" msgstr "" -"Timelapse\n" -"¿Sabías que puedes generar un vídeo timelapse durante cada impresión?" +"Intervalo\n" +"¿Sabías que puedes generar un vídeo de intervalo de trabajo durante cada " +"impresión?" #: resources/data/hints.ini: [hint:Auto-Arrange] msgid "" @@ -17522,7 +16917,7 @@ msgid "" msgstr "" "Funcionalidad de búsqueda \n" "¿Sabía que puede utilizar la herramienta de búsqueda para encontrar " -"rápidamente un ajuste específico de Orca Slicer?" +"rápidamente un ajuste específico de Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17560,25 +16955,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Sustraer una parte \n" "¿Sabías que puedes sustraer una malla de otra utilizando el modificador " "Parte negativa? De esta forma puedes, por ejemplo, crear agujeros fácilmente " -"redimensionables directamente en Orca Slicer." +"redimensionables directamente en Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "¿Sabías que puedes mejorar la calidad de impresión cortando un archivo STEP " "en lugar de un STL?\n" -"Orca Slicer soporta el corte de archivos STEP, proporcionando resultados más " +"Snapmaker Orca soporta el corte de archivos STEP, proporcionando resultados más " "suaves que un STL de menor resolución. ¡Pruébalo!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17624,7 +17019,7 @@ msgid "" "Did you know that you can print a model even faster, by using the Adaptive " "Layer Height option? Check it out!" msgstr "" -"Acelere su impresión con la altura de capa adaptativa\n" +"Acelere su impresión con la altura de capa adaptable\n" "¿Sabías que puedes imprimir un modelo aún más rápido utilizando la opción " "Altura de capa adaptable? ¡Compruébalo!" @@ -17739,423 +17134,6 @@ msgstr "" "aumentar adecuadamente la temperatura de la cama térmica puede reducir la " "probabilidad de deformaciones." -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "Número de mm que debe tener el voladizo para que la inversión se " -#~ "considere útil. Puede ser % del ancho del perímetro.\n" -#~ "El valor 0 permite la inversión en todas las capas pares." - -#~ msgid "Cool Plate" -#~ msgstr "Bandeja Fría" - -#~ msgid "Reverse on odd" -#~ msgstr "Invertir en impar" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Extruir los perímetros que tienen una parte sobre un voladizo en sentido " -#~ "inverso en las capas impares. Este patrón alterno puede mejorar " -#~ "drásticamente los voladizos pronunciados.\n" -#~ "\n" -#~ "Este ajuste también puede ayudar a reducir la deformación de la pieza " -#~ "debido a la reducción de tensiones en los perímetros de la pieza." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Aplicar la lógica de perímetros inversos sólo en los perímetros " -#~ "internos. \n" -#~ "\n" -#~ "Esta configuración reduce en gran medida las tensiones de la pieza, ya " -#~ "que ahora se distribuyen en direcciones alternas. Esto debería reducir " -#~ "las deformaciones de la pieza, manteniendo la calidad de los perímetros " -#~ "externos. Esta función puede ser muy útil para materiales propensos a " -#~ "deformarse, como ABS/ASA, y también para filamentos elásticos, como TPU y " -#~ "Silk PLA. También puede ayudar a reducir deformaciones en regiones " -#~ "flotantes sobre soportes.\n" -#~ "\n" -#~ "Para que este ajuste sea más eficaz, se recomienda establecer el Umbral " -#~ "Inverso en 0 para que todos los perímetros internos se impriman en " -#~ "direcciones alternas en las capas impares, independientemente de su " -#~ "ángulo de voladizo." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Número de mm que debe tener el voladizo para que la inversión se " -#~ "considere útil. Puede ser un % o de la anchura del perímetro.\n" -#~ "El valor 0 permite la inversión en todas las capas impares." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "La dirección en la que se extruyen los bucles del muro cuando se mira " -#~ "desde arriba.\n" -#~ "\n" -#~ "Por defecto, todos los muros se extruyen en el sentido contrario a las " -#~ "agujas del reloj, a menos que esté activada la opción Invertir en " -#~ "impares. Establecer esta opción a cualquier opción que no sea Auto " -#~ "forzará la dirección del perímetro, independientemente de si se activa la " -#~ "opción Invertir en impar.\n" -#~ "\n" -#~ "Esta opción se desactivará si se activa el modo jarrón en espiral." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Cuando se imprime por objeto, el extrusor puede chocar contra la falda.\n" -#~ "En ese caso, reinicie la capa de falda a 1 para evitarlo." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "La geometría se verá diezmada antes de detectar angulos agudos. Este " -#~ "parámetro indica la longitud mínima de desviación para el diezmado\n" -#~ "0 para desactivar" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Arranca el ventilador este número de segundos antes que su tiempo de " -#~ "arranque objetivo (se pueden usar fracciones de segundo). Se asume una " -#~ "aceleración infinita para esta estimación de tiempo, y solo se tendrán en " -#~ "cuenta los movimientos G1 y G0 (no compatible con ajuste de arco).\n" -#~ "Esto no moverá comandos de ventilador desde G-Codes personalizados (estos " -#~ "actúan como un tipo de 'barrera').\n" -#~ "Esto no moverá comandos de ventilador en el G-Code inicial si 'usar sólo " -#~ "G-Code inicial personalizado' está activado\n" -#~ "Usar 0 para desactivar." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Un protector contra corrientes de aire es útil para proteger una " -#~ "impresión en ABS o ASA de la deformación y el desprendimiento de la cama " -#~ "de impresión debido a las corrientes de aire. Suele ser necesario sólo en " -#~ "impresoras de abiertas, es decir, sin encapsular.\n" -#~ "\n" -#~ "Opciones:\n" -#~ "Activado = la falda es tan alta como el objeto impreso más alto.\n" -#~ "Limitado = la falda es tan alta cómo se especifica en el ajuste \"Altura " -#~ "de falda\"\n" -#~ "\n" -#~ "Nota: Con el protector contra corrientes de aire activo, la falda se " -#~ "imprimirá a la distancia especificada en \"Distancia de falda\" del " -#~ "objeto. Por lo tanto, si se usan bordes de adherencia, puede cruzarse con " -#~ "ellos. Para evitarlo, aumente el valor de la \"Distancia de falda\".\n" - -#~ msgid "Limited" -#~ msgstr "Limitado" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Longitud mínima de extrusión de filamento en mm al imprimir la falda. " -#~ "Cero significa que esta función está desactivada.\n" -#~ "\n" -#~ "El uso de un valor distinto de cero es útil si la impresora está " -#~ "configurada para imprimir sin una línea de purga." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Ajuste este valor para evitar que se impriman perímetros cortos y no " -#~ "cerrados, lo que podría aumentar el tiempo de impresión. Los valores más " -#~ "altos eliminan más perímetros y más largos.\n" -#~ "\n" -#~ "NOTA: Las superficies inferior y superior no se verán afectadas por este " -#~ "valor para evitar huecos visuales en el exterior del modelo. Ajuste " -#~ "\"Umbral para generar un solo perímetro\" en la configuración avanzada " -#~ "para ajustar la sensibilidad de lo que se considera una superficie " -#~ "superior. El \"Umbral para generar un solo perímetro\" sólo es visible si " -#~ "este valor es superior al valor predeterminado de 0,5, o si las " -#~ "superficies superiores de un solo perímetro están activados." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "No filtrar los pequeños puentes internos (beta)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Esta opción puede ayudar a reducir el pillowing en superficies superiores " -#~ "en modelos muy inclinados o curvados.\n" -#~ "\n" -#~ "Por defecto, los pequeños puentes internos se filtran y el relleno sólido " -#~ "interno se imprime directamente sobre el relleno de baja densidad. Esto " -#~ "funciona bien en la mayoría de los casos, acelerando la impresión sin " -#~ "comprometer demasiado la calidad de la superficie superior. \n" -#~ "\n" -#~ "Sin embargo, en modelos muy inclinados o curvados, especialmente cuando " -#~ "se utiliza una densidad de relleno de baja densidad demasiado baja, esto " -#~ "puede dar lugar a la curvatura del relleno sólido no soportado, causando " -#~ "pillowing.\n" -#~ "\n" -#~ "Activando esta opción se imprimirá la capa puente interna sobre el " -#~ "relleno sólido interno ligeramente sin soporte. Las opciones siguientes " -#~ "controlan la cantidad de filtrado, es decir, la cantidad de puentes " -#~ "internos creados.\n" -#~ "\n" -#~ "Desactivado - Desactiva esta opción. Este es el comportamiento por " -#~ "defecto y funciona bien en la mayoría de los casos.\n" -#~ "\n" -#~ "Filtrado limitado - Crea puentes internos en superficies muy inclinadas, " -#~ "evitando crear puentes internos innecesarios. Funciona bien en la mayoría " -#~ "de los modelos difíciles.\n" -#~ "\n" -#~ "Sin filtro: crea puentes interiores en todos los posibles voladizos " -#~ "interiores. Esta opción es útil para modelos de superficie superior muy " -#~ "inclinada. Sin embargo, en la mayoría de los casos crea demasiados " -#~ "puentes innecesarios." - -#~ msgid "Shrinkage" -#~ msgstr "Contracción" - -#~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the " -#~ "heat bed automatically." -#~ msgstr "" -#~ "Su objeto parece demasiado grande, ¿Desea disminuirlo para que quepa en " -#~ "la cama caliente automáticamente?." - -#~ msgid "Shift+G" -#~ msgstr "Shift+G" - -#~ msgid "Any arrow" -#~ msgstr "⌘+Cualquier flecha" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Activa el relleno de huecos para las superficies seleccionadas. La " -#~ "longitud mínima de hueco que se rellenará puede controlarse desde la " -#~ "opción filtrar huecos pequeños que aparece más abajo.\n" -#~ "\n" -#~ "Opciones: \n" -#~ "1. En todas partes: Aplica el relleno de huecos a las superficies sólidas " -#~ "superior, inferior e interna \n" -#~ "2. Superficies superior e inferior: Aplica el relleno de huecos sólo a " -#~ "las superficies superior e inferior. \n" -#~ "3. En ninguna parte: Desactiva el relleno de huecos\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la " -#~ "cantidad de material para mejorar o evitar el hundimiento de puentes." - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Este valor regula el grosor de la capa puente interna. Es la primera capa " -#~ "sobre el relleno de baja densidad. Disminuya ligeramente este valor (por " -#~ "ejemplo, 0,9) para mejorar la calidad de la superficie sobre el relleno " -#~ "de baja densidad." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Este factor afecta a la cantidad de material de para relleno sólido " -#~ "superior. Puede disminuirlo ligeramente para obtener un acabado suave de " -#~ "superficie" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Este factor afecta a la cantidad de material para el relleno sólido " -#~ "inferior" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Active está opción para bajar la velocidad de impresión en las áreas " -#~ "donde potencialmente podrían formarse perímetros curvados" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Velocidad del puente y perímetro completo en voladizo" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Velocidad del puente interno. Si el valor es expresado como porcentaje, " -#~ "será calculado en base a bridge_speed. El valor por defecto es 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tiempo para cargar un nuevo filamento cuando se cambia de filamento. Sólo " -#~ "para estadísticas" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tiempo para descargar el filamento viejo cuando se cambia de filamento. " -#~ "Sólo para las estadísticas" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tiempo que tarda el firmware de la impresora (o la Unidad Multi Material " -#~ "2.0) en cargar un nuevo filamento durante un cambio de cabezal (al " -#~ "ejecutar el T-Code). El estimador de tiempo del G-Code añade este tiempo " -#~ "al tiempo total de impresión." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tiempo que tarda el firmware (para la unidad Multi Material 2.0) en " -#~ "descargar el filamento durante el cambio de cabezal ( cuando se ejecuta " -#~ "el T-Code). Esta duración se añade a la duración total de impresión " -#~ "estimada del G-Code." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "" -#~ "Filtra los huecos menores que el umbral especificado. Este ajuste no " -#~ "afectará a las capas superior/inferior" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Active esta opción para controlar la temperatura de la cámara. Se añadirá " -#~ "un comando M191 antes de \"machine_start_gcode\"\n" -#~ "Comandos G-Code: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Una mayor temperatura de la cámara puede ayudar a suprimir o reducir la " -#~ "deformación y potencialmente conducir a una mayor resistencia de unión " -#~ "entre capas para materiales de alta temperatura como ABS, ASA, PC, PA, " -#~ "etc. Al mismo tiempo, la filtración de aire de ABS y ASA empeorará. " -#~ "Mientras que para PLA, PETG, TPU, PVA y otros materiales de baja " -#~ "temperatura, la temperatura real de la cámara no debe ser alta para " -#~ "evitar obstrucciones, por lo que 0, que significa apagar, es muy " -#~ "recomendable" - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Profundidad de entrelazado de una región segmentada. Cero desactiva esta " -#~ "característica." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Extrusor de torre de purga" - #~ msgid "" #~ "When recording timelapse without toolhead, it is recommended to add a " #~ "\"Timelapse Wipe Tower\" \n" @@ -18190,30 +17168,30 @@ msgstr "" #~ msgstr "No asociado a ninguna aplicación" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Asociar OrcaSlicer con enlaces prusaslicer:// para que Orca puede abrir " -#~ "modelos desde Printables.com" +#~ "Asociar Snapmaker Orca con prusaslicer:// enlaces para que Orca puede abrir " +#~ "modelos de Printables.com" #~ msgid "Associate bambustudio://" #~ msgstr "Asociar bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Asociar OrcaSlicer con enlaces bambustudio:// para que Orca puede abrir " -#~ "modelos desde makerworld.com" +#~ "Asociar Snapmaker Orca con bambustudio:// enlaces para que Orca puede abrir " +#~ "modelos de makerworld.com" #~ msgid "Associate cura://" #~ msgstr "Asociar cura://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Asociar OrcaSlicer con enlaces cura:// para que Orca pueda abrir modelos " +#~ "Asociar Snapmaker Orca con enlaces cura:// para que Orca pueda abrir modelos " #~ "desde thingiverse.com" #~ msgid "" @@ -18227,7 +17205,7 @@ msgstr "" #~ msgstr "Por favor, introduzca un valor válido (K en 0~0.3)" #~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)" -#~ msgstr "Por favor, introduzca un valor válido (K en 0~0.3, N en 0.6~2.0)" +#~ msgstr "Por favor, introduzca un valor válido (K en 0~0.3, N en 0.6~2.0))" #~ msgid "Select connected printetrs (0/6)" #~ msgstr "Seleccionar impresoras conectadas (0/6)" @@ -18317,7 +17295,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -18337,11 +17315,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer está basado en BambuStudio por Bambulab, el cual está basado " +#~ "Snapmaker Orca está basado en BambuStudio por Bambulab, el cual está basado " #~ "en PrusaSlicer por Prusa Research. PrusaSlicer está basado en Slic3r de " #~ "Alessandro Ranellucci y la comunidad RepRap" @@ -18491,10 +17469,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Load failed [%d]" -#~ msgid "Failed to fetching model information from printer." -#~ msgstr "Failed to fetch model information from printer." +#~ msgid "Failed to fetching model infomations from printer." +#~ msgstr "Failed to fetch model infomation from printer." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Fallo al analizar la información de modelado." #~ msgid "Connection lost. Please retry." @@ -18542,10 +17520,10 @@ msgstr "" #~ msgstr "Versión de Orca:" #~ msgid "Test BambuLab" -#~ msgstr "Prueba OrcaSlicer" +#~ msgstr "Prueba Snapmaker Orca" #~ msgid "Test BambuLab:" -#~ msgstr "Prueba OrcaSlicer:" +#~ msgstr "Prueba Snapmaker Orca:" #~ msgid "Test HTTP" #~ msgstr "Prueba HTTP" @@ -18605,7 +17583,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "¿Cambiar estos ajustes automáticamente? \n" #~ "Sí - Desactivar el grosor del perímetro vertical y activar la pared " @@ -18656,14 +17634,14 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "La Configuración no será cargada." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "El 3mf está generado por un Orca Slicer antiguo, cargar solo datos de " +#~ "El 3mf está generado por un Snapmaker Orca antiguo, cargar solo datos de " #~ "geometría." #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -18748,14 +17726,14 @@ msgstr "" #~ msgstr "Esta versión de archivo %s es más nueva que la versión %s:" #~ msgid "" -#~ "Would you like to update your Orca Slicer software to enable all " +#~ "Would you like to update your Snapmaker Orca software to enable all " #~ "functionality in this slicer file?\n" #~ msgstr "" #~ "¿Le gustaría actualizar su versión de Bambú Studio para activar todas las " #~ "funcionalidades en este archivo de laminador?\n" #~ msgid "" -#~ "you can always update Orca Slicer at your convenience. The slicer file " +#~ "you can always update Snapmaker Orca at your convenience. The slicer file " #~ "will now be loaded without full functionality." #~ msgstr "" #~ "Siempre puede actualizar Bambú Studio si le interesa. El archivo del " @@ -18765,7 +17743,7 @@ msgstr "" #~ msgid "" #~ "This slicer file version %s is newer than %s's version.\n" #~ "\n" -#~ "Would you like to update your Orca Slicer software to enable all " +#~ "Would you like to update your Snapmaker Orca software to enable all " #~ "functionality in this slicer file?" #~ msgstr "" #~ "Esta versión de archivo %s es más nueva que la versión %s:\n" @@ -18779,11 +17757,11 @@ msgstr "" #~ msgstr "Bandeja Texturizada PEI Bambú" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" -#~ "Orcaslicer podría recalcular su volumen de descarga todas las veces que " -#~ "el color cambie. Podría deshabilitar el auto calculo en Orcaslicer > " +#~ "Snapmaker Orca podría recalcular su volumen de descarga todas las veces que " +#~ "el color cambie. Podría deshabilitar el auto calculo en Snapmaker Orca > " #~ "Preferencias." #~ msgid "" @@ -18848,12 +17826,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Restar una parte\n" #~ "¿Sabías que puedes sustraer una malla de otra utilizando el modificador " #~ "de pieza Negativa? De esta forma puedes, por ejemplo, crear orificios " -#~ "fácilmente redimensionables directamente en Orca Slicer. Más información " +#~ "fácilmente redimensionables directamente en Snapmaker Orca. Más información " #~ "en la documentación." #~ msgid "Filling bed " @@ -19165,14 +18143,14 @@ msgstr "" #~ msgstr "" #~ "La velocidad mínima de impresión cuando se ralentiza para el refrigeración" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Integrado" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "El archivo de configuración de OrcaSlicer puede estar dañado y no puede " +#~ "El archivo de configuración de Snapmaker Orca puede estar dañado y no puede " #~ "ser procesado. Por favor borre el archivo e inténtelo otra vez." #~ msgid "Online Models" @@ -19845,10 +18823,10 @@ msgstr "" #~ msgstr "Cargando los preajustes del usuario..." #~ msgid "" -#~ "Orca Slicer is based on PrusaSlicer by Prusa Research, which is from " +#~ "Snapmaker Orca is based on PrusaSlicer by Prusa Research, which is from " #~ "Slic3r by Alessandro Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer se basa en PrusaSlicer de Prusa Research, que proviene de " +#~ "Snapmaker Orca se basa en PrusaSlicer de Prusa Research, que proviene de " #~ "Slic3r de Alessandro Ranellucci y la comunidad RepRap" #~ msgid "Export G-Code." @@ -20105,7 +19083,7 @@ msgstr "" #~ msgid "" #~ "Force cooling fan to be specific speed when overhang degree of printed " -#~ "part exceeds this value. Expressed as percentage which indicates how much " +#~ "part exceeds this value. Expressed as percentage which indicides how much " #~ "width of the line without support from lower layer" #~ msgstr "" #~ "Fuerza al ventilador de refrigeración a una velocidad específica cuando " @@ -20220,7 +19198,7 @@ msgstr "" #~ msgstr "\n" #~ msgid "" -#~ "Please check the following information and click Confirm to continue " +#~ "Please check the following infomation and click Confirm to continue " #~ "sending print:\n" #~ msgstr "\n" @@ -20749,7 +19727,7 @@ msgstr "" #~ msgstr "Por favor rellene el informe de tareas." #~ msgid "" -#~ "Please check the following information and click Confirm to continue " +#~ "Please check the following infomation and click Confirm to continue " #~ "sending print:" #~ msgstr "" #~ "Compruebe la siguiente información y haga clic en Confirmar para " diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/Snapmaker_Orca_fr.po similarity index 87% rename from localization/i18n/fr/OrcaSlicer_fr.po rename to localization/i18n/fr/Snapmaker_Orca_fr.po index 4d591858b84..26a58f66e3e 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/Snapmaker_Orca_fr.po @@ -4,9 +4,9 @@ # 5axes <5axes@free.fr>, 2023. msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Guislain Cyril, Thomas Lété\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==0 || n==1) ? 0 : 1;\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.4.4\n" msgid "Supports Painting" msgstr "Peindre les supports" @@ -655,7 +655,7 @@ msgid "Angle" msgstr "Angle" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Profondeur intégrée" @@ -1137,13 +1137,13 @@ msgstr "Ouvrir un chemin rempli" msgid "Undefined stroke type" msgstr "Type de trait non défini" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" "Le chemin ne peut pas être consolidé à partir d’une auto-intersection et de " "points multiples." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "La forme finale contient une auto-intersection ou plusieurs points ayant les " @@ -1315,7 +1315,7 @@ msgid "ShiftLeft mouse button" msgstr "ShiftLeft mouse button" msgid "Select feature" -msgstr "Sélectionner un trait" +msgstr "Sélectionner une fonctionnalité" msgid "Select point" msgstr "Sélectionner un point" @@ -1382,7 +1382,7 @@ msgstr "Non défini" msgid "%1% was replaced with %2%" msgstr "%1% a été remplacé par %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" "La configuration peut être générée par une version plus récente de Orca " "Slicer." @@ -1412,20 +1412,20 @@ msgstr "" "n'ont pas été reconnues." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"Orca Slicer va s'arrêter à cause d'un manque de mémoire. Il peut s'agir d'un " +"Snapmaker Orca va s'arrêter à cause d'un manque de mémoire. Il peut s'agir d'un " "bogue. Il sera apprécié de signaler le problème à notre équipe." msgid "Fatal error" msgstr "Erreur fatale" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"Orca Slicer va s'arrêter à cause d'une erreur de localisation. Il sera " +"Snapmaker Orca va s'arrêter à cause d'une erreur de localisation. Il sera " "apprécié si vous signalez le scénario spécifique dans lequel ce problème " "s'est produit." @@ -1433,8 +1433,8 @@ msgid "Critical error" msgstr "Erreur critique" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "Orca Slicer a reçu une exception non gérée : %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca a reçu une exception non gérée : %1%" msgid "Untitled" msgstr "Sans titre" @@ -1453,11 +1453,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "La connexion à %s a échoué ! [SN : %s, code = %s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer nécessite Microsoft WebView2 Runtime pour utiliser certaines " +"Snapmaker Orca nécessite Microsoft WebView2 Runtime pour utiliser certaines " "fonctions.\n" "Cliquez sur Oui pour l'installer maintenant." @@ -1484,8 +1484,8 @@ msgstr "" "Cliquez pour télécharger la nouvelle version dans le navigateur par défaut : " "%s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer a besoin d’être mis à jour" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca a besoin d’être mis à jour" msgid "This is the newest version." msgstr "Il s'agit de la version la plus récente." @@ -1494,14 +1494,14 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Le fichier de configuration d'OrcaSlicer peut être corrompu et ne peut pas " +"Le fichier de configuration d'Snapmaker Orca peut être corrompu et ne peut pas " "être analysé.\n" -"OrcaSlicer a tenté de recréer le fichier de configuration.\n" +"Snapmaker Orca a tenté de recréer le fichier de configuration.\n" "Veuillez noter que les paramètres de l'application seront perdus, mais que " "les profils d'imprimante ne seront pas affectés." @@ -1534,7 +1534,7 @@ msgid "Some presets are modified." msgstr "Certains préréglages sont modifiés." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Vous pouvez conserver les préréglages modifiés dans le nouveau projet, " @@ -1552,10 +1552,10 @@ msgid "Open Project" msgstr "Ouvrir un projet" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"La version de OrcaSlicer est trop ancienne et doit être mise à jour vers la " +"La version de Snapmaker Orca est trop ancienne et doit être mise à jour vers la " "dernière version afin qu’il puisse être utilisé normalement" msgid "Privacy Policy Update" @@ -1622,11 +1622,11 @@ msgstr "Ouvrir" msgid "Rename" msgstr "Renommer" -msgid "Orca Slicer GUI initialization failed" -msgstr "L'initialisation de l'interface de Orca Slicer a échoué" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "L'initialisation de l'interface de Snapmaker Orca a échoué" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Erreur fatale, exception interceptée : %1%" msgid "Quality" @@ -2010,9 +2010,6 @@ msgstr "Simplifier le Modèle" msgid "Center" msgstr "Centrer" -msgid "Drop" -msgstr "Déposer" - msgid "Edit Process Settings" msgstr "Modifier les paramètres du traitement" @@ -2137,7 +2134,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Cette action rompra une correspondance coupée.\n" "Après cela, la cohérence du modèle ne peut être garantie.\n" @@ -2151,7 +2148,7 @@ msgstr "Supprimer tous les connecteurs" msgid "Deleting the last solid part is not allowed." msgstr "La suppression de la dernière partie pleine n'est pas autorisée." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" "L'objet cible ne contient qu'une seule partie et ne peut pas être divisé." @@ -2536,7 +2533,7 @@ msgstr "" "Tous les objets sélectionnés sont sur la plaque verrouillée,\n" "nous ne pouvons pas faire d'auto-arrangement sur ces objets" -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Aucun objet réorganisable n'est sélectionné." msgid "" @@ -2790,15 +2787,14 @@ msgstr "Droits d'auteur" msgid "License" msgstr "Longueur" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer est sous licence " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca est sous licence " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero Licence Publique Générale, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer est basé sur PrusaSlicer et BambuStudio" - +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Bibliothèques" @@ -2813,11 +2809,11 @@ msgstr "" msgid "About %s" msgstr "À propos de %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "Orca Slicer est basé sur BambuStudio, PrusaSlicer, et SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca est basé sur BambuStudio, PrusaSlicer, et SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "Bambu Studio est basé sur PrusaSlicer de PrusaResearch." @@ -3250,7 +3246,7 @@ msgstr "Exécution de scripts de post-traitement" msgid "Successfully executed post-processing script" msgstr "Le script de post-traitement a été exécuté avec succès" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Une erreur inconnue s’est produite lors de l’exportation du G-code." #, boost-format @@ -3728,7 +3724,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Modifier ces paramètres automatiquement ? \n" "Oui - Modifier l’épaisseur de la coque verticale pour qu’elle soit modérée " @@ -3773,6 +3769,14 @@ msgstr "" "OUI - Garder la tour de purge\n" "NON - Gardez la hauteur de la couche de support indépendante" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Lors de l'impression par objet, l'extrudeur peut entrer en collision avec " +"une jupe.\n" +"Il faut donc remettre la couche de la jupe à 1 pour éviter les collisions." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4130,7 +4134,7 @@ msgid "Temperature" msgstr "Température" msgid "Flow" -msgstr "Débit" +msgstr "Flux" msgid "Tool" msgstr "Outil" @@ -4196,10 +4200,10 @@ msgid "Total cost" msgstr "Coût total" msgid "up to" -msgstr "jusqu’à" +msgstr "jusqu'à" msgid "above" -msgstr "plus que" +msgstr "au-dessus" msgid "from" msgstr "de" @@ -4831,12 +4835,6 @@ msgstr "Cloner sélectionné" msgid "Clone copies of selections" msgstr "Cloner des copies de sélections" -msgid "Duplicate Current Plate" -msgstr "Dupliquer la plaque actuelle" - -msgid "Duplicate the current plate" -msgstr "Dupliquer la plaque actuelle" - msgid "Select all" msgstr "Tout sélectionner" @@ -4858,7 +4856,7 @@ msgstr "Utiliser la vue orthogonale" msgid "Show &G-code Window" msgstr "Afficher la fenêtre du &G-code" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Afficher la fenêtre du G-code dans la scène précédente" msgid "Show 3D Navigator" @@ -4886,12 +4884,6 @@ msgstr "Montrer les &surplombs" msgid "Show object overhang highlight in 3D scene" msgstr "Afficher la surbrillance des surplombs d'un objet dans la scène 3D" -msgid "Show Selected Outline (Experimental)" -msgstr "Afficher le contour sélectionné (expérimental)" - -msgid "Show outline around selected object in 3D scene" -msgstr "Afficher le tracé contour de l’objet sélectionné dans la scène 3D" - msgid "Preferences" msgstr "Préférences" @@ -4913,18 +4905,6 @@ msgstr "Passe 2" msgid "Flow rate test - Pass 2" msgstr "Test de débit - Passe 2" -msgid "YOLO (Recommended)" -msgstr "YOLO (Recommandé)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Calibrage du débit YOLO d’Orca, par intervalle de 0,01" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (version perfectionniste)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Calibrage du débit YOLO d’Orca, par intervalle de 0,005" - msgid "Flow rate" msgstr "Débit" @@ -5109,7 +5089,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "La caméra de l’imprimante ne fonctionne pas correctement." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Un problème s’est produit. Veuillez mettre à jour le micrologiciel de " "l’imprimante et réessayer." @@ -5159,11 +5139,11 @@ msgstr "Téléchargement des Outils de Caméra Virtuelle" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Une autre caméra virtuelle est en cours d'exécution.\n" -"OrcaSlicer ne prend en charge qu'une seule caméra virtuelle.\n" +"Snapmaker Orca ne prend en charge qu'une seule caméra virtuelle.\n" "Voulez-vous arrêter cette caméra virtuelle ?" #, c-format, boost-format @@ -5297,7 +5277,7 @@ msgstr "Voulez-vous supprimer le fichier '%s' de l'imprimante ?" msgid "Delete file" msgstr "Supprimer le fichier" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Récupération des informations sur le modèle…" msgid "Failed to fetch model information from printer." @@ -5307,11 +5287,11 @@ msgid "Failed to parse model information." msgstr "Échec de l’analyse des informations sur le modèle." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "Le fichier G-code .3mf ne contient pas de données G-code. Veuillez le " -"découper avec OrcaSlicer et exporter un nouveau fichier G-code .3mf." +"découper avec Snapmaker Orca et exporter un nouveau fichier G-code .3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5570,7 +5550,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Échec de l’obtention de la configuration du système d’exploitation." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Envoyer des images" msgid "Number of images successfully uploaded" @@ -5690,26 +5670,26 @@ msgid "Newer 3mf version" msgstr "Nouvelle version 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "La version du fichier 3mf est en bêta et est plus récente que la version " -"actuelle d’OrcaSlicer." +"actuelle d’Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Si vous souhaitez essayer OrcaSlicer Beta, vous pouvez cliquer sur" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Si vous souhaitez essayer Snapmaker Orca Beta, vous pouvez cliquer sur" msgid "Download Beta Version" msgstr "Télécharger la version bêta" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" "La version du fichier 3mf est plus récente que la version actuelle " -"d’OrcaSlicer" +"d’Snapmaker Orca" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"La mise à jour d’OrcaSlicer permet d’activer toutes les fonctionnalités du " +"La mise à jour d’Snapmaker Orca permet d’activer toutes les fonctionnalités du " "fichier 3mf." msgid "Current Version: " @@ -5943,7 +5923,7 @@ msgid "View all object's settings" msgstr "Afficher tous les paramètres de l'objet" msgid "Material settings" -msgstr "Réglages des matériaux" +msgstr "" msgid "Remove current plate (if not last one)" msgstr "Retirer la plaque actuelle (si elle n'est pas la dernière)" @@ -6025,7 +6005,7 @@ msgid "Search plate, object and part." msgstr "Recherche de plaque, d'objet et de pièce." msgid "Pellets" -msgstr "Pellets" +msgstr "" msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." @@ -6063,11 +6043,11 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Il existe des filaments inconnus mappés sur un préréglage générique. " -"Veuillez mettre à jour ou redémarrer Orca Slicer pour vérifier s'il existe " +"Veuillez mettre à jour ou redémarrer Snapmaker Orca pour vérifier s'il existe " "une mise à jour des préréglages système." #, boost-format @@ -6127,9 +6107,9 @@ msgstr "Réduire la barre latérale" msgid "Loading file: %s" msgstr "Chargement du fichier : %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"Le fichier 3mf n’est pas supporté par OrcaSlicer, chargement des données de " +"Le fichier 3mf n’est pas supporté par Snapmaker Orca, chargement des données de " "géométrie uniquement." msgid "Load 3mf" @@ -6191,7 +6171,7 @@ msgstr "Préréglage personnalisé" msgid "Name of components inside step file is not UTF8 format!" msgstr "" -"Le nom des composants à l'intérieur du fichier .step n'est pas au format " +"Le nom des composants à l'intérieur du fichier d'étape n'est pas au format " "UTF8 !" msgid "The name may show garbage characters!" @@ -6407,10 +6387,10 @@ msgstr "" "télécharger le fichier et l’importer manuellement." msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"L’importation vers OrcaSlicer a échoué. Veuillez télécharger le fichier et " +"L’importation vers Snapmaker Orca a échoué. Veuillez télécharger le fichier et " "l’importer manuellement." msgid "Import SLA archive" @@ -6626,10 +6606,10 @@ msgstr "Astuces:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "La fonctionnalité \"Réparer le modèle\" n'est actuellement disponible que " -"sur Windows. Veuillez réparer le modèle sur Orca Slicer (Windows) ou avec " +"sur Windows. Veuillez réparer le modèle sur Snapmaker Orca (Windows) ou avec " "des logiciels de CAO." #, c-format, boost-format @@ -6654,8 +6634,8 @@ msgstr "Sélection de la langue" msgid "Switching application language while some presets are modified." msgstr "" -"Changement de langue d’application alors que certaines présélections sont " -"modifiées." +"Changer la langue de l'application pendant que certains préréglages sont " +"modifiés." msgid "Changing application language" msgstr "Changer la langue de l'application" @@ -6676,19 +6656,19 @@ msgid "Choose Download Directory" msgstr "Choisissez le répertoire de téléchargement" msgid "Associate" -msgstr "Associé" +msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "avec OrcaSlicer afin qu’Orca puisse ouvrir des modèles à partir de" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "" msgid "Current Association: " -msgstr "Association actuelle : " +msgstr "" msgid "Current Instance" -msgstr "Instance courante" +msgstr "" msgid "Current Instance Path: " -msgstr "Chemin d’accès à l’instance courante : " +msgstr "" msgid "General Settings" msgstr "Paramètres généraux" @@ -6738,8 +6718,8 @@ msgstr "Impérial" msgid "Units" msgstr "Unités" -msgid "Allow only one OrcaSlicer instance" -msgstr "Autoriser une seule instance d’OrcaSlicer" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Autoriser une seule instance d’Snapmaker Orca" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6752,12 +6732,12 @@ msgstr "" "cas, ces paramètres n’autorisent qu’une seule instance." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Si cette option est activée, lorsque vous démarrez OrcaSlicer et qu’une " -"autre instance du même OrcaSlicer est déjà en cours d’exécution, cette " +"Si cette option est activée, lorsque vous démarrez Snapmaker Orca et qu’une " +"autre instance du même Snapmaker Orca est déjà en cours d’exécution, cette " "instance sera réactivée à la place." msgid "Home" @@ -6825,10 +6805,10 @@ msgid "If enabled, useful hints are displayed at startup." msgstr "" "Si cette option est activée, des conseils utiles s'affichent au démarrage." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Volumes de purge : Auto-calcul à chaque changement de couleur." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Si cette option est activée, le calcul se fera automatiquement à chaque " "changement de couleur." @@ -6862,12 +6842,6 @@ msgstr "" "Si cette option est activée, vous pouvez envoyer une tâche à plusieurs " "appareils en même temps et gérer plusieurs appareils." -msgid "Auto arrange plate after cloning" -msgstr "Arrangement automatique de la plaque après le clonage" - -msgid "Auto arrange plate after object cloning" -msgstr "Arrangement automatique de la plaque après le clonage de l’objet" - msgid "Network" msgstr "Réseau" @@ -6888,38 +6862,38 @@ msgstr "Synchronisation du système" msgid "Clear my choice on the unsaved presets." msgstr "Efface mon choix sur les préréglages non enregistrés." -msgid "Associate files to OrcaSlicer" -msgstr "Associer des fichiers à Orca Slicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Associer des fichiers à Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associer les fichiers .3mf à Orca Slicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Associer les fichiers .3mf à Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les " +"Si activé, définit Snapmaker Orca comme application par défaut pour ouvrir les " "fichiers .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Associer les fichiers .stl à Orca Slicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Associer les fichiers .stl à Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les " +"Si activé, définit Snapmaker Orca comme application par défaut pour ouvrir les " "fichiers .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Associer les fichiers .step/.stp à Orca Slicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Associer les fichiers .step/.stp à Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les " +"Si activé, définit Snapmaker Orca comme application par défaut pour ouvrir les " "fichiers .step/.stp" -msgid "Associate web links to OrcaSlicer" -msgstr "Associer des liens web à OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Associer des liens web à Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Associer des URL à OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Associer des URL à Snapmaker Orca" msgid "Maximum recent projects" msgstr "Projets récents maximum" @@ -6946,7 +6920,7 @@ msgstr "" msgid "every" msgstr "chaque" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Période de sauvegarde en secondes." msgid "Downloads" @@ -7161,7 +7135,7 @@ msgstr "Téléversement 3mf" msgid "Jump to model publish web page" msgstr "Accéder à la page internet de publication des modèles" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Remarque : La préparation peut prendre plusieurs minutes. Veuillez patienter." @@ -7527,8 +7501,8 @@ msgstr "" "Il est nécessaire d'insérer une carte MicroSD avant d'envoyer les données " "vers l'imprimante." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "L'imprimante doit être sur le même réseau local que OrcaSlicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "L'imprimante doit être sur le même réseau local que Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "L'imprimante ne prend pas en charge l'envoi vers la carte SD." @@ -7607,8 +7581,8 @@ msgstr "Termes et conditions" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7704,7 +7678,7 @@ msgstr "" "Cliquez pour rétablir tous les paramètres au dernier préréglage enregistré." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Une tour de purge est requise pour le mode Timeplase fluide. Il peut y avoir " @@ -7906,21 +7880,12 @@ msgstr "Filament de support" msgid "Tree supports" msgstr "Supports arborescents" -msgid "Multimaterial" -msgstr "Multi-matériaux" +msgid "Skirt" +msgstr "Jupe" msgid "Prime tower" msgstr "Tour de purge" -msgid "Filament for Features" -msgstr "Filament pour les caractéristiques" - -msgid "Ooze prevention" -msgstr "Prévention des suintements" - -msgid "Skirt" -msgstr "Jupe" - msgid "Special mode" msgstr "Mode spécial" @@ -7974,9 +7939,6 @@ msgstr "" "Plage de température de buse recommandée pour ce filament. 0 signifie pas " "d'ensemble" -msgid "Flow ratio and Pressure Advance" -msgstr "Rapport de débit et avance de pression" - msgid "Print chamber temperature" msgstr "Température du caisson d’impression" @@ -8000,17 +7962,6 @@ msgstr "" "\") est installé. Une valeur à 0 signifie que ce filament ne peut pas être " "imprimé sur le plateau froid." -msgid "Textured Cool plate" -msgstr "Plaque Cool plate texturée" - -msgid "" -"Bed temperature when cool plate is installed. Value 0 means the filament " -"does not support to print on the Textured Cool Plate" -msgstr "" -"Température du plateau lorsque la plaque Cool plate est installée. La valeur " -"0 signifie que le filament ne peut pas être imprimé sur la plaque Cool plate " -"texturée." - msgid "Engineering plate" msgstr "Plaque Engineering" @@ -8101,6 +8052,9 @@ msgstr "G-code de démarrage du filament" msgid "Filament end G-code" msgstr "G-code de fin de filament" +msgid "Multimaterial" +msgstr "Multi-matériaux" + msgid "Wipe tower parameters" msgstr "Paramètres de la tour d’essuyage" @@ -8190,40 +8144,15 @@ msgstr "Limitation d'accélération" msgid "Jerk limitation" msgstr "Limitation des secousses" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Configuration multi-matériaux pour extrudeur unique" -msgid "Number of extruders of the printer." -msgstr "Nombre d’extrudeurs de l’imprimante." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Extrudeur unique multi-matériaux est sélectionné, \n" -"et tous les extrudeurs doivent avoir le même diamètre.\n" -"Souhaitez-vous modifier le diamètre de tous les extrudeurs pour qu’il " -"corresponde à la première valeur du diamètre de la buse de l’extrudeur ?" - -msgid "Nozzle diameter" -msgstr "Diamètre de la buse" - msgid "Wipe tower" msgstr "Tour d’essuyage" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Paramètres multi-matériaux pour extrudeur unique" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"Il s’agit d’une imprimante mono extrudeur multimatériaux, les diamètres de " -"tous les extrudeurs seront réglés sur la nouvelle valeur. Voulez-vous " -"continuer ?" - msgid "Layer height limits" msgstr "Limites de hauteur de couche" @@ -8650,8 +8579,8 @@ msgid "Flushing volumes for filament change" msgstr "Volumes de purge pour le changement de filament" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca recalcule les volumes de purge à chaque fois que la couleur des " "filaments change. Vous pouvez désactiver le calcul automatique dans Orca " @@ -8703,10 +8632,10 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Composant BambuSource manquant enregistré pour la lecture des médias ! " -"Veuillez réinstaller OrcaSlicer ou demander de l’aide au service après-vente." +"Veuillez réinstaller Snapmaker Orca ou demander de l’aide au service après-vente." msgid "" "Using a BambuSource from a different install, video play may not work " @@ -8719,11 +8648,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "Il manque à votre système les codecs H.264 pour GStreamer, qui sont " "nécessaires pour lire la vidéo. (Essayez d’installer les paquets " -"gstreamer1.0-plugins-bad ou gstreamer1.0-libav, puis redémarrez Orca Slicer)." +"gstreamer1.0-plugins-bad ou gstreamer1.0-libav, puis redémarrez Snapmaker Orca)." msgid "Bambu Network plug-in not detected." msgstr "Le plug-in Bambu Network n’a pas été détecté." @@ -8753,10 +8682,10 @@ msgstr "" "Importez des données de géométrie à partir de fichiers STL/STEP/3MF/OBJ/AMF." msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" +msgstr "⌘+Maj+G" msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" +msgstr "Ctrl+Maj+G" msgid "Paste from clipboard" msgstr "Coller depuis le presse-papier" @@ -8809,7 +8738,7 @@ msgid "Collapse/Expand the sidebar" msgstr "Réduire/développer la barre latérale" msgid "⌘+Any arrow" -msgstr "⌘+Toute flèche" +msgstr "⌘+n'importe quelle flèche" msgid "Movement in camera space" msgstr "Mouvement dans l'espace de la caméra" @@ -8827,7 +8756,7 @@ msgid "Select multiple objects" msgstr "Sélectionnez tous les objets sur la plaque actuelle" msgid "Ctrl+Any arrow" -msgstr "Ctrl+Toute flèche" +msgstr "Ctrl+n'importe quelle flèche" msgid "Alt+Left mouse button" msgstr "Alt+Bouton gauche de la souris" @@ -8959,7 +8888,7 @@ msgid "Gizmo" msgstr "Gizmo" msgid "Set extruder number for the objects and parts" -msgstr "Définir le numéro d'extrudeur pour les objets et les pièces" +msgstr "Définir le numéro d'extrudeuse pour les objets et les pièces" msgid "Delete objects, parts, modifiers " msgstr "Supprimer des objets, des pièces, des modificateurs " @@ -9021,18 +8950,18 @@ msgid "Network plug-in update" msgstr "Mise à jour du plug-in réseau" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Cliquez sur OK pour mettre à jour le plug-in réseau lors du prochain " -"démarrage de OrcaSlicer." +"démarrage de Snapmaker Orca." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "" "Un nouveau plug-in réseau (%s) est disponible. Voulez-vous l'installer ?" -msgid "New version of Orca Slicer" -msgstr "Nouvelle version de OrcaSlicer" +msgid "New version of Snapmaker Orca" +msgstr "Nouvelle version de Snapmaker Orca" msgid "Skip this Version" msgstr "Sauter cette version" @@ -9083,16 +9012,16 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Échec de la connexion au réseau local (envoi du fichier d'impression)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Étape 1 : Veuillez confirmer que OrcaSlicer et votre imprimante sont sur le " +"Étape 1, veuillez confirmer que Snapmaker Orca et votre imprimante sont sur le " "même réseau local." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " "on your printer, please correct them." msgstr "" -"Étape 2 : Si l'adresse IP et le code d'accès ci-dessous sont différents des " +"Étape 2, si l'adresse IP et le code d'accès ci-dessous sont différents des " "valeurs actuelles de votre imprimante, corrigez-les." msgid "IP" @@ -9177,7 +9106,7 @@ msgstr "" "La version du firmware est erronée. La réparation et la mise à jour sont " "nécessaires avant l'impression. Voulez-vous effectuer la mise à jour " "maintenant ? Vous pouvez également effectuer une mise à jour ultérieurement " -"depuis l'imprimante ou lors du prochain démarrage d'Orca Slicer." +"depuis l'imprimante ou lors du prochain démarrage d'Snapmaker Orca." msgid "Extension Board" msgstr "Carte d'Extension" @@ -9275,13 +9204,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Aucun objet ne peut être imprimé. Peut-être trop petit" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Votre impression est très proche des régions d’amorçage. Assurez-vous qu’il " -"n’y a pas de collision." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9482,8 +9404,8 @@ msgid "" "during printing" msgstr "" "Impossible d'imprimer plusieurs filaments qui ont une grande différence de " -"température ensemble. Sinon, l'extrudeur et la buse peuvent être bloquées ou " -"endommagées pendant l'impression" +"température ensemble. Sinon, l'extrudeuse et la buse peuvent être bloquées " +"ou endommagées pendant l'impression" msgid "No extrusions under current settings." msgstr "Aucune extrusion dans les paramètres actuels." @@ -9509,15 +9431,6 @@ msgstr "" "Le mode vase en spirale ne fonctionne pas lorsqu'un objet contient plusieurs " "matériaux." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"Bien que l’objet %1% corresponde au volume de construction, il dépasse la " -"hauteur maximale du volume de construction en raison de la compensation du " -"rétrécissement du matériau." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "L’objet %1% dépasse la hauteur maximale du volume d’impression." @@ -9543,13 +9456,11 @@ msgstr "" "organiques." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" -"Différents diamètres de buses et de filaments peuvent ne pas fonctionner " -"correctement lorsque la tour d’amorçage est activée. Il s’agit d’un projet " -"très expérimental, il convient donc de procéder avec prudence." +"L’utilisation de diamètres de buses et de filaments différents n’est pas " +"autorisée lorsque l’option « prime tower » est activée." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9559,11 +9470,10 @@ msgstr "" "des extrudeurs (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" -"La prévention du suintement n’est possible qu’avec la tour d’essuyage " -"lorsque l’option ‘single_extruder_multi_material’ est désactivée." +"La prévention des dépôts de boue n’est actuellement pas prise en charge " +"lorsque la tour principale est activée." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9735,13 +9645,6 @@ msgstr "" "Vous pouvez ajuster la valeur machine_max_acceleration_travel dans la " "configuration de votre imprimante pour obtenir des vitesses plus élevées." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"Le rétrécissement du filament ne sera pas utilisé car le rétrécissement du " -"filament pour les filaments utilisés diffère de manière significative." - msgid "Generating skirt & brim" msgstr "Génération jupe et bord" @@ -9838,13 +9741,13 @@ msgid "Hostname, IP or URL" msgstr "Nom d'hôte, adresse IP ou URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer peut téléverser des fichiers G-code sur une imprimante hôte. Ce " +"Snapmaker Orca peut téléverser des fichiers G-code sur une imprimante hôte. Ce " "champ doit contenir le nom d'hôte, l'adresse IP ou l'URL de l'instance hôte " "de l'imprimante. L'hôte d'impression derrière HAProxy avec " "l'authentification de base activée est accessible en saisissant le nom " @@ -9864,10 +9767,10 @@ msgid "API Key / Password" msgstr "Clé API / Mot de passe" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer peut téléverser des fichiers G-code sur une imprimante hôte. Ce " +"Snapmaker Orca peut téléverser des fichiers G-code sur une imprimante hôte. Ce " "champ doit contenir la clé API ou le mot de passe requis pour " "l'authentification." @@ -10082,8 +9985,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Le nombre de couches pleines inférieures est augmenté lors du découpage si " "l'épaisseur calculée par les couches de coque inférieures est inférieure à " @@ -10096,62 +9999,25 @@ msgid "Apply gap fill" msgstr "Remplissage des trous" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Active le remplissage des espaces pour les surfaces solides sélectionnées. " -"La longueur minimale de l'espace qui sera comblé peut être contrôlée à " -"partir de l'option « Filtrer les petits espaces » ci-dessous.\n" +"only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Active le remplissage des trous pour les surfaces sélectionnées. La longueur " +"minimale du trou qui sera comblé peut être contrôlée à l’aide de l’option " +"« Filtrer les petits trous » ci-dessous.\n" "\n" "Options :\n" -"1. Partout : Applique le remplissage de l'espace aux faces supérieures, " -"inférieures et internes des solides pour une résistance maximale.\n" -"2. Surfaces supérieure et inférieure : Remplissage des espaces uniquement " -"sur les faces supérieure et inférieure, ce qui permet d'équilibrer la " -"vitesse d'impression, de réduire les risques de sur-extrusion dans le " -"remplissage solide et de s'assurer que les faces supérieure et inférieure ne " -"présentent pas de trous d'épingle.\n" -"3. Nulle part : Désactive le remplissage de l'espace pour toutes les zones " -"de remplissage solide. \n" -"\n" -"Notez que si vous utilisez le générateur de périmètre classique, le " -"remplissage de l’espace peut également être généré entre les périmètres, si " -"une ligne de largeur complète ne peut pas tenir entre eux. Ce remplissage du " -"périmètre n’est pas contrôlé par ce paramètre. \n" -"\n" -"Si vous souhaitez que tous les espaces, y compris ceux générés par le " -"périmètre classique, soient supprimés, définissez la valeur de filtrage des " -"petits espaces sur un grand nombre, comme 999999. \n" -"\n" -"Il n’est toutefois pas conseillé de procéder ainsi, car le remplissage des " -"espaces entre les périmètres contribue à la solidité du modèle. Pour les " -"modèles où un remplissage excessif est généré entre les périmètres, une " -"meilleure option serait de passer au générateur de parois Arachne et " -"d’utiliser cette option pour contrôler si le remplissage cosmétique des " -"surfaces supérieures et inférieures est généré." +"1. Partout : Applique le remplissage des trous aux surfaces pleines " +"supérieures, inférieures et internes.\n" +"2. Surfaces supérieure et inférieure : Remplissage des trous uniquement sur " +"les surfaces supérieures et inférieures.\n" +"3. Nulle part : Désactive le remplissage des trous\n" msgid "Everywhere" msgstr "Partout" @@ -10192,7 +10058,7 @@ msgstr "Seuil de dépassement de refroidissement" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10227,17 +10093,10 @@ msgstr "Débit des ponts" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" "Diminuez légèrement cette valeur (par exemple 0,9) pour réduire la quantité " -"de matériau pour le pont, afin d’améliorer l’affaissement. \n" -"\n" -"Le débit réel du pont utilisé est calculé en multipliant cette valeur par le " -"rapport de débit du filament et, s’il est défini, par le rapport de débit de " -"l’objet." +"de matériaux pour le pont, pour améliorer l'affaissement" msgid "Internal bridge flow ratio" msgstr "Ratio de débit du pont interne" @@ -10245,54 +10104,31 @@ msgstr "Ratio de débit du pont interne" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." -msgstr "" -"Cette valeur détermine l’épaisseur de la couche de pont interne. Il s’agit " -"de la première couche au-dessus d’un remplissage peu dense. Diminuez " -"légèrement cette valeur (par exemple 0,9) pour améliorer la qualité de la " -"surface sur un remplissage peu dense.\n" -"\n" -"Le débit du pont interne utilisé est calculé en multipliant cette valeur par " -"le rapport de débit du pont, le rapport de débit du filament et, s’il est " -"défini, le rapport de débit de l’objet." +"0.9) to improve surface quality over sparse infill." +msgstr "" +"Cette valeur détermine l’épaisseur de la couche des ponts internes. Il " +"s’agit de la première couche sur le remplissage. Diminuez légèrement cette " +"valeur (par exemple 0.9) pour améliorer la qualité de la surface sur le " +"remplissage." msgid "Top surface flow ratio" msgstr "Ratio du débit des surfaces supérieures" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" -"Ce facteur affecte la quantité de matériau pour le remplissage du massif " -"supérieur. Vous pouvez le réduire légèrement pour obtenir une finition de " -"surface lisse. \n" -"\n" -"Le débit réel de la surface supérieure utilisé est calculé en multipliant " -"cette valeur par le rapport de débit du filament et, s’il est défini, par le " -"rapport de débit de l’objet." +"Ce facteur affecte la quantité de matériau pour le remplissage plein " +"supérieur. Vous pouvez le diminuer légèrement pour avoir une finition de " +"surface lisse" msgid "Bottom surface flow ratio" msgstr "Ratio du débit des surfaces inférieures" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" -"Ce facteur affecte la quantité de matériau pour le remplissage solide du " -"fond. \n" -"\n" -"Le débit réel du remplissage solide inférieur utilisé est calculé en " -"multipliant cette valeur par le rapport de débit du filament et, s’il est " -"défini, par le rapport de débit de l’objet." +"Ce facteur affecte la quantité de matériau pour le remplissage plein du " +"dessous" msgid "Precise wall" msgstr "Parois précises" @@ -10362,26 +10198,26 @@ msgstr "" "Créer des chemins de périmètres supplémentaires sur les surplombs abrupts et " "les zones où les ponts ne peuvent pas être ancrés. " -msgid "Reverse on even" -msgstr "Inverser lors du passage pair" +msgid "Reverse on odd" +msgstr "Parois inversées sur couches impaires" msgid "Overhang reversal" msgstr "Inversion du surplomb" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"Extruder les périmètres qui ont une partie au-dessus d’un surplomb dans le " -"sens inverse sur des couches paires. Ce motif alternatif peut améliorer " -"considérablement les surplombs prononcés.\n" +"Extruder les périmètres dont une partie se trouve au-dessus d’un surplomb " +"dans le sens inverse sur les couches impaires. Ce motif alternatif peut " +"améliorer considérablement les surplombs abrupts.\n" "\n" -"Ce paramètre peut également contribuer à réduire la déformation de la pièce " -"en raison de la réduction des contraintes dans les parois de la pièce." +"Ce paramètre peut également contribuer à réduire le gauchissement de la " +"pièce en raison de la réduction des contraintes dans les parois de la pièce." msgid "Reverse only internal perimeters" msgstr "Inverser uniquement les périmètres internes" @@ -10396,9 +10232,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "Appliquer la logique d’inversion des périmètres uniquement sur les " "périmètres internes. \n" @@ -10409,12 +10245,12 @@ msgstr "" "des parois externes. Cette fonction peut être très utile pour les matériaux " "sujets à la déformation, comme l’ABS/ASA, ainsi que pour les filaments " "élastiques, comme le TPU et le Silk PLA. Elle peut également contribuer à " -"réduire la déformation des régions flottantes sur les supports.\n" +"réduire le gauchissement des régions flottantes sur les supports.\n" "\n" "Pour que ce paramètre soit le plus efficace possible, il est recommandé de " "régler le seuil d’inversion sur 0 afin que toutes les parois internes " -"s’impriment dans des directions alternées sur des couches régulières, quel " -"que soit leur degré de surplomb." +"s’impriment dans des directions alternées sur les couches impaires, quel que " +"soit leur degré de surplomb." msgid "Bridge counterbore holes" msgstr "Trous d'alésage pour le pont" @@ -10450,10 +10286,11 @@ msgstr "Seuil d’inversion des surplombs" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Nombre de mm de dépassement nécessaire pour que l’inversion soit considérée " +"comme utile. Il peut s’agir d’un pourcentage de la largeur du périmètre.\n" +"La valeur 0 permet l’inversion sur toutes les couches impaires." msgid "Classic mode" msgstr "Classique" @@ -10472,44 +10309,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Ralentir lors des périmètres courbés" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"Par exemple, un ralentissement supplémentaire sera appliqué lors de " -"l’impression de surplombs sur des angles aigus comme l’avant de la coque du " -"Benchy, réduisant ainsi l’enroulement qui s’aggrave sur plusieurs couches.\n" -"\n" -"Il est généralement recommandé d’activer cette option à moins que le " -"refroidissement de votre imprimante soit suffisamment puissant ou que la " -"vitesse d’impression soit suffisamment lente pour que le recourbement du " -"périmètre ne se produise pas. Si vous imprimez avec une vitesse de périmètre " -"externe élevée, ce paramètre peut introduire de légers artefacts lors du " -"ralentissement en raison de la grande variance des vitesses d’impression. Si " -"vous remarquez des artefacts, assurez-vous que votre avance de pression est " -"réglée correctement.\n" -"\n" -"Remarque : lorsque cette option est activée, les périmètres en surplomb sont " -"traités comme des surplombs, ce qui signifie que la vitesse de surplomb est " -"appliquée même si le périmètre en surplomb fait partie d’un pont. Par " -"exemple, lorsque les périmètres sont en surplomb de 100 %, sans paroi les " -"soutenant par en dessous, la vitesse de surplomb de 100 % sera appliquée." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"Activer cette option pour ralentir l’impression dans les zones où des " +"périmètres potentiellement courbées peuvent exister." msgid "mm/s or %" msgstr "mm/s ou %" @@ -10517,20 +10322,9 @@ msgstr "mm/s ou %" msgid "External" msgstr "Externe" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." +msgid "Speed of bridge and completely overhang wall" msgstr "" -"Vitesse des extrusions de pont visible de l’extérieur. \n" -"\n" -"En outre, si la fonction Ralentir pour les périmètres courbés est désactivée " -"ou si le mode Surplomb classique est activé, il s’agira de la vitesse " -"d’impression des parois en surplomb dont l’appui est inférieur à 13 %, " -"qu’elles fassent partie d’un pont ou d’un surplomb." +"Il s'agit de la vitesse pour les ponts et les parois en surplomb à 100 %." msgid "mm/s" msgstr "mm/s" @@ -10539,12 +10333,11 @@ msgid "Internal" msgstr "Interne" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" "Vitesse des ponts internes. Si la valeur est exprimée en pourcentage, elle " -"sera calculée sur la base de la vitesse du pont. La valeur par défaut est " -"150%." +"sera calculée en fonction de bridge_speed. La valeur par défaut est 150%." msgid "Brim width" msgstr "Largeur de la bordure" @@ -10557,7 +10350,7 @@ msgstr "Type de bordure" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Cela permet de contrôler la génération de bordure extérieur et/ou intérieur " "des modèles. Auto signifie que la largeur de bordure est analysée et " @@ -10596,8 +10389,8 @@ msgid "Brim ear detection radius" msgstr "Rayon de détection de la bordure à oreilles" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "La géométrie sera décimée avant de détecter les angles vifs. Ce paramètre " @@ -10744,8 +10537,8 @@ msgstr "" "est généralement recommandé d’activer cette fonctionnalité. Pensez cependant " "à la désactiver si vous utilisez des buses larges." -msgid "Filter out small internal bridges (beta)" -msgstr "Filtrer les petits ponts internes (beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Ne pas filtrer les petits ponts internes (expérimental)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10760,53 +10553,53 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -"Cette option permet de réduire la formation de cavités sur les surfaces " +"Cette option permet de réduire la formation de creux sur les surfaces " "supérieures des modèles fortement inclinés ou courbés.\n" "\n" -"Par défaut, les petits ponts internes sont filtrés et le remplissage solide " +"Par défaut, les petits ponts internes sont filtrés et le remplissage plein " "interne est imprimé directement sur le remplissage peu dense. Cela " "fonctionne bien dans la plupart des cas, accélérant l'impression sans trop " "compromettre la qualité de la surface supérieure. \n" "\n" "Cependant, dans les modèles fortement inclinés ou courbés, en particulier " "lorsque la densité de remplissage est trop faible, il peut en résulter un " -"gondolement du remplissage solide non soutenu, ce qui provoque un effet de " -"capitonnage.\n" +"enroulement du remplissage plein non soutenu, ce qui provoque un effet de " +"creusement.\n" "\n" -"En désactivant cette option, la couche de pont interne sera imprimée sur un " -"remplissage solide interne légèrement non soutenu. Les options ci-dessous " -"contrôlent la quantité de filtrage, c’est-à-dire la quantité de ponts " -"internes créés.\n" +"L’activation de cette option permet d’imprimer une couche de pont interne " +"sur un remplissage plein interne légèrement non soutenu. Les options ci-" +"dessous contrôlent la quantité de filtrage, c’est-à-dire la quantité de " +"ponts internes créés.\n" "\n" -"Filtre - activez cette option. C’est le comportement par défaut et il " -"fonctionne bien dans la plupart des cas.\n" +"Désactivé - Désactive cette option. Il s’agit du comportement par défaut, " +"qui fonctionne bien dans la plupart des cas.\n" "\n" -"Filtrage limité - crée des ponts internes sur les surfaces fortement " +"Filtrage limité - Crée des ponts internes sur les surfaces fortement " "inclinées, tout en évitant de créer des ponts internes inutiles. Cette " "option fonctionne bien pour la plupart des modèles difficiles.\n" "\n" -"Pas de filtrage - crée des ponts internes sur chaque surplomb interne " +"Pas de filtrage - Crée des ponts internes sur chaque surplomb interne " "potentiel. Cette option est utile pour les modèles à surface supérieure " "fortement inclinée. Cependant, dans la plupart des cas, elle crée trop de " "ponts inutiles." -msgid "Filter" -msgstr "Filtrer" +msgid "Disabled" +msgstr "Désactivé" msgid "Limited filtering" msgstr "Filtrage limité" @@ -10973,7 +10766,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10983,8 +10776,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -11038,7 +10831,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -11062,21 +10855,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" "La direction dans laquelle les boucles de la paroi sont extrudées lorsque " "l’on regarde du haut vers le bas.\n" "\n" "Par défaut, toutes les parois sont extrudées dans le sens inverse des " -"aiguilles d’une montre, sauf si l’option Inverser le sens des aiguilles " -"d’une montre est activée. Si vous choisissez une option autre qu’Auto, la " -"direction des parois sera forcée, indépendamment de l’option Inverser le " -"sens des aiguilles d’une montre.\n" +"aiguilles d’une montre, sauf si l’option Inverser sur impair est activée. Si " +"vous choisissez une option autre qu’Auto, la direction des parois sera " +"forcée, indépendamment de l’option Inverser sur l’impair.\n" "\n" -"Cette option sera désactivée si le mode vase en spirale est activé." +"Cette option sera désactivée si le mode vase sprial est activé." msgid "Counter clockwise" msgstr "Sens inverse des aiguilles d’une montre" @@ -11108,7 +10900,7 @@ msgid "" "Clearance radius around extruder. Used for collision avoidance in by-object " "printing." msgstr "" -"Rayon de dégagement autour de l'extrudeur : utilisé pour éviter les " +"Rayon de dégagement autour de l'extrudeuse : utilisé pour éviter les " "collisions lors de l'impression par objets." msgid "Nozzle height" @@ -11124,7 +10916,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -11135,7 +10927,7 @@ msgstr "" "ne sont pas en mesure de sonder l’ensemble du plateau. Pour s’assurer que le " "point de palpage ne sort pas de la zone du plateau, les points minimum et " "maximum du maillage du lit doivent être définis de manière appropriée. " -"OrcaSlicer veille à ce que les valeurs adaptive_bed_mesh_min/" +"Snapmaker Orca veille à ce que les valeurs adaptive_bed_mesh_min/" "adaptive_bed_mesh_max ne dépassent pas ces points min/max. Ces informations " "peuvent généralement être obtenues auprès du fabricant de votre imprimante. " "Le paramètre par défaut est (-99999, -99999), ce qui signifie qu’il n’y a " @@ -11148,7 +10940,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -11159,7 +10951,7 @@ msgstr "" "ne sont pas en mesure de sonder l’ensemble du plateau. Pour s’assurer que le " "point de palpage ne sort pas de la zone du plateau, les points minimum et " "maximum du maillage du lit doivent être définis de manière appropriée. " -"OrcaSlicer veille à ce que les valeurs adaptive_bed_mesh_min/" +"Snapmaker Orca veille à ce que les valeurs adaptive_bed_mesh_min/" "adaptive_bed_mesh_max ne dépassent pas ces points min/max. Ces informations " "peuvent généralement être obtenues auprès du fabricant de votre imprimante. " "Le réglage par défaut est (99999, 99999), ce qui signifie qu’il n’y a pas de " @@ -11207,36 +10999,16 @@ msgid "" msgstr "" "Le matériau peut avoir un changement volumétrique après avoir basculé entre " "l'état fondu et l'état cristallin. Ce paramètre modifie proportionnellement " -"tout le débit d'extrusion de ce filament dans le G-code. La plage de valeurs " +"tout le flux d'extrusion de ce filament dans le G-code. La plage de valeurs " "recommandée est comprise entre 0,95 et 1,05. Vous pouvez peut-être ajuster " "cette valeur pour obtenir une belle surface plane en cas de léger " "débordement ou sous-dépassement" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"Le matériau peut présenter un changement volumétrique après le passage de " -"l’état fondu à l’état cristallin. Ce paramètre modifie proportionnellement " -"tous les débits d’extrusion de ce filament dans le gcode. La valeur " -"recommandée est comprise entre 0,95 et 1,05. Vous pouvez peut-être ajuster " -"cette valeur pour obtenir une belle surface plate lorsqu’il y a un léger " -"débordement ou un sous-débordement. \n" -"\n" -"Le ratio de débit de l’objet final est cette valeur multipliée par le ratio " -"de débit du filament." - msgid "Enable pressure advance" msgstr "Activer la Pressure Advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Activer le Pressure Advance, le résultat de l’auto calibration sera écrasé " @@ -11245,147 +11017,6 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Pressure Advance (Klipper) AKA Linear Advance (Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "Activer l’avance de pression adaptative (beta)" - -#, fuzzy, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Avec l’augmentation des vitesses d’impression (et donc du débit volumétrique " -"à travers la buse) et des accélérations, il a été observé que la valeur " -"effective de PA diminue généralement. Cela signifie qu’une valeur PA unique " -"n’est pas toujours optimale à 100% pour toutes les caractéristiques et " -"qu’une valeur de compromis est généralement utilisée pour éviter de trop " -"bomber les caractéristiques avec une vitesse d’écoulement et des " -"accélérations plus faibles, tout en évitant de créer des lacunes sur les " -"caractéristiques plus rapides.\n" -"\n" -"Cette fonction vise à remédier à cette limitation en modélisant la réponse " -"du système d’extrusion de votre imprimante en fonction de la vitesse du flux " -"volumétrique et de l’accélération de l’impression. En interne, elle génère " -"un modèle ajusté qui peut extrapoler l’avance de pression nécessaire pour " -"une vitesse de flux volumétrique et une accélération données, qui est " -"ensuite transmise à l’imprimante en fonction des conditions d’impression " -"actuelles.\n" -"\n" -"Lorsqu’elle est activée, la valeur de l’avance de pression ci-dessus est " -"remplacée. Cependant, une valeur par défaut raisonnable est fortement " -"recommandée pour servir de solution de secours et en cas de changement " -"d’outil.\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Mesures adaptatives de l’avance de pression (beta)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"Ajouter des séries de valeurs d'avance de pression (PA), les vitesses de " -"débit volumétrique et les accélérations auxquelles elles ont été mesurées, " -"séparées par une virgule. Un ensemble de valeurs par ligne. Par exemple\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"Comment calibrer :\n" -"1. Effectuer le test d’avance de pression pour au moins 3 vitesses par " -"valeur d’accélération. Il est recommandé d’effectuer le test pour au moins " -"la vitesse des périmètres externes, la vitesse des périmètres internes et la " -"vitesse d’impression de la caractéristique la plus rapide de votre profil " -"(en général, il s’agit du remplissage clairsemé ou plein). Ensuite, il faut " -"les exécuter aux mêmes vitesses pour les accélérations d’impression les plus " -"lentes et les plus rapides, et pas plus vite que l’accélération maximale " -"recommandée par le modeleur d’entrée de klipper.\n" -"2. Notez la valeur optimale de PA pour chaque vitesse de débit volumétrique " -"et accélération. Vous pouvez trouver le numéro de débit en sélectionnant le " -"débit dans le menu déroulant du schéma de couleurs et en déplaçant le " -"curseur horizontal sur les lignes du schéma PA. Le chiffre doit être visible " -"en bas de la page. La valeur idéale du PA devrait diminuer au fur et à " -"mesure que le débit volumétrique augmente. Si ce n’est pas le cas, vérifiez " -"que votre extrudeur fonctionne correctement. Plus vous imprimez lentement et " -"avec peu d’accélération, plus la plage des valeurs PA acceptables est " -"grande. Si aucune différence n’est visible, utilisez la valeur PA du test le " -"plus rapide.3 Entrez les triplets de valeurs PA, de débit et d’accélérations " -"dans la zone de texte ici et sauvegardez votre profil de filament.\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" -"Activation de l’avance de pression adaptative pour les surplombs (beta)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Activer le PA adaptatif pour les surplombs ainsi que pour les changements de " -"débit au sein d’un même élément. Il s’agit d’une option expérimentale, car " -"si le profil PA n’est pas défini avec précision, il entraînera des problèmes " -"d’uniformité sur les surfaces externes avant et après les surplombs.\n" - -msgid "Pressure advance for bridges" -msgstr "Avance de pression pour les ponts" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Valeur de l’avance de pression pour les ponts. Régler à 0 pour désactiver. \n" -"\n" -" Une valeur PA plus faible lors de l’impression de ponts permet de réduire " -"l’apparition d’une légère sous-extrusion immédiatement après les ponts. Ce " -"phénomène est dû à la chute de pression dans la buse lors de l’impression " -"dans l’air et une valeur PA plus faible permet d’y remédier." - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -11397,8 +11028,8 @@ msgid "Keep fan always on" msgstr "Garder le ventilateur toujours actif" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Si ce paramètre est activé, le ventilateur de refroidissement des pièces ne " "sera jamais arrêté et fonctionnera au moins à la vitesse minimale pour " @@ -11414,8 +11045,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11481,41 +11112,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Temps de chargement du filament" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Temps nécessaire pour charger un nouveau filament lors d’un changement de " -"filament. Ce paramètre s’applique généralement aux machines multi-matériaux " -"à un seul extrudeur. La valeur est généralement de 0 pour les changeurs " -"d’outils ou les machines multi-outils. Pour les statistiques uniquement." +"Il est temps de charger un nouveau filament lors du changement de filament. " +"Pour les statistiques uniquement" msgid "Filament unload time" msgstr "Temps de déchargement du filament" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Temps nécessaire pour décharger l’ancien filament lors du changement de " -"filament. Ce paramètre s’applique généralement aux machines multi-matériaux " -"à un seul extrudeur. Pour les changeurs d’outils ou les machines multi-" -"outils, il est généralement égal à 0. Pour les statistiques uniquement." - -msgid "Tool change time" -msgstr "Délais nécessaire au changement d’outil" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" -msgstr "" -"Durée nécessaire pour changer d’outil. Il s’applique généralement aux " -"changeurs d’outils ou aux machines multi-outils. Pour les machines multi-" -"matériaux mono-extrudeuses, il est généralement égal à 0. Pour les " -"statistiques uniquement." +"Il est temps de décharger l'ancien filament lorsque vous changez de " +"filament. Pour les statistiques uniquement" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11525,10 +11133,10 @@ msgstr "" "dans le G-code, il est donc important qu'il soit exact et précis." msgid "Pellet flow coefficient" -msgstr "Coefficient d’écoulement des pellets" +msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11536,16 +11144,9 @@ msgid "" "\n" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -"Le coefficient d’écoulement des pellets est dérivé de manière empirique et " -"permet de calculer le volume des imprimantes à pellets.\n" -"\n" -"En interne, il est converti en diamètre de filament. Tous les autres calculs " -"de volume restent inchangés.\n" -"\n" -"filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" -msgid "Shrinkage (XY)" -msgstr "Rétrécissement (XY)" +msgid "Shrinkage" +msgstr "Pourcentage de retrait" #, no-c-format, no-boost-format msgid "" @@ -11562,19 +11163,6 @@ msgstr "" "Veillez à laisser suffisamment d’espace entre les objets, car cette " "compensation est effectuée après les contrôles." -msgid "Shrinkage (Z)" -msgstr "Rétrécissement (Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Entrez le pourcentage de rétrécissement que le filament obtiendra après " -"refroidissement (94% si vous mesurez 94mm au lieu de 100mm). La pièce sera " -"mise à l’échelle en Z pour compenser." - msgid "Loading speed" msgstr "Vitesse de chargement" @@ -11628,26 +11216,6 @@ msgstr "" "Le filament est refroidi en étant déplacé d’avant en arrière dans les tubes " "de refroidissement. Précisez le nombre souhaité de ces mouvements." -msgid "Stamping loading speed" -msgstr "Vitesse de chargement du marquage" - -msgid "Speed used for stamping." -msgstr "Vitesse utilisée pour le marquage." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" -"Distance de marquage mesurée à partir du centre du tube de refroidissement" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Si la valeur est différente de zéro, le filament est déplacé vers la buse " -"entre les différents mouvements de refroidissement («  marquage »). Cette " -"option permet de configurer la durée de ce mouvement avant que le filament " -"ne soit à nouveau rétracté." - msgid "Speed of the first cooling move" msgstr "Vitesse du premier mouvement de refroidissement" @@ -11663,13 +11231,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Après un changement d’outil, la position exacte du filament nouvellement " "chargé à l’intérieur de la buse peut ne pas être connue et la pression du " "filament n’est probablement pas encore stable. Avant de purger la tête " -"d’impression dans un remplissage ou un objet, Orca Slicer amorcera toujours " +"d’impression dans un remplissage ou un objet, Snapmaker Orca amorcera toujours " "cette quantité de matériau dans la tour d’essuyage pour purger dans les " "remplissages ou objets de manière fiable." @@ -11681,6 +11249,16 @@ msgstr "" "Les mouvements de refroidissement s’accélèrent progressivement vers cette " "vitesse." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Temps nécessaire au firmware de l’imprimante (ou au Multi Material Unit 2.0) " +"pour charger un nouveau filament lors d’un changement d’outil (lors de " +"l’exécution du code T). Ce temps est ajouté au temps d’impression total par " +"l’estimateur de temps du G-code." + msgid "Ramming parameters" msgstr "Paramètres de pilonnage" @@ -11691,14 +11269,24 @@ msgstr "" "Cette chaîne est éditée par RammingDialog et contient des paramètres " "spécifiques au pilonnage." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Temps nécessaire au firmware de l’imprimante (ou au Multi Material Unit 2.0) " +"pour décharger un filament lors d’un changement d’outil (lors de l’exécution " +"du code T). Ce temps est ajouté au temps d’impression total par l’estimateur " +"de temps du G-code." + +msgid "Enable ramming for multitool setups" msgstr "Activer le pilonnage pour les configurations multi-outils" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Effectuez un pilonnage lorsque vous utilisez une imprimante multi-outils " "(c’est-à-dire lorsque l’option ‘Multi-matériau à extrudeur unique’ dans les " @@ -11707,13 +11295,13 @@ msgstr "" "avant le changement d’outil. Cette option n’est utilisée que lorsque la tour " "d’essuyage est activée." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Volume du pilonnage multi-outils" msgid "The volume to be rammed before the toolchange." msgstr "Volume à pilonner avant le changement d’outil." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Débit du pilonnage multi-outils" msgid "Flow used for ramming the filament before the toolchange." @@ -11755,7 +11343,7 @@ msgstr "Température de vitrification" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Température où le matériau se ramollit. Lorsque la température du plateau " "est égale ou supérieure à celle-ci, il est fortement recommandé d’ouvrir la " @@ -11863,7 +11451,7 @@ msgstr "Longueur de l’ancrage de remplissage interne" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11894,7 +11482,7 @@ msgstr "Longueur maximale de l’ancrage de remplissage" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11906,7 +11494,7 @@ msgstr "" "Connecter une ligne de remplissage à un périmètre interne avec un court " "segment de périmètre supplémentaire. S’il est exprimé en pourcentage " "(exemple : 15 %), il est calculé sur la largeur de l’extrusion de " -"remplissage. Orca Slicer essaie de connecter deux lignes de remplissage " +"remplissage. Snapmaker Orca essaie de connecter deux lignes de remplissage " "proches à un court segment de périmètre. Si aucun segment de périmètre plus " "court que ce paramètre n’est trouvé, la ligne de remplissage est connectée à " "un segment de périmètre sur un seul côté et la longueur du segment de " @@ -12086,7 +11674,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Cette vitesse de ventilateur est appliquée pendant toutes les interfaces de " "support, pour pouvoir affaiblir leur liaison avec une vitesse de ventilateur " @@ -12114,7 +11702,7 @@ msgid "Fuzzy skin thickness" msgstr "Épaisseur de la surface Irrégulière" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "La largeur à l'intérieur de laquelle jitter. Il est déconseillé d'être en " @@ -12124,7 +11712,7 @@ msgid "Fuzzy skin point distance" msgstr "Distance de point de la surface irrégulière" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "La distance moyenne entre les points aléatoires introduits sur chaque " @@ -12142,15 +11730,8 @@ msgstr "Filtrer les petits espaces" msgid "Layers and Perimeters" msgstr "Couches et Périmètres" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"Ne pas imprimer le remplissage des espaces dont la longueur est inférieure " -"au seuil spécifié (en mm). Ce paramètre s’applique aux remplissages " -"supérieur, inférieur et solide et, si vous utilisez le générateur de " -"périmètre classique, pour le remplissage de la paroi. " +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtrer les petits espaces au seuil spécifié." msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -12178,7 +11759,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -12285,9 +11866,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -12366,12 +11947,10 @@ msgid "Klipper" msgstr "Klipper" msgid "Pellet Modded Printer" -msgstr "Imprimante à pellets" +msgstr "" msgid "Enable this option if your printer uses pellets instead of filaments" msgstr "" -"Activez cette option si votre imprimante utilise des pellets au lieu de " -"filaments." msgid "Support multi bed types" msgstr "Prise en charge de plusieurs types de plateaux" @@ -12425,35 +12004,6 @@ msgstr "" "ensemble afin de réduire le temps. La paroi est toujours imprimée avec la " "hauteur de couche d'origine." -msgid "Infill combination - Max layer height" -msgstr "Combinaison de remplissage - Hauteur maximale de la couche" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Hauteur maximale de la couche pour le remplissage peu dense combiné. \n" -"\n" -"Réglez cette valeur à 0 ou 100% pour utiliser le diamètre de la buse (pour " -"une réduction maximale du temps d’impression) ou une valeur de ~80% pour " -"maximiser la force du remplissage peu dense.\n" -"\n" -"Le nombre de couches sur lesquelles le remplissage est combiné est obtenu en " -"divisant cette valeur par la hauteur de la couche et arrondi à la décimale " -"inférieure la plus proche.\n" -"\n" -"Utilisez des valeurs absolues en mm (par exemple, 0,32 mm pour une buse de " -"0,4 mm) ou des valeurs en % (par exemple, 80 %). Cette valeur ne doit pas " -"être supérieure au diamètre de la buse." - msgid "Filament to print internal sparse infill." msgstr "Filament pour imprimer un remplissage interne." @@ -12487,7 +12037,7 @@ msgstr "Chevauchement du remplissage ou de la paroi supérieur(e)/inférieur(e)" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12523,73 +12073,55 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Profondeur d’emboîtement d’une région segmentée" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Profondeur d’imbrication d’une région segmentée. Elle sera ignorée si " -"« mmu_segmented_region_max_width » est égal à zéro ou si " -"« mmu_segmented_region_interlocking_depth » est supérieur à " -"« mmu_segmented_region_max_width ». La valeur zéro désactive cette " -"fonctionnalité." +"Profondeur d’imbrication d’une région segmentée. Zéro désactive cette " +"fonction." msgid "Use beam interlocking" -msgstr "Utiliser l’emboîtement des poutres" +msgstr "" msgid "" "Generate interlocking beam structure at the locations where different " "filaments touch. This improves the adhesion between filaments, especially " "models printed in different materials." msgstr "" -"Génère une structure de poutres imbriquées aux endroits où les différents " -"filaments se touchent. Cela améliore l’adhérence entre les filaments, en " -"particulier pour les modèles imprimés dans des matériaux différents." msgid "Interlocking beam width" -msgstr "Largeur du faisceau d’emboîtement" +msgstr "" msgid "The width of the interlocking structure beams." -msgstr "La largeur des poutres de la structure d’emboîtement." +msgstr "" msgid "Interlocking direction" -msgstr "Sens d’emboîtement" +msgstr "" msgid "Orientation of interlock beams." -msgstr "Orientation des poutres de verrouillage." +msgstr "" msgid "Interlocking beam layers" -msgstr "Couches de poutres emboîtées" +msgstr "" msgid "" "The height of the beams of the interlocking structure, measured in number of " "layers. Less layers is stronger, but more prone to defects." msgstr "" -"La hauteur des poutres de la structure d’emboîtement, mesurée en nombre de " -"couches. Moins il y a de couches, plus la structure est solide, mais plus " -"elle est sujette à des défauts." msgid "Interlocking depth" -msgstr "Profondeur d’emboîtement" +msgstr "" msgid "" "The distance from the boundary between filaments to generate interlocking " "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" -"La distance de la limite entre les filaments pour générer une structure " -"imbriquée, mesurée en cellules. Un nombre insuffisant de cellules entraîne " -"une mauvaise adhérence." msgid "Interlocking boundary avoidance" -msgstr "Évitement des limites de l’imbrication" +msgstr "" msgid "" "The distance from the outside of a model where interlocking structures will " "not be generated, measured in cells." msgstr "" -"La distance à partir de l’extérieur d’un modèle où les structures imbriquées " -"ne seront pas générées, mesurée en cellules." msgid "Ironing Type" msgstr "Type de lissage" @@ -12621,7 +12153,7 @@ msgid "The pattern that will be used when ironing" msgstr "Motif qui sera utilisé lors du lissage" msgid "Ironing flow" -msgstr "Débit de lissage" +msgstr "Flux de lissage" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " @@ -12834,7 +12366,7 @@ msgid "" "The largest printable layer height for extruder. Used tp limits the maximum " "layer hight when enable adaptive layer height" msgstr "" -"La plus grande hauteur de couche imprimable pour l'extrudeur. Utilisé tp " +"La plus grande hauteur de couche imprimable pour l'extrudeuse. Utilisé tp " "limite la hauteur de couche maximale lorsque la hauteur de couche adaptative " "est activée" @@ -12948,7 +12480,7 @@ msgid "" "The lowest printable layer height for extruder. Used tp limits the minimum " "layer hight when enable adaptive layer height" msgstr "" -"La hauteur de couche imprimable la plus basse pour l'extrudeur. Utilisé tp " +"La hauteur de couche imprimable la plus basse pour l'extrudeuse. Utilisé tp " "limite la hauteur de couche minimale lorsque la hauteur de couche adaptative " "est activée" @@ -12964,6 +12496,9 @@ msgstr "" "de maintenir le temps de couche minimal ci-dessus, lorsque la fonction de " "ralentissement pour un meilleur refroidissement de la couche est activée." +msgid "Nozzle diameter" +msgstr "Diamètre de la buse" + msgid "Diameter of nozzle" msgstr "Diamètre de la buse" @@ -12981,10 +12516,10 @@ msgid "Host Type" msgstr "Type d'hôte" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer peut téléverser des fichiers G-code sur une imprimante hôte. Ce " +"Snapmaker Orca peut téléverser des fichiers G-code sur une imprimante hôte. Ce " "champ doit contenir le type d'hôte." msgid "Nozzle volume" @@ -13070,13 +12605,6 @@ msgstr "" "peut réduire les rétractions pour les modèles complexes et économiser du " "temps d’impression, mais ralentit la découpe et la génération du G-code." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Cette option permet d’abaisser la température des extrudeurs inactifs afin " -"d’éviter le suintement." - msgid "Filename format" msgstr "Format du nom de fichier" @@ -13130,9 +12658,6 @@ msgstr "" "utilisez une vitesse différente pour imprimer. Pour un surplomb de 100%% la " "vitesse du pont est utilisée." -msgid "Filament to print walls" -msgstr "Filament pour imprimer les parois" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -13174,20 +12699,14 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Si vous souhaitez traiter le G-code de sortie via des scripts personnalisés, " "indiquez simplement leurs chemins absolus ici. Séparez plusieurs scripts par " "un point-virgule. Les scripts recevront le chemin absolu vers le fichier G-" "code comme premier argument, et ils peuvent accéder aux paramètres de " -"configuration Orca Slicer en lisant les variables d’environnement." - -msgid "Printer type" -msgstr "Type d’imprimante" - -msgid "Type of the printer" -msgstr "Type de l’imprimante" +"configuration Snapmaker Orca en lisant les variables d’environnement." msgid "Printer notes" msgstr "Notes de l’mprimante" @@ -13195,9 +12714,6 @@ msgstr "Notes de l’mprimante" msgid "You can put your notes regarding the printer here." msgstr "Vous pouvez mettre vos notes concernant l’imprimante ici." -msgid "Printer variant" -msgstr "Variante de l’imprimante" - msgid "Raft contact Z distance" msgstr "Distance Z de contact du radeau" @@ -13235,7 +12751,7 @@ msgstr "" "fonction pour éviter l'emballage lors de l'impression ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -13276,7 +12792,7 @@ msgid "" "Some amount of material in extruder is pulled back to avoid ooze during long " "travel. Set zero to disable retraction" msgstr "" -"Une certaine quantité de matériau dans l'extrudeur est retirée pour éviter " +"Une certaine quantité de matériau dans l'extrudeuse est retirée pour éviter " "le suintement pendant les longs trajets. Définir zéro pour désactiver la " "rétraction" @@ -13348,14 +12864,12 @@ msgid "Spiral" msgstr "Spirale" msgid "Traveling angle" -msgstr "Angle de déplacement" +msgstr "" msgid "" "Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " "in Normal Lift" msgstr "" -"Angle de déplacement pour les sauts en Z en pente et en spirale. En le " -"réglant sur 90°, on obtient une levée normale." msgid "Only lift Z above" msgstr "Décalage en Z au-dessus uniquement" @@ -13423,14 +12937,14 @@ msgstr "Vitesse de Rétraction" msgid "Speed of retractions" msgstr "Vitesse de rétraction" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Vitesse de réinsertion" msgid "" "Speed for reloading filament into extruder. Zero means same speed with " "retraction" msgstr "" -"Vitesse de rechargement du filament dans l'extrudeur. Zéro signifie même " +"Vitesse de rechargement du filament dans l'extrudeuse. Zéro signifie même " "vitesse avec rétraction" msgid "Use firmware retraction" @@ -13650,15 +13164,15 @@ msgid "Wipe before external loop" msgstr "Essuyer avant la boucle externe" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Pour minimiser la visibilité d’une éventuelle surextrusion au début d’un " "périmètre extérieur lors de l’impression avec l’ordre d’impression de paroi " @@ -13692,17 +13206,6 @@ msgstr "Distance de la jupe" msgid "Distance from skirt to brim or object" msgstr "Distance de la jupe au bord ou à l'objet" -msgid "Skirt start point" -msgstr "Point de départ de la jupe" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Angle entre le centre de l’objet et le point de départ de la jupe. Le zéro " -"est la position la plus à droite, le sens inverse des aiguilles d’une montre " -"est un angle positif." - msgid "Skirt height" msgstr "Hauteur de la jupe" @@ -13717,46 +13220,36 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -"Un paravent est utile pour protéger une impression ABS ou ASA contre la " -"déformation et le détachement du plateau d’impression en raison des courants " -"d’air. Il n’est généralement nécessaire que pour les imprimantes à structure " -"ouverte, c’est-à-dire sans boîtier. \n" +"Un paravent est utile pour protéger une impression ABS ou ASA contre les " +"risques de déformation et de détachement du plateau d’impression en raison " +"des courants d’air. Il n’est généralement nécessaire que pour les " +"imprimantes à cadre ouvert, c’est-à-dire sans caisson. \n" "\n" +"Options :\n" "Activé = la hauteur de la jupe est égale à celle de l’objet imprimé le plus " -"haut. Sinon, c’est la « hauteur de la jupe » qui est utilisée.\n" +"haut.\n" +"Limité = la hauteur de la jupe est celle spécifiée par la hauteur de la " +"jupe.\n" +"\n" "Remarque : lorsque le paravent est actif, la jupe est imprimée à la distance " "de la jupe par rapport à l’objet. Par conséquent, si des bordures sont " -"actives, elle peut les croiser. Pour éviter cela, augmentez la valeur de la " -"distance de la jupe.\n" +"actives, elle risque de les croiser. Pour éviter cela, augmentez la valeur " +"de la distance de la jupe.\n" -msgid "Disabled" -msgstr "Désactivé" +msgid "Limited" +msgstr "Limité" msgid "Enabled" msgstr "Activé" -msgid "Skirt type" -msgstr "Type de jupe" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Combiné - une seule jupe pour tous les objets, Par objet - une jupe pour " -"chaque objet." - -msgid "Combined" -msgstr "Combiné" - -msgid "Per object" -msgstr "Par objet" - msgid "Skirt loops" msgstr "Boucles de la jupe" @@ -13779,18 +13272,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" "Longueur minimale d’extrusion du filament en mm lors de l’impression de la " "jupe. Zéro signifie que cette fonction est désactivée.\n" "\n" "L’utilisation d’une valeur non nulle est utile si l’imprimante est " -"configurée pour imprimer sans ligne d’amorce.\n" -"Le nombre final de boucles n’est pas pris en compte lors de la disposition " -"ou de la validation de la distance des objets. Dans ce cas, augmenter le " -"nombre de boucles. " +"configurée pour imprimer sans ligne d’amorce." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13810,12 +13298,6 @@ msgstr "" "La zone de remplissage inférieure à la valeur seuil est remplacée par un " "remplissage plein interne" -msgid "Solid infill" -msgstr "Remplissage solide" - -msgid "Filament to print solid infill" -msgstr "Filament pour l’impression de remplissage solide" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13841,8 +13323,8 @@ msgid "Smooth Spiral" msgstr "Spirale lisse" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "« Spirale lisse » lisse également les mouvements X et Y, de sorte qu’aucune " "couture n’est visible, même dans les directions XY sur des parois qui ne " @@ -13884,42 +13366,6 @@ msgstr "Traditionnel" msgid "Temperature variation" msgstr "Variation de température" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Différence de température à appliquer lorsqu’un extrudeur n’est pas actif. " -"La valeur n’est pas utilisée lorsque ‘idle_temperature’ dans les paramètres " -"du filament est réglé sur une valeur non nulle." - -msgid "Preheat time" -msgstr "Durée du préchauffage" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Pour réduire le temps d’attente après un changement d’outil, Orca peut " -"préchauffer l’outil suivant pendant que l’outil actuel est encore en cours " -"d’utilisation. Ce paramètre spécifie le temps en secondes pour préchauffer " -"l’outil suivant. Orca insère une commande M104 pour préchauffer l’outil à " -"l’avance." - -msgid "Preheat steps" -msgstr "Étapes de préchauffage" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Insérer plusieurs commandes de préchauffage (par exemple M104.1). Uniquement " -"utile pour la Prusa XL. Pour les autres imprimantes, veuillez le régler sur " -"1." - msgid "Start G-code" msgstr "G-code de démarrage" @@ -14247,15 +13693,9 @@ msgstr "" "(organique par défaut), tandis que le style hybride créera une structure " "similaire aux supports normaux sous de grands surplombs plats." -msgid "Default (Grid/Organic" -msgstr "Défaut (Grille/Organique)" - msgid "Snug" msgstr "Ajusté" -msgid "Organic" -msgstr "Arborescents Organiques" - msgid "Tree Slim" msgstr "Arborescent Fin" @@ -14265,6 +13705,9 @@ msgstr "Arborescent Fort" msgid "Tree Hybrid" msgstr "Arborescent Hybride" +msgid "Organic" +msgstr "Arborescents Organiques" + msgid "Independent support layer height" msgstr "Hauteur de la couche de support indépendante" @@ -14431,70 +13874,34 @@ msgid "Activate temperature control" msgstr "Activer le contrôle de la température" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Activer cette option pour le contrôle automatisé de la température du " -"caisson. Cette option active le lancement d’une commande M191 avant le code " -"« machine_start_gcode », qui fixe la température de la chambre et attend " -"qu’elle soit atteinte. En outre, elle déclenche une commande M141 à la fin " -"de l’impression pour éteindre le chauffage de la chambre, le cas échéant. \n" -"\n" -"Cette option repose sur la prise en charge des commandes M191 et M141 par le " -"micrologiciel, soit via des macros, soit de manière native, et est " -"généralement utilisée lorsqu’un chauffage de chambre actif est installé." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Activez cette option pour le contrôle de la température du caisson. Une " +"commande M191 sera ajoutée avant \"machine_start_gcode\"\n" +"Commandes G-code : M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Température du caisson" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"Pour les matériaux à haute température tels que l’ABS, l’ASA, le PC et le " -"PA, une température de caisson plus élevée peut contribuer à supprimer ou à " -"réduire la déformation et, éventuellement, à augmenter la force de liaison " -"entre les couches. Cependant, dans le même temps, une température de chambre " -"plus élevée réduira l’efficacité de la filtration de l’air pour l’ABS et " -"l’ASA. \n" -"\n" -"Pour le PLA, le PETG, le TPU, le PVA et d’autres matériaux à basse " -"température, cette option doit être désactivée (réglée sur 0) car la " -"température de la chambre doit être basse pour éviter l’engorgement de " -"l’extrudeuse causé par le ramollissement du matériau au niveau du " -"heatbreak.\n" -"\n" -"S’il est activé, ce paramètre définit également une variable gcode nommée " -"chamber_temperature, qui peut être utilisée pour transmettre la température " -"de la chambre souhaitée à votre macro de démarrage de l’impression, ou à une " -"macro de trempe thermique comme celle-ci : PRINT_START (autres variables) " -"CHAMBER_TEMP=[chamber_temperature]. Cela peut être utile si votre imprimante " -"ne prend pas en charge les commandes M141/M191, ou si vous souhaitez gérer " -"le préchauffage dans la macro de démarrage de l’impression si aucun " -"chauffage de chambre actif n’est installé." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"Une température de caisson plus élevée peut aider à supprimer ou à réduire " +"la déformation et potentiellement conduire à une force de liaison " +"intercouche plus élevée pour les matériaux à haute température comme l’ABS, " +"l’ASA, le PC, le PA, etc. Dans le même temps, la filtration de l’air de " +"l’ABS et de l’ASA s’aggravera. Pour le PLA, le PETG, le TPU, le PVA et " +"d’autres matériaux à basse température, la température réelle du caisson ne " +"doit pas être élevée pour éviter les bouchages, donc la valeur 0 qui " +"signifie éteindre est fortement recommandé." msgid "Nozzle temperature for layers after the initial one" msgstr "Température de la buse pour les couches après la première" @@ -14553,8 +13960,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Le nombre de couches solides supérieures est augmenté lors du découpage si " "l'épaisseur calculée par les couches de coque supérieures est inférieure à " @@ -14581,7 +13988,7 @@ msgid "Wipe Distance" msgstr "Distance d’essuyage" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14628,7 +14035,7 @@ msgid "Prime volume" msgstr "Premier volume" msgid "The volume of material to prime extruder on tower." -msgstr "Le volume de matériau pour amorcer l'extrudeur sur la tour." +msgstr "Le volume de matériau à amorcer l'extrudeuse sur la tour." msgid "Width of prime tower" msgstr "Largeur de la tour de purge." @@ -14649,6 +14056,12 @@ msgstr "" "Angle au sommet du cône utilisé pour stabiliser la tour d’essuyage. Un angle " "plus grand signifie une base plus large." +msgid "Wipe tower purge lines spacing" +msgstr "Espacement des lignes de purge de la tour d’essuyage" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Espacement des lignes de purge sur la tour d’essuyage." + msgid "Maximum wipe tower print speed" msgstr "Vitesse maximale d’impression de la tour d’essuyage" @@ -14695,6 +14108,9 @@ msgstr "" "Pour les périmètres externes de la tour d’essuyage, la vitesse du périmètre " "interne est utilisée indépendamment de ce paramètre." +msgid "Wipe tower extruder" +msgstr "Extrudeur de tour d’essuyage" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14752,37 +14168,6 @@ msgstr "Distance de pont maximale" msgid "Maximal distance between supports on sparse infill sections." msgstr "Distance maximale entre les supports sur les sections de remplissage." -msgid "Wipe tower purge lines spacing" -msgstr "Espacement des lignes de purge de la tour d’essuyage" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Espacement des lignes de purge sur la tour d’essuyage." - -msgid "Extra flow for purging" -msgstr "Débit supplémentaire pour purger" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Débit supplémentaire utilisé pour les lignes de purge de la tour d’essuyage. " -"Cela rend les lignes de purge plus épaisses ou plus étroites qu’elles ne le " -"seraient normalement. L’espacement est ajusté automatiquement." - -msgid "Idle temperature" -msgstr "Température au repos" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Température de la buse lorsque l’outil n’est pas utilisé dans les " -"configurations multi-outils. Cette fonction n’est utilisée que lorsque la " -"fonction « Prévention des suintements » est activée dans les paramètres " -"d’impression. Régler à 0 pour désactiver." - msgid "X-Y hole compensation" msgstr "Compensation de trou X-Y" @@ -14831,7 +14216,7 @@ msgstr "Marge de détection des trous polygones" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14872,7 +14257,7 @@ msgstr "Utiliser l’extrusion relative" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14983,9 +14368,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Ajustez cette valeur pour éviter que des parois courtes et non fermées " @@ -15033,7 +14418,7 @@ msgstr "Détecter un remplissage plein interne étroit" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Cette option détectera automatiquement la zone de remplissage plein interne " "étroite. S'il est activé, un motif concentrique sera utilisé pour la zone " @@ -15117,7 +14502,7 @@ msgstr "Contient le saut en z présent au début du bloc de G-code personnalisé msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Position de l’extrudeuse au début du bloc de G-code personnalisé. Si le G-" "code personnalisé se déplace ailleurs, il doit écrire dans cette variable " @@ -15126,31 +14511,21 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "État de rétraction au début du bloc de G-code personnalisé. Si le G-code " "personnalisé déplace l’axe de l’extrudeuse, il doit écrire dans cette " "variable pour que PrusaSlicer se rétracte correctement lorsqu’il reprend le " "contrôle." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Dérétraction supplémentaire" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "L’amorçage supplémentaire de l’extrudeuse après la dérétraction est " "actuellement prévu." -msgid "Absolute E position" -msgstr "Position E absolue" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" -"Position actuelle de l’axe de l’extrudeuse. Utilisé uniquement avec " -"l’adressage absolu de de I’extrudeur." - msgid "Current extruder" msgstr "Extrudeur actuel" @@ -15196,26 +14571,17 @@ msgstr "" msgid "Is extruder used?" msgstr "L’extrudeur est-il utilisé ?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Vecteur de bools indiquant si un extrudeur donné est utilisé dans " "l’impression." -msgid "Has single extruder MM priming" -msgstr "Dispose d’un seul extrudeur MM d’amorçage" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" -"Les régions d’amorçage multimatériaux supplémentaires sont-elles utilisées " -"dans cette impression ?" - msgid "Volume per extruder" msgstr "Volume par extrudeur" msgid "Total filament volume extruded per extruder during the entire print." msgstr "" -"Volume total de filament extrudé par extrudeur pendant toute la durée de " +"Volume total de filament extrudé par extrudeuse pendant toute la durée de " "l’impression." msgid "Total toolchanges" @@ -15363,7 +14729,7 @@ msgid "" "containing one name for each extruder." msgstr "" "Noms des préréglages de filaments utilisés pour le découpage. La variable " -"est un vecteur contenant un nom pour chaque extrudeur." +"est un vecteur contenant un nom pour chaque extrudeuse." msgid "Printer preset name" msgstr "Nom du préréglage de l’imprimante" @@ -15377,16 +14743,6 @@ msgstr "Nom de l’imprimante physique" msgid "Name of the physical printer used for slicing." msgstr "Nom de l’imprimante physique utilisé pour la découpe." -msgid "Number of extruders" -msgstr "Nombre d’extrudeurs" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Nombre total d’extrudeurs, qu’ils soient ou non utilisées dans l’impression " -"en cours." - msgid "Layer number" msgstr "Numéro de couche" @@ -15765,7 +15121,7 @@ msgid "" "cause the result not exactly the same in each calibration. We are still " "investigating the root cause to do improvements with new updates." msgstr "" -"Vous trouverez les détails de l'étalonnage de la dynamique des débits dans " +"Vous trouverez les détails de l'étalonnage de la dynamique des flux dans " "notre wiki.\n" "\n" "En général, la calibration n’est pas nécessaire. Lorsque vous démarrez une " @@ -16396,8 +15752,8 @@ msgstr "Démarrer le test Single-Thread" msgid "Export Log" msgstr "Exportation du journal" -msgid "OrcaSlicer Version:" -msgstr "Version d’OrcaSlicer:" +msgid "Snapmaker Orca Version:" +msgstr "Version d’Snapmaker Orca:" msgid "System Version:" msgstr "Version du système :" @@ -16405,11 +15761,11 @@ msgstr "Version du système :" msgid "DNS Server:" msgstr "Serveur DNS :" -msgid "Test OrcaSlicer(GitHub)" -msgstr "OrcaSlicer Test (GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Snapmaker Orca Test (GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "OrcaSlicer Test (GitHub) :" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Snapmaker Orca Test (GitHub) :" msgid "Test Bing.com" msgstr "Test Bing.com" @@ -16489,7 +15845,7 @@ msgid "Filament type is not selected, please reselect type." msgstr "" "Le type de filament n’est pas sélectionné, veuillez resélectionner le type." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" "Le numéro de série du filament n’est pas saisi, veuillez saisir le numéro de " "série." @@ -16567,7 +15923,7 @@ msgstr "Importer un préréglage" msgid "Create Type" msgstr "Créer un type" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Le modèle n’est pas trouvé, il faut resélectionner le fournisseur." msgid "Select Model" @@ -16620,10 +15976,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "Le modèle d’imprimante n’a pas été trouvé, veuillez resélectionner." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Le diamètre de la buse n’est pas bon, resélectionner l’emplacement." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Le préréglage de l’imprimante n’est pas bon, placez le préréglage." msgid "Printer Preset" @@ -16655,7 +16011,7 @@ msgstr "" "Vous avez introduit une donnée illégale dans la section « zone imprimable » " "de la première page. Veuillez vérifier avant de la créer." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" "L’imprimante ou le modèle personnalisé n’est pas saisi, placer la saisie." @@ -16696,7 +16052,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Le vendeur actuel n’a pas de modèle, veuillez resélectionner." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Vous n’avez pas sélectionné le fournisseur et le modèle ou introduit le " @@ -16828,7 +16184,7 @@ msgstr "" "Peut être partagé avec d’autres." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Préréglage du remplissage par l’utilisateur. \n" @@ -17072,7 +16428,7 @@ msgstr "La connexion à Duet fonctionne correctement." msgid "Could not connect to Duet" msgstr "Impossible de se connecter à Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Une erreur inconnue s’est produite" msgid "Wrong password" @@ -17482,7 +16838,7 @@ msgid "Could not connect to SimplyPrint" msgstr "Impossible de se connecter à SimplyPrint" msgid "Internal error" -msgstr "Erreur interne" +msgstr "" msgid "Unknown error" msgstr "Erreur inconnue" @@ -17539,37 +16895,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Température du caisson\n" -"Saviez-vous qu’OrcaSlicer prend en charge la température du caisson ?" +"Saviez-vous qu’Snapmaker Orca prend en charge la température du caisson ?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Calibrage\n" "Saviez-vous que le calibrage de votre imprimante peut faire des merveilles ? " -"Découvrez notre solution de calibrage bien-aimée dans OrcaSlicer." +"Découvrez notre solution de calibrage bien-aimée dans Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Ventilateur auxiliaire\n" -"Saviez-vous qu’OrcaSlicer prend en charge le ventilateur auxiliaire de " +"Saviez-vous qu’Snapmaker Orca prend en charge le ventilateur auxiliaire de " "refroidissement des pièces ?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtration de l’air/ventilateur d’extraction\n" -"Saviez-vous qu’OrcaSlicer peut prendre en charge la filtration de l’air/le " +"Saviez-vous qu’Snapmaker Orca peut prendre en charge la filtration de l’air/le " "ventilateur d’extraction ?" #: resources/data/hints.ini: [hint:G-code window] @@ -17594,11 +16950,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Comment utiliser les raccourcis clavier\n" -"Saviez-vous qu’Orca Slicer offre une large gamme de raccourcis clavier et " +"Saviez-vous qu’Snapmaker Orca offre une large gamme de raccourcis clavier et " "d’opérations sur les scènes 3D." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17690,7 +17046,7 @@ msgid "" msgstr "" "Fonctionnalité de recherche\n" "Saviez-vous que vous pouvez utiliser l’outil de recherche pour trouver " -"rapidement un paramètre spécifique de l’Orca Slicer ?" +"rapidement un paramètre spécifique de l’Snapmaker Orca ?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17728,25 +17084,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Soustraire une pièce\n" "Saviez-vous que vous pouviez soustraire un maillage d’un autre à l’aide du " "modificateur de partie négative ? De cette façon, vous pouvez, par exemple, " -"créer des trous facilement redimensionnables directement dans Orca Slicer." +"créer des trous facilement redimensionnables directement dans Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Saviez-vous que vous pouvez améliorer votre qualité d'impression en " "découpant un fichier .step au lieu d'un .stl ?\n" -"Orca Slicer prend en charge le découpage des fichiers .step, offrant des " +"Snapmaker Orca prend en charge le découpage des fichiers .step, offrant des " "résultats plus fluides qu'un .stl de résolution inférieure. Essayez !" #: resources/data/hints.ini: [hint:Z seam location] @@ -17910,516 +17266,6 @@ msgstr "" "déformer, tels que l’ABS, une augmentation appropriée de la température du " "plateau chauffant peut réduire la probabilité de déformation." -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "Nombre de mm de dépassement nécessaire pour que l’inversion soit " -#~ "considérée comme utile. Il peut s’agir d’un pourcentage de la largeur du " -#~ "périmètre.\n" -#~ "La valeur 0 permet l’inversion sur toutes les couches paires." - -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate/Plaque PLA" - -#~ msgid "Reverse on odd" -#~ msgstr "Parois inversées sur couches impaires" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Extruder les périmètres dont une partie se trouve au-dessus d’un surplomb " -#~ "dans le sens inverse sur les couches impaires. Ce motif alternatif peut " -#~ "améliorer considérablement les surplombs abrupts.\n" -#~ "\n" -#~ "Ce paramètre peut également contribuer à réduire le gauchissement de la " -#~ "pièce en raison de la réduction des contraintes dans les parois de la " -#~ "pièce." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Appliquer la logique d’inversion des périmètres uniquement sur les " -#~ "périmètres internes. \n" -#~ "\n" -#~ "Ce paramètre réduit considérablement les contraintes exercées sur les " -#~ "pièces, car elles sont désormais réparties dans des directions alternées. " -#~ "Cela devrait réduire la déformation des pièces tout en maintenant la " -#~ "qualité des parois externes. Cette fonction peut être très utile pour les " -#~ "matériaux sujets à la déformation, comme l’ABS/ASA, ainsi que pour les " -#~ "filaments élastiques, comme le TPU et le Silk PLA. Elle peut également " -#~ "contribuer à réduire le gauchissement des régions flottantes sur les " -#~ "supports.\n" -#~ "\n" -#~ "Pour que ce paramètre soit le plus efficace possible, il est recommandé " -#~ "de régler le seuil d’inversion sur 0 afin que toutes les parois internes " -#~ "s’impriment dans des directions alternées sur les couches impaires, quel " -#~ "que soit leur degré de surplomb." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Nombre de mm de dépassement nécessaire pour que l’inversion soit " -#~ "considérée comme utile. Il peut s’agir d’un pourcentage de la largeur du " -#~ "périmètre.\n" -#~ "La valeur 0 permet l’inversion sur toutes les couches impaires." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "La direction dans laquelle les boucles de la paroi sont extrudées lorsque " -#~ "l’on regarde du haut vers le bas.\n" -#~ "\n" -#~ "Par défaut, toutes les parois sont extrudées dans le sens inverse des " -#~ "aiguilles d’une montre, sauf si l’option Inverser sur impair est activée. " -#~ "Si vous choisissez une option autre qu’Auto, la direction des parois sera " -#~ "forcée, indépendamment de l’option Inverser sur l’impair.\n" -#~ "\n" -#~ "Cette option sera désactivée si le mode vase spiral est activé." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Lors de l'impression par objet, l'extrudeur peut entrer en collision avec " -#~ "une jupe.\n" -#~ "Il faut donc remettre la couche de la jupe à 1 pour éviter les collisions." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "La géométrie sera décimée avant de détecter les angles vifs. Ce paramètre " -#~ "indique la longueur minimale de l’écart pour la décimation.\n" -#~ "0 pour désactiver" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Démarrer le ventilateur plus tôt de ce nombre de secondes par rapport au " -#~ "démarrage cible (vous pouvez utiliser des fractions de secondes). Cela " -#~ "suppose une accélération infinie pour cette estimation de durée et ne " -#~ "prend en compte que les mouvements G1 et G0 (l’ajustement arc n’est pas " -#~ "pris en charge).\n" -#~ "Cela ne déplacera pas les commandes de ventilateur des G-codes " -#~ "personnalisés (ils agissent comme une sorte de \"barrière\").\n" -#~ "Cela ne déplacera pas les commandes de ventilateur dans le G-code de " -#~ "démarrage si seul le ‘G-code de démarrage personnalisé’ est activé.\n" -#~ "Utiliser 0 pour désactiver." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Un paravent est utile pour protéger une impression ABS ou ASA contre les " -#~ "risques de déformation et de détachement du plateau d’impression en " -#~ "raison des courants d’air. Il n’est généralement nécessaire que pour les " -#~ "imprimantes à cadre ouvert, c’est-à-dire sans caisson. \n" -#~ "\n" -#~ "Options :\n" -#~ "Activé = la hauteur de la jupe est égale à celle de l’objet imprimé le " -#~ "plus haut.\n" -#~ "Limité = la hauteur de la jupe est celle spécifiée par la hauteur de la " -#~ "jupe.\n" -#~ "\n" -#~ "Remarque : lorsque le paravent est actif, la jupe est imprimée à la " -#~ "distance de la jupe par rapport à l’objet. Par conséquent, si des " -#~ "bordures sont actives, elle risque de les croiser. Pour éviter cela, " -#~ "augmentez la valeur de la distance de la jupe.\n" - -#~ msgid "Limited" -#~ msgstr "Limité" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Longueur minimale d’extrusion du filament en mm lors de l’impression de " -#~ "la jupe. Zéro signifie que cette fonction est désactivée.\n" -#~ "\n" -#~ "L’utilisation d’une valeur non nulle est utile si l’imprimante est " -#~ "configurée pour imprimer sans ligne d’amorce." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Ajustez cette valeur pour éviter que des parois courtes et non fermées " -#~ "soient imprimées, ce qui pourrait augmenter le temps d’impression. Des " -#~ "valeurs plus élevées suppriment des parois plus nombreuses et plus " -#~ "longues.\n" -#~ "\n" -#~ "REMARQUE : les surfaces inférieures et supérieures ne sont pas affectées " -#~ "par cette valeur afin d’éviter les lacunes visuelles sur le côté du " -#~ "modèle. Réglez le « seuil d’une paroi » dans les paramètres avancés ci-" -#~ "dessous pour ajuster la sensibilité de ce qui est considéré comme une " -#~ "surface supérieure. Le « seuil d’une paroi » n’est visible que si ce " -#~ "paramètre est supérieur à la valeur par défaut de 0,5 ou si l’option « " -#~ "surfaces supérieures à une paroi » est activée." - -#, c-format, boost-format -#~ msgid "" -#~ "Enable this option to slow down printing in areas where perimeters may " -#~ "have curled upwards.For example, additional slowdown will be applied when " -#~ "printing overhangs on sharp corners like the front of the Benchy hull, " -#~ "reducing curling which compounds over multiple layers.\n" -#~ "\n" -#~ " It is generally recommended to have this option switched on unless your " -#~ "printer cooling is powerful enough or the print speed slow enough that " -#~ "perimeter curling does not happen. If printing with a high external " -#~ "perimeter speed, this parameter may introduce slight artifacts when " -#~ "slowing down due to the large variance in print speeds. If you notice " -#~ "artifacts, ensure your pressure advance is tuned correctly.\n" -#~ "\n" -#~ "Note: When this option is enabled, overhang perimeters are treated like " -#~ "overhangs, meaning the overhang speed is applied even if the overhanging " -#~ "perimeter is part of a bridge. For example, when the perimeters are 100%% " -#~ "overhanging, with no wall supporting them from underneath, the 100%% " -#~ "overhang speed will be applied." -#~ msgstr "" -#~ "Par exemple, un ralentissement supplémentaire sera appliqué lors de " -#~ "l'impression de surplombs sur des angles aigus comme l'avant de la coque " -#~ "du Benchy, réduisant ainsi l'enroulement qui s'aggrave sur plusieurs " -#~ "couches.\n" -#~ "\n" -#~ " Il est généralement recommandé d’activer cette option à moins que le " -#~ "refroidissement de votre imprimante ne soit suffisamment puissant ou que " -#~ "la vitesse d’impression soit suffisamment lente pour que le bouclage du " -#~ "périmètre ne se produise pas. Si vous imprimez avec une vitesse de " -#~ "périmètre externe élevée, ce paramètre peut introduire de légers " -#~ "artefacts lors du ralentissement en raison de la grande variance des " -#~ "vitesses d’impression. Si vous remarquez des artefacts, assurez-vous que " -#~ "votre avance de pression est réglée correctement.\n" -#~ "\n" -#~ "Remarque : lorsque cette option est activée, les périmètres en surplomb " -#~ "sont traités comme des surplombs, ce qui signifie que la vitesse de " -#~ "surplomb est appliquée même si le périmètre en surplomb fait partie d’un " -#~ "pont. Par exemple, lorsque les périmètres sont en surplomb de 100 %%, " -#~ "sans paroi les soutenant par en dessous, la vitesse de surplomb de 100 %% " -#~ "sera appliquée." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Ne pas filtrer les petits ponts internes (expérimental)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Cette option permet de réduire la formation de creux sur les surfaces " -#~ "supérieures des modèles fortement inclinés ou courbés.\n" -#~ "\n" -#~ "Par défaut, les petits ponts internes sont filtrés et le remplissage " -#~ "plein interne est imprimé directement sur le remplissage peu dense. Cela " -#~ "fonctionne bien dans la plupart des cas, accélérant l'impression sans " -#~ "trop compromettre la qualité de la surface supérieure. \n" -#~ "\n" -#~ "Cependant, dans les modèles fortement inclinés ou courbés, en particulier " -#~ "lorsque la densité de remplissage est trop faible, il peut en résulter un " -#~ "enroulement du remplissage plein non soutenu, ce qui provoque un effet de " -#~ "creusement.\n" -#~ "\n" -#~ "L’activation de cette option permet d’imprimer une couche de pont interne " -#~ "sur un remplissage plein interne légèrement non soutenu. Les options ci-" -#~ "dessous contrôlent la quantité de filtrage, c’est-à-dire la quantité de " -#~ "ponts internes créés.\n" -#~ "\n" -#~ "Désactivé - Désactive cette option. Il s’agit du comportement par défaut, " -#~ "qui fonctionne bien dans la plupart des cas.\n" -#~ "\n" -#~ "Filtrage limité - Crée des ponts internes sur les surfaces fortement " -#~ "inclinées, tout en évitant de créer des ponts internes inutiles. Cette " -#~ "option fonctionne bien pour la plupart des modèles difficiles.\n" -#~ "\n" -#~ "Pas de filtrage - Crée des ponts internes sur chaque surplomb interne " -#~ "potentiel. Cette option est utile pour les modèles à surface supérieure " -#~ "fortement inclinée. Cependant, dans la plupart des cas, elle crée trop de " -#~ "ponts inutiles." - -#, c-format, boost-format -#~ msgid "" -#~ "With increasing print speeds (and hence increasing volumetric flow " -#~ "through the nozzle) and increasing accelerations, it has been observed " -#~ "that the effective PA value typically decreases. This means that a single " -#~ "PA value is not always 100%% optimal for all features and a compromise " -#~ "value is usually used that does not cause too much bulging on features " -#~ "with lower flow speed and accelerations while also not causing gaps on " -#~ "faster features.\n" -#~ "\n" -#~ "This feature aims to address this limitation by modeling the response of " -#~ "your printer's extrusion system depending on the volumetric flow speed " -#~ "and acceleration it is printing at. Internally, it generates a fitted " -#~ "model that can extrapolate the needed pressure advance for any given " -#~ "volumetric flow speed and acceleration, which is then emmited to the " -#~ "printer depending on the current print conditions.\n" -#~ "\n" -#~ "When enabled, the pressure advance value above is overriden. However, a " -#~ "reasonable default value above is strongly recomended to act as a " -#~ "fallback and for when tool changing.\n" -#~ "\n" -#~ msgstr "" -#~ "Avec l’augmentation des vitesses d’impression (et donc du débit " -#~ "volumétrique à travers la buse) et des accélérations, il a été observé " -#~ "que la valeur effective du PA diminue généralement. Cela signifie qu’une " -#~ "valeur PA unique n’est pas toujours optimale à 100 %% pour toutes les " -#~ "caractéristiques et qu’une valeur de compromis est généralement utilisée " -#~ "pour éviter de provoquer un bombement trop important sur les éléments " -#~ "ayant une vitesse d’écoulement et des accélérations plus faibles, tout en " -#~ "évitant de provoquer des lacunes sur les éléments plus rapides.\n" -#~ "\n" -#~ "Cette fonction vise à remédier à cette limitation en modélisant la " -#~ "réponse du système d’extrusion de votre imprimante en fonction de la " -#~ "vitesse d’écoulement volumétrique et de l’accélération de l’impression. " -#~ "En interne, elle génère un modèle ajusté qui peut extrapoler l’avance de " -#~ "pression nécessaire pour une vitesse de débit volumétrique et une " -#~ "accélération données, qui est ensuite émise à l’imprimante en fonction " -#~ "des conditions d’impression actuelles.\n" -#~ "\n" -#~ "Lorsqu’elle est activée, la valeur de l’avance de pression ci-dessus est " -#~ "annulée. Cependant, une valeur par défaut raisonnable est fortement " -#~ "recommandée pour servir de solution de substitution et en cas de " -#~ "changement d’outil.\n" - -#, c-format, boost-format -#~ msgid "" -#~ "Enter the shrinkage percentage that the filament will get after cooling " -#~ "(94%% if you measure 94mm instead of 100mm). The part will be scaled in Z " -#~ "to compensate." -#~ msgstr "" -#~ "Entrez le pourcentage de rétrécissement que le filament obtiendra après " -#~ "refroidissement (94%% si vous mesurez 94mm au lieu de 100mm). La pièce " -#~ "sera mise à l’échelle en Z pour compenser." - -#~ msgid "Shrinkage" -#~ msgstr "Pourcentage de retrait" - -#~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the " -#~ "heat bed automatically." -#~ msgstr "" -#~ "Votre objet est trop grand. Il sera automatiquement réduit pour s’adapter " -#~ "au plateau." - -#~ msgid "Shift+G" -#~ msgstr "Shift+G" - -#~ msgid "Any arrow" -#~ msgstr "Toutes les flèches" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Active le remplissage des trous pour les surfaces sélectionnées. La " -#~ "longueur minimale du trou qui sera comblé peut être contrôlée à l’aide de " -#~ "l’option « Filtrer les petits trous » ci-dessous.\n" -#~ "\n" -#~ "Options :\n" -#~ "1. Partout : Applique le remplissage des trous aux surfaces pleines " -#~ "supérieures, inférieures et internes.\n" -#~ "2. Surfaces supérieure et inférieure : Remplissage des trous uniquement " -#~ "sur les surfaces supérieures et inférieures.\n" -#~ "3. Nulle part : Désactive le remplissage des trous\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Diminuez légèrement cette valeur (par exemple 0,9) pour réduire la " -#~ "quantité de matériaux pour le pont, pour améliorer l'affaissement" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Cette valeur détermine l’épaisseur de la couche des ponts internes. Il " -#~ "s’agit de la première couche sur le remplissage. Diminuez légèrement " -#~ "cette valeur (par exemple 0.9) pour améliorer la qualité de la surface " -#~ "sur le remplissage." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Ce facteur affecte la quantité de matériau pour le remplissage plein " -#~ "supérieur. Vous pouvez le diminuer légèrement pour avoir une finition de " -#~ "surface lisse" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Ce facteur affecte la quantité de matériau pour le remplissage plein du " -#~ "dessous" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Activer cette option pour ralentir l’impression dans les zones où des " -#~ "périmètres potentiellement courbées peuvent exister." - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "" -#~ "Il s'agit de la vitesse pour les ponts et les parois en surplomb à 100 %." - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Vitesse des ponts internes. Si la valeur est exprimée en pourcentage, " -#~ "elle sera calculée en fonction de bridge_speed. La valeur par défaut est " -#~ "150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Il est temps de charger un nouveau filament lors du changement de " -#~ "filament. Pour les statistiques uniquement" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Il est temps de décharger l'ancien filament lorsque vous changez de " -#~ "filament. Pour les statistiques uniquement" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Temps nécessaire au firmware de l’imprimante (ou au Multi Material Unit " -#~ "2.0) pour charger un nouveau filament lors d’un changement d’outil (lors " -#~ "de l’exécution du code T). Ce temps est ajouté au temps d’impression " -#~ "total par l’estimateur de temps du G-code." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Temps nécessaire au firmware de l’imprimante (ou au Multi Material Unit " -#~ "2.0) pour décharger un filament lors d’un changement d’outil (lors de " -#~ "l’exécution du code T). Ce temps est ajouté au temps d’impression total " -#~ "par l’estimateur de temps du G-code." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtrer les petits espaces au seuil spécifié." - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Activez cette option pour le contrôle de la température du caisson. Une " -#~ "commande M191 sera ajoutée avant \"machine_start_gcode\"\n" -#~ "Commandes G-code : M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Une température de caisson plus élevée peut aider à supprimer ou à " -#~ "réduire la déformation et potentiellement conduire à une force de liaison " -#~ "intercouche plus élevée pour les matériaux à haute température comme " -#~ "l’ABS, l’ASA, le PC, le PA, etc. Dans le même temps, la filtration de " -#~ "l’air de l’ABS et de l’ASA s’aggravera. Pour le PLA, le PETG, le TPU, le " -#~ "PVA et d’autres matériaux à basse température, la température réelle du " -#~ "caisson ne doit pas être élevée pour éviter les bouchages, donc la valeur " -#~ "0 qui signifie éteindre est fortement recommandé." - #~ msgid "Current association: " #~ msgstr "Association actuelle : " @@ -18430,30 +17276,30 @@ msgstr "" #~ msgstr "N’est associé à aucune application" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Associer OrcaSlicer aux liens prusaslicer:// afin qu’Orca puisse ouvrir " +#~ "Associer Snapmaker Orca aux liens prusaslicer:// afin qu’Orca puisse ouvrir " #~ "des modèles provenant de Printable.com" #~ msgid "Associate bambustudio://" #~ msgstr "Associer bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Associer OrcaSlicer aux liens bambustudio:// afin qu’Orca puisse ouvrir " +#~ "Associer Snapmaker Orca aux liens bambustudio:// afin qu’Orca puisse ouvrir " #~ "des modèles provenant de makerworld.com" #~ msgid "Associate cura://" #~ msgstr "Associer cura://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Associer OrcaSlicer aux liens cura:// pour qu’Orca puisse ouvrir les " +#~ "Associer Snapmaker Orca aux liens cura:// pour qu’Orca puisse ouvrir les " #~ "modèles de thingiverse.com" #~ msgid "Internel error" @@ -18565,10 +17411,10 @@ msgstr "" #~ msgstr "Y" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "PrusaSlicer links from Printable.com" #~ msgstr "" -#~ "Associer OrcaSlicer aux liens prusaslicer:// pour qu’Orca puisse ouvrir " +#~ "Associer Snapmaker Orca aux liens prusaslicer:// pour qu’Orca puisse ouvrir " #~ "les liens PrusaSlicer de Printable.com" #~ msgid "" @@ -18576,7 +17422,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -18618,11 +17464,11 @@ msgstr "" #~ "vitesses accrues." #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer est basé sur Bambu Studio de Bambulab qui a été développé sur " +#~ "Snapmaker Orca est basé sur Bambu Studio de Bambulab qui a été développé sur " #~ "la base de PrusaSlicer de Prusa Research, qui est lui même développé sur " #~ "la base de Slic3r par Alessandro Ranelucci et la communauté RepRap" @@ -18653,7 +17499,7 @@ msgstr "" #~ "Top solid infill area is enlarged slightly to overlap with wall for " #~ "better bonding and to minimize the appearance of pinholes where the top " #~ "infill meets the walls. A value of 25-30%% is a good starting point, " -#~ "minimizing the appearance of pinholes. The percentage value is relative " +#~ "minimising the appearance of pinholes. The percentage value is relative " #~ "to line width of sparse infill" #~ msgstr "" #~ "La zone de remplissage solide supérieure est légèrement élargie pour " @@ -18781,10 +17627,10 @@ msgstr "" #~ msgid "" #~ "The 3mf file version is in Beta and it is newer than the current " -#~ "OrcaSlicer version." +#~ "Snapmaker Orca version." #~ msgstr "" #~ "La version du fichier 3mf est en Beta et est plus récente que la version " -#~ "actuelle d’OrcaSlicer." +#~ "actuelle d’Snapmaker Orca." #~ msgid "active" #~ msgstr "actif" @@ -18876,11 +17722,11 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Échec du chargement [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "" #~ "Impossible de récupérer les informations du modèle depuis l'imprimante." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Impossible d'analyser les informations du modèle." #~ msgid "Connection lost. Please retry." @@ -18988,7 +17834,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "Modifier ces paramètres automatiquement ? \n" #~ "Oui - Désactiver « Assurer l’épaisseur verticale de la coque » et activer " @@ -19073,14 +17919,14 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "La configuration ne peut pas être chargée." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "Le fichier 3mf a été généré par une ancienne version de Orca Slicer, " +#~ "Le fichier 3mf a été généré par une ancienne version de Snapmaker Orca, " #~ "chargement des données de géométrie uniquement." #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -19128,7 +17974,7 @@ msgstr "" #~ msgstr "Recalculer" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" #~ "Orca recalcule vos volumes de purge à chaque fois que les couleurs des " @@ -19203,13 +18049,13 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Soustraire une partie\n" #~ "Saviez-vous que vous pouvez soustraire un maillage d'un autre à l'aide du " #~ "modificateur de partie négative ? De cette façon, vous pouvez, par " #~ "exemple, créer des trous facilement redimensionnables directement dans " -#~ "Orca Slicer. Plus d'informations dans la documentation." +#~ "Snapmaker Orca. Plus d'informations dans la documentation." #~ msgid "Filling bed " #~ msgstr "Remplir le plateau" @@ -19463,14 +18309,14 @@ msgstr "" #~ "Saviez-vous que vous pouvez réparer un modèle 3D corrompu pour éviter de " #~ "nombreux problèmes de découpage ?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Intégré" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Le fichier de configuration de Orca Slicer est peut-être corrompu et ne " +#~ "Le fichier de configuration de Snapmaker Orca est peut-être corrompu et ne " #~ "peut pas être analysé. Veuillez supprimer le fichier et réessayer." #~ msgid "Online Models" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/Snapmaker_Orca_hu.po similarity index 93% rename from localization/i18n/hu/OrcaSlicer_hu.po rename to localization/i18n/hu/Snapmaker_Orca_hu.po index 9d84e786d77..cd0c6f03720 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/Snapmaker_Orca_hu.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -641,7 +641,7 @@ msgid "Angle" msgstr "Angle" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Embedded depth" @@ -1101,11 +1101,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1331,7 +1331,7 @@ msgstr "Definiálatlan" msgid "%1% was replaced with %2%" msgstr "%1% lecserélve a következővel: %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" msgid "Some values have been replaced. Please check them:" @@ -1359,7 +1359,7 @@ msgstr "" "sikerült felismerni." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" @@ -1367,7 +1367,7 @@ msgid "Fatal error" msgstr "Súlyos hiba" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" @@ -1375,7 +1375,7 @@ msgid "Critical error" msgstr "Kritikus hiba" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" msgstr "" msgid "Untitled" @@ -1395,7 +1395,7 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "A következőhöz való csatlakozás sikertelen: %s! [SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" @@ -1421,8 +1421,8 @@ msgstr "Konfiguráció betöltése" msgid "Click to download new version in default browser: %s" msgstr "Kattints az új verzió letöltéséhez az alapértelmezett böngészőben: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "A Orca Slicert frissíteni kell" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "A Snapmaker Orcat frissíteni kell" msgid "This is the newest version." msgstr "Ez a legújabb verzió." @@ -1431,8 +1431,8 @@ msgid "Info" msgstr "Infó" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1466,7 +1466,7 @@ msgid "Some presets are modified." msgstr "Néhány beállítás megváltozott." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Megtarthatod az új projekt módosított beállításait, elvetheted őket, vagy " @@ -1483,10 +1483,10 @@ msgid "Open Project" msgstr "Projekt megnyitása" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"A Orca Slicer ezen verziója túl régi és a legfrissebb verzióra kell " +"A Snapmaker Orca ezen verziója túl régi és a legfrissebb verzióra kell " "frissíteni, mielőtt rendesen használható lenne" msgid "Privacy Policy Update" @@ -1549,11 +1549,11 @@ msgstr "Open" msgid "Rename" msgstr "Átnevezés" -msgid "Orca Slicer GUI initialization failed" -msgstr "Nem sikerült a Orca Slicer GUI inicializálása" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Nem sikerült a Snapmaker Orca GUI inicializálása" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Súlyos hiba, a következő kivételt találtuk: %1%" msgid "Quality" @@ -1932,9 +1932,6 @@ msgstr "Modell egyszerűsítése" msgid "Center" msgstr "Közép" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Folyamatbeállítások szerkesztése" @@ -2058,7 +2055,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "This action will break a cut correspondence.\n" "After that, model consistency can't be guaranteed .\n" @@ -2072,7 +2069,7 @@ msgstr "Delete all connectors" msgid "Deleting the last solid part is not allowed." msgstr "Az utolsó szilárd rész törlése nem megengedett." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" "A kijelölt objektum csak egy tárgyat tartalmaz, ezért nem lehet tovább " "bontani." @@ -2457,7 +2454,7 @@ msgstr "" "Az összes kijelölt objektum egy zárolt tálcán van,\n" "nem lehet automatikus elrendezést használni rajtuk." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Nincsenek elrendezhető objektumok kijelölve." msgid "" @@ -2706,13 +2703,13 @@ msgstr "Copyright" msgid "License" msgstr "Licenc" -msgid "Orca Slicer is licensed under " -msgstr "A Orca Slicer a következő licencet használja " +msgid "Snapmaker Orca is licensed under " +msgstr "A Snapmaker Orca a következő licencet használja " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2729,10 +2726,10 @@ msgstr "" msgid "About %s" msgstr "%s névjegye" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3156,7 +3153,7 @@ msgstr "Utófeldolgozási szkriptek futtatása" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Ismeretlen hiba történt a G-kód exportálása közben." #, boost-format @@ -3626,7 +3623,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3665,6 +3662,13 @@ msgstr "" "IGEN - Törlő torony megtartása\n" "NEM - Független támasz rétegmagasság megtartása" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"While printing by object, the extruder may collide with a skirt.\n" +"Thus, reset the skirt layer to 1 to avoid collisions." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4710,12 +4714,6 @@ msgstr "Kijelölt klónozása" msgid "Clone copies of selections" msgstr "A kijelölések klónmásolatai" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Összes kijelölése" @@ -4737,7 +4735,7 @@ msgstr "Ortogonális nézet használata" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4764,12 +4762,6 @@ msgstr "Show &Overhang" msgid "Show object overhang highlight in 3D scene" msgstr "Show object overhang highlight in 3D scene" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Beállítások" @@ -4791,18 +4783,6 @@ msgstr "2. menet" msgid "Flow rate test - Pass 2" msgstr "Anyagáramlás teszt - 2. menet" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Anyagáramlás" @@ -4970,7 +4950,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "A nyomtató kamerája hibásan működik." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Probléma merült fel. Kérjük, frissítsd a nyomtató firmware-ét, és próbáld " "meg újra." @@ -5018,11 +4998,11 @@ msgstr "Virtuális kameraeszközök letöltése" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Már fut egy másik virtuális kamera.\n" -"A Orca Slicer csak egy virtuális kamerát támogat.\n" +"A Snapmaker Orca csak egy virtuális kamerát támogat.\n" "Leállítod ezt a virtuális kamerát?" #, c-format, boost-format @@ -5145,7 +5125,7 @@ msgstr "Do you want to delete the file '%s' from printer?" msgid "Delete file" msgstr "Delete file" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Fetching model information..." msgid "Failed to fetch model information from printer." @@ -5155,7 +5135,7 @@ msgid "Failed to parse model information." msgstr "Nem sikerült feldolgozni a modellinformációkat" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5416,7 +5396,7 @@ msgstr "Infó" msgid "Get oss config failed." msgstr "OSS-konfiguráció letöltése sikertelen." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Upload Pictures" msgid "Number of images successfully uploaded" @@ -5533,20 +5513,20 @@ msgid "Newer 3mf version" msgstr "Újabb 3mf verzió" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Béta verzió letöltése" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5898,7 +5878,7 @@ msgstr "Nincs kompatibilis filament és nem történt szinkronizálás." msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" @@ -5959,7 +5939,7 @@ msgstr "&Az oldalsáv összecsukása" msgid "Loading file: %s" msgstr "Fájl betöltése: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" msgid "Load 3mf" @@ -6227,7 +6207,7 @@ msgid "Project downloaded %d%%" msgstr "Projekt letöltve %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6430,7 +6410,7 @@ msgstr "Tippek:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" #, c-format, boost-format @@ -6476,7 +6456,7 @@ msgstr "Válassz letöltési mappát" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6532,7 +6512,7 @@ msgstr "Angolszász" msgid "Units" msgstr "Mértékegység" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6546,8 +6526,8 @@ msgstr "" "engedélyez." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6608,11 +6588,11 @@ msgstr "A nap tippje értesítés megjelenítése indítás után" msgid "If enabled, useful hints are displayed at startup." msgstr "Ha engedélyezve van, hasznos tippek jelennek meg indításkor." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" "Öblítési mennyiség: Automatikus kiszámításra kerül minden színcserekor." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Ha engedélyezve van, automatikusan kiszámításra kerül minden színcsere " "alkalmával." @@ -6642,12 +6622,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "" @@ -6668,37 +6642,37 @@ msgstr "System Sync" msgid "Clear my choice on the unsaved presets." msgstr "Clear my choice on the unsaved presets." -msgid "Associate files to OrcaSlicer" -msgstr "Fájlok társítása a OrcaSlicerhoz" +msgid "Associate files to Snapmaker Orca" +msgstr "Fájlok társítása a Snapmaker Orcahoz" -msgid "Associate .3mf files to OrcaSlicer" -msgstr ".3mf fájlok társítása a OrcaSlicerhoz" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr ".3mf fájlok társítása a Snapmaker Orcahoz" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett " +"Ha engedélyezve van, a Snapmaker Orca-t állítja be alapértelmezett " "alkalmazásként a .3mf fájlok megnyitásához" -msgid "Associate .stl files to OrcaSlicer" -msgstr ".stl fájlok társítása a OrcaSlicerhoz" +msgid "Associate .stl files to Snapmaker Orca" +msgstr ".stl fájlok társítása a Snapmaker Orcahoz" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett " +"Ha engedélyezve van, a Snapmaker Orca-t állítja be alapértelmezett " "alkalmazásként az .stl fájlok megnyitásához" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr ".step/.stp fájlok társítása a OrcaSlicerhoz" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr ".step/.stp fájlok társítása a Snapmaker Orcahoz" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett " +"Ha engedélyezve van, a Snapmaker Orca-t állítja be alapértelmezett " "alkalmazásként a .step fájlok megnyitásához" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6725,7 +6699,7 @@ msgstr "" msgid "every" msgstr "every" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "The period of backup in seconds." msgid "Downloads" @@ -6938,7 +6912,7 @@ msgstr "3mf feltöltése" msgid "Jump to model publish web page" msgstr "Ugrás a modell közzététele weboldalra" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Megjegyzés: Az előkészítés több percig is eltarthat. Kérjük várj." msgid "Publish" @@ -7288,7 +7262,7 @@ msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" "A MicroSD card needs to be inserted before sending to the printer SD card." -msgid "The printer is required to be in the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." msgstr "" "A nyomtatónak ugyanazon a hálózaton kell lennie, mint a Bambu Studiónak." @@ -7367,8 +7341,8 @@ msgstr "Terms and Conditions" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7453,7 +7427,7 @@ msgstr "" "Kattints az összes beállítás utolsó mentett változatának visszaállításához." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "A sima timelapse miatt szükség van a törlőtoronyra. Nélküle előfordulhatnak " @@ -7642,21 +7616,12 @@ msgstr "Filament a támaszhoz" msgid "Tree supports" msgstr "" -msgid "Multimaterial" -msgstr "" +msgid "Skirt" +msgstr "Szoknya" msgid "Prime tower" msgstr "Törlő torony" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Szoknya" - msgid "Special mode" msgstr "Speciális mód" @@ -7710,9 +7675,6 @@ msgstr "" "Az ajánlott fúvóka hőmérséklet-tartomány ehhez a filamenthez. A 0 azt " "jelenti, hogy nincs beállítva" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "" @@ -7831,6 +7793,9 @@ msgstr "Filament kezdő G-kód" msgid "Filament end G-code" msgstr "Filament befejező G-kód" +msgid "Multimaterial" +msgstr "" + msgid "Wipe tower parameters" msgstr "Törlőtorony paraméterek" @@ -7918,33 +7883,15 @@ msgstr "Gyorsulási limitek" msgid "Jerk limitation" msgstr "Jerk limitek" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Fúvóka átmérője" - msgid "Wipe tower" msgstr "Törlőtorony" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Egyetlen extruder többanyagú paraméterei" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Rétegmagasság limitek" @@ -8231,7 +8178,7 @@ msgstr "Kilépés %s" msgid "the Configuration package is incompatible with current APP." msgstr "" -"A konfigurációs csomag nem kompatibilis a Orca Slicer jelenlegi verziójával." +"A konfigurációs csomag nem kompatibilis a Snapmaker Orca jelenlegi verziójával." msgid "Configuration updates" msgstr "Konfiguráció frissítések" @@ -8346,8 +8293,8 @@ msgid "Flushing volumes for filament change" msgstr "Filament csere tiszítási mennyisége" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8391,7 +8338,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8402,7 +8349,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8696,17 +8643,17 @@ msgid "Network plug-in update" msgstr "Hálózati bővítmény frissítése" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Orca Slicer " +"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Snapmaker Orca " "következő indításakor." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Új hálózati bővítmény (%s) érhető el. Szeretnéd telepíteni?" -msgid "New version of Orca Slicer" -msgstr "A Orca Slicer új verziója" +msgid "New version of Snapmaker Orca" +msgstr "A Snapmaker Orca új verziója" msgid "Skip this Version" msgstr "Verzió kihagyása" @@ -8757,9 +8704,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN kapcsolódás sikertelen (nyomtatási fájl küldése)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"1. lépés: Ellenőrizd, hogy a Orca Slicer és a nyomtató ugyanazon a helyi " +"1. lépés: Ellenőrizd, hogy a Snapmaker Orca és a nyomtató ugyanazon a helyi " "hálózaton van." msgid "" @@ -8850,7 +8797,7 @@ msgid "" msgstr "" "A firmware verziója rendellenes. A nyomtatás előtt javításra és frissítésre " "van szükség. Szeretnél frissíteni most? A frissítés később is elvégezhető a " -"Orca Slicer következő indításakor." +"Snapmaker Orca következő indításakor." msgid "Extension Board" msgstr "Bővítőpanel" @@ -8947,11 +8894,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Objektum nem nyomtatható ki. Lehet, hogy túl kicsi." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9178,12 +9120,6 @@ msgstr "" "A spirál (váza) mód nem működik, ha egy objektum egynél több anyagot " "tartalmaz." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "" @@ -9203,10 +9139,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "A változó rétegmagasság nem működik az organikus támaszokkal." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Nem használhatsz különböző fúvókaátmérőt és filamentátmérőt, ha a " +"törlőtorony engedélyezve van." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9216,9 +9153,9 @@ msgstr "" "(use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"A szivárgás elleni védelem nem működik, ha a törlőtorony engedélyezve van." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9351,11 +9288,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Szoknya & perem generálása" @@ -9446,13 +9378,13 @@ msgid "Hostname, IP or URL" msgstr "Hosztnév, IP vagy URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"A Orca Slicer képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " +"A Snapmaker Orca képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " "tartalmaznia kell a nyomtató hostnevét, IP-címét vagy URL-címét. A HAProxy " "mögött lévő nyomtató alapszintű hitelesítéssel érhető el, ha a " "felhasználónevet és a jelszót a következő formátumban beleírod az URL-be: " @@ -9471,10 +9403,10 @@ msgid "API Key / Password" msgstr "API kulcs / jelszó" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"A Orca Slicer képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " +"A Snapmaker Orca képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " "tartalmaznia kell a hitelesítéshez szükséges API-kulcsot vagy jelszót." msgid "Name of the printer" @@ -9674,8 +9606,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Az alsó szilárd rétegek száma szeleteléskor megnő, ha az alsó héjrétegek " "vastagsága kisebb ennél az értéknél. Ezzel elkerülhető, hogy túl vékony " @@ -9687,31 +9619,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9752,7 +9667,7 @@ msgstr "Túlnyúlás hűtésének küszöbértéke" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9786,11 +9701,10 @@ msgstr "Áthidalás áramlási sebessége" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Csökkentsd kicsit ezt az értéket (például 0,9-re), hogy ezzel csökkentsd az " +"áthidaláshoz használt anyag mennyiségét, és a megereszkedést" msgid "Internal bridge flow ratio" msgstr "" @@ -9798,11 +9712,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9810,20 +9720,15 @@ msgstr "Felső felület anyagáramlása" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Ez a beállítás a felső szilárd kitöltésnél használt anyag mennyiségét " +"befolyásolja. Kis mértékben csökkentve simább felület érhető el vele." msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -9877,7 +9782,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -9885,7 +9790,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9905,9 +9810,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9937,9 +9842,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -9959,25 +9862,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -9986,14 +9873,8 @@ msgstr "mm/s vagy %" msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Az áthidalások és a teljesen túlnyúló falak nyomtatási sebessége" msgid "mm/s" msgstr "mm/s" @@ -10002,8 +9883,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -10017,7 +9898,7 @@ msgstr "Perem típusa" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "This controls the generation of the brim at outer and/or inner side of " "models. Auto means the brim width is analyzed and calculated automatically." @@ -10051,8 +9932,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -10190,7 +10071,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10206,24 +10087,24 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Letiltva" msgid "Limited filtering" msgstr "" @@ -10365,7 +10246,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10375,8 +10256,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10403,7 +10284,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10417,10 +10298,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10469,7 +10350,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10483,7 +10364,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10531,109 +10412,17 @@ msgstr "" "értéknek a változtatásával szép sík felületet kaphatsz, ha úgy tapasztalod, " "hogy túl sok vagy kevés az anyagáramlás." -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Nyomáselőtolás engedélyezése" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10643,8 +10432,8 @@ msgid "Keep fan always on" msgstr "Ventilátor mindig bekapcsolva" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Ezen beállítás engedélyezése esetén a tárgyhűtő ventilátor soha nem áll le, " "és legalább a minimális fordulatszámon fog járni, hogy csökkentse az indítás " @@ -10660,8 +10449,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10717,29 +10506,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Filament betöltési idő" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Az új filament betöltésének ideje filament váltáskor, csak statisztikai " +"célokra van használva." msgid "Filament unload time" msgstr "Filament kitöltési idő" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"A régi filament kitöltésének ideje filament váltáskor, csak statisztikai " +"célokra van használva." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10752,7 +10530,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10761,7 +10539,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10773,16 +10551,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Betöltési sebesség" @@ -10834,21 +10602,6 @@ msgstr "" "A filament hűtése úgy történik, hogy oda-vissza mozgatják a hűtőcsőben. Adja " "meg a kívánt lépések számát." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Az első hűtési lépés sebessége" @@ -10862,7 +10615,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -10872,6 +10625,15 @@ msgstr "Az utolsó hűtési lépés sebessége" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "A hűtési lépések fokozatosan felgyorsulnak erre a sebességre." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Az az idő, amíg a nyomtató vezérlő szoftvere (vagy a Multi Material Unit " +"2.0) új filamentet tölt be a szerszámcsere során (a T kód végrehajtásakor). " +"Ezt az időt a G-kód időbecslő hozzáadja a teljes nyomtatási időhöz." + msgid "Ramming parameters" msgstr "Tömörítési paraméterek" @@ -10882,23 +10644,33 @@ msgstr "" "Ez a karakterlánc a TömörítésPárbeszéd ablakban szerkeszthető, és a " "tömörítéssel kapcsolatos paramétereket tartalmaz." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Az az idő, amíg a nyomtató vezérlő szoftvere (vagy a Multi Material Unit " +"2.0) az előző Filamenet kiüríti a szerszámcsere során (a T kód " +"végrehajtásakor). Ezt az időt a G-kód időbecslő hozzáadja a teljes " +"nyomtatási időhöz." + +msgid "Enable ramming for multitool setups" msgstr "" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "" msgid "The volume to be rammed before the toolchange." msgstr "" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "" msgid "Flow used for ramming the filament before the toolchange." @@ -10940,7 +10712,7 @@ msgstr "Lágyulási hőmérséklet" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than this, it's highly recommended to open the front " @@ -11042,7 +10814,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11064,7 +10836,7 @@ msgstr "A kitöltőhorgony maximális hossza" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11224,7 +10996,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -11247,7 +11019,7 @@ msgid "Fuzzy skin thickness" msgstr "Fuzzy skin vastagsága" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "A rezgés szélessége: ezt ajánlott kisebbre állítani, mint a külső fal " @@ -11257,7 +11029,7 @@ msgid "Fuzzy skin point distance" msgstr "Fuzzy skin pontok távolsága" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Az egyes vonalszakaszokon használt véletlen pontok közötti átlagos távolság" @@ -11274,10 +11046,7 @@ msgstr "Apró rések szűrése" msgid "Layers and Perimeters" msgstr "Rétegek és peremek" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -11306,7 +11075,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11402,9 +11171,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11512,22 +11281,6 @@ msgstr "" "csökkentése érdekében. A fal továbbra is az eredeti rétegmagassággal kerül " "kinyomtatásra." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Filament a belső ritkás kitöltésekhez." @@ -11554,7 +11307,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11584,12 +11337,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Szegmentált régió összekapcsolódási mélysége" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Szegmentált régió összekapcsolódási mélysége. A 0 érték letiltja ezt a " +"funkciót." msgid "Use beam interlocking" msgstr "" @@ -11946,6 +11697,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "Fúvóka átmérője" + msgid "Diameter of nozzle" msgstr "Fúvóka átmérője" @@ -11963,10 +11717,10 @@ msgid "Host Type" msgstr "Host típusa" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"A Orca Slicer képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " +"A Snapmaker Orca képes G-kód fájlokat feltölteni a nyomtatóra. Ennek a mezőnek " "tartalmaznia kell a gazdagép típusát." msgid "Nozzle volume" @@ -12045,11 +11799,6 @@ msgstr "" "komplex modelleknél, de egyúttal lassabbá teszi a szeletelést és a G-kód " "generálást" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Fájlnév formátum" @@ -12094,9 +11843,6 @@ msgstr "" "más sebességet használ. A 100%%-os túlnyúlás esetén az áthidaláshoz " "beállított sebességet használja." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12126,25 +11872,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Printer notes" msgid "You can put your notes regarding the printer here." msgstr "You can put your notes regarding the printer here." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Tutaj érintkezés Z távolság" @@ -12182,7 +11919,7 @@ msgstr "" "elkerülheted a vetemedést ABS nyomtatásakor." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12360,7 +12097,7 @@ msgstr "Visszahúzás sebessége" msgid "Speed of retractions" msgstr "Visszahúzások sebessége" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Betöltési sebesség" msgid "" @@ -12545,15 +12282,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12576,14 +12313,6 @@ msgstr "Szoknya távolsága" msgid "Distance from skirt to brim or object" msgstr "A szoknyától a peremig vagy tárgyig mért távolság" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt height" @@ -12598,33 +12327,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "Letiltva" +msgid "Limited" +msgstr "Korlátozott" msgid "Enabled" msgstr "Engedélyezve" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Szoknya hurkok száma" @@ -12651,9 +12368,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12674,12 +12389,6 @@ msgstr "" "A küszöbérték alatti ritkás kitöltési terület belső szilárd kitöltéssel " "kerül leváltásra" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12703,11 +12412,11 @@ msgid "Smooth Spiral" msgstr "Smooth Spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgid "Max XY Smoothing" msgstr "Max XY Smoothing" @@ -12744,31 +12453,6 @@ msgstr "Hagyományos" msgid "Temperature variation" msgstr "Hőmérséklet változás" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Kezdő G-kód" @@ -13081,15 +12765,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Szoros" -msgid "Organic" -msgstr "" - msgid "Tree Slim" msgstr "Karcsú fa" @@ -13099,6 +12777,9 @@ msgstr "Erős fa" msgid "Tree Hybrid" msgstr "Hibrid fa" +msgid "Organic" +msgstr "" + msgid "Independent support layer height" msgstr "Független támasz rétegmagassága" @@ -13241,40 +12922,29 @@ msgid "Activate temperature control" msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "Kamra hőmérséklete" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on. At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials, the actual chamber temperature should not " +"be high to avoid clogs, so 0 (turned off) is highly recommended." msgid "Nozzle temperature for layers after the initial one" msgstr "Fúvóka hőmérséklete az első réteg után" @@ -13329,8 +12999,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "A felső szilárd rétegek száma szeleteléskor megnő, ha a felső héjrétegekből " "számított vastagság kisebb ennél az értéknél. Ezzel elkerülhető, hogy túl " @@ -13357,7 +13027,7 @@ msgid "Wipe Distance" msgstr "Törlési távolság" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13413,6 +13083,12 @@ msgid "" "Larger angle means wider base." msgstr "" +msgid "Wipe tower purge lines spacing" +msgstr "" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13438,6 +13114,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13488,30 +13167,6 @@ msgstr "Maximális áthidalási távolság" msgid "Maximal distance between supports on sparse infill sections." msgstr "A támaszok közötti maximális távolság a ritkás kitöltésű részeken." -msgid "Wipe tower purge lines spacing" -msgstr "" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y furatkompenzáció" @@ -13557,7 +13212,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13589,7 +13244,7 @@ msgstr "Relatív E távolságok használata" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13689,9 +13344,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13724,7 +13379,7 @@ msgstr "Keskeny belső szilárd kitöltés felismerése" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési " "területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében ezen a " @@ -13753,7 +13408,7 @@ msgid "No check" msgstr "No check" msgid "Do not run any validity checks, such as gcode path conflicts check." -msgstr "Do not run any validity checks, such as gcode path conflicts check." +msgstr "Do not run any validity checks, such as G-code path conflicts check." msgid "Ensure on bed" msgstr "Ágyra igazítás" @@ -13804,27 +13459,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" - -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -13866,14 +13513,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -14020,14 +13660,6 @@ msgstr "" msgid "Name of the physical printer used for slicing." msgstr "" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "" @@ -14970,7 +14602,7 @@ msgstr "Teszt indítása egy szálon" msgid "Export Log" msgstr "Napló exportálása" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -14979,10 +14611,10 @@ msgstr "Rendszerverzió:" msgid "DNS Server:" msgstr "DNS kiszolgáló:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -15057,7 +14689,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "A filament típusa nem lett kiválasztva, kérjük, válaszd ki a típust." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filament serial missing; please input serial." msgid "" @@ -15125,7 +14757,7 @@ msgstr "Beállítás importálása" msgid "Create Type" msgstr "Típus létrehozása" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "The model was not found; please reselect vendor." msgid "Select Model" @@ -15177,10 +14809,10 @@ msgstr "Útvonal nem található. Kérjük, válaszd ki újra a gyártót." msgid "The printer model was not found, please reselect." msgstr "A nyomtató modellje nem található, kérjük, válaszd ki újra." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "The nozzle diameter was not found; please reselect." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "The printer preset was not found; please reselect." msgid "Printer Preset" @@ -15212,7 +14844,7 @@ msgstr "" "Tiltott karakter került be az első oldalon a nyomtatási terület részbe. " "Kérjük, csak számokat használj." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "The custom printer or model missing; please input." msgid "" @@ -15251,7 +14883,7 @@ msgid "Current vendor has no models, please reselect." msgstr "A kiválasztott gyártónak nincsenek modelljei. Kérjük, válassz másikat." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Nem választottad ki a gyártót és modellt, vagy nem adtál meg egy egyedi " @@ -15365,7 +14997,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Felhasználói filamentbeállítások.\n" @@ -15597,7 +15229,7 @@ msgstr "Connection to Duet is working correctly." msgid "Could not connect to Duet" msgstr "Nem sikerült csatlakozni a Duethez" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Ismeretlen hiba történt" msgid "Wrong password" @@ -16018,26 +15650,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -16056,7 +15688,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -16175,7 +15807,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -16183,7 +15815,7 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" @@ -16341,102 +15973,6 @@ msgstr "" "Tudtad, hogy a vetemedésre hajlamos anyagok (például ABS) nyomtatásakor a " "tárgyasztal hőmérsékletének növelése csökkentheti a vetemedés valószínűségét?" -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "While printing by object, the extruder may collide with a skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid collisions." - -#~ msgid "Limited" -#~ msgstr "Korlátozott" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Csökkentsd kicsit ezt az értéket (például 0,9-re), hogy ezzel csökkentsd " -#~ "az áthidaláshoz használt anyag mennyiségét, és a megereszkedést" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Ez a beállítás a felső szilárd kitöltésnél használt anyag mennyiségét " -#~ "befolyásolja. Kis mértékben csökkentve simább felület érhető el vele." - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Az áthidalások és a teljesen túlnyúló falak nyomtatási sebessége" - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Az új filament betöltésének ideje filament váltáskor, csak statisztikai " -#~ "célokra van használva." - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "A régi filament kitöltésének ideje filament váltáskor, csak statisztikai " -#~ "célokra van használva." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Az az idő, amíg a nyomtató vezérlő szoftvere (vagy a Multi Material Unit " -#~ "2.0) új filamentet tölt be a szerszámcsere során (a T kód " -#~ "végrehajtásakor). Ezt az időt a G-kód időbecslő hozzáadja a teljes " -#~ "nyomtatási időhöz." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Az az idő, amíg a nyomtató vezérlő szoftvere (vagy a Multi Material Unit " -#~ "2.0) az előző Filamenet kiüríti a szerszámcsere során (a T kód " -#~ "végrehajtásakor). Ezt az időt a G-kód időbecslő hozzáadja a teljes " -#~ "nyomtatási időhöz." - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials, the actual chamber " -#~ "temperature should not be high to avoid clogs, so 0 (turned off) is " -#~ "highly recommended." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Nem használhatsz különböző fúvókaátmérőt és filamentátmérőt, ha a " -#~ "törlőtorony engedélyezve van." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "A szivárgás elleni védelem nem működik, ha a törlőtorony engedélyezve van." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Szegmentált régió összekapcsolódási mélysége. A 0 érték letiltja ezt a " -#~ "funkciót." - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Kérjük, adj meg egy érvényes értéket (K 0-0,3)" @@ -16639,11 +16175,11 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Load failed [%d]" -#~ msgid "Failed to fetching model information from printer." -#~ msgstr "Failed to fetch model information from printer." +#~ msgid "Failed to fetching model infomations from printer." +#~ msgstr "Failed to fetch model infomation from printer." -#~ msgid "Failed to parse model informations." -#~ msgstr "Failed to parse model information" +#~ msgid "Failed to parse model infomations." +#~ msgstr "Failed to parse model infomation" #, boost-format #~ msgid "" @@ -16994,7 +16530,7 @@ msgstr "" #~ "Tudtad, hogy a sérült 3D-modelleket megjavíthatod, amivel elkerülhetsz " #~ "sok szeletelési problémát?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Embedded" #~ msgid "Online Models" diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/Snapmaker_Orca_it.po similarity index 91% rename from localization/i18n/it/OrcaSlicer_it.po rename to localization/i18n/it/Snapmaker_Orca_it.po index 4bb4e90163d..241f7c8c960 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/Snapmaker_Orca_it.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -652,7 +652,7 @@ msgid "Angle" msgstr "Angolo" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Profondità integrata" @@ -1133,13 +1133,13 @@ msgstr "Apri il percorso compilato" msgid "Undefined stroke type" msgstr "Tipo di tratto non definito" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" "Il percorso non può essere risolto con l'auto-intersezione e i punti " "multipli." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "La forma finale contiene un'auto-intersezione o più punti con le stesse " @@ -1377,10 +1377,10 @@ msgstr "Indefinito" msgid "%1% was replaced with %2%" msgstr "%1% è stato sostituito con %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" "La configurazione potrebbe essere generata da una versione più recente di " -"OrcaSlicer." +"Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Alcuni valori sono stati sostituiti. Per favore controllali:" @@ -1407,27 +1407,27 @@ msgstr "" "sono stati riconosciuti." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer ha esaurito la memoria e verrà chiuso. Questo potrebbe essere \n" +"Snapmaker Orca ha esaurito la memoria e verrà chiuso. Questo potrebbe essere \n" "un bug. Segnala questo errore al supporto tecnico." msgid "Fatal error" msgstr "Errore irreversibile" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"Si è verificato un errore nella localizzazione e OrcaSlicer verrà chiuso." +"Si è verificato un errore nella localizzazione e Snapmaker Orca verrà chiuso." msgid "Critical error" msgstr "Errore critico" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer ha ricevuto un'eccezione non gestita: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca ha ricevuto un'eccezione non gestita: %1%" msgid "Untitled" msgstr "Senza titolo" @@ -1446,11 +1446,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Connessione %s non riuscita! [SN: %s, codice=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer richiede Microsoft WebView2 Runtime per utilizzare alcune " +"Snapmaker Orca richiede Microsoft WebView2 Runtime per utilizzare alcune " "funzionalità.\n" "Fai clic su Sì per installarlo ora." @@ -1475,8 +1475,8 @@ msgstr "Caricamento configurazione" msgid "Click to download new version in default browser: %s" msgstr "Fai clic per scaricare la nuova versione nel browser predefinito: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer necessita di aggiornamento" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca necessita di aggiornamento" msgid "This is the newest version." msgstr "Hai la versione più recente." @@ -1485,14 +1485,14 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Il file di configurazione di OrcaSlicer potrebbe essere danneggiato e non " +"Il file di configurazione di Snapmaker Orca potrebbe essere danneggiato e non " "può essere analizzato.\n" -"OrcaSlicer ha tentato di ricreare il file di configurazione.\n" +"Snapmaker Orca ha tentato di ricreare il file di configurazione.\n" "Si noti che le impostazioni dell'applicazione andranno perse, ma i profili " "della stampante non saranno interessati." @@ -1524,7 +1524,7 @@ msgid "Some presets are modified." msgstr "Alcuni preset vengono modificati." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "È possibile conservare i preset modificati per il nuovo progetto, eliminarli " @@ -1540,10 +1540,10 @@ msgid "Open Project" msgstr "Apri Progetto" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"La versione Orca Slicer è obsoleta, devi aggiornarla all'ultima versione \n" +"La versione Snapmaker Orca è obsoleta, devi aggiornarla all'ultima versione \n" "prima di poterla utilizzare normalmente" msgid "Privacy Policy Update" @@ -1610,11 +1610,11 @@ msgstr "Aperto" msgid "Rename" msgstr "Rinomina" -msgid "Orca Slicer GUI initialization failed" -msgstr "Inizializzazione della GUI di Orca Slicer non riuscita" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Inizializzazione della GUI di Snapmaker Orca non riuscita" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Errore irreversibile, eccezione: %1%" msgid "Quality" @@ -1995,9 +1995,6 @@ msgstr "Semplifica Modello" msgid "Center" msgstr "Centro" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Modifica le impostazioni del processo" @@ -2126,7 +2123,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Questa azione interromperà una corrispondenza di taglio.\n" "In seguito, la coerenza del modello non può essere garantita.\n" @@ -2140,7 +2137,7 @@ msgstr "Elimina tutti i connettori" msgid "Deleting the last solid part is not allowed." msgstr "Non è consentita l'eliminazione dell'ultima parte solida." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" "L'oggetto di destinazione contiene solo una parte e non può essere diviso." @@ -2525,7 +2522,7 @@ msgstr "" "Tutti gli oggetti selezionati si trovano su una piatto bloccato.\n" "Non è possibile disporre automaticamente questi oggetti." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Non sono stati selezionati oggetti ordinabili." msgid "" @@ -2777,13 +2774,13 @@ msgstr "Copyright" msgid "License" msgstr "Licenza" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer è concesso in licenza con " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca è concesso in licenza con " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, versione 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2800,11 +2797,11 @@ msgstr "" msgid "About %s" msgstr "Informazioni su %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer è basato su BambuStudio, PrusaSlicer e SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca è basato su BambuStudio, PrusaSlicer e SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio è originariamente basato su PrusaSlicer di PrusaResearch." @@ -3233,7 +3230,7 @@ msgstr "Esecuzione script di post-elaborazione" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "" "Si è verificato un errore sconosciuto durante l'esportazione del G-code." @@ -3717,7 +3714,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Modificare automaticamente queste impostazioni? \n" "Sì - Modifica Garantisci spessore verticale del guscio a Moderato e abilita " @@ -3760,6 +3757,13 @@ msgstr "" "SÌ - Mantieni Prime Tower\n" "NO - Mantieni Altezza Supporto Layer indipendente" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Durante la stampa per oggetto, il Nozzle potrebbe urtare lo skirt.\n" +"Quindi, ripristina il layer skirt su 1 per evitare collisioni." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4811,12 +4815,6 @@ msgstr "Clone selezionato" msgid "Clone copies of selections" msgstr "Clonare copie delle selezioni" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Seleziona tutto" @@ -4838,7 +4836,7 @@ msgstr "Usa vista ortogonale" msgid "Show &G-code Window" msgstr "Mostra la finestra del G-code" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Mostra finestra G-code nella scena di anteprima" msgid "Show 3D Navigator" @@ -4865,12 +4863,6 @@ msgstr "Mostra sporgenze" msgid "Show object overhang highlight in 3D scene" msgstr "Mostra la sporgenza dell'oggetto evidenziata nella scena 3D" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Preferenze" @@ -4892,18 +4884,6 @@ msgstr "Passaggio 2" msgid "Flow rate test - Pass 2" msgstr "Test di portata - Pass 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Flusso" @@ -5079,7 +5059,7 @@ msgstr "La stampante è in fase di download. Attendi il completamento." msgid "Printer camera is malfunctioning." msgstr "La fotocamera della stampante non funziona correttamente." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "Si è verificato un problema. Aggiorna il firmware stampante e riprova." msgid "" @@ -5124,11 +5104,11 @@ msgstr "Scaricare strumenti telecamera virtuale" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "È in funzione un'altra telecamera virtuale.\n" -"Orca Slicer supporta solo una singola telecamera virtuale.\n" +"Snapmaker Orca supporta solo una singola telecamera virtuale.\n" "Si desidera interrompere questa telecamera virtuale?" #, c-format, boost-format @@ -5254,7 +5234,7 @@ msgstr "Vuoi eliminare il file '%s' dalla stampante?" msgid "Delete file" msgstr "Elimina file" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Recupero informazioni del modello..." msgid "Failed to fetch model information from printer." @@ -5264,10 +5244,10 @@ msgid "Failed to parse model information." msgstr "Impossibile analizzare le informazioni del modello" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -"Il file .gcode.3mf non contiene dati G-code. Taglialo con Orca Slicer ed " +"Il file .gcode.3mf non contiene dati G-code. Taglialo con Snapmaker Orca ed " "esporta un nuovo file .gcode.3mf." #, c-format, boost-format @@ -5530,7 +5510,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Ottenere la configurazione di oss non riuscita." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Carica foto" msgid "Number of images successfully uploaded" @@ -5649,20 +5629,20 @@ msgid "Newer 3mf version" msgstr "Versione 3mf più recente" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Scarica la versione beta" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -6014,11 +5994,11 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Ci sono alcuni filamenti sconosciuti mappati su un preset generico. Aggiorna " -"Orca Slicer o riavvia Orca Slicer per verificare se è presente un " +"Snapmaker Orca o riavvia Snapmaker Orca per verificare se è presente un " "aggiornamento delle impostazioni di sistema." #, boost-format @@ -6081,8 +6061,8 @@ msgstr "Riduci barra laterale" msgid "Loading file: %s" msgstr "Caricamento file: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "Il 3mf non proviene da Orca Slicer, carica solo dati geometrici." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "Il 3mf non proviene da Snapmaker Orca, carica solo dati geometrici." msgid "Load 3mf" msgstr "Carica 3mf" @@ -6355,10 +6335,10 @@ msgid "Project downloaded %d%%" msgstr "Progetto scaricato %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"L'importazione di Orca Slicer non è riuscita. Si prega di scaricare il file " +"L'importazione di Snapmaker Orca non è riuscita. Si prega di scaricare il file " "e importarlo manualmente." msgid "Import SLA archive" @@ -6568,10 +6548,10 @@ msgstr "Suggerimenti:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "La funzione \"Correggi modello\" è attualmente disponibile solo su Windows. " -"Si prega di riparare il modello su Orca Slicer (Windows) o software CAD." +"Si prega di riparare il modello su Snapmaker Orca (Windows) o software CAD." #, c-format, boost-format msgid "" @@ -6616,7 +6596,7 @@ msgstr "Scegliere la directory di download" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6672,7 +6652,7 @@ msgstr "Imperiale" msgid "Units" msgstr "Unità" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6686,8 +6666,8 @@ msgstr "" "istanza." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6747,11 +6727,11 @@ msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio" msgid "If enabled, useful hints are displayed at startup." msgstr "Se abilitato, all'avvio vengono visualizzati suggerimenti utili." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" "Volumi di Spurgo: Calcola automaticamente ogni volta che il colore cambia." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Se abilitato, calcola automaticamente ogni volta che il colore cambia." msgid "" @@ -6779,12 +6759,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "Rete" @@ -6804,40 +6778,40 @@ msgstr "Sincronizzazione sistema" msgid "Clear my choice on the unsaved presets." msgstr "Cancella la mia scelta sui preset non salvati." -msgid "Associate files to OrcaSlicer" -msgstr "Associate files to Orca Slicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Associate files to Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associare file .3mf a OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Associare file .3mf a Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"Se abilitata, imposta Snapmaker Orca come applicazione predefinita per aprire " "\"\n" "\"i file .3mf." -msgid "Associate .stl files to OrcaSlicer" -msgstr "Associate .stl files to Orca Slicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Associate .stl files to Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"Se abilitata, imposta Snapmaker Orca come applicazione predefinita per aprire " "\"\n" "\"i file .stl." -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Associate .step/.stp files to Orca Slicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Associate .step/.stp files to Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"Se abilitata, imposta Snapmaker Orca come applicazione predefinita per aprire " "\"\n" "\"i file .step." -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6864,7 +6838,7 @@ msgstr "" msgid "every" msgstr "Ogni" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Periodo di backup in secondi." msgid "Downloads" @@ -7077,7 +7051,7 @@ msgstr "Caricamento 3mf" msgid "Jump to model publish web page" msgstr "Vai alla pagina web di pubblicazione del modello" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Nota: la preparazione può richiedere alcuni minuti. Si prega di avere " "pazienza." @@ -7430,8 +7404,8 @@ msgstr "" "È necessario inserire una scheda MicroSD prima di inviare alla scheda SD " "della stampante." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "La stampante deve essere sulla stessa LAN di Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "La stampante deve essere sulla stessa LAN di Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "La stampante non supporta l'invio alla scheda microSD della stampante." @@ -7508,8 +7482,8 @@ msgstr "Termini e condizioni" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7598,7 +7572,7 @@ msgstr "" "Clicca per ripristinare tutte le impostazioni dell'ultimo preset salvato." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "È necessaria una Prime Tower per la modalità timeplase fluida. Potrebbero " @@ -7795,21 +7769,12 @@ msgstr "Filamento per supporti" msgid "Tree supports" msgstr "Supporti ad albero" -msgid "Multimaterial" -msgstr "Multimateriale" +msgid "Skirt" +msgstr "Skirt" msgid "Prime tower" msgstr "Prime tower" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Skirt" - msgid "Special mode" msgstr "Modalità speciale" @@ -7863,9 +7828,6 @@ msgstr "" "Intervallo di temperatura del nozzle consigliato per questo filamento. 0 " "significa non impostato" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "Temperatura della camera di stampa" @@ -7983,6 +7945,9 @@ msgstr "G-code Iniziale Filamento" msgid "Filament end G-code" msgstr "G-code Finale Filamento" +msgid "Multimaterial" +msgstr "Multimateriale" + msgid "Wipe tower parameters" msgstr "Parametri torre di pulitura" @@ -8069,33 +8034,15 @@ msgstr "Limita Accelerazione" msgid "Jerk limitation" msgstr "Limitazione jerk" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Configurazione multimateriale estrusore singolo" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Diametro Nozzle" - msgid "Wipe tower" msgstr "Torre di pulitura" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parametri estrusore singolo materiale multiplo" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Limiti altezza layer" @@ -8395,7 +8342,7 @@ msgstr "Chiudi %s" msgid "the Configuration package is incompatible with current APP." msgstr "" "Il pacchetto di configurazione non è compatibile con la versione corrente di " -"Orca Slicer." +"Snapmaker Orca." msgid "Configuration updates" msgstr "Aggiornamenti di configurazione" @@ -8512,12 +8459,12 @@ msgid "Flushing volumes for filament change" msgstr "Volumi di spurgo per il cambio filamento" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca ricalcolava i volumi di spurgo ogni volta che il colore dei filamenti " "cambiava. È possibile disabilitare il calcolo automatico nelle preferenze > " -"di Orca Slicer" +"di Snapmaker Orca" msgid "Flushing volume (mm³) for each filament pair." msgstr "Volume di spurgo (mm³) per ogni coppia di filamento." @@ -8560,7 +8507,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8571,7 +8518,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8869,7 +8816,7 @@ msgid "Network plug-in update" msgstr "Aggiornamento del plug-in di rete" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Clicca su OK per aggiornare il plug-in di rete al prossimo avvio di Bambu " "Studio." @@ -8878,8 +8825,8 @@ msgstr "" msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Disponibile nuovo plug-in di rete (%s). Vuoi installarlo?" -msgid "New version of Orca Slicer" -msgstr "Nuova versione di Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nuova versione di Snapmaker Orca" msgid "Skip this Version" msgstr "Salta questa versione" @@ -8930,9 +8877,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Connessione LAN fallita (invio del file di stampa)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Step 1, conferma che Orca Slicer e la tua stampante siano sulla stessa LAN." +"Step 1, conferma che Snapmaker Orca e la tua stampante siano sulla stessa LAN." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -9023,7 +8970,7 @@ msgstr "" "La versione firmware è anomala. Prima di stampare, è necessario eseguire la " "riparazione e l'aggiornamento. Si desidera aggiornare ora? È possibile " "eseguire l'aggiornamento anche in un secondo momento sulla stampante o al " -"prossimo avvio di Orca Slicer." +"prossimo avvio di Snapmaker Orca." msgid "Extension Board" msgstr "Scheda di estensione" @@ -9120,11 +9067,6 @@ msgid "No object can be printed. Maybe too small" msgstr "" "Non è possibile stampare alcun oggetto. Potrebbe essere troppo piccolo." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9351,12 +9293,6 @@ msgstr "" "La modalità Spirale (vaso) non funziona quando un oggetto contiene più di un " "materiale." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "L'oggetto %1% supera l'altezza massima del volume di stampa." @@ -9380,10 +9316,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Layer ad altezza variabile non è compatibile con i Supporti Organici." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Diametri degli ugelli diversi e diametri di filamento diversi non sono " +"consentiti quando la torre Prime è abilitata." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9393,9 +9330,10 @@ msgstr "" "relativo dell'estrusore (use_relative_e_distances = 1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"La prevenzione delle perdite (ooze prevention) attualmente non è supportata " +"quando è abilitata la torre di priming." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9565,11 +9503,6 @@ msgstr "" "You can adjust the machine_max_acceleration_travel value in your printer's " "configuration to get higher speeds." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Generazione skirt & brim" @@ -9669,13 +9602,13 @@ msgid "Hostname, IP or URL" msgstr "Nome host, IP o URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer può caricare file di G-code su un host di stampa. Questo campo " +"Snapmaker Orca può caricare file di G-code su un host di stampa. Questo campo " "deve contenere il nome dell'host, l'indirizzo IP o l'URL dell'istanza " "dell'host di stampa. L'host di stampa dietro HAProxy con l'autenticazione di " "base abilitata è accessibile inserendo il nome utente e la password nell'URL " @@ -9694,10 +9627,10 @@ msgid "API Key / Password" msgstr "Chiave API / Password" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer può caricare file G-code su un host di stampa. Questo campo deve " +"Snapmaker Orca può caricare file G-code su un host di stampa. Questo campo deve " "contenere la chiave API o la password richiesta per l'autenticazione." msgid "Name of the printer" @@ -9900,8 +9833,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Il numero di layers solidi inferiori aumenta durante l'elaborazione se lo " "spessore calcolato dei layers del guscio inferiore è più sottile di questo " @@ -9914,32 +9847,25 @@ msgid "Apply gap fill" msgstr "Applicare il riempimento degli spazi vuoti" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" +"Abilita il riempimento degli spazi vuoti per le superfici selezionate. La " +"lunghezza minima degli spazi vuoti che verranno riempiti può essere " +"controllata dall'opzione Filtra piccoli spazi vuoti di seguito.\n" +"\n" +"Opzioni:\n" +"1. Ovunque: applica il riempimento degli spazi vuoti alle superfici solide " +"superiori, inferiori e interne\n" +"2. Superfici superiore e inferiore: applica il riempimento degli spazi vuoti " +"solo alle superfici superiore e inferiore\n" +"3. Da nessuna parte: disabilita il riempimento degli spazi vuoti\n" msgid "Everywhere" msgstr "Ovunque" @@ -9979,7 +9905,7 @@ msgstr "Soglia di sbalzo per il raffreddamento" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10014,11 +9940,10 @@ msgstr "Flusso del Bridge" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Diminuire leggermente questo valore (ad esempio 0.9) per ridurre la quantità " +"di materiale per il ponte e migliorare l'abbassamento dello stesso" msgid "Internal bridge flow ratio" msgstr "Rapporto Flusso del bridge interno" @@ -10026,33 +9951,30 @@ msgstr "Rapporto Flusso del bridge interno" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" +"Questo valore governa lo spessore dello strato del bridge interno. Questo è " +"il primo strato sopra il riempimento. Riduci leggermente questo valore (ad " +"esempio 0.9) per migliorare la qualità della superficie sopra il riempimento." msgid "Top surface flow ratio" msgstr "Rapporto di portata superficiale superiore" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Questo fattore influisce sulla quantità di materiale per il riempimento " +"solido superiore. Puoi diminuirlo leggermente per avere una finitura " +"superficiale liscia" msgid "Bottom surface flow ratio" msgstr "Rapporto di flusso della superficie inferiore" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" +"Questo fattore influisce sulla quantità di materiale per il riempimento " +"solido inferiore" msgid "Precise wall" msgstr "Parete precisa" @@ -10122,20 +10044,26 @@ msgstr "" "Creare percorsi perimetrali aggiuntivi su strapiombi ripidi e aree in cui i " "ponti non possono essere ancorati. " -msgid "Reverse on even" -msgstr "" +msgid "Reverse on odd" +msgstr "Retromarcia su dispari" msgid "Overhang reversal" msgstr "Inversione di sbalzo" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" +"Estrudere i perimetri che hanno una parte su una sporgenza in direzione " +"inversa su layer dispari. Questo schema alternato può migliorare " +"drasticamente gli strapiombi ripidi.\n" +"\n" +"Questa impostazione può anche contribuire a ridurre la deformazione della " +"parte grazie alla riduzione delle sollecitazioni nelle pareti della parte." msgid "Reverse only internal perimeters" msgstr "Inversione solo perimetri interni" @@ -10150,10 +10078,24 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" +"Applicare la logica dei perimetri inversi solo ai perimetri interni. \n" +"\n" +"Questa impostazione riduce notevolmente le sollecitazioni delle parti poiché " +"ora sono distribuite in direzioni alternate. Ciò dovrebbe ridurre la " +"deformazione delle parti mantenendo al contempo la qualità delle pareti " +"esterne. Questa caratteristica può essere molto utile per materiali soggetti " +"a deformazione, come ABS/ASA, e anche per filamenti elastici, come TPU e " +"Silk PLA. Può anche aiutare a ridurre la deformazione sulle regioni " +"fluttuanti sui supporti.\n" +"\n" +"Affinché questa impostazione sia la più efficace, si consiglia di impostare " +"la soglia inversa su 0 in modo che tutte le pareti interne vengano stampate " +"in direzioni alternate sugli strati dispari, indipendentemente dal loro " +"grado di sporgenza." msgid "Bridge counterbore holes" msgstr "Fori per controbolo del ponte" @@ -10188,10 +10130,11 @@ msgstr "Soglia di inversione a sbalzo" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Numero di mm di sbalzo necessario affinché l'inversione sia considerata " +"utile. Può essere un % o della larghezza del perimetro.\n" +"Il valore 0 abilita l'inversione su tutti i livelli dispari a prescindere." msgid "Classic mode" msgstr "Modalità classica" @@ -10210,26 +10153,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Rallenta per perimetri arricciati" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" +"Attivare questa opzione per rallentare la stampa nelle aree in cui possono " +"esistere potenziali perimetri arricciati" msgid "mm/s or %" msgstr "mm/s o %" @@ -10237,14 +10166,8 @@ msgstr "mm/s o %" msgid "External" msgstr "Esterno" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Indica la velocità per i bridge e le pareti completamente a sbalzo." msgid "mm/s" msgstr "mm/s" @@ -10253,9 +10176,11 @@ msgid "Internal" msgstr "Interno" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Velocità del ponte interno. Se il valore è espresso in percentuale, verrà " +"calcolato in base al bridge_speed. Il valore predefinito è 150%." msgid "Brim width" msgstr "Larghezza brim" @@ -10268,7 +10193,7 @@ msgstr "Tipo di brim" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Questo controlla la generazione del brim esterno e/o interno dei modelli. " "Auto significa che la larghezza del brim viene analizzata e calcolata " @@ -10307,8 +10232,8 @@ msgid "Brim ear detection radius" msgstr "Raggio di rilevamento del Brim a Orecchie" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "La geometria verrà decimata prima di rilevare gli angoli acuti. Questo " @@ -10458,8 +10383,8 @@ msgstr "" "consiglia di attivare questa funzione. Tuttavia, considera di disattivarlo " "se stai utilizzando ugelli di grandi dimensioni." -msgid "Filter out small internal bridges (beta)" -msgstr "" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Non filtrare i piccoli ponti interni (beta)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10474,24 +10399,54 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" +"Questa opzione può contribuire a ridurre l'effetto 'pillowing' sulle " +"superfici superiori nei modelli fortemente inclinati o curvi.\n" +"\n" +"\n" +"Per impostazione predefinita, i piccoli bridge interni vengono filtrati e il " +"riempimento solido interno viene stampato direttamente sul riempimento." +"Questo metodo funziona bene nella maggior parte dei casi, velocizzando la " +"stampa senza compromettere troppo la qualità della superficie superiore.\n" +"\n" +"Tuttavia, in modelli fortemente inclinati o curvi, soprattutto se si " +"utilizza una densità di riempimento troppo bassa, potrebbe comportare " +"l'arricciamento del riempimento solido non supportato, causando il " +"pillowing.\n" +"\n" +"Abilitando questa opzione, lo strato del bridge interno verrà stampato su un " +"riempimento solido interno leggermente non supportato. Le opzioni " +"sottostanti controllano la quantità di filtraggio, ovvero la quantità di " +"bridge interni creati.\n" +"\n" +"Disabilitato - Disabilita questa opzione. Indica il comportamento " +"predefinito e funziona bene nella maggior parte dei casi.\n" +"\n" +"Filtro limitato - Crea bridge interni su superfici fortemente inclinate, " +"evitando di creare bridge interni non necessari. Funziona bene per la " +"maggior parte dei modelli difficili.\n" +"\n" +"Nessun filtraggio - Crea bridge interni su ogni potenziale sporgenza " +"interna. Questa opzione è utile per i modelli con superficie superiore " +"fortemente inclinata. Tuttavia, nella maggior parte dei casi crea troppi " +"bridge non necessari." -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Disabilitato" msgid "Limited filtering" msgstr "Filtro limitato" @@ -10656,7 +10611,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10666,8 +10621,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10718,7 +10673,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10732,11 +10687,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"La direzione in cui vengono estrusi i loop del muro quando si guarda verso " +"il basso dall'alto.\n" +"\n" +"Per impostazione predefinita, tutti i muri vengono estrusi in senso " +"antiorario, a meno che non sia abilitata l'opzione Inverti su dispari. " +"Impostando questa opzione su qualsiasi opzione diversa da Auto si forzerà la " +"direzione del muro indipendentemente dall'inversione su dispari.\n" +"\n" +"Questa opzione sarà disabilitata se è abilitata la modalità vaso sprial." msgid "Counter clockwise" msgstr "Antiorario" @@ -10784,7 +10748,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10794,7 +10758,7 @@ msgstr "" "consentita. A causa dell'offset XY della sonda, la maggior parte delle " "stampanti non è in grado di sondare l'intero letto. Per garantire che il " "punto della sonda non esca dall'area del letto, i punti minimo e massimo " -"della rete del letto devono essere impostati in modo appropriato. OrcaSlicer " +"della rete del letto devono essere impostati in modo appropriato. Snapmaker Orca " "garantisce che i valori adaptive_bed_mesh_min/adaptive_bed_mesh_max non " "superino questi punti min/max. Queste informazioni possono in genere essere " "ottenute dal produttore della stampante. L'impostazione predefinita è " @@ -10808,7 +10772,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10818,7 +10782,7 @@ msgstr "" "consentita. A causa dell'offset XY della sonda, la maggior parte delle " "stampanti non è in grado di sondare l'intero letto. Per garantire che il " "punto della sonda non esca dall'area del letto, i punti minimo e massimo " -"della rete del letto devono essere impostati in modo appropriato. OrcaSlicer " +"della rete del letto devono essere impostati in modo appropriato. Snapmaker Orca " "garantisce che i valori adaptive_bed_mesh_min/adaptive_bed_mesh_max non " "superino questi punti min/max. Queste informazioni possono in genere essere " "ottenute dal produttore della stampante. L'impostazione predefinita è " @@ -10872,22 +10836,11 @@ msgstr "" "regolare questo valore per ottenere una superficie piatta se si verifica una " "leggera sovra-estrusione o sotto-estrusione." -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Abilita l'avanzamento della pressione" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Abilita l'avanzamento della pressione, il risultato della calibrazione " @@ -10897,87 +10850,6 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" "Anticipo di pressione (Klipper) AKA Fattore di avanzamento lineare (Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10989,8 +10861,8 @@ msgid "Keep fan always on" msgstr "Mantieni la ventola sempre accesa" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Se si attiva questa impostazione, la ventola di raffreddamento non si " "arresterà mai del tutto, ma funzionerà almeno alla velocità minima per " @@ -11006,8 +10878,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11063,29 +10935,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Durata caricamento filamento" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Tempo di caricamento del nuovo filamento quando si cambia filamento, solo a " +"fini statistici." msgid "Filament unload time" msgstr "Durata scaricamento filamento" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Tempo di scarico vecchio filamento quando si cambia filamento, solo a fini " +"statistici." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11098,7 +10959,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11107,8 +10968,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Restringimento" #, no-c-format, no-boost-format msgid "" @@ -11125,16 +10986,6 @@ msgstr "" "Assicurarsi di lasciare uno spazio sufficiente tra gli oggetti, poiché " "questa compensazione viene eseguita dopo i controlli." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Velocità di caricamento" @@ -11188,21 +11039,6 @@ msgstr "" "Il filamento è raffreddato venendo spostato avanti e indietro nei tubi di " "raffreddamento. Specificare il numero desiderato di questi movimenti." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Velocità del primo movimento di raffreddamento" @@ -11218,13 +11054,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Dopo un cambio di strumento, l'esatta posizione del filamento appena " "caricato dentro l'ugello potrebbe essere sconosciuta, e la pressione del " "filamento probabilmente non è ancora stabile. Prima di spurgare la testina " -"di stampa nel riempimento o in un oggetto sacrificale, Orca Slicer " +"di stampa nel riempimento o in un oggetto sacrificale, Snapmaker Orca " "posizionerà questo materiale in una torre di pulitura al fine di ottenere " "una successiva estrusione affidabile su oggetto sacrificale o riempimento." @@ -11235,6 +11071,16 @@ msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" "I movimenti di raffreddamento accelerano gradualmente verso questa velocità." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) per " +"il caricamento del nuovo filamento durante il cambio strumento (quando viene " +"eseguito il T code). Questa durata viene aggiunta alla stima del tempo " +"totale di stampa del G-code." + msgid "Ramming parameters" msgstr "Parametri del ramming" @@ -11245,14 +11091,24 @@ msgstr "" "Questa stringa viene controllata da RammingDialog e contiene parametri " "specifici del ramming." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) per " +"lo scaricamento del nuovo filamento durante il cambio strumento (quando " +"viene eseguito il T code). Questa durata viene aggiunta alla stima del tempo " +"totale di stampa del G-code." + +msgid "Enable ramming for multitool setups" msgstr "Abilita ramming per configurazioni multitool" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Esegue il ramming quando si usa una stampante multitool (Ad esempio, quando " "l'opzione \"Multimateriale a estrusore singolo\" nelle impostazioni della " @@ -11261,13 +11117,13 @@ msgstr "" "cambio strumento. Questa opzione viene utilizzata solo quando la torre di " "pulitura è abilitata." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Volume ramming multitool" msgid "The volume to be rammed before the toolchange." msgstr "Il volume di ramming prima del cambio strumento." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Flusso ramming multitool" msgid "Flow used for ramming the filament before the toolchange." @@ -11309,7 +11165,7 @@ msgstr "Temperatura di ammorbidimento" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Il materiale si ammorbidisce a questa temperatura, quindi quando la " "temperatura del letto è uguale o superiore ad essa, si consiglia vivamente " @@ -11415,7 +11271,7 @@ msgstr "Lunghezza dell'ancora di riempimento sparsa" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11448,7 +11304,7 @@ msgstr "Lunghezza massima dell'ancoraggio del riempimento" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11637,7 +11493,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Questa velocità della ventola viene applicata durante tutte le interfacce di " "supporto, per essere in grado di indebolire il loro legame con un'elevata " @@ -11666,7 +11522,7 @@ msgid "Fuzzy skin thickness" msgstr "Spessore superficie crespa" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Ampiezza del tremolio: si consiglia di mantenerla inferiore alla larghezza " @@ -11676,7 +11532,7 @@ msgid "Fuzzy skin point distance" msgstr "Distanza punti superficie crespa" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "La distanza media tra i punti casuali introdotti su ogni segmento di linea" @@ -11693,11 +11549,8 @@ msgstr "Filtra i piccoli spazi vuoti" msgid "Layers and Perimeters" msgstr "Layer e Perimetri" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtra gli spazi più piccoli della soglia specificata" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11725,7 +11578,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11823,9 +11676,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11957,22 +11810,6 @@ msgstr "" "Automatically combine sparse infill of several layers to print together in " "order to reduce time. Walls are still printed with original layer height." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Questo è il filamento per la stampa del riempimento interno." @@ -12001,7 +11838,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12032,12 +11869,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Profondità di incastro di una regione segmentata" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Profondità di incastro di una regione segmentata. Zero disabilita questa " +"funzione." msgid "Use beam interlocking" msgstr "" @@ -12452,6 +12287,9 @@ msgstr "" "mantenere il tempo minimo dello strato sopra, quando è abilitato il " "rallentamento per un migliore raffreddamento dello strato." +msgid "Nozzle diameter" +msgstr "Diametro Nozzle" + msgid "Diameter of nozzle" msgstr "Diametro del nozzle" @@ -12469,10 +12307,10 @@ msgid "Host Type" msgstr "Tipo host" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer può caricare file G-code su un host di stampa. Questo campo deve " +"Snapmaker Orca può caricare file G-code su un host di stampa. Questo campo deve " "contenere il tipo di host." msgid "Nozzle volume" @@ -12556,11 +12394,6 @@ msgstr "" "ridurre i tempi di ritrazione per i modelli complessi e far risparmiare " "tempo di stampa, ma rende lo slicing e la generazione del G-code più lento." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Formato nome file" @@ -12613,9 +12446,6 @@ msgstr "" "utilizza velocità diverse per stampare. Per una sporgenza di 100%%, viene " "utilizzata la velocità del ponte." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12657,7 +12487,7 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Se vuoi processare il G-code in uscita con script personalizzati, basta " @@ -12666,21 +12496,12 @@ msgstr "" "argomento, e potranno accedere alle impostazioni di configurazione di Orca " "Slicer leggendo le variabili di ambiente." -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Note stampante" msgid "You can put your notes regarding the printer here." msgstr "È possibile inserire qui le note riguardanti la stampante." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Distanza di contatto Z Raft" @@ -12720,7 +12541,7 @@ msgstr "" "questa funzione per evitare deformazioni durante la stampa di ABS." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12906,7 +12727,7 @@ msgstr "Velocità di retrazione" msgid "Speed of retractions" msgstr "Indica la velocità di retrazione." -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Velocità di deretrazione" msgid "" @@ -13128,15 +12949,15 @@ msgid "Wipe before external loop" msgstr "Pulire prima del loop esterno" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Per ridurre al minimo la visibilità di una potenziale sovraestrusione " "all'inizio di un perimetro esterno quando si stampa con l'ordine di stampa " @@ -13170,14 +12991,6 @@ msgstr "Distanza Skirt" msgid "Distance from skirt to brim or object" msgstr "Questa è la distanza dallo skirt al brim o all'oggetto." -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Altezza skirt" @@ -13192,33 +13005,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "Disabilitato" +msgid "Limited" +msgstr "Limitato" msgid "Enabled" msgstr "Abilitato" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Anelli skirt" @@ -13242,9 +13043,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -13265,12 +13064,6 @@ msgstr "" "L'area riempimento che è inferiore al valore di soglia viene sostituita da " "un riempimento solido interno." -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13296,8 +13089,8 @@ msgid "Smooth Spiral" msgstr "Spirale liscia" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Smooth Spiral leviga anche i movimenti X e Y, senza alcuna cucitura " "visibile, anche nelle direzioni XY su pareti che non sono verticali" @@ -13337,31 +13130,6 @@ msgstr "Tradizionale" msgid "Temperature variation" msgstr "Variazione di temperatura" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "G-code iniziale" @@ -13688,15 +13456,9 @@ msgstr "" "mentre lo stile ibrido creerà una struttura simile al supporto normale sotto " "grandi sporgenze piatte." -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Aderenti" -msgid "Organic" -msgstr "Organico" - msgid "Tree Slim" msgstr "Albero Slim" @@ -13706,6 +13468,9 @@ msgstr "Albero Forte" msgid "Tree Hybrid" msgstr "Albero ibrido" +msgid "Organic" +msgstr "Organico" + msgid "Independent support layer height" msgstr "Altezza layer di supporto indipendente" @@ -13870,40 +13635,34 @@ msgid "Activate temperature control" msgstr "Attiva il controllo della temperatura" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"Abilitare questa opzione per il controllo della temperatura della camera. Un " +"comando M191 verrà aggiunto prima di \"machine_start_gcode\"\n" +"Comandi G-code: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Temperatura della camera di stampa" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Una temperatura della camera più elevata può aiutare a sopprimere o ridurre " +"la deformazione e potenzialmente portare a una maggiore forza di adesione " +"tra gli strati per materiali ad alta temperatura come ABS, ASA, PC, PA e " +"così via. Allo stesso tempo, la filtrazione dell'aria di ABS e ASA " +"peggiorerà. Mentre per PLA, PETG, TPU, PVA e altri materiali a bassa " +"temperatura, la temperatura effettiva della camera non dovrebbe essere " +"elevata per evitare intasamenti, quindi 0 che sta per spegnimento è " +"altamente raccomandato" msgid "Nozzle temperature for layers after the initial one" msgstr "Temperatura del nozzle dopo il primo layer" @@ -13963,8 +13722,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Il numero di layer solidi superiori viene aumentato durante lo slicing se lo " "spessore calcolato dai layer del guscio superiore è più sottile di questo " @@ -13992,7 +13751,7 @@ msgid "Wipe Distance" msgstr "Distanza pulizia" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14061,6 +13820,12 @@ msgstr "" "Angolo all'apice del cono utilizzato per stabilizzare la torre di pulitura. " "Un angolo maggiore significa una base più ampia." +msgid "Wipe tower purge lines spacing" +msgstr "Spaziatura delle linee di spurgo della torre di pulitura" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Spaziatura delle linee di spurgo sulla torre di pulitura." + msgid "Maximum wipe tower print speed" msgstr "" @@ -14086,6 +13851,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "Estrusore torre di pulitura" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14144,30 +13912,6 @@ msgstr "Distanza massima bridging" msgid "Maximal distance between supports on sparse infill sections." msgstr "Distanza massima tra supporti in sezioni a riempimento sparso." -msgid "Wipe tower purge lines spacing" -msgstr "Spaziatura delle linee di spurgo della torre di pulitura" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Spaziatura delle linee di spurgo sulla torre di pulitura." - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "Compensazione foro X-Y" @@ -14218,7 +13962,7 @@ msgstr "Margine di rilevamento poliforo" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14259,7 +14003,7 @@ msgstr "Usa distanze E relative" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14368,11 +14112,22 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" +"Regolare questo valore per evitare la stampa di pareti corte e non chiuse, " +"che potrebbero aumentare il tempo di stampa. Valori più alti rimuovono muri " +"più numerosi e più lunghi.\n" +"\n" +"NOTA: le superfici inferiore e superiore non saranno influenzate da questo " +"valore per evitare spazi visivi sul lato esterno del modello. Regola " +"\"Soglia di una parete\" nelle impostazioni avanzate di seguito per regolare " +"la sensibilità di ciò che è considerato una superficie superiore. 'Una " +"soglia muro' è visibile solo se questa impostazione è impostata al di sopra " +"del valore predefinito di 0,5 o se è abilitata l'opzione Superfici superiori " +"a parete singola." msgid "First layer minimum wall width" msgstr "Larghezza minima della parete del primo strato" @@ -14407,7 +14162,7 @@ msgstr "Rileva riempimento solido interno stretto" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Questa rileva automaticamente le aree interne strette di riempimento solido. " "Se abilitato, la trama concentrica verrà utilizzato per l'area per " @@ -14491,7 +14246,7 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Posizione dell'estrusore all'inizio del blocco di G-code personalizzato. Se " "il G-code personalizzato si sposta da un'altra parte, dovrebbe scrivere in " @@ -14501,29 +14256,21 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Stato di retrazione all'inizio del blocco di G-code personalizzato. Se il G-" "code personalizzato sposta l'asse dell'estrusore, deve scrivere su questa " "variabile in modo che PrusaSlicer effettui correttamente la deretrazione " "quando riprende il controllo." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Deretrazione aggiuntiva" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "Attualmente è previsto un priming aggiuntivo dell'estrusore dopo la " "deretrazione." -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "Estrusore attuale" @@ -14569,18 +14316,11 @@ msgstr "" msgid "Is extruder used?" msgstr "Viene usato l'estrusore?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Vettore di booleani che indica se un determinato estrusore viene utilizzato " "nella stampa." -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" - msgid "Volume per extruder" msgstr "Volume per estrusore" @@ -14743,14 +14483,6 @@ msgstr "Nome della stampante fisica" msgid "Name of the physical printer used for slicing." msgstr "Nome della stampante fisica utilizzata per lo slicing." -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "Numero del layer" @@ -15732,7 +15464,7 @@ msgstr "Avvia test a thread singolo" msgid "Export Log" msgstr "Esporta Log" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -15741,10 +15473,10 @@ msgstr "Versione del sistema:" msgid "DNS Server:" msgstr "Server DNS:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -15821,7 +15553,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Il tipo di filamento non è selezionato, riselezionare il tipo." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Il seriale del filamento non è inserito, inserire il seriale." msgid "" @@ -15898,7 +15630,7 @@ msgstr "Importa Preset" msgid "Create Type" msgstr "Crea tipo" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "" "La modello non è stato trovato. Si prega di selezionare nuovamente il " "fornitore." @@ -15952,10 +15684,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "Il modello della stampante non è stato trovato, riselezionare." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Il diametro del nozzle non trovato, riselezionare." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "" "La configurazione predefinita della stampante non è stata trovata. Per " "favore, seleziona nuovamente." @@ -15990,7 +15722,7 @@ msgstr "" "Hai inserito un input non valido nella sezione dell'area stampabile nella " "prima pagina. Controlla prima di crearlo." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" "La stampante o il modello personalizzato non viene immesso, inserire l'input." @@ -16031,7 +15763,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Il fornitore attuale non ha modelli, si prega di riselezionare." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Non sono stati selezionati il fornitore e il modello o non sono stati " @@ -16152,7 +15884,7 @@ msgstr "" "Può essere condiviso con altri." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Set di preimpostazioni di riempimento dell'utente. \n" @@ -16391,7 +16123,7 @@ msgstr "La connessione a Duet funziona correttamente." msgid "Could not connect to Duet" msgstr "Connessione a Duet fallita" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Si è verificato un errore sconosciuto" msgid "Wrong password" @@ -16822,37 +16554,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Temperatura della camera\n" -"Sapevi che OrcaSlicer supporta la temperatura della camera?" +"Sapevi che Snapmaker Orca supporta la temperatura della camera?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Taratura\n" "Sapevi che calibrare la tua stampante può fare miracoli? Dai un'occhiata " -"alla nostra amata soluzione di calibrazione in OrcaSlicer." +"alla nostra amata soluzione di calibrazione in Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Ventilatore ausiliario\n" -"Sapevi che OrcaSlicer supporta la ventola di raffreddamento delle parti " +"Sapevi che Snapmaker Orca supporta la ventola di raffreddamento delle parti " "ausiliarie?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtrazione dell'aria/ventilatore di scarico\n" -"Sapevi che OrcaSlicer può supportare la filtrazione dell'aria/Exhaust Fan?" +"Sapevi che Snapmaker Orca può supportare la filtrazione dell'aria/Exhaust Fan?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -16876,11 +16608,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Come utilizzare le scorciatoie da tastiera\n" -"Sapevi che Orca Slicer offre un'ampia gamma di scorciatoie da tastiera e " +"Sapevi che Snapmaker Orca offre un'ampia gamma di scorciatoie da tastiera e " "operazioni di scena 3D." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -16969,7 +16701,7 @@ msgid "" msgstr "" "Funzionalità di ricerca\n" "Sapevi che puoi usare lo strumento di ricerca per trovare rapidamente " -"un'impostazione specifica di Orca Slicer?" +"un'impostazione specifica di Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17007,25 +16739,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Sottrazione di una parte\n" "Sapevi che puoi sottrarre una mesh da un'altra usando il modificatore Parte " "negativa? In questo modo è possibile, ad esempio, creare fori facilmente " -"ridimensionabili direttamente in Orca Slicer." +"ridimensionabili direttamente in Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "PASSO\n" "Sapevi che puoi migliorare la tua qualità di stampa tagliando un file STEP " "invece di un STL?\n" -"Orca Slicer supporta il sezionamento dei file STEP, fornendo risultati più " +"Snapmaker Orca supporta il sezionamento dei file STEP, fornendo risultati più " "uniformi rispetto a un STL a risoluzione inferiore. Provateci!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17185,371 +16917,6 @@ msgstr "" "aumentare in modo appropriato la temperatura del piano riscaldato può " "ridurre la probabilità di deformazione." -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate" - -#~ msgid "Reverse on odd" -#~ msgstr "Retromarcia su dispari" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Estrudere i perimetri che hanno una parte su una sporgenza in direzione " -#~ "inversa su layer dispari. Questo schema alternato può migliorare " -#~ "drasticamente gli strapiombi ripidi.\n" -#~ "\n" -#~ "Questa impostazione può anche contribuire a ridurre la deformazione della " -#~ "parte grazie alla riduzione delle sollecitazioni nelle pareti della parte." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Applicare la logica dei perimetri inversi solo ai perimetri interni. \n" -#~ "\n" -#~ "Questa impostazione riduce notevolmente le sollecitazioni delle parti " -#~ "poiché ora sono distribuite in direzioni alternate. Ciò dovrebbe ridurre " -#~ "la deformazione delle parti mantenendo al contempo la qualità delle " -#~ "pareti esterne. Questa caratteristica può essere molto utile per " -#~ "materiali soggetti a deformazione, come ABS/ASA, e anche per filamenti " -#~ "elastici, come TPU e Silk PLA. Può anche aiutare a ridurre la " -#~ "deformazione sulle regioni fluttuanti sui supporti.\n" -#~ "\n" -#~ "Affinché questa impostazione sia la più efficace, si consiglia di " -#~ "impostare la soglia inversa su 0 in modo che tutte le pareti interne " -#~ "vengano stampate in direzioni alternate sugli strati dispari, " -#~ "indipendentemente dal loro grado di sporgenza." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Numero di mm di sbalzo necessario affinché l'inversione sia considerata " -#~ "utile. Può essere un % o della larghezza del perimetro.\n" -#~ "Il valore 0 abilita l'inversione su tutti i livelli dispari a prescindere." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "La direzione in cui vengono estrusi i loop del muro quando si guarda " -#~ "verso il basso dall'alto.\n" -#~ "\n" -#~ "Per impostazione predefinita, tutti i muri vengono estrusi in senso " -#~ "antiorario, a meno che non sia abilitata l'opzione Inverti su dispari. " -#~ "Impostando questa opzione su qualsiasi opzione diversa da Auto si forzerà " -#~ "la direzione del muro indipendentemente dall'inversione su dispari.\n" -#~ "\n" -#~ "Questa opzione sarà disabilitata se è abilitata la modalità vaso spiral." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Durante la stampa per oggetto, il Nozzle potrebbe urtare lo skirt.\n" -#~ "Quindi, ripristina il layer skirt su 1 per evitare collisioni." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "La geometria verrà decimata prima di rilevare gli angoli acuti. Questo " -#~ "parametro indica la lunghezza minima dello scostamento per la " -#~ "decimazione.\n" -#~ "0 per disattivare" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Avviare la ventola questo numero di secondi prima dell'ora di inizio " -#~ "prevista (è possibile utilizzare i secondi frazionari). Si presume " -#~ "un'accelerazione infinita per questa stima del tempo e si terrà conto " -#~ "solo dei movimenti G1 e G0 (l'adattamento dell'arco non è supportato).\n" -#~ "Non sposterà i comandi dei fan dai gcode personalizzati (agiscono come " -#~ "una sorta di \"barriera\").\n" -#~ "Non sposterà i comandi delle ventole nel gcode di avvio se è attivato " -#~ "l'opzione \"solo gcode di avvio personalizzato\".\n" -#~ "Utilizzare 0 per disattivare." - -#~ msgid "Limited" -#~ msgstr "Limitato" - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Regolare questo valore per evitare la stampa di pareti corte e non " -#~ "chiuse, che potrebbero aumentare il tempo di stampa. Valori più alti " -#~ "rimuovono muri più numerosi e più lunghi.\n" -#~ "\n" -#~ "NOTA: le superfici inferiore e superiore non saranno influenzate da " -#~ "questo valore per evitare spazi visivi sul lato esterno del modello. " -#~ "Regola \"Soglia di una parete\" nelle impostazioni avanzate di seguito " -#~ "per regolare la sensibilità di ciò che è considerato una superficie " -#~ "superiore. 'Una soglia muro' è visibile solo se questa impostazione è " -#~ "impostata al di sopra del valore predefinito di 0,5 o se è abilitata " -#~ "l'opzione Superfici superiori a parete singola." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Non filtrare i piccoli ponti interni (beta)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Questa opzione può contribuire a ridurre l'effetto 'pillowing' sulle " -#~ "superfici superiori nei modelli fortemente inclinati o curvi.\n" -#~ "\n" -#~ "\n" -#~ "Per impostazione predefinita, i piccoli bridge interni vengono filtrati e " -#~ "il riempimento solido interno viene stampato direttamente sul riempimento." -#~ "Questo metodo funziona bene nella maggior parte dei casi, velocizzando la " -#~ "stampa senza compromettere troppo la qualità della superficie superiore.\n" -#~ "\n" -#~ "Tuttavia, in modelli fortemente inclinati o curvi, soprattutto se si " -#~ "utilizza una densità di riempimento troppo bassa, potrebbe comportare " -#~ "l'arricciamento del riempimento solido non supportato, causando il " -#~ "pillowing.\n" -#~ "\n" -#~ "Abilitando questa opzione, lo strato del bridge interno verrà stampato su " -#~ "un riempimento solido interno leggermente non supportato. Le opzioni " -#~ "sottostanti controllano la quantità di filtraggio, ovvero la quantità di " -#~ "bridge interni creati.\n" -#~ "\n" -#~ "Disabilitato - Disabilita questa opzione. Indica il comportamento " -#~ "predefinito e funziona bene nella maggior parte dei casi.\n" -#~ "\n" -#~ "Filtro limitato - Crea bridge interni su superfici fortemente inclinate, " -#~ "evitando di creare bridge interni non necessari. Funziona bene per la " -#~ "maggior parte dei modelli difficili.\n" -#~ "\n" -#~ "Nessun filtraggio - Crea bridge interni su ogni potenziale sporgenza " -#~ "interna. Questa opzione è utile per i modelli con superficie superiore " -#~ "fortemente inclinata. Tuttavia, nella maggior parte dei casi crea troppi " -#~ "bridge non necessari." - -#~ msgid "Shrinkage" -#~ msgstr "Restringimento" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Abilita il riempimento degli spazi vuoti per le superfici selezionate. La " -#~ "lunghezza minima degli spazi vuoti che verranno riempiti può essere " -#~ "controllata dall'opzione Filtra piccoli spazi vuoti di seguito.\n" -#~ "\n" -#~ "Opzioni:\n" -#~ "1. Ovunque: applica il riempimento degli spazi vuoti alle superfici " -#~ "solide superiori, inferiori e interne\n" -#~ "2. Superfici superiore e inferiore: applica il riempimento degli spazi " -#~ "vuoti solo alle superfici superiore e inferiore\n" -#~ "3. Da nessuna parte: disabilita il riempimento degli spazi vuoti\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Diminuire leggermente questo valore (ad esempio 0.9) per ridurre la " -#~ "quantità di materiale per il ponte e migliorare l'abbassamento dello " -#~ "stesso" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Questo valore governa lo spessore dello strato del bridge interno. Questo " -#~ "è il primo strato sopra il riempimento. Riduci leggermente questo valore " -#~ "(ad esempio 0.9) per migliorare la qualità della superficie sopra il " -#~ "riempimento." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Questo fattore influisce sulla quantità di materiale per il riempimento " -#~ "solido superiore. Puoi diminuirlo leggermente per avere una finitura " -#~ "superficiale liscia" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Questo fattore influisce sulla quantità di materiale per il riempimento " -#~ "solido inferiore" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Attivare questa opzione per rallentare la stampa nelle aree in cui " -#~ "possono esistere potenziali perimetri arricciati" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Indica la velocità per i bridge e le pareti completamente a sbalzo." - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Velocità del ponte interno. Se il valore è espresso in percentuale, verrà " -#~ "calcolato in base al bridge_speed. Il valore predefinito è 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tempo di caricamento del nuovo filamento quando si cambia filamento, solo " -#~ "a fini statistici." - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tempo di scarico vecchio filamento quando si cambia filamento, solo a " -#~ "fini statistici." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) " -#~ "per il caricamento del nuovo filamento durante il cambio strumento " -#~ "(quando viene eseguito il T code). Questa durata viene aggiunta alla " -#~ "stima del tempo totale di stampa del G-code." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) " -#~ "per lo scaricamento del nuovo filamento durante il cambio strumento " -#~ "(quando viene eseguito il T code). Questa durata viene aggiunta alla " -#~ "stima del tempo totale di stampa del G-code." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtra gli spazi più piccoli della soglia specificata" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Abilitare questa opzione per il controllo della temperatura della camera. " -#~ "Un comando M191 verrà aggiunto prima di \"machine_start_gcode\"\n" -#~ "Comandi G-code: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Una temperatura della camera più elevata può aiutare a sopprimere o " -#~ "ridurre la deformazione e potenzialmente portare a una maggiore forza di " -#~ "adesione tra gli strati per materiali ad alta temperatura come ABS, ASA, " -#~ "PC, PA e così via. Allo stesso tempo, la filtrazione dell'aria di ABS e " -#~ "ASA peggiorerà. Mentre per PLA, PETG, TPU, PVA e altri materiali a bassa " -#~ "temperatura, la temperatura effettiva della camera non dovrebbe essere " -#~ "elevata per evitare intasamenti, quindi 0 che sta per spegnimento è " -#~ "altamente raccomandato" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Diametri degli ugelli diversi e diametri di filamento diversi non sono " -#~ "consentiti quando la torre Prime è abilitata." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "La prevenzione delle perdite (ooze prevention) attualmente non è " -#~ "supportata quando è abilitata la torre di priming." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Profondità di incastro di una regione segmentata. Zero disabilita questa " -#~ "funzione." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Estrusore torre di pulitura" - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Immettere un valore valido (K in 0~0.3)" @@ -17632,7 +16999,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -17652,11 +17019,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer è basato su BambuStudio di Bambulab, che è di PrusaSlicer di " +#~ "Snapmaker Orca è basato su BambuStudio di Bambulab, che è di PrusaSlicer di " #~ "Prusa Research. PrusaSlicer è di Slic3r di Alessandro Ranellucci e della " #~ "comunità RepRap" @@ -17810,10 +17177,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Caricamento non riuscito [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Impossibile recuperare le informazioni del modello dalla stampante." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Impossibile analizzare le informazioni del modello." #~ msgid "Connection lost. Please retry." @@ -17907,7 +17274,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "Modificare automaticamente queste impostazioni? \n" #~ "Sì - Disabilita Garantisci spessore verticale del guscio e abilita Parete " @@ -17990,9 +17357,9 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "La configurazione non può essere caricata." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "Il 3mf è stato generato da una vecchia versione di Orca Slicer, " +#~ "Il 3mf è stato generato da una vecchia versione di Snapmaker Orca, " #~ "caricando \n" #~ "solo i dati geometrici." @@ -18003,7 +17370,7 @@ msgstr "" #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -18051,7 +17418,7 @@ msgstr "" #~ msgstr "Ricalcola" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" #~ "Orca ricalcola i volumi di risciacquo ogni volta che i colori del " @@ -18134,12 +17501,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Sottrazione di una parte\n" #~ "Sapevi che puoi sottrarre una mesh da un'altra usando il modificatore " #~ "Parte negativa? In questo modo è possibile, ad esempio, creare fori " -#~ "facilmente ridimensionabili direttamente in Orca Slicer. Per ulteriori " +#~ "facilmente ridimensionabili direttamente in Snapmaker Orca. Per ulteriori " #~ "informazioni, consulta la documentazione." #~ msgid "Filling bed " @@ -18457,7 +17824,7 @@ msgstr "" #~ "temperatura inferiore con una temperatura dell'involucro più elevata. " #~ "Maggiori informazioni su questo nel Wiki." -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Integrato" #~ msgid "Show online staff-picked models on the home page" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/Snapmaker_Orca_ja.po similarity index 93% rename from localization/i18n/ja/OrcaSlicer_ja.po rename to localization/i18n/ja/Snapmaker_Orca_ja.po index 3055f24fd00..b5fc9b07aea 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/Snapmaker_Orca_ja.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -643,7 +643,7 @@ msgid "Angle" msgstr "Angle" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Embedded depth" @@ -1117,11 +1117,11 @@ msgstr "塗りつぶしパスを開く" msgid "Undefined stroke type" msgstr "未定義のストロークタイプ" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "自己交差および複数のポイントからパスを修復できません。" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "最終的な形状には、同じ座標を持つ複数の点の自己交差が含まれています。" @@ -1351,7 +1351,7 @@ msgstr "未定義" msgid "%1% was replaced with %2%" msgstr "%1% は %2% に置き換えられました" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" msgid "Some values have been replaced. Please check them:" @@ -1375,7 +1375,7 @@ msgid "" msgstr "構成ファイル %1% がロードされましたが、一部の値が認識できませんでした" msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" @@ -1383,7 +1383,7 @@ msgid "Fatal error" msgstr "重大なエラー" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" @@ -1391,7 +1391,7 @@ msgid "Critical error" msgstr "重大なエラー" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" msgstr "" msgid "Untitled" @@ -1411,7 +1411,7 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "%s を接続できませんでした [SN: %s、code = %s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" @@ -1437,8 +1437,8 @@ msgstr "構成を読込み中" msgid "Click to download new version in default browser: %s" msgstr "新バージョンをダウンロードするにはクリックしてください: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer をアップデートする必要があります" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca をアップデートする必要があります" msgid "This is the newest version." msgstr "最新バージョンです。" @@ -1447,8 +1447,8 @@ msgid "Info" msgstr "情報" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1481,7 +1481,7 @@ msgid "Some presets are modified." msgstr "プリセットが変更されました。" msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "変更したプリセットをデフォルトとして保存できます" @@ -1495,10 +1495,10 @@ msgid "Open Project" msgstr "プロジェクトを開く" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"現在のOrca Slicerはバージョンが古いため使用できません、アップデートしてくださ" +"現在のSnapmaker Orcaはバージョンが古いため使用できません、アップデートしてくださ" "い。" msgid "Privacy Policy Update" @@ -1563,11 +1563,11 @@ msgstr "開く" msgid "Rename" msgstr "名前を変更" -msgid "Orca Slicer GUI initialization failed" +msgid "Snapmaker Orca GUI initialization failed" msgstr "GUI初期化に失敗した" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "重大なエラー: %1%" msgid "Quality" @@ -1942,9 +1942,6 @@ msgstr "モデルを簡略化" msgid "Center" msgstr "センター" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "プロセス設定を編集" @@ -2059,7 +2056,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "This action will break a cut correspondence.\n" "After that, model consistency can't be guaranteed .\n" @@ -2073,7 +2070,7 @@ msgstr "Delete all connectors" msgid "Deleting the last solid part is not allowed." msgstr "最後のソリッドパーツは削除できません。" -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "オブジェクトは一つだけのパーツが入っており、分割できません。" msgid "Assembly" @@ -2451,7 +2448,7 @@ msgstr "" "選択したオブジェクトはロックされたプレートにあるため、自動レイアウトできませ" "ん" -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "選択したオブジェクトがレイアウト不可です" msgid "" @@ -2692,13 +2689,13 @@ msgstr "著作権情報" msgid "License" msgstr "ライセンス" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicerのライセンス" +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orcaのライセンス" msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2715,10 +2712,10 @@ msgstr "" msgid "About %s" msgstr "%s について" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3118,7 +3115,7 @@ msgstr "後処理スクリプトを実行" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Gコードのエクスポート中に不明なエラーが発生しました。" #, boost-format @@ -3572,7 +3569,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3610,6 +3607,13 @@ msgstr "" "はい - プライムタワーを有効にする\n" "いいえ - 「独立サポート積層ピッチ」を有効にする" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"While printing by object, the extruder may collide with a skirt.\n" +"Thus, reset the skirt layer to 1 to avoid collisions." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4647,12 +4651,6 @@ msgstr "選択したオブジェクトを複製" msgid "Clone copies of selections" msgstr "選択したオブジェクトを複製" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "全てを選択" @@ -4674,7 +4672,7 @@ msgstr "直交投影を使用" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4701,12 +4699,6 @@ msgstr "Show &Overhang" msgid "Show object overhang highlight in 3D scene" msgstr "Show object overhang highlight in 3D scene" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "設定" @@ -4728,18 +4720,6 @@ msgstr "Pass 2" msgid "Flow rate test - Pass 2" msgstr "Flow rate test - Pass 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Flow rate" @@ -4902,7 +4882,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Printer camera is malfunctioning." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "A problem occurred. Please update the printer firmware and try again." msgid "" @@ -4945,7 +4925,7 @@ msgstr "バーチャルカメラツールをダウンロード" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "別のバーチャルカメラを作動しています為、もう一個が起動できません。\n" @@ -5070,7 +5050,7 @@ msgstr "Do you want to delete the file '%s' from printer?" msgid "Delete file" msgstr "Delete file" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Fetching model information..." msgid "Failed to fetch model information from printer." @@ -5080,7 +5060,7 @@ msgid "Failed to parse model information." msgstr "Failed to parse model information." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5343,7 +5323,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Get oss config failed." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Upload Pictures" msgid "Number of images successfully uploaded" @@ -5460,20 +5440,20 @@ msgid "Newer 3mf version" msgstr "新3mfバージョン" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Download Beta Version" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5817,9 +5797,9 @@ msgstr "適用できるフィラメントがありません、同期を行えま msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." -msgstr "不明なフィラメントがあります、Orca Slicerを更新してください。" +msgstr "不明なフィラメントがあります、Snapmaker Orcaを更新してください。" #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -5875,7 +5855,7 @@ msgstr "サイドバーを折りたたむ" msgid "Loading file: %s" msgstr "ファイルを読込む: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" "この3mfファイルと互換性がありません、ジオメトリーデータのみ読込みます。" @@ -6137,7 +6117,7 @@ msgid "Project downloaded %d%%" msgstr "プロジェクトをダウンロード %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6343,9 +6323,9 @@ msgstr "ヒント" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"「モデル修復」はWindowsのみご利用できます。Orca Slicer (Windows)か他のCADソフ" +"「モデル修復」はWindowsのみご利用できます。Snapmaker Orca (Windows)か他のCADソフ" "トウェアで修復してください。" #, c-format, boost-format @@ -6391,7 +6371,7 @@ msgstr "ダウンロードフォルドを選択" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6447,7 +6427,7 @@ msgstr "インチ" msgid "Units" msgstr "単位" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6460,8 +6440,8 @@ msgstr "" "In such case this setting will allow only one instance." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6522,10 +6502,10 @@ msgstr "起動後「毎日のヒント」を表示" msgid "If enabled, useful hints are displayed at startup." msgstr "有効になる場合、起動時にヒントを表示されます。" -msgid "Flushing volumes: Auto-calculate every time the color changed." -msgstr "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." +msgstr "Flushing volumes: Auto-calculate everytime the color changed." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "If enabled, auto-calculate every time the color changes." msgid "" @@ -6553,12 +6533,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "ネットワーク (&N)" @@ -6577,31 +6551,31 @@ msgstr "System Sync" msgid "Clear my choice on the unsaved presets." msgstr "Clear my choice on the unsaved presets." -msgid "Associate files to OrcaSlicer" -msgstr "ファイルをOrca Slicerに関連付ける" +msgid "Associate files to Snapmaker Orca" +msgstr "ファイルをSnapmaker Orcaに関連付ける" -msgid "Associate .3mf files to OrcaSlicer" -msgstr ".3mfファイルをOrca Slicerに関連付けます。" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr ".3mfファイルをSnapmaker Orcaに関連付けます。" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" -msgstr "デフォルトで.3mfファイルをOrca Slicerで開く" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" +msgstr "デフォルトで.3mfファイルをSnapmaker Orcaで開く" -msgid "Associate .stl files to OrcaSlicer" -msgstr ".stlファイルをOrca Slicerに関連付けます。" +msgid "Associate .stl files to Snapmaker Orca" +msgstr ".stlファイルをSnapmaker Orcaに関連付けます。" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" -msgstr "デフォルトで.stlファイルをOrca Slicerで開く" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" +msgstr "デフォルトで.stlファイルをSnapmaker Orcaで開く" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr ".step/.stpファイルをOrca Slicerに関連付けます。" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr ".step/.stpファイルをSnapmaker Orcaに関連付けます。" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" -msgstr "デフォルトで.step/.stpファイルをOrca Slicerで開く" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" +msgstr "デフォルトで.step/.stpファイルをSnapmaker Orcaで開く" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6628,7 +6602,7 @@ msgstr "" msgid "every" msgstr "every" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "The period of backup in seconds." msgid "Downloads" @@ -6841,7 +6815,7 @@ msgstr "3mfをアップロード中" msgid "Jump to model publish web page" msgstr "モデル公開ページに移動" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "注意: 準備するには数分かかる場合があります、暫くお待ち下さい。" msgid "Publish" @@ -7166,9 +7140,9 @@ msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" "A MicroSD card needs to be inserted before sending to the printer SD card." -msgid "The printer is required to be in the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." msgstr "" -"このプリンターを使用するには、Orca Slicerを同一のLANで使用してください。" +"このプリンターを使用するには、Snapmaker Orcaを同一のLANで使用してください。" msgid "The printer does not support sending to printer SD card." msgstr "このプリンターはSDカードに送信することができません" @@ -7245,8 +7219,8 @@ msgstr "Terms and Conditions" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7330,7 +7304,7 @@ msgid "Click to reset all settings to the last saved preset." msgstr "全ての変更をリセットします" msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "スムーズタイムラプスビデオを作成するにはプライムタワーが必要です。プライムタ" @@ -7510,21 +7484,12 @@ msgstr "サポート用フィラメント" msgid "Tree supports" msgstr "" -msgid "Multimaterial" -msgstr "" +msgid "Skirt" +msgstr "スカート" msgid "Prime tower" msgstr "プライムタワー" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "スカート" - msgid "Special mode" msgstr "特別モード" @@ -7571,9 +7536,6 @@ msgstr "推奨ノズル温度" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "フィラメントの推奨ノズル温度、0は未設定との意味です" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "" @@ -7688,6 +7650,9 @@ msgstr "フィラメント開始G-code" msgid "Filament end G-code" msgstr "フィラメント終了G-code" +msgid "Multimaterial" +msgstr "" + msgid "Wipe tower parameters" msgstr "ワイプタワーのパラメータ" @@ -7774,33 +7739,15 @@ msgstr "加速制限" msgid "Jerk limitation" msgstr "振動特性" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "ノズル直径" - msgid "Wipe tower" msgstr "ワイプタワー" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "単一エクストルーダーのマルチマテリアルパラメーター" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "積層ピッチの制限" @@ -8078,7 +8025,7 @@ msgid "Exit %s" msgstr "%s を終了" msgid "the Configuration package is incompatible with current APP." -msgstr "構成パッケージは、このバージョンのOrca Slicerに適用できません" +msgstr "構成パッケージは、このバージョンのSnapmaker Orcaに適用できません" msgid "Configuration updates" msgstr "構成の更新" @@ -8192,8 +8139,8 @@ msgid "Flushing volumes for filament change" msgstr "フィラメントを入替える為のフラッシュ量" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8237,7 +8184,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8248,7 +8195,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8535,16 +8482,16 @@ msgid "Network plug-in update" msgstr "ネットワークプラグインの更新" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"OK をクリックすると、次回 Orca Slicer を起動したときにネットワークプラグイン" +"OK をクリックすると、次回 Snapmaker Orca を起動したときにネットワークプラグイン" "が更新されます。" #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "新しいプラグイン (%s) が発見しました、インストールしますか?" -msgid "New version of Orca Slicer" +msgid "New version of Snapmaker Orca" msgstr "新バージョン" msgid "Skip this Version" @@ -8596,8 +8543,8 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN接続失敗 (造形ファイル送信)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." -msgstr "1Orca Slicerとプリンターが同一のLANに繋いでいること確認してください。" +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." +msgstr "1Snapmaker Orcaとプリンターが同一のLANに繋いでいること確認してください。" msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8773,11 +8720,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "造形できるオブジェクトがありません。" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -8983,12 +8925,6 @@ msgid "" "materials." msgstr "複数の素材の場合、スパイラルモードを使用できません" -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "オブジェクト %1% がビルドボリュームの最大高さを超えています。" @@ -9012,10 +8948,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Variable layer height is not supported with Organic supports." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9025,9 +8962,9 @@ msgstr "" "addressing (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Ooze prevention is currently not supported with the prime tower enabled." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9175,11 +9112,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "スカートとブリムを生成" @@ -9262,7 +9194,7 @@ msgid "Hostname, IP or URL" msgstr "Hostname、IPまたはURL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" @@ -9284,7 +9216,7 @@ msgid "API Key / Password" msgstr "APIキー/パスワード" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "APIキーとパスワードを入力してください。" @@ -9474,8 +9406,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "底面の厚さです、底面層数で決まった厚みがこの値より小さい場合、層数を増やしま" "す。この値が0にする場合、この設定が無効となり、設定した層数で造形します。" @@ -9484,31 +9416,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9547,7 +9462,7 @@ msgstr "オーバーハングの冷却閾値" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9578,11 +9493,10 @@ msgstr "ブリッジ流量" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"この値を少し (例えば 0.9) 小さくし、ブリッジ用に押出し量を減らし、たるみを防" +"ぎます。" msgid "Internal bridge flow ratio" msgstr "" @@ -9590,11 +9504,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9602,20 +9512,15 @@ msgstr "Top surface flow ratio" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"This factor affects the amount of material for top solid infill. You can " +"decrease it slightly to have a smooth surface finish." msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -9667,7 +9572,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -9675,7 +9580,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9695,9 +9600,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9727,9 +9632,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -9749,25 +9652,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -9776,14 +9663,8 @@ msgstr "mm/s or %" msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "ブリッジを造形する時に速度です。" msgid "mm/s" msgstr "mm/s" @@ -9792,8 +9673,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -9807,7 +9688,7 @@ msgstr "ブリムタイプ" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "This controls the generation of the brim at outer and/or inner side of " "models. Auto means the brim width is analyzed and calculated automatically." @@ -9841,8 +9722,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -9972,7 +9853,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -9988,24 +9869,24 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "無効" msgid "Limited filtering" msgstr "" @@ -10144,7 +10025,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10154,8 +10035,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10182,7 +10063,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10196,10 +10077,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10247,7 +10128,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10261,7 +10142,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10306,109 +10187,17 @@ msgstr "" "フィラメントは温度により体積が変わります。この設定で押出流量を比例的に調整し" "ます。 0.95 ~ 1.05の間で設定していください。" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Enable pressure advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10418,8 +10207,8 @@ msgid "Keep fan always on" msgstr "ファン常時ON" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "この設定により、パーツ冷却ファンを停止しなく、最低速度で回転します。頻繁に回" "転・停止の頻度を減らします。" @@ -10434,8 +10223,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10485,29 +10274,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "フィラメントロード時間" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"フィラメントを入れ替える時に、フィラメントをロードする時間です、統計目的に使" +"用されています。" msgid "Filament unload time" msgstr "フィラメントアンロード時間" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"フィラメントを入れ替える時に、フィラメントをアンロードする時間です、統計目的" +"に使用されています。" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10520,7 +10298,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10529,7 +10307,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10541,16 +10319,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "ローディング速度" @@ -10602,21 +10370,6 @@ msgstr "" "フィラメントは、冷却チューブ内で上下に移動することにより冷却されます。 これら" "の上下移動の必要な回数を指定します。" -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "冷却移動の最初の速度" @@ -10630,7 +10383,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -10640,6 +10393,15 @@ msgstr "最後の冷却移動の速度" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "冷却動作は、この速度に向かって徐々に加速しています。" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"ツールの変更中(Tコードの実行時)にプリンターファームウェア(またはMulti " +"Material Unit 2.0)が新しいフィラメントをロードする時間。 この時間は、Gコード" +"時間推定プログラムによって合計プリント時間に追加されます。" + msgid "Ramming parameters" msgstr "ラミングパラメーター" @@ -10650,14 +10412,23 @@ msgstr "" "この文字列はラミングダイアログで編集され、ラミング固有のパラメーターが含まれ" "ています。" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"ツールチェンジ中(Tコードの実行時)にプリンターファームウェア(またはMulti " +"Material Unit 2.0)がフィラメントをアンロードする時間。 この時間は、Gコード時" +"間予測プログラムによって合計プリント予測時間に追加されます。" + +msgid "Enable ramming for multitool setups" msgstr "マルチツールのセットアップでラミングを有効にする" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "マルチツールプリンターを使用しているとき(つまり、プリンター設定の「シングル" "エクストルーダーマルチマテリアル」のチェックが外れているとき)に、ラミングを" @@ -10665,13 +10436,13 @@ msgstr "" "ワー上で急速に押し出されます。このオプションは、ワイプタワーが有効な場合にの" "み使用されます。" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "マルチツールラミング量" msgid "The volume to be rammed before the toolchange." msgstr "ツールチェンジ前にラミングで使用する量" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "マルチツールラミングフロー" msgid "Flow used for ramming the filament before the toolchange." @@ -10709,7 +10480,7 @@ msgstr "Softening temperature" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than this, it's highly recommended to open the front " @@ -10809,7 +10580,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -10831,7 +10602,7 @@ msgstr "最長インフィルアンカー" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -10985,7 +10756,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -11008,7 +10779,7 @@ msgid "Fuzzy skin thickness" msgstr "厚さ" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "ジッターの幅:外壁の線幅より小さくするのをお勧めします。" @@ -11016,7 +10787,7 @@ msgid "Fuzzy skin point distance" msgstr "ポイント距離" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "ポイント間の平均距離" @@ -11032,10 +10803,7 @@ msgstr "Filter out tiny gaps" msgid "Layers and Perimeters" msgstr "積層と境界" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -11064,7 +10832,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11152,9 +10920,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11260,22 +11028,6 @@ msgstr "" "複数層のスパース インフィルをまとめて造形し、時間短縮に効きます。壁面はこの設" "定に影響されません" -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "スパース インフィルを造形時使用するフィラメントです。" @@ -11302,7 +11054,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11332,12 +11084,8 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Interlocking depth of a segmented region" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." -msgstr "" +msgid "Interlocking depth of a segmented region. Zero disables this feature." +msgstr "Interlocking depth of a segmented region. Zero disables this feature." msgid "Use beam interlocking" msgstr "" @@ -11684,6 +11432,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "ノズル直径" + msgid "Diameter of nozzle" msgstr "ノズル直径" @@ -11701,7 +11452,7 @@ msgid "Host Type" msgstr "ホストタイプ" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "ホストタイプを入力してください。" @@ -11776,11 +11527,6 @@ msgid "" msgstr "" "インフィル領域内の移動はリトラクションしません。造形時間を節約できます。" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "ファイル名形式" @@ -11824,9 +11570,6 @@ msgstr "" "この設定により、線幅に対するオーバーハングの割合を検出し、異なる速度で造形し" "ます。100%%のオーバーハングの場合、ブリッジの速度が使用されます。" -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -11856,25 +11599,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Printer notes" msgid "You can put your notes regarding the printer here." msgstr "You can put your notes regarding the printer here." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "ラフト接触面Z間隔" @@ -11914,7 +11648,7 @@ msgstr "" "す。" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12084,7 +11818,7 @@ msgstr "リトラクション速度" msgid "Speed of retractions" msgstr "リトラクションの速度です。" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "復帰速度" msgid "" @@ -12271,15 +12005,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12302,14 +12036,6 @@ msgstr "スカート距離" msgid "Distance from skirt to brim or object" msgstr "スカートからブリム或はオブジェクトまでの距離です。" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt height" @@ -12324,33 +12050,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "無効" +msgid "Limited" +msgstr "限定" msgid "Enabled" msgstr "有効" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "スカートのループ数" @@ -12371,9 +12085,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12392,12 +12104,6 @@ msgstr "" "スパース インフィルの面積がこの値以下の場合、ソリッド インフィルに変換されま" "す" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12418,11 +12124,11 @@ msgid "Smooth Spiral" msgstr "Smooth Spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgid "Max XY Smoothing" msgstr "Max XY Smoothing" @@ -12455,31 +12161,6 @@ msgstr "通常" msgid "Temperature variation" msgstr "軟化温度" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "スタートG-code" @@ -12776,15 +12457,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Snug" -msgid "Organic" -msgstr "オーガニック" - msgid "Tree Slim" msgstr "ツリースリム" @@ -12794,6 +12469,9 @@ msgstr "ツリーストロング" msgid "Tree Hybrid" msgstr "ツリーハイブリッド" +msgid "Organic" +msgstr "オーガニック" + msgid "Independent support layer height" msgstr "独立サポート層ピッチ" @@ -12942,40 +12620,29 @@ msgid "Activate temperature control" msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "Chamber temperature" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on. At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials, the actual chamber temperature should not " +"be high to avoid clogs, so 0 (turned off) is highly recommended." msgid "Nozzle temperature for layers after the initial one" msgstr "1層目後のノズル温度" @@ -13027,8 +12694,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "トップ面の厚さです、トップ面層数で決まった厚みがこの値より小さい場合、層数を" "増やします。この値が0にする場合、この設定が無効となり、設定した層数で造形しま" @@ -13051,7 +12718,7 @@ msgid "Wipe Distance" msgstr "拭き上げ距離" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13107,6 +12774,12 @@ msgstr "" "ワイプタワーを安定させるために使用される円錐の頂点の角度。角度が大きいと底面" "が広くなります。" +msgid "Wipe tower purge lines spacing" +msgstr "ワイプタワーのパージラインの間隔" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "ワイプタワーのパージラインの間隔。" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13132,6 +12805,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "ワイプタワーエクストルーダー" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13184,30 +12860,6 @@ msgstr "ブリッジ最大距離" msgid "Maximal distance between supports on sparse infill sections." msgstr "中抜きインフィルレイヤーの間隔の最大値。" -msgid "Wipe tower purge lines spacing" -msgstr "ワイプタワーのパージラインの間隔" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "ワイプタワーのパージラインの間隔。" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "ホール補正 X-Y" @@ -13248,7 +12900,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13282,7 +12934,7 @@ msgstr "Use relative E distances" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13375,9 +13027,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13410,7 +13062,7 @@ msgstr "薄いソリッド インフィル検出" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする場" "合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用しま" @@ -13438,7 +13090,7 @@ msgid "No check" msgstr "No check" msgid "Do not run any validity checks, such as gcode path conflicts check." -msgstr "Do not run any validity checks, such as gcode path conflicts check." +msgstr "Do not run any validity checks, such as G-code path conflicts check." msgid "Ensure on bed" msgstr "ベッド上で確認" @@ -13488,7 +13140,7 @@ msgstr "カスタムGコードブロックの先頭に存在するz-hopを含む msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "カスタム G コード ブロックの先頭のエクストルーダーのモーターの位置。 カスタ" "ム G コードで動かしたとき、PrusaSlicer が制御を取り戻したときにどこから移動し" @@ -13497,28 +13149,20 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "カスタム G コード ブロックの先頭のリトラクション状態。 カスタム G コードがエ" "クストルーダー軸を動かすとき、PrusaSlicer が制御を取り戻したときに正しく撤回" "できるように、この変数に書き込む必要があります。" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "追加リトラクションからの復帰" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "現在、リトラクションからの復帰時のエクストルーダーの追加プライミングが計画さ" "れています。" -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "現在のエクストルーダー" @@ -13564,14 +13208,7 @@ msgstr "" msgid "Is extruder used?" msgstr "エクストルーダーは使用されましたか?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -13725,14 +13362,6 @@ msgstr "物理プリンター名" msgid "Name of the physical printer used for slicing." msgstr "スライスに使用される物理プリンターの名前。" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "レイヤーナンバー" @@ -14671,7 +14300,7 @@ msgstr "Start Test Single-Thread" msgid "Export Log" msgstr "Export Log" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -14680,10 +14309,10 @@ msgstr "System Version:" msgid "DNS Server:" msgstr "DNS Server:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -14757,7 +14386,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Filament type is not selected, please reselect type." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filament serial missing; please input serial." msgid "" @@ -14825,7 +14454,7 @@ msgstr "Import Preset" msgid "Create Type" msgstr "Create Type" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "The model was not found; please reselect vendor." msgid "Select Model" @@ -14874,10 +14503,10 @@ msgstr "Preset path was not found; please reselect vendor." msgid "The printer model was not found, please reselect." msgstr "The printer model was not found, please reselect." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "The nozzle diameter was not found; please reselect." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "The printer preset was not found; please reselect." msgid "Printer Preset" @@ -14909,7 +14538,7 @@ msgstr "" "You have entered a disallowed character in the printable area section on the " "first page. Please use only numbers." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "The custom printer or model missing; please input." msgid "" @@ -14948,7 +14577,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Current vendor has no models, please reselect." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "You have not selected the vendor and model or input the custom vendor and " @@ -15064,10 +14693,10 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgid "" @@ -15293,8 +14922,8 @@ msgstr "Connection to Duet is working correctly." msgid "Could not connect to Duet" msgstr "Could not connect to Duet" -msgid "Unknown error occurred" -msgstr "Unknown error occurred" +msgid "Unknown error occured" +msgstr "Unknown error occured" msgid "Wrong password" msgstr "Wrong password" @@ -15715,26 +15344,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -15753,7 +15382,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -15866,7 +15495,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -15874,7 +15503,7 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" @@ -16018,102 +15647,6 @@ msgstr "" "ABS, appropriately increasing the heatbed temperature can reduce the " "probability of warping?" -#~ msgid "Cool Plate" -#~ msgstr "常温プレート" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "While printing by object, the extruder may collide with a skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid collisions." - -#~ msgid "Limited" -#~ msgstr "限定" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "この値を少し (例えば 0.9) 小さくし、ブリッジ用に押出し量を減らし、たるみを" -#~ "防ぎます。" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have a smooth surface finish." - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "ブリッジを造形する時に速度です。" - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "フィラメントを入れ替える時に、フィラメントをロードする時間です、統計目的に" -#~ "使用されています。" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "フィラメントを入れ替える時に、フィラメントをアンロードする時間です、統計目" -#~ "的に使用されています。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "ツールの変更中(Tコードの実行時)にプリンターファームウェア(またはMulti " -#~ "Material Unit 2.0)が新しいフィラメントをロードする時間。 この時間は、G" -#~ "コード時間推定プログラムによって合計プリント時間に追加されます。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "ツールチェンジ中(Tコードの実行時)にプリンターファームウェア(または" -#~ "Multi Material Unit 2.0)がフィラメントをアンロードする時間。 この時間は、" -#~ "Gコード時間予測プログラムによって合計プリント予測時間に追加されます。" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials, the actual chamber " -#~ "temperature should not be high to avoid clogs, so 0 (turned off) is " -#~ "highly recommended." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." - -#~ msgid "Wipe tower extruder" -#~ msgstr "ワイプタワーエクストルーダー" - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Please input a valid value (K in 0~0.3)" @@ -16304,11 +15837,11 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Load failed [%d]" -#~ msgid "Failed to fetching model information from printer." -#~ msgstr "Failed to fetch model information from printer." +#~ msgid "Failed to fetching model infomations from printer." +#~ msgstr "Failed to fetch model infomation from printer." -#~ msgid "Failed to parse model informations." -#~ msgstr "Failed to parse model information" +#~ msgid "Failed to parse model infomations." +#~ msgstr "Failed to parse model infomation" #, boost-format #~ msgid "" @@ -16336,9 +15869,9 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "構成を読込めませんでした" -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "3mfは古いバージョンのOrca Slicerで作成されています、ジオメトリーデータのみ" +#~ "3mfは古いバージョンのSnapmaker Orcaで作成されています、ジオメトリーデータのみ" #~ "読込みます。" #~ msgid "Movement:" @@ -16653,7 +16186,7 @@ msgstr "" #~ "モデル修復\n" #~ "破損したモデルでも修復してスライスできます。" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Embedded" #~ msgid "Online Models" diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/Snapmaker_Orca_ko.po similarity index 90% rename from localization/i18n/ko/OrcaSlicer_ko.po rename to localization/i18n/ko/Snapmaker_Orca_ko.po index a208da285be..b972afc6d4b 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/Snapmaker_Orca_ko.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" -"PO-Revision-Date: 2024-10-26 10:01+0900\n" +"POT-Creation-Date: 2024-07-30 10:20+0900\n" +"PO-Revision-Date: 2024-05-31 23:33+0900\n" "Last-Translator: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github." "com>\n" "Language-Team: crwusiz@gmail.com\n" @@ -79,9 +79,6 @@ msgstr "스마트 채우기 각도" msgid "On overhangs only" msgstr "돌출부에만 칠하기" -msgid "Auto support threshold angle: " -msgstr "자동 지지대 임계값 각도: " - msgid "Circle" msgstr "원" @@ -101,6 +98,9 @@ msgstr "\"%1%\"에서 선택한 영역에만 칠하기 허용" msgid "Highlight faces according to overhang angle." msgstr "돌출부 각도에 따라 면을 강조 표시합니다." +msgid "Auto support threshold angle: " +msgstr "자동 지지대 임계값 각도: " + msgid "No auto support" msgstr "자동 지지대 비활성" @@ -650,7 +650,7 @@ msgid "Angle" msgstr "각도" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "내장\n" @@ -1120,11 +1120,11 @@ msgstr "채워진 경로 열기" msgid "Undefined stroke type" msgstr "정의되지 않은 스트로크 유형" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "자체 교차 및 여러 지점에서는 경로를 복구할 수 없습니다." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "최종 모양에는 자체 교차점이나 동일한 좌표를 가진 여러 점이 포함되어 있습니다." @@ -1353,8 +1353,8 @@ msgstr "정의되지 않음" msgid "%1% was replaced with %2%" msgstr "%1% 가 %2% 로 교체되었습니다" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "최신 버전의 OrcaSlicer에서 설정을 생성할 수 있습니다." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "최신 버전의 Snapmaker Orca에서 설정을 생성할 수 있습니다." msgid "Some values have been replaced. Please check them:" msgstr "일부 값이 변경되었습니다. 다음을 확인하세요:" @@ -1377,28 +1377,28 @@ msgid "" msgstr "구성 파일 \"%1%\"이(가) 로드되었지만 일부 값이 인식되지 않았습니다." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"메모리 부족으로 OrcaSlicer가 종료됩니다. 버그일 수 있습니다. 저희 팀에 문제" +"메모리 부족으로 Snapmaker Orca가 종료됩니다. 버그일 수 있습니다. 저희 팀에 문제" "를 보고해 주시면 감사하겠습니다." msgid "Fatal error" msgstr "치명적 오류" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"Orca Slicer는 현지화 오류로 인해 종료됩니다. 이 문제가 발생한 구체적인 시나리" +"Snapmaker Orca는 현지화 오류로 인해 종료됩니다. 이 문제가 발생한 구체적인 시나리" "오를 보고해 주시면 감사하겠습니다." msgid "Critical error" msgstr "치명적 오류" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "Orca Slicer에 처리되지 않은 예외가 발생했습니다: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca에 처리되지 않은 예외가 발생했습니다: %1%" msgid "Untitled" msgstr "제목 없음" @@ -1417,11 +1417,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "%s 연결 실패! [SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer의 특정 기능이 작동하려면 Microsoft WebView2 Runtime이 필요합니" +"Snapmaker Orca의 특정 기능이 작동하려면 Microsoft WebView2 Runtime이 필요합니" "다.\n" "지금 설치하려면 예 를 클릭하세요." @@ -1446,8 +1446,8 @@ msgstr "구성 파일 로드 중" msgid "Click to download new version in default browser: %s" msgstr "기본 브라우저에서 새 버전을 다운로드하려면 클릭: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer 업그레이드가 필요합니다" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca 업그레이드가 필요합니다" msgid "This is the newest version." msgstr "최신 버전입니다." @@ -1456,13 +1456,13 @@ msgid "Info" msgstr "정보" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Orca Slicer 구성 파일이 손상되어 구문을 분석할 수 없습니다.\n" -"Orca Slicer가 구성 파일을 다시 생성하려고 시도했습니다.\n" +"Snapmaker Orca 구성 파일이 손상되어 구문을 분석할 수 없습니다.\n" +"Snapmaker Orca가 구성 파일을 다시 생성하려고 시도했습니다.\n" "응용 프로그램 설정은 손실되지만 프린터 사전설정은 영향을 받지 않습니다." msgid "Rebuild" @@ -1493,7 +1493,7 @@ msgid "Some presets are modified." msgstr "일부 사전 설정이 수정 되었습니다." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "수정된 사전 설정을 새 프로젝트에 유지하거나, 변경 내용을 삭제 또는 새 사전 설" @@ -1509,10 +1509,10 @@ msgid "Open Project" msgstr "프로젝트 열기" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Orca Slicer의 버전이 너무 낮아 최신 버전으로 업데이트해야 정상적으로 사용 가" +"Snapmaker Orca의 버전이 너무 낮아 최신 버전으로 업데이트해야 정상적으로 사용 가" "능합니다" msgid "Privacy Policy Update" @@ -1577,11 +1577,11 @@ msgstr "열기" msgid "Rename" msgstr "이름 변경" -msgid "Orca Slicer GUI initialization failed" -msgstr "Orca Slicer GUI 초기화 실패" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Snapmaker Orca GUI 초기화 실패" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "치명적 오류, 예외 발견: %1%" msgid "Quality" @@ -1962,9 +1962,6 @@ msgstr "모델 단순화" msgid "Center" msgstr "중앙" -msgid "Drop" -msgstr "내리기" - msgid "Edit Process Settings" msgstr "프로세스 설정에서 편집" @@ -2078,7 +2075,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "이 조치는 잘라내기 연결을 끊습니다.\n" "그 이후에는 모델 일관성을 보장할 수 없습니다.\n" @@ -2092,7 +2089,7 @@ msgstr "모든 커넥터 삭제" msgid "Deleting the last solid part is not allowed." msgstr "마지막 꽉찬 부품을 삭제할 수 없습니다." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "대상 개체는 한 부품만 포함하고 있어 분할할 수 없습니다." msgid "Assembly" @@ -2367,7 +2364,7 @@ msgid "Connection to printer failed" msgstr "프린터 연결 실패" msgid "Please check the network connection of the printer and Orca." -msgstr "프린터와 Orca Slicer의 네트워크 연결을 확인하세요." +msgstr "프린터와 Snapmaker Orca의 네트워크 연결을 확인하세요." msgid "Connecting..." msgstr "연결 중..." @@ -2467,7 +2464,7 @@ msgstr "" "선택한 모든 물체는 잠긴 플레이트에 있습니다,\n" "이러한 개체에 대해 자동 정렬을 수행할 수 없습니다." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "정렬 가능한 개체를 선택하지 않았습니다." msgid "" @@ -2707,14 +2704,14 @@ msgstr "저작권" msgid "License" msgstr "라이센스" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer is licensed under " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca is licensed under " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer는 PrusaSlicer와 BambuStudio를 기반으로 합니다" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "라이브러리" @@ -2730,12 +2727,12 @@ msgstr "" msgid "About %s" msgstr "%s 정보" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" -"Orca Slicer는 BambuStudio, PrusaSlicer 및 SuperSlicer를 기반으로 합니다." +"Snapmaker Orca는 BambuStudio, PrusaSlicer 및 SuperSlicer를 기반으로 합니다." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio는 PrusaResearch의 PrusaSlicer를 기반으로 합니다." @@ -3141,7 +3138,7 @@ msgstr "사후 처리 스크립트 실행중" msgid "Successfully executed post-processing script" msgstr "성공적으로 실행된 후처리 스크립트" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "G코드를 내보내는 동안 알 수 없는 오류가 발생했습니다." #, boost-format @@ -3599,7 +3596,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "이 설정을 자동으로 변경하시겠습니까?\n" "예 - 수직 셸 두께 보장을 보통으로 변경하고 대체 추가 벽을 활성화합니다\n" @@ -3640,6 +3637,13 @@ msgstr "" "예 - 프라임 타워 유지\n" "아니요 - 독립적 지지대 레이어 높이 유지" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"개체별 출력시 압출기가 스커트와 충돌할 수 있습니다.\n" +"스커트 레이어를 1로 재설정하여 이를 방지합니다." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4048,15 +4052,6 @@ msgstr "시간 합계" msgid "Total cost" msgstr "총 비용" -msgid "up to" -msgstr "까지" - -msgid "above" -msgstr "위에" - -msgid "from" -msgstr "부터" - msgid "Color Scheme" msgstr "색 구성표" @@ -4120,12 +4115,12 @@ msgstr "필라멘트 변경 시간" msgid "Cost" msgstr "비용" -msgid "Color change" -msgstr "색 변경" - msgid "Print" msgstr "출력" +msgid "Color change" +msgstr "색 변경" + msgid "Printer" msgstr "프린터" @@ -4680,12 +4675,6 @@ msgstr "선택된 개체 복제" msgid "Clone copies of selections" msgstr "선택된 개체의 복사본 복제" -msgid "Duplicate Current Plate" -msgstr "현재 플레이트 복제" - -msgid "Duplicate the current plate" -msgstr "현재 플레이트 복제" - msgid "Select all" msgstr "모두 선택" @@ -4707,7 +4696,7 @@ msgstr "평행 투영 보기 사용" msgid "Show &G-code Window" msgstr "G코드 창 표시 (&G)" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "예측 장면에 G코드 창 표시" msgid "Show 3D Navigator" @@ -4734,12 +4723,6 @@ msgstr "돌출부 보기 (&O)" msgid "Show object overhang highlight in 3D scene" msgstr "3D 장면에서 개체 오버행 하이라이트 표시" -msgid "Show Selected Outline (Experimental)" -msgstr "선택된 개요 표시(실험적)" - -msgid "Show outline around selected object in 3D scene" -msgstr "3D 장면에서 선택한 오브젝트 주변에 윤곽선 표시" - msgid "Preferences" msgstr "기본 설정" @@ -4761,18 +4744,6 @@ msgstr "2차 테스트" msgid "Flow rate test - Pass 2" msgstr "유량 테스트 - 2차" -msgid "YOLO (Recommended)" -msgstr "YOLO(권장)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Orca YOLO 유량 보정, 0.01 단계" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO(완벽주의자 버전)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Orca YOLO 유량 보정, 0.005 단계" - msgid "Flow rate" msgstr "유량" @@ -4937,7 +4908,7 @@ msgstr "프린터가 현재 다운로드 중입니다. 다운로드가 완료된 msgid "Printer camera is malfunctioning." msgstr "프린터 카메라가 오작동합니다." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "문제가 발생했습니다. 프린터 펌웨어를 업데이트하고 다시 시도하세요." msgid "" @@ -4982,11 +4953,11 @@ msgstr "가상 카메라 도구 다운로드" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "다른 가상 카메라가 실행 중입니다.\n" -"Orca Slicer는 하나의 가상 카메라만 지원합니다.\n" +"Snapmaker Orca는 하나의 가상 카메라만 지원합니다.\n" "이 가상 카메라를 중지하시겠습니까?" #, c-format, boost-format @@ -5109,7 +5080,7 @@ msgstr "프린터에서 '%s' 파일을 삭제하시겠습니까?" msgid "Delete file" msgstr "파일 삭제" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "모델 정보 가져오는 중..." msgid "Failed to fetch model information from printer." @@ -5119,10 +5090,10 @@ msgid "Failed to parse model information." msgstr "모델 정보를 구문 분석하지 못했습니다." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -".gcode.3mf 파일에는 G코드 데이터가 없습니다. OrcaSlicer에서 슬라이스하고 새 ." +".gcode.3mf 파일에는 G코드 데이터가 없습니다. Snapmaker Orca에서 슬라이스하고 새 ." "gcode.3mf 파일을 내보내십시오." #, c-format, boost-format @@ -5382,7 +5353,7 @@ msgstr "정보" msgid "Get oss config failed." msgstr "OSS 구성 가져오기에 실패했습니다." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "사진 업로드" msgid "Number of images successfully uploaded" @@ -5498,23 +5469,23 @@ msgid "Newer 3mf version" msgstr "최신 3mf 버전" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -"3mf 파일 버전은 베타 버전이며 현재 OrcaSlicer 버전보다 최신 버전입니다." +"3mf 파일 버전은 베타 버전이며 현재 Snapmaker Orca 버전보다 최신 버전입니다." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Orca Slicer Beta를 사용해 보려면 다음을 클릭하세요" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Snapmaker Orca Beta를 사용해 보려면 다음을 클릭하세요" msgid "Download Beta Version" msgstr "베타 버전 다운로드" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "3mf 파일 버전은 현재 Orca Slicer 버전보다 최신 버전입니다." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "3mf 파일 버전은 현재 Snapmaker Orca 버전보다 최신 버전입니다." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Orca Slicer를 업데이트하면 3mf 파일의 모든 기능을 활성화할 수 있습니다." +"Snapmaker Orca를 업데이트하면 3mf 파일의 모든 기능을 활성화할 수 있습니다." msgid "Current Version: " msgstr "현재 버전: " @@ -5861,11 +5832,11 @@ msgstr "호환되는 필라멘트가 없으며 동기화가 수행되지 않습 msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" -"일반 사전 설정에 매핑된 알 수 없는 필라멘트가 있습니다. Orca Slicer를 업데이" -"트하거나 Orca Slicer를 다시 시작하여 시스템 사전 설정에 대한 업데이트가 있는" +"일반 사전 설정에 매핑된 알 수 없는 필라멘트가 있습니다. Snapmaker Orca를 업데이" +"트하거나 Snapmaker Orca를 다시 시작하여 시스템 사전 설정에 대한 업데이트가 있는" "지 확인하세요." #, boost-format @@ -5924,8 +5895,8 @@ msgstr "사이드바 접기" msgid "Loading file: %s" msgstr "파일 로드 중: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "이 3mf는 OrcaSlicer에서 지원되지 않습니다. 형상 데이터만 불러옵니다." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "이 3mf는 Snapmaker Orca에서 지원되지 않습니다. 형상 데이터만 불러옵니다." msgid "Load 3mf" msgstr "3mf 불러오기" @@ -6031,13 +6002,18 @@ msgid "The file does not contain any geometry data." msgstr "파일에 형상 데이터가 포함되어 있지 않습니다." msgid "" -"Your object appears to be too large, Do you want to scale it down to fit the " -"heat bed automatically?" -msgstr "개체가 너무 큽니다. 자동으로 고온 베드에 맞게 크기를 줄이시겠습니까?" +"Your object appears to be too large. It will be scaled down to fit the heat " +"bed automatically." +msgstr "" msgid "Object too large" msgstr "개체가 너무 큼" +msgid "" +"Your object appears to be too large, Do you want to scale it down to fit the " +"heat bed automatically?" +msgstr "개체가 너무 큽니다. 자동으로 고온 베드에 맞게 크기를 줄이시겠습니까?" + msgid "Export STL file:" msgstr "STL 파일 내보내기:" @@ -6185,10 +6161,10 @@ msgid "Project downloaded %d%%" msgstr "프로젝트 %d%% 다운로드됨" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Orca Slicer로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오세" +"Snapmaker Orca로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오세" "요." msgid "Import SLA archive" @@ -6390,9 +6366,9 @@ msgstr "팁:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"\"모델 수리\" 기능은 현재 Windows에만 있습니다. Orca Slicer(Wndows) 또는 CAD " +"\"모델 수리\" 기능은 현재 Windows에만 있습니다. Snapmaker Orca(Wndows) 또는 CAD " "소프트웨어 등에서 모델을 수정하세요." #, c-format, boost-format @@ -6413,9 +6389,6 @@ msgstr "계속하시겠습니까?" msgid "Language selection" msgstr "언어 선택" -msgid "Switching application language while some presets are modified." -msgstr "일부 사전 설정이 수정되는 동안 응용 프로그램 언어를 전환합니다." - msgid "Changing application language" msgstr "응용 프로그램 언어 변경" @@ -6437,8 +6410,8 @@ msgstr "다운로드 폴더 선택" msgid "Associate" msgstr "링크" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "를 OrcaSlicer와 연결하여 Orca가 다음 사이트의 모델을 열 수 있게 합니다" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "를 Snapmaker Orca와 연결하여 Orca가 다음 사이트의 모델을 열 수 있게 합니다" msgid "Current Association: " msgstr "현재 연결: " @@ -6495,8 +6468,8 @@ msgstr "야드파운드법" msgid "Units" msgstr "단위" -msgid "Allow only one OrcaSlicer instance" -msgstr "OrcaSlicer 인스턴스를 하나만 허용" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Snapmaker Orca 인스턴스를 하나만 허용" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6508,11 +6481,11 @@ msgstr "" "인스턴스만 허용합니다." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"이 기능을 활성화하면 OrcaSlicer를 시작하고 동일한 OrcaSlicer의 다른 인스턴스" +"이 기능을 활성화하면 Snapmaker Orca를 시작하고 동일한 Snapmaker Orca의 다른 인스턴스" "가 이미 실행 중일 때 해당 인스턴스가 대신 다시 활성화됩니다." msgid "Home" @@ -6573,10 +6546,10 @@ msgstr "시작 후 \"오늘의 팁\" 알림 표시" msgid "If enabled, useful hints are displayed at startup." msgstr "활성화하면 시작 시 유용한 힌트가 표시됩니다." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "플러시 볼륨: 색상이 변경될 때마다 자동 계산됩니다." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "활성화하면 색상이 변경될 때마다 자동 계산됩니다." msgid "" @@ -6629,36 +6602,36 @@ msgstr "시스템 동기화" msgid "Clear my choice on the unsaved presets." msgstr "저장되지 않은 사전 설정에서 선택을 취소합니다." -msgid "Associate files to OrcaSlicer" -msgstr "파일을 OrcaSlicer에 연결" +msgid "Associate files to Snapmaker Orca" +msgstr "파일을 Snapmaker Orca에 연결" -msgid "Associate .3mf files to OrcaSlicer" -msgstr ".3mf 파일을 OrcaSlicer에 연결" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr ".3mf 파일을 Snapmaker Orca에 연결" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .3mf 파일을 엽니다" +"활성화된 경우 Snapmaker Orca를 기본 응용 프로그램으로 설정하여 .3mf 파일을 엽니다" -msgid "Associate .stl files to OrcaSlicer" -msgstr ".stl 파일을 OrcaSlicer에 연결" +msgid "Associate .stl files to Snapmaker Orca" +msgstr ".stl 파일을 Snapmaker Orca에 연결" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .stl 파일을 엽니다" +"활성화된 경우 Snapmaker Orca를 기본 응용 프로그램으로 설정하여 .stl 파일을 엽니다" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr ".step/.stp 파일을 OrcaSlicer에 연결" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr ".step/.stp 파일을 Snapmaker Orca에 연결" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니" +"활성화된 경우 Snapmaker Orca를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니" "다" -msgid "Associate web links to OrcaSlicer" -msgstr "OrcaSlicer에 웹 링크 연결" +msgid "Associate web links to Snapmaker Orca" +msgstr "Snapmaker Orca에 웹 링크 연결" -msgid "Associate URLs to OrcaSlicer" -msgstr "OrcaSlicer에 URL 연결" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Snapmaker Orca에 URL 연결" msgid "Maximum recent projects" msgstr "최근 프로젝트 최대 표시" @@ -6682,7 +6655,7 @@ msgstr "간헐적인 충돌로부터 복원하기 위해 주기적으로 프로 msgid "every" msgstr "매" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "백업 기간(초)입니다." msgid "Downloads" @@ -6895,7 +6868,7 @@ msgstr "3mf 업로드 중" msgid "Jump to model publish web page" msgstr "모델 게시 웹 페이지로 이동" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "참고: 준비하는 데 몇 분 정도 걸릴 수 있습니다. 조금만 기다려 주십시오." msgid "Publish" @@ -7224,8 +7197,8 @@ msgstr "선택한 프린터가 선택한 프린터 사전 설정과 호환되지 msgid "An SD card needs to be inserted before send to printer SD card." msgstr "프린터 SD 카드로 보내기 전에 SD 카드를 삽입해야 합니다." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "프린터는 Orca Slicer와 동일한 네트워크에 있어야 합니다." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "프린터는 Snapmaker Orca와 동일한 네트워크에 있어야 합니다." msgid "The printer does not support sending to printer SD card." msgstr "프린터는 프린터 SD 카드로의 전송을 지원하지 않습니다." @@ -7302,8 +7275,8 @@ msgstr "이용약관" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7384,7 +7357,7 @@ msgid "Click to reset all settings to the last saved preset." msgstr "모든 설정을 마지막으로 저장한 사전 설정으로 되돌립니다." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "유연모드 타임랩스를 위해서는 프라임 타워가 필요합니다. 프라임 타워가 없는 모" @@ -7838,7 +7811,7 @@ msgstr "가속도 제한" msgid "Jerk limitation" msgstr "저크 제한" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "단일 압출기 다중 재료 설정" msgid "Number of extruders of the printer." @@ -7860,11 +7833,11 @@ msgstr "노즐 직경" msgid "Wipe tower" msgstr "닦기 타워" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "단일 압출기 다중 재료 매개변수" msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " +"This is a single extruder multimaterial printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" msgstr "" "이것은 단일 압출기 다중 재료 프린터이며 모든 압출기의 직경이 새 값으로 설정됩" @@ -8273,8 +8246,8 @@ msgid "Flushing volumes for filament change" msgstr "필라멘트 교체를 위한 버리기 볼륨" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca는 필라멘트 색상이 변경될 때마다 버리기 볼륨을 다시 계산합니다. Orca " "Slicer > 기본 설정에서 자동 계산을 비활성화할 수 있습니다" @@ -8324,7 +8297,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "미디어 재생을 위해 등록된 뱀부소스 컴포넌트가 누락되었습니다! 뱀부스튜디오를 " "다시 설치하거나 판매 후 도움을 받으세요." @@ -8339,11 +8312,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "시스템에 동영상 재생을 위해 필요한 GStreamer용 H.264 코덱이 존재하지 않습니" "다. (gstreamer1.0-plugins-bad 또는 gstreamer1.0-libav 패키지를 설치한 다음 " -"Orca Slicer를 다시 실행하십시오.)" +"Snapmaker Orca를 다시 실행하십시오.)" msgid "Bambu Network plug-in not detected." msgstr "뱀부 네트워크 플러그인이 감지되지 않습니다." @@ -8369,11 +8342,8 @@ msgstr "개체 목록" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "STL/STEP/3MF/OBJ/AMF 파일에서 형상 데이터 가져오기" -msgid "⌘+Shift+G" -msgstr "⌘+Shift+G" - -msgid "Ctrl+Shift+G" -msgstr "Ctrl+Shift+G" +msgid "Shift+G" +msgstr "" msgid "Paste from clipboard" msgstr "클립보드에서 붙여넣기" @@ -8423,33 +8393,18 @@ msgstr "Shift+Tab" msgid "Collapse/Expand the sidebar" msgstr "사이드바 접기/펼치기" -msgid "⌘+Any arrow" -msgstr "⌘+아무 화살표" +msgid "Any arrow" +msgstr "" msgid "Movement in camera space" msgstr "카메라 공간에서 이동" -msgid "⌥+Left mouse button" -msgstr "⌥+마우스 왼쪽 버튼" - msgid "Select a part" msgstr "부품 선택" -msgid "⌘+Left mouse button" -msgstr "⌘+마우스 왼쪽 버튼" - msgid "Select multiple objects" msgstr "여러 개체 선택" -msgid "Ctrl+Any arrow" -msgstr "Ctrl+화살표" - -msgid "Alt+Left mouse button" -msgstr "Alt+마우스 왼쪽 버튼" - -msgid "Ctrl+Left mouse button" -msgstr "Ctrl+마우스 왼쪽 버튼" - msgid "Shift+Left mouse button" msgstr "Shift+마우스 왼쪽 버튼" @@ -8552,24 +8507,12 @@ msgstr "출력판" msgid "Move: press to snap by 1mm" msgstr "이동: 눌러서 1mm씩 이동" -msgid "⌘+Mouse wheel" -msgstr "⌘+마우스 휠" - msgid "Support/Color Painting: adjust pen radius" msgstr "지지대/색상 칠하기: 펜 반경 조정" -msgid "⌥+Mouse wheel" -msgstr "⌥+마우스 휠" - msgid "Support/Color Painting: adjust section position" msgstr "지지대/색상 칠하기: 단면 위치 조정" -msgid "Ctrl+Mouse wheel" -msgstr "Ctrl+마우스 휠" - -msgid "Alt+Mouse wheel" -msgstr "Alt+마우스 휠" - msgid "Gizmo" msgstr "도구 상자" @@ -8632,17 +8575,17 @@ msgid "Network plug-in update" msgstr "네트워크 플러그인 업데이트" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"다음 Orca Slicer를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클릭합" +"다음 Snapmaker Orca를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클릭합" "니다." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "새 네트워크 플러그인(%s)을 사용할 수 있습니다. 설치하시겠습니까?" -msgid "New version of Orca Slicer" -msgstr "Orca Slicer의 새 버전" +msgid "New version of Snapmaker Orca" +msgstr "Snapmaker Orca의 새 버전" msgid "Skip this Version" msgstr "이 버전 건너뛰기" @@ -8693,9 +8636,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN 연결 실패(출력 파일 전송 중)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"1단계, Orca Slicer와 프린터가 동일한 네트워크에 연결되어 있는지 확인하세요." +"1단계, Snapmaker Orca와 프린터가 동일한 네트워크에 연결되어 있는지 확인하세요." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -9096,14 +9039,6 @@ msgid "" msgstr "" "개체에 둘 이상의 재료가 포함된 경우 나선형 꽃병 모드가 작동하지 않습니다." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"오브젝트 %1% 자체는 빌드 볼륨에 맞지만, 머티리얼 수축 보정 때문에 최대 빌드 " -"볼륨 높이를 초과합니다." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "%1% 개체가 최대 빌드 부피 높이를 초과합니다." @@ -9294,13 +9229,6 @@ msgstr "" "더 빠른 속도를 얻으려면 프린터 구성에서 machine_max_acceleration_travel 값을 " "조정할 수 있습니다." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"사용된 필라멘트의 필라멘트 수축이 크게 다르기 때문에 필라멘트 수축은 사용되" -"지 않습니다." - msgid "Generating skirt & brim" msgstr "스커트 & 브림 생성 중" @@ -9391,13 +9319,13 @@ msgid "Hostname, IP or URL" msgstr "호스트 이름, IP 또는 URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드에는 " +"Snapmaker Orca은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드에는 " "프린터 호스트 인스턴스의 호스트 이름, IP 주소 또는 URL이 포함되어야 합니다. " "기본 인증이 활성화된 HAProxy 뒤의 출력 호스트는 https://username:" "password@your-octopi-address/ 형식의 URL에 사용자 이름과 암호를 입력하여 액세" @@ -9415,10 +9343,10 @@ msgid "API Key / Password" msgstr "API 키 / 비밀번호" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드에는 " +"Snapmaker Orca은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드에는 " "인증에 필요한 API 키 또는 비밀번호가 포함되어야 합니다." msgid "Name of the printer" @@ -9616,8 +9544,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "하단 쉘 레이어로 계산된 두께가 이 값보다 얇은 경우 슬라이싱할 때 하단 꽉찬 레" "이어의 수가 증가합니다. 이렇게 하면 레이어 높이가 작을 때 쉘이 너무 얇아지는 " @@ -9628,54 +9556,22 @@ msgid "Apply gap fill" msgstr "간격 채우기 적용" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" -"선택한 솔리드 서페이스에 갭 채우기를 활성화합니다. 채울 최소 간격 길이는 아래" +"선택한 표면에 대해 간격 채우기를 활성화합니다. 채워질 최소 간격 길이는 아래" "의 작은 간격 필터링 옵션에서 제어할 수 있습니다.\n" "\n" "옵션:\n" -"1. 모든곳: 최대 강도를 위해 상단, 하단 및 내부 솔리드 표면에 갭 채우기를 적용" -"합니다\n" -"2. 상단 및 하단 표면: 상단 및 하단 표면에만 갭 채우기를 적용하여 프린트 속도 " -"균형을 맞추고, 솔리드 인필의 돌출 가능성을 줄이며, 상단 및 하단 표면에 핀홀 " -"틈이 없도록 합니다\n" -"3. 비활성: 모든 솔리드 인필 영역에 대해 갭 채우기를 비활성화합니다.\n" -"\n" -"기존 경계 생성기를 사용하는 경우 경계 사이에 전체 너비 선이 맞지 않는 경우 경" -"계 사이에 갭 채우기가 생성될 수도 있습니다. 해당 경계선 간격 채우기는 이 설정" -"으로 제어되지 않습니다.\n" -"\n" -"기존 경계선 생성기를 포함한 모든 간격 채우기를 제거하려면 필터에서 작은 간격 " -"값을 999999와 같이 큰 숫자로 설정하세요.\n" -"\n" -"그러나 경계선 사이의 간격 채우기는 모델의 강도에 영향을 미치므로 권장되지 않" -"습니다. 경계선 사이에 과도한 갭 채우기가 생성되는 모델의 경우 아라크네 벽 생" -"성기로 전환하고 이 옵션을 사용하여 미려한 상단 및 하단 표면 갭 채우기 생성 여" -"부를 제어하는 것이 더 나은 옵션이 될 수 있습니다" +"1. 어디에서나: 상단, 하단 및 내부 솔리드 표면에 간격 채우기를 적용합니다.\n" +"2. 상단 및 하단 표면: 상단 및 하단 표면에만 간격 채우기를 적용합니다.\n" +"3. 아무데도: 간격 채우기를 비활성화합니다.\n" msgid "Everywhere" msgstr "모든곳" @@ -9714,7 +9610,7 @@ msgstr "돌출부 냉각 임계값" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9746,16 +9642,8 @@ msgstr "브릿지 유량 비율" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." -msgstr "" -"이 값을 약간 낮추면(예: 0.9) 브릿지의 재질 양을 줄여 처짐을 개선할 수 있습니" -"다.\n" -"\n" -"실제 사용되는 브릿지 유량은 이 값에 필라멘트 유량 비율을 곱하여 계산되며, 설" -"정된 경우 오브젝트의 유량 비율을 곱합니다." +"material for bridge, to improve sag" +msgstr "이 값을 약간(예: 0.9) 줄여 브릿지의 압출량을 줄여 처짐을 개선합니다" msgid "Internal bridge flow ratio" msgstr "내부 브릿지 유량 비율" @@ -9763,48 +9651,27 @@ msgstr "내부 브릿지 유량 비율" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" -"이 값은 내부 브릿지 레이어의 두께를 결정합니다. 이 레이어는 스파스 인필 위에 " -"있는 첫 번째 레이어입니다. 이 값을 약간 낮추면(예: 0.9) 스파스 인필에 대한 표" -"면 품질을 향상시킬 수 있습니다.\n" -"\n" -"사용되는 실제 내부 브릿지 흐름은 이 값에 브릿지 흐름 비율, 필라멘트 흐름 비" -"율, 설정된 경우 오브젝트의 흐름 비율을 곱하여 계산됩니다." +"이 값은 내부 브릿지 레이어의 두께를 결정합니다. 이것은 드문 채우기 위의 첫 번" +"째 레이어입니다. 드문 채우기보다 표면 품질을 향상시키려면 이 값을 약간(예: " +"0.9) 줄입니다." msgid "Top surface flow ratio" msgstr "상단 표면 유량 비율" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" -"이 요소는 상단 솔리드 인필의 재료 양에 영향을 줍니다. 표면 마감을 매끄럽게 하" -"려면 이 값을 약간 낮출 수 있습니다.\n" -"\n" -"사용되는 실제 상단 표면 유량은 이 값에 필라멘트 유량 비율을 곱하여 계산되며, " -"설정된 경우 오브젝트의 유량 비율을 곱합니다." +"이 값은 상단 꽉찬 내부 채우기의 재료의 양에 영향을 미칩니다. 부드러운 표면 마" +"감을 위해 약간 줄여도 됩니다" msgid "Bottom surface flow ratio" msgstr "하단 표면 유량 비율" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" -"이 요소는 바닥 솔리드 인필의 재료 양에 영향을 줍니다.\n" -"\n" -"사용되는 실제 바닥 솔리드 인필 유량은 이 값에 필라멘트 유량 비율을 곱하여 계" -"산되며, 설정된 경우 오브젝트의 유량 비율을 곱합니다." +msgid "This factor affects the amount of material for bottom solid infill" +msgstr "이 값은 하단 꽉찬 내부 채우기의 재료의 양에 영향을 미칩니다" msgid "Precise wall" msgstr "정밀한 벽" @@ -9869,25 +9736,25 @@ msgid "" msgstr "" "가파른 돌출부와 브릿지를 고정할 수 없는 지역 위에 추가 둘레 경로를 만듭니다. " -msgid "Reverse on even" -msgstr "짝수에 반전" +msgid "Reverse on odd" +msgstr "홀수에 반전" msgid "Overhang reversal" msgstr "돌출부 반전" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"짝수 레이어에서 반대 방향으로 오버행 위에 부분이 있는 둘레를 돌출시킵니다. 이" -"러한 교대 패턴은 가파른 오버행을 대폭 개선할 수 있습니다.\n" +"역방향 돌출부 위에 부분이 있는 돌출 둘레홀수 레이어의 방향입니다. 이 교대 패" +"턴은 크게 향상될 수 있습니다.가파른 돌출부.\n" "\n" -"이 설정은 부품 벽의 응력 감소로 인한 부품 뒤틀림을 줄이는 데도 도움이 될 수 " -"있습니다." +"이 설정은 또한 감소로 인한 부품 뒤틀림을 줄이는 데 도움이 될 수 있습니다.부" +"분 벽의 응력." msgid "Reverse only internal perimeters" msgstr "내부 둘레만 반전" @@ -9902,20 +9769,21 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "내부 경계에만 역방향 경계 논리를 적용합니다. \n" "\n" -"이 설정을 사용하면 부품 응력이 이제 교대로 분산되므로 부품 응력이 크게 줄어듭" -"니다. 이렇게 하면 부품 뒤틀림이 줄어들면서 외부 벽 품질도 유지됩니다. 이 기능" -"은 ABS/ASA와 같이 뒤틀리기 쉬운 소재와 TPU 및 Silk PLA와 같은 탄성 필라멘트" -"에 매우 유용할 수 있습니다. 또한 지지대 위에 떠 있는 영역의 뒤틀림을 줄이는 " -"데 도움이 될 수 있습니다.\n" +"이 설정은 부품 응력이 이제 분산되어 있으므로 부품 응력을 크게 줄여줍니다.교" +"대 방향. 이렇게 하면 부품 뒤틀림도 줄어들고 동시에 외벽 품질 유지. 이 기능은 " +"워프에 매우 유용할 수 있습니다.ABS/ASA와 같은 취약한 소재와 TPU 및 탄성 필라" +"멘트에도 사용 가능실크 PLA. 또한 부동 영역의 뒤틀림을 줄이는 데 도움이 될 수 " +"있습니다.지원합니다.\n" "\n" -"이 설정이 가장 효과적이려면 모든 내부 벽이 돌출 정도에 관계없이 균일한 레이어" -"에서 교대로 인쇄되도록 역방향 임계값을 0으로 설정하는 것이 좋습니다." +"이 설정을 가장 효과적으로 사용하려면 다음을 설정하는 것이 좋습니다.모든 내부 " +"벽이 교대로 출력되도록 임계값을 0으로 역방향오버행 정도에 관계없이 홀수 레이" +"어의 방향입니다." msgid "Bridge counterbore holes" msgstr "브릿지 카운터보어 구멍" @@ -9949,10 +9817,11 @@ msgstr "돌출부 반전 임계값" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"반전이 유용한 것으로 간주되기 위해 필요한 오버행의 수(mm)입니다. 둘레 너비의 " +"%일 수 있습니다.\n" +"값 0은 관계없이 모든 홀수 레이어에서 반전을 활성화합니다." msgid "Classic mode" msgstr "클래식 모드" @@ -9969,39 +9838,12 @@ msgstr "돌출부 정도에 따라 출력 속도를 낮추려면 이 옵션을 msgid "Slow down for curled perimeters" msgstr "꺾여 있는 둘레에서 감속" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"주변이 위쪽으로 말릴 수 있는 영역에서 인쇄 속도를 늦추려면 이 옵션을 활성화합" -"니다. 예를 들어 벤치 선체 전면과 같이 날카로운 모서리에 돌출부를 인쇄할 때 추" -"가 속도 저하가 적용되어 여러 레이어에 걸쳐 합성되는 말림을 줄입니다.\n" -"\n" -" 프린터 냉각 성능이 충분히 강력하거나 인쇄 속도가 느려 주변 말림이 발생하지 " -"않는 한 일반적으로 이 옵션을 켜는 것이 좋습니다. 높은 외부 주변 속도로 인쇄하" -"는 경우 이 매개변수는 인쇄 속도의 큰 차이로 인해 속도가 느려질 때 약간의 아티" -"팩트가 발생할 수 있습니다. 아티팩트가 발견되면 압력 진행이 올바르게 조정되었" -"는지 확인하십시오.\n" -"\n" -"참고: 이 옵션을 활성화하면 돌출부 둘레가 돌출부처럼 처리됩니다. 즉, 돌출부 둘" -"레가 교량의 일부인 경우에도 돌출부 속도가 적용됩니다. 예를 들어, 둘레가 100% " -"돌출되어 있고 아래에서 이를 지지하는 벽이 없으면 100% 돌출 속도가 적용됩니다." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"꺾여 있는 둘레가 있을 수 있는 영역에서 출력 속도를 낮추려면 이 옵션을 활성화" +"하세요" msgid "mm/s or %" msgstr "mm/s 또는 %" @@ -10009,19 +9851,8 @@ msgstr "mm/s 또는 %" msgid "External" msgstr "외부" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" -"외부에서 볼 수 있는 브릿지 돌출 속도입니다. \n" -"\n" -"또한, 구부러진 둘레에 대한 속도 저하가 비활성화되거나 클래식 오버행 모드가 활" -"성화된 경우 브릿지의 일부이든 오버행이든 상관없이 오버행 벽의 인쇄 속도는 " -"13% 미만으로 지원됩니다." +msgid "Speed of bridge and completely overhang wall" +msgstr "브릿지와 돌출부 벽의 속도" msgid "mm/s" msgstr "mm/s" @@ -10030,10 +9861,10 @@ msgid "Internal" msgstr "내부" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" -"내부 브릿지의 속도. 값을 백분율로 표현하면 bridge_speed를 기준으로 계산됩니" +"내부 브릿지 속도. 값을 백분율로 표시하면 외부 브릿지 속도를 기준으로 계산됩니" "다. 기본값은 150%입니다." msgid "Brim width" @@ -10047,7 +9878,7 @@ msgstr "브림 유형" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "모델의 외부 그리고/또는 내부에서 브림의 생성을 제어합니다. 자동은 브림너비가 " "자동으로 분석 및 계산됨을 의미합니다." @@ -10084,8 +9915,8 @@ msgid "Brim ear detection radius" msgstr "브림 귀 감지 반경" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "날카로운 각도를 감지하기 전에 형상이 무시됩니다. 이 매개변수는 무시하는 형상" @@ -10224,8 +10055,8 @@ msgstr "" "기능을 켜두세요. 하지만 다음과 같은 경우에는 끄는 것을 고려해 보세요.큰 노즐" "을 사용합니다." -msgid "Filter out small internal bridges (beta)" -msgstr "작은 내부 브릿지 필터링(베타)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "작은 내부 브릿지를 필터링하지 마세요(베타)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10240,47 +10071,47 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" "이 옵션은 심하게 기울어지거나 곡선이 있는 모델의 상단 표면이 눌리는 현상을 줄" "이는 데 도움이 될 수 있습니다.\n" "\n" "기본적으로 작은 내부 브릿지는 필터링되고 내부 솔리드 채우기는 희박한 채우기 " -"위에 직접 인쇄됩니다. 이는 대부분의 경우에 잘 작동하여 상단 표면 품질을 크게 " -"저하시키지 않고 인쇄 속도를 높입니다. \n" +"위에 직접 출력됩니다. 이는 대부분의 경우에 잘 작동하여 상단 표면 품질을 크게 " +"저하시키지 않고 출력 속도를 높입니다.\n" "\n" "그러나 특히 너무 낮은 희박 채우기 밀도가 사용되는 심하게 기울어지거나 곡선 모" "델에서는 지지되지 않는 고체 채우기가 말려 베개 현상이 발생할 수 있습니다.\n" "\n" -"이 옵션을 비활성화하면 약간 지원되지 않는 내부 솔리드 채우기 위에 내부 브릿" -"지 레이어가 인쇄됩니다. 아래 옵션은 필터링 양, 즉 생성된 내부 브릿지 양을 제" -"어합니다.\n" +"이 옵션을 활성화하면 약간 지원되지 않는 내부 솔리드 채우기 위에 내부 브릿지 " +"레이어가 출력됩니다. 아래 옵션은 필터링 양, 즉 생성된 내부 브릿지 양을 제어합" +"니다.\n" "\n" -"필터 - 이 옵션을 활성화합니다. 이는 기본 동작이며 대부분의 경우 잘 작동합니" -"다.\n" +"비활성화됨 - 이 옵션을 비활성화합니다. 이는 기본 동작이며 대부분의 경우 잘 작" +"동합니다.\n" "\n" -"제한된 필터링 - 불필요한 내부 브릿지 생성을 방지하면서 심하게 기울어진 표면" -"에 내부 브릿지를 생성합니다. 이는 대부분의 어려운 모델에 적합합니다.\n" +"제한된 필터링 - 불필요한 내부 브릿지 생성을 피하면서 크게 기울어진 표면에 내" +"부 브릿지를 생성합니다. 이는 가장 어려운 모델에 적합합니다.\n" "\n" "필터링 없음 - 잠재적인 모든 내부 돌출부에 내부 브릿지를 생성합니다. 이 옵션" "은 심하게 기울어진 상단 표면 모델에 유용합니다. 그러나 대부분의 경우 불필요" "한 브릿지가 너무 많이 생성됩니다." -msgid "Filter" -msgstr "필터" +msgid "Disabled" +msgstr "비활성됨" msgid "Limited filtering" msgstr "제한된 필터링" @@ -10431,7 +10262,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10441,8 +10272,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10487,7 +10318,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10508,16 +10339,16 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" "위에서 아래를 내려다볼 때 벽 루프가 돌출되는 방향입니다.\n" "\n" -"기본적으로 짝수에 반전이 활성화되지 않은 한 모든 벽은 시계 반대 방향으로 돌출" -"됩니다. Auto 이외의 옵션으로 설정하면 짝수에 반전 관계없이 벽 방향이 강제됩니" -"다.\n" +"홀수에 반전 설정이 활성화되지 않은 경우 기본적으로 모든 벽은 시계 반대 방향으" +"로 출력됩니다. 이것을 Auto 이외의 옵션으로 설정하면 홀수에 반전 설정과 관계없" +"이 벽 방향이 강제됩니다.\n" "\n" "나선형 꽃병 모드가 활성화된 경우 이 옵션은 비활성화됩니다." @@ -10562,7 +10393,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10571,7 +10402,7 @@ msgstr "" "이 옵션은 허용되는 배드 메쉬 영역의 최소 지점을 설정합니다. 프로브의 XY 옵셋" "으로 인해 대부분의 프린터는 전체 베드를 프로브할 수 없습니다. 프로브 포인트" "가 베드 영역 밖으로 나가지 않도록 하려면 베드 메쉬의 최소 및 최대 지점을 적절" -"하게 설정해야 합니다. OrcaSlicer는 adaptive_bed_mesh_min/" +"하게 설정해야 합니다. Snapmaker Orca는 adaptive_bed_mesh_min/" "adaptive_bed_mesh_max 값이 이러한 최소/최대 포인트를 초과하지 않도록 보장합니" "다. 이 정보는 일반적으로 프린터 제조업체로부터 얻을 수 있습니다. 기본 설정은 " "(-99999, -99999)입니다. 이는 제한이 없으므로 전체 베드에 걸쳐 프로빙이 가능함" @@ -10584,7 +10415,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10593,7 +10424,7 @@ msgstr "" "이 옵션은 허용되는 침대 메쉬 영역의 최대 지점을 설정합니다. 프로브의 XY 옵셋" "으로 인해 대부분의 프린터는 전체 베드를 프로브할 수 없습니다. 프로브 포인트" "가 베드 영역 밖으로 나가지 않도록 하려면 베드 메쉬의 최소 및 최대 지점을 적절" -"하게 설정해야 합니다. OrcaSlicer는 adaptive_bed_mesh_min/" +"하게 설정해야 합니다. Snapmaker Orca는 adaptive_bed_mesh_min/" "adaptive_bed_mesh_max 값이 이러한 최소/최대 포인트를 초과하지 않도록 보장합니" "다. 이 정보는 일반적으로 프린터 제조업체로부터 얻을 수 있습니다. 기본 설정은 " "(99999, 99999)입니다. 이는 제한이 없으므로 전체 베드에 걸쳐 프로빙이 가능함" @@ -10643,28 +10474,11 @@ msgstr "" "범위는 0.95와 1.05 사이입니다. 약간의 과대압출 또는 과소압출이 있을 때 이 값" "을 조정하여 평평한 표면을 얻을 수 있습니다" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"재료는 용융 상태와 결정 상태 사이를 전환한 후 부피 변화가 있을 수 있습니다. " -"이 설정은 G코드에서 이 필라멘트의 모든 압출 흐름을 비례적으로 변경합니다. 권" -"장 값 범위는 0.95에서 1.05 사이입니다. 약간의 오버플로 또는 언더플로가 있는 " -"경우 이 값을 조정하여 멋진 평면을 얻을 수 있습니다. \n" -"\n" -"최종 개체 흐름 비율은 이 값에 필라멘트 흐름 비율을 곱한 값입니다." - msgid "Enable pressure advance" msgstr "프레셔 어드밴스 활성화" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "프레셔 어드밴스를 활성화합니다. 활성화되면 자동 보정 결과를 덮어씁니다." @@ -10688,11 +10502,11 @@ msgid "" "your printer's extrusion system depending on the volumetric flow speed and " "acceleration it is printing at. Internally, it generates a fitted model that " "can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " +"speed and acceleration, which is then emmited to the printer depending on " "the current print conditions.\n" "\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " +"When enabled, the pressure advance value above is overriden. However, a " +"reasonable default value above is strongly recomended to act as a fallback " "and for when tool changing.\n" "\n" msgstr "" @@ -10730,7 +10544,7 @@ msgid "" "feature print speed in your profile (usually its the sparse or solid " "infill). Then run them for the same speeds for the slowest and fastest print " "accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" +"given by the klipper input shaper.\n" "2. Take note of the optimal PA value for each volumetric flow speed and " "acceleration. You can find the flow number by selecting flow from the color " "scheme drop down and move the horizontal slider over the PA pattern lines. " @@ -10806,8 +10620,8 @@ msgid "Keep fan always on" msgstr "팬 상시 가동" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "이 설정을 활성화하면 출력물 냉각 팬이 정지되지 않으며 팬을 최소 속도로 가동하" "여 시동 및 정지 빈도를 줄입니다" @@ -10822,8 +10636,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10884,38 +10698,15 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "필라멘트 넣기 시간" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"필라멘트를 교체할 때 새 필라멘트를 로드하는 시간입니다. 일반적으로 단일 압출" -"기 다중 재료 기계에 적용 가능합니다. 공구 교환기 또는 다중 공구 기계의 경우 " -"일반적으로 0입니다. 통계용으로만 사용됩니다" +msgid "Time to load new filament when switch filament. For statistics only" +msgstr "필라멘트 교체 시 새 필라멘트를 넣는 시간입니다. 통계에만 사용됩니다" msgid "Filament unload time" msgstr "필라멘트 빼기 시간" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"필라멘트를 교체할 때 오래된 필라멘트를 언로드하는 시간입니다. 일반적으로 단" -"일 압출기 다중 재료 기계에 적용 가능합니다. 공구 교환기 또는 다중 공구 기계" -"의 경우 일반적으로 0입니다. 통계용으로만 사용됩니다" - -msgid "Tool change time" -msgstr "툴 체이진 시가" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" -msgstr "" -"툴 체인지를 전환하는 데 소요되는 시간입니다. 일반적으로 공구 교환기 또는 다" -"중 공구 기계에 적용 가능합니다. 단일 압출기 다중 재료 기계의 경우 일반적으로 " -"0입니다. 통계용으로만 사용됩니다" +"필라멘트를 교체할 때 기존 필라멘트를 빼는 시간입니다. 통계에만 사용됩니다" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10928,7 +10719,7 @@ msgid "Pellet flow coefficient" msgstr "펠릿 유량 계수" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10944,8 +10735,8 @@ msgstr "" "\n" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" -msgid "Shrinkage (XY)" -msgstr "수축(XY)" +msgid "Shrinkage" +msgstr "수축" #, no-c-format, no-boost-format msgid "" @@ -10960,18 +10751,6 @@ msgstr "" "니다.\n" "이 보정은 확인 후 수행되므로 개체 사이에 충분한 공간을 허용해야 합니다." -msgid "Shrinkage (Z)" -msgstr "수축(Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"냉각 후 필라멘트가 얻게 될 수축률을 입력합니다(100mm 대신 94mm를 측정하는 경" -"우 94%). 보상을 위해 부품의 크기가 Z로 조정됩니다." - msgid "Loading speed" msgstr "압출 속도" @@ -11054,12 +10833,12 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "툴 교환 후 노즐 내부에 새로 로드된 필라멘트의 정확한 위치를 알 수 없으며 필라" "멘트 압력이 아직 안정적이지 않을 수 있습니다. 프린트 헤드를 채우기 또는 희생 " -"개체로 청소하기 전에 Orca Slicer은 항상 이 양의 재료를 닦기 타워로 프라이밍하" +"개체로 청소하기 전에 Snapmaker Orca은 항상 이 양의 재료를 닦기 타워로 프라이밍하" "여 연속적인 채우기 또는 희생 물체 압출을 안정적으로 생성합니다." msgid "Speed of the last cooling move" @@ -11068,6 +10847,15 @@ msgstr "마지막 냉각 이동 속도" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "냉각 동작은 이 속도를 향해 점진적으로 감속됩니다." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"툴 교체 중(T 코드 실행 시) 프린터 펌웨어(또는 Multi Material Unit 2.0)가 새 " +"필라멘트를 넣는 시간입니다. 이 시간은 G코드 시간 계산기에 의해 총 출력 시간" +"에 추가됩니다." + msgid "Ramming parameters" msgstr "래밍 매개변수" @@ -11077,27 +10865,36 @@ msgid "" msgstr "" "이 문자열은 RammingDialog에 의해 편집되며 래밍 관련 매개변수를 포함합니다." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"툴 교체 중(T 코드 실행 시) 프린터 펌웨어(또는 Multi Material Unit 2.0)가 필라" +"멘트를 빼는 시간입니다. 이 시간은 G코드 시간 계산기에 의해 총 출력 시간에 추" +"가됩니다." + +msgid "Enable ramming for multitool setups" msgstr "다중 압출기 설정을 위한 래밍 활성화" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "다중 압출기 프린터를 사용할 때 래밍을 수행합니다(예: 프린터 설정에서 '단일 압" "출기 다중 재료'가 선택 취소된 경우). 활성화하면 툴 체인지 직전 닦기 타워에 소" "량의 필라멘트가 빠르게 압출됩니다. 이 옵션은 닦기 타워가 활성화된 경우에만 사" "용됩니다." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "다중 압출기 래밍 부피" msgid "The volume to be rammed before the toolchange." msgstr "툴 체인지 전에 래밍 할 볼륨입니다." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "다중 압출기 래밍 유량" msgid "Flow used for ramming the filament before the toolchange." @@ -11137,7 +10934,7 @@ msgstr "연화 온도" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "이 온도에서는 재료가 부드러워지므로 베드 온도가 이 온도 이상일 경우 막힘을 방" "지하기 위해 전면 도어를 열거나 상단 유리를 제거하는 것이 좋습니다." @@ -11238,7 +11035,7 @@ msgstr "드문 채우기 고정점 길이" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11248,7 +11045,7 @@ msgid "" "single infill line." msgstr "" "사용하여 채우기 선을 내부 둘레에 연결합니다. 백분율(예: 15%)로 표시되는 경우 " -"채우기 돌출 너비에 대해 계산됩니다. Orca Slicer은 두 개의 가까운 채우기 선을 " +"채우기 돌출 너비에 대해 계산됩니다. Snapmaker Orca은 두 개의 가까운 채우기 선을 " "짧은 주변 세그먼트에 연결하려고 합니다. 내부 채우기 고정점 " "(infill_anchor_max) 최대 길이보다 짧은 경계 세그먼트가 발견되지 않으면 \n" "채우기 선은 한쪽에서 경계 세그먼트에 연결되고 취해진 경계 세그먼트의 길이는 " @@ -11269,7 +11066,7 @@ msgstr "채우기 고정점 최대 길이" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11279,7 +11076,7 @@ msgid "" "create the same result as with 1000 & 0." msgstr "" "추가 둘레의 짧은 세그먼트를 사용하여 채우기 선을 내부 둘레에 연결합니다. 백분" -"율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Orca Slicer" +"율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Snapmaker Orca" "은 두 개의 가까운 채우기 선을 짧은 주변 세그먼트에 연결하려고 합니다. 이 매개" "변수보다 짧은 주변 세그먼트가 발견되지 않으면 채우기 선은 한쪽 측면의 주변 세" "그먼트에 연결되고 사용된 주변 세그먼트의 길이는 앵커 채우기(infill_anchor)로 " @@ -11443,7 +11240,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "이 설정값은 높은 팬 속도로 접점의 결합을 약화시킬 수 있도록 모든 지지대 접점" "(Support interface)에 적용됩니다.\n" @@ -11470,7 +11267,7 @@ msgid "Fuzzy skin thickness" msgstr "퍼지 스킨 두께" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "임의로 움직일 너비입니다. 외벽 선 너비 보다 얇게 하는 것이 좋습니다" @@ -11478,7 +11275,7 @@ msgid "Fuzzy skin point distance" msgstr "퍼지 스킨 지점 거리" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "각 선의 분절에 도입된 임의의 지점간 평균 거리" @@ -11494,14 +11291,8 @@ msgstr "작은 간격 필터링" msgid "Layers and Perimeters" msgstr "레이어와 윤곽선" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"지정된 임계값(mm 단위)보다 길이가 작은 간격 채우기를 인쇄하지 마십시오. 이 설" -"정은 상단, 하단 및 솔리드 채우기에 적용되며, 클래식 주변 생성기를 사용하는 경" -"우 벽 간격 채우기에 적용됩니다. " +msgid "Filter out gaps smaller than the threshold specified" +msgstr "지정된 임계값보다 작은 간격을 필터링합니다" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11529,7 +11320,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11630,9 +11421,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11759,32 +11550,6 @@ msgstr "" "여러 레이어의 드문 채우기를 자동으로 결합 후 함께 출력하여 시간을 단축합니" "다. 벽은 여전히 설정된 레이어 높이로 출력됩니다." -msgid "Infill combination - Max layer height" -msgstr "채우기 조합 - 최대 레이어 높이" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"결합된 희소 채우기의 최대 레이어 높이입니다. \n" -"\n" -"노즐 직경(인쇄 시간을 최대로 줄이기 위해)을 사용하려면 0 또는 100%로 설정하" -"고 희박한 채우기 강도를 최대화하려면 ~80% 값으로 설정합니다.\n" -"\n" -"채우기가 결합되는 레이어 수는 이 값을 레이어 높이로 나누고 가장 가까운 소수" -"점 이하 자릿수로 반내림하여 파생됩니다.\n" -"\n" -"절대 mm 값(예: 0.4mm 노즐의 경우 0.32mm) 또는 % 값(예: 80%)을 사용합니다. 이 " -"값은 노즐 직경보다 커서는 안 됩니다." - msgid "Filament to print internal sparse infill." msgstr "내부 드문 채우기를 출력할 필라멘트." @@ -11815,7 +11580,7 @@ msgstr "상단/하단 솔리드 채우기/벽 겹침" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12276,10 +12041,10 @@ msgid "Host Type" msgstr "호스트 유형" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드는 호" +"Snapmaker Orca은 G코드 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드는 호" "스트의 종류를 포함해야 합니다." msgid "Nozzle volume" @@ -12406,9 +12171,6 @@ msgstr "" "선 너비에 비례하여 돌출부 백분율을 감지하고 다른 속도를 사용하여 출력합니다. " "100%% 돌출부의 경우 브릿지 속도가 사용됩니다." -msgid "Filament to print walls" -msgstr "벽을 인쇄하는 필라멘트" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12445,29 +12207,20 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "사용자 정의 스크립트를 통해 출력 G코드를 처리하려면 여기에 절대 경로를 나열하" "세요. 여러 스크립트는 세미콜론(;)으로 구분합니다. 스크립트는 G코드 파일의 절" -"대 경로를 첫 번째 값으로 전달하며 환경 변수를 읽어 Orca Slicer 구성 설정에 접" +"대 경로를 첫 번째 값으로 전달하며 환경 변수를 읽어 Snapmaker Orca 구성 설정에 접" "근할 수 있습니다." -msgid "Printer type" -msgstr "프린터 유형" - -msgid "Type of the printer" -msgstr "프린터 유형" - msgid "Printer notes" msgstr "프린터 메모" msgid "You can put your notes regarding the printer here." msgstr "여기에 프린터에 관한 메모를 넣을 수 있습니다." -msgid "Printer variant" -msgstr "프린터 변형" - msgid "Raft contact Z distance" msgstr "라프트 접점 Z 거리" @@ -12503,7 +12256,7 @@ msgstr "" "(워핑)을 방지합니다" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12681,7 +12434,7 @@ msgstr "후퇴 속도" msgid "Speed of retractions" msgstr "후퇴 속도" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "후퇴 복귀 속도" msgid "" @@ -12892,15 +12645,15 @@ msgid "Wipe before external loop" msgstr "외부 루프 전 닦아내기" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "외부/내부 또는 내부/외부/내부 벽 출력 순서로 출력할 때 외부 둘레 시작 부분에" "서 잠재적인 과잉 압출의 가시성을 최소화하기 위해 외부 둘레 시작 부분에서 내부" @@ -12929,16 +12682,6 @@ msgstr "스커트 거리" msgid "Distance from skirt to brim or object" msgstr "스커트와 브림 또는 개체와의 거리" -msgid "Skirt start point" -msgstr "스커트 시작점" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"개체 중심에서 스커트 시작점까지의 각도입니다. 0은 가장 올바른 위치이고 시계 " -"반대 방향은 양의 각도입니다." - msgid "Skirt height" msgstr "스커트 높이" @@ -12955,8 +12698,10 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" @@ -12965,32 +12710,20 @@ msgstr "" "분리되는 것을 방지하는 데 유용합니다. 일반적으로 오픈 프레임 프린터, 즉 인클" "로저가 없는 경우에만 필요합니다. \n" "\n" -"활성화 = 스커트가 가장 높은 인쇄물의 높이와 같습니다. 그렇지 않으면 '스커트 " -"높이'가 사용됩니다.\n" +"옵션:\n" +"활성화됨 = 스커트가 가장 높은 인쇄물의 높이와 같습니다.\n" +"제한됨 = 스커트가 스커트 높이에 지정된 높이만큼 높습니다.\n" +"\n" "참고: 드래프트 쉴드가 활성화되면 스커트는 개체로부터 스커트 거리에 인쇄됩니" "다. 따라서 챙이 활성화된 경우 챙과 교차할 수 있습니다. 이를 방지하려면 스커" "트 거리 값을 늘리십시오.\n" -msgid "Disabled" -msgstr "비활성" +msgid "Limited" +msgstr "제한됨" msgid "Enabled" msgstr "활성화" -msgid "Skirt type" -msgstr "스커트 유형" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "결합 - 모든 개체에 대한 단일 스커트, 개체별 - 개별 개체 스커트." - -msgid "Combined" -msgstr "결합" - -msgid "Per object" -msgstr "개체당" - msgid "Skirt loops" msgstr "스커트 루프" @@ -13011,17 +12744,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" "스커트를 인쇄할 때 최소 필라멘트 압출 길이(mm)입니다. 0은 이 기능이 비활성화" "되었음을 의미합니다.\n" "\n" "프린터가 프라임 라인 없이 인쇄하도록 설정된 경우 0이 아닌 값을 사용하는 것이 " -"유용합니다.\n" -"루프의 최종 수는 객체 거리를 정렬하거나 검증하는 동안 고려되지 않습니다. 그러" -"한 경우에는 루프 수를 늘리십시오. " +"유용합니다." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13038,12 +12767,6 @@ msgid "" "internal solid infill" msgstr "임계값보다 작은 드문 채우기 영역은 꽉찬 내부 채우기로 대체됩니다" -msgid "Solid infill" -msgstr "솔리드 채우기" - -msgid "Filament to print solid infill" -msgstr "솔리드 인필을 인쇄하는 필라멘트" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13065,8 +12788,8 @@ msgid "Smooth Spiral" msgstr "부드러운 나선형" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "부드러운 나선형은 X와 Y의 움직임을 매끄럽게 처리하여 수직이 아닌 벽의 XY 방향" "에서도 이음새가 전혀 보이지 않습니다" @@ -13442,15 +13165,9 @@ msgstr "" "은 재료를 절약합니다(기본값 유기체). 반면 혼합 모양은 크고 평평한 돌출부 아래" "에 일반 지지대와 유사한 구조를 만듭니다." -msgid "Default (Grid/Organic" -msgstr "기본값(그리드/유기적" - msgid "Snug" msgstr "맞춤" -msgid "Organic" -msgstr "유기체" - msgid "Tree Slim" msgstr "얇은 나무" @@ -13460,6 +13177,9 @@ msgstr "강한 나무" msgid "Tree Hybrid" msgstr "혼합 나무" +msgid "Organic" +msgstr "유기체" + msgid "Independent support layer height" msgstr "독립적 지지대 레이어 높이" @@ -13611,61 +13331,31 @@ msgid "Activate temperature control" msgstr "온도 제어 활성화" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"자동화된 챔버 온도 제어를 위해 이 옵션을 활성화합니다. 이 옵션은 " -"\"machine_start_gcode\" 이전에 M191 명령 내보내기를 활성화합니다.\n" -" 챔버 온도를 설정하고 온도에 도달할 때까지 기다립니다. 또한 인쇄가 끝나면 챔" -"버 히터를 끄는 M141 명령을 내보냅니다(있는 경우). \n" -"\n" -"이 옵션은 매크로를 통해 또는 기본적으로 M191 및 M141 명령을 지원하는 펌웨어" -"에 의존하며 일반적으로 활성 챔버 히터가 설치된 경우 사용됩니다." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"챔버 온도 제어를 위해 이 옵션을 활성화합니다. M191 명령이 " +"\"machine_start_gcode\" 앞에 추가됩니다.\n" +"G코드 명령: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "챔버 온도" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"ABS, ASA, PC 및 PA와 같은 고온 재료의 경우 챔버 온도가 높을수록 뒤틀림을 억제" -"하거나 줄이는 데 도움이 될 수 있으며 잠재적으로 층간 결합 강도가 높아질 수 있" -"습니다. 그러나 동시에 챔버 온도가 높을수록 ABS 및 ASA의 공기 여과 효율성이 감" -"소합니다. \n" -"\n" -"PLA, PETG, TPU, PVA 및 기타 저온 재료의 경우 열 차단 시 재료 연화로 인한 압출" -"기 막힘을 방지하기 위해 챔버 온도가 낮아야 하므로 이 옵션을 비활성화(0으로 설" -"정)해야 합니다.\n" -"\n" -"활성화된 경우 이 매개변수는 원하는 챔버 온도를 인쇄 시작 매크로 또는 " -"PRINT_START(기타 변수) CHAMBER_TEMP=[chamber_temp]와 같은 열 흡수 매크로에 전" -"달하는 데 사용할 수 있는 Chamber_temp라는 G코드 변수도 설정합니다. 이는 프린" -"터가 M141/M191 명령을 지원하지 않거나 활성 챔버 히터가 설치되지 않은 경우 인" -"쇄 시작 매크로에서 열 흡수를 처리하려는 경우 유용할 수 있습니다." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"챔버 온도가 높을수록 뒤틀림을 억제하거나 줄이는 데 도움이 될 수 있으며 잠재적" +"으로 ABS, ASA, PC, PA 등과 같은 고온 재료의 층간 결합 강도가 높아질 수 있습니" +"다. 동시에 ABS 및 ASA의 공기 여과는 더욱 악화됩니다. PLA, PETG, TPU, PVA 및 " +"기타 저온 재료의 경우 막힘을 방지하려면 실제 챔버 온도가 높지 않아야 하므로 " +"꺼짐을 의미하는 0을 적극 권장합니다" msgid "Nozzle temperature for layers after the initial one" msgstr "초기 레이어 이후의 노즐 온도" @@ -13719,8 +13409,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "상단 쉘 레이어로 계산된 두께가 이 값보다 얇은 경우 슬라이싱할 때 상단 꽉찬 레" "이어의 수가 증가합니다. 이렇게 하면 레이어 높이가 작을 때 쉘이 너무 얇아지는 " @@ -13744,7 +13434,7 @@ msgid "Wipe Distance" msgstr "닦기 거리" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13976,7 +13666,7 @@ msgstr "폴리홀 감지 마진" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14016,7 +13706,7 @@ msgstr "상대적 E 거리 사용" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14115,9 +13805,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "짧고 닫히지 않은 벽이 출력되는 것을 방지하려면 이 값을 조정하십시오. 이로 인" @@ -14160,7 +13850,7 @@ msgstr "좁은 꽉찬 내부 채우기 감지" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "이 옵션은 좁은 꽉찬 내부 채우기 영역을 자동으로 감지합니다. 활성화하면 출력 " "속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 기본적으" @@ -14240,7 +13930,7 @@ msgstr "사용자 정의 G코드 블록의 시작 부분에 있는 Z올리기를 msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "사용자 정의 G코드 블록 시작 부분의 압출기 위치입니다. 사용자 정의 G코드가 다" "른 곳으로 이동하는 경우 PrusaSlicer가 제어권을 다시 얻을 때 이동 위치를 알 " @@ -14249,16 +13939,16 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "사용자 정의 G코드 블록 시작 부분의 후퇴 상태입니다. 사용자 정의 G코드가 압출" "기 축을 이동하는 경우 PrusaSlicer가 다시 제어권을 얻었을 때 올바르게 후퇴할 " "수 있도록 이 변수에 기록해야 합니다." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "추가 철회" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "현재 철회 후 추가 압출기 프라이밍이 계획되어 있습니다." msgid "Absolute E position" @@ -14310,8 +14000,7 @@ msgstr "" msgid "Is extruder used?" msgstr "압출기를 사용하나요?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "특정 압출기가 출력에 사용되는지 여부를 나타내는 값 입니다." msgid "Has single extruder MM priming" @@ -15435,8 +15124,8 @@ msgstr "단일 스레드 테스트 시작" msgid "Export Log" msgstr "로그 내보내기" -msgid "OrcaSlicer Version:" -msgstr "OrcaSlicer 버전:" +msgid "Snapmaker Orca Version:" +msgstr "Snapmaker Orca 버전:" msgid "System Version:" msgstr "시스템 버전:" @@ -15444,11 +15133,11 @@ msgstr "시스템 버전:" msgid "DNS Server:" msgstr "DNS 서버:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "OrcaSlicer 테스트(깃허브)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Snapmaker Orca 테스트(깃허브)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "OrcaSlicer 테스트(깃허브):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Snapmaker Orca 테스트(깃허브):" msgid "Test Bing.com" msgstr "테스트 Bing.com" @@ -15523,7 +15212,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "필라멘트 유형이 선택되지 않았습니다. 유형을 다시 선택하세요." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "필라멘트 시리얼이 입력되지 않았습니다. 시리얼을 입력해 주세요." msgid "" @@ -15594,7 +15283,7 @@ msgstr "사전 설정 가져오기" msgid "Create Type" msgstr "유형 생성" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "모델을 찾을 수 없습니다. 공급업체를 다시 선택하세요." msgid "Select Model" @@ -15643,10 +15332,10 @@ msgstr "사전 설정 경로를 찾을 수 없습니다. 공급업체를 다시 msgid "The printer model was not found, please reselect." msgstr "프린터 모델을 찾을 수 없습니다. 다시 선택하세요." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "노즐 직경이 마음에 들지 않으면 다시 선택하세요." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "프린터 사전 설정이 마음에 들지 않습니다. 다시 선택하세요." msgid "Printer Preset" @@ -15678,7 +15367,7 @@ msgstr "" "첫 번째 페이지의 출력 가능 영역 섹션에 잘못된 입력을 입력했습니다. 작성 전 " "꼭 확인해주세요." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "사용자 정의 프린터 또는 모델이 입력되지 않았습니다. 입력하세요." msgid "" @@ -15716,7 +15405,7 @@ msgid "Current vendor has no models, please reselect." msgstr "현재 공급업체에는 모델이 없습니다. 다시 선택하세요." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "공급업체 및 모델을 선택하지 않았거나 맞춤 공급업체 및 모델을 입력하지 않았습" @@ -15835,7 +15524,7 @@ msgstr "" "다른 사람과 공유할 수 있습니다." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "사용자의 필라멘트 사전 설정입니다.\n" @@ -16063,7 +15752,7 @@ msgstr "Duet 연결이 제대로 작동합니다." msgid "Could not connect to Duet" msgstr "Duet에 연결할 수 없습니다" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "알 수 없는 오류가 발생했습니다" msgid "Wrong password" @@ -16478,25 +16167,25 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "챔버 온도\n" -"OrcaSlicer가 챔버 온도 설정을 지원한다는 사실을 알고 계셨나요?" +"Snapmaker Orca가 챔버 온도 설정을 지원한다는 사실을 알고 계셨나요?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "보정\n" "프린터를 보정하면 놀라운 효과를 얻을 수 있다는 사실을 알고 계셨나요? 많은 사" -"랑을 받고 있는 OrcaSlicer의 보정 솔루션을 확인해 보세요." +"랑을 받고 있는 Snapmaker Orca의 보정 솔루션을 확인해 보세요." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "보조 팬\n" "오르카슬라이서가 보조 부품 냉각 팬을 지원한다는 사실을 알고 계셨나요?" @@ -16504,7 +16193,7 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "공기 여과/배기 팬\n" "오르카 슬라이서가 공기 여과/배기 팬을 지원한다는 사실을 알고 계셨나요?" @@ -16530,11 +16219,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "키보드 단축키를 사용하는 방법\n" -"Orca Slicer는 다양한 키보드 단축키와 3D 장면 작업을 제공합니다." +"Snapmaker Orca는 다양한 키보드 단축키와 3D 장면 작업을 제공합니다." #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" @@ -16620,7 +16309,7 @@ msgid "" "Slicer setting?" msgstr "" "검색 기능\n" -"검색 도구를 사용하여 원하는 Orca Slicer 설정을 빠르게 찾을 수 있다는 사실을 " +"검색 도구를 사용하여 원하는 Snapmaker Orca 설정을 빠르게 찾을 수 있다는 사실을 " "알고 계섰나요?" #: resources/data/hints.ini: [hint:Simplify Model] @@ -16658,11 +16347,11 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "부품 빼기\n" "네거티브 부분 수정자를 사용하여 하나의 메시를 다른 메시에서 뺄 수 있다는 것" -"을 알고 계섰나요? 예를 들어, 이렇게 하면 Orca Slicer에서 직접 쉽게 크기 조정" +"을 알고 계섰나요? 예를 들어, 이렇게 하면 Snapmaker Orca에서 직접 쉽게 크기 조정" "이 가능한 구멍을 만들 수 있습니다." #: resources/data/hints.ini: [hint:STEP] @@ -16670,13 +16359,13 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "STL 대신 STEP 파일을 슬라이싱하여 출력 품질을 향상시킬 수 있다는 사실을 알고 " "계섰나요?\n" -"Orca Slicer는 STEP 파일 슬라이싱을 지원하며, 저해상도 STL을 사용할 때 보다 " +"Snapmaker Orca는 STEP 파일 슬라이싱을 지원하며, 저해상도 STL을 사용할 때 보다 " "더 부드러운 결과를 얻을 수 있습니다. 시도해 보세요!" #: resources/data/hints.ini: [hint:Z seam location] @@ -16831,363 +16520,53 @@ msgstr "" "ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 " "높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?" -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "반전이 유용한 것으로 간주되기 위해 필요한 오버행의 수(mm)입니다. 둘레 너비" -#~ "의 %일 수 있습니다.\n" -#~ "값 0은 관계없이 모든 짝수 레이어에서 반전을 활성화합니다." +#~ msgid "up to" +#~ msgstr "까지" -#~ msgid "Cool Plate" -#~ msgstr "쿨 플레이트" +#~ msgid "above" +#~ msgstr "위에" -#~ msgid "Reverse on odd" -#~ msgstr "홀수에 반전" +#~ msgid "from" +#~ msgstr "부터" -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "역방향 돌출부 위에 부분이 있는 돌출 둘레홀수 레이어의 방향입니다. 이 교대 " -#~ "패턴은 크게 향상될 수 있습니다.가파른 돌출부.\n" -#~ "\n" -#~ "이 설정은 또한 감소로 인한 부품 뒤틀림을 줄이는 데 도움이 될 수 있습니다." -#~ "부분 벽의 응력." +#~ msgid "Switching application language while some presets are modified." +#~ msgstr "일부 사전 설정이 수정되는 동안 응용 프로그램 언어를 전환합니다." -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "내부 경계에만 역방향 경계 논리를 적용합니다. \n" -#~ "\n" -#~ "이 설정은 부품 응력이 이제 분산되어 있으므로 부품 응력을 크게 줄여줍니다." -#~ "교대 방향. 이렇게 하면 부품 뒤틀림도 줄어들고 동시에 외벽 품질 유지. 이 기" -#~ "능은 워프에 매우 유용할 수 있습니다.ABS/ASA와 같은 취약한 소재와 TPU 및 탄" -#~ "성 필라멘트에도 사용 가능실크 PLA. 또한 부동 영역의 뒤틀림을 줄이는 데 도" -#~ "움이 될 수 있습니다.지원합니다.\n" -#~ "\n" -#~ "이 설정을 가장 효과적으로 사용하려면 다음을 설정하는 것이 좋습니다.모든 내" -#~ "부 벽이 교대로 출력되도록 임계값을 0으로 역방향오버행 정도에 관계없이 홀" -#~ "수 레이어의 방향입니다." +#~ msgid "⌘+Shift+G" +#~ msgstr "⌘+Shift+G" -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "반전이 유용한 것으로 간주되기 위해 필요한 오버행의 수(mm)입니다. 둘레 너비" -#~ "의 %일 수 있습니다.\n" -#~ "값 0은 관계없이 모든 홀수 레이어에서 반전을 활성화합니다." +#~ msgid "Ctrl+Shift+G" +#~ msgstr "Ctrl+Shift+G" -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "위에서 아래를 내려다볼 때 벽 루프가 돌출되는 방향입니다.\n" -#~ "\n" -#~ "홀수에 반전 설정이 활성화되지 않은 경우 기본적으로 모든 벽은 시계 반대 방" -#~ "향으로 출력됩니다. 이것을 Auto 이외의 옵션으로 설정하면 홀수에 반전 설정" -#~ "과 관계없이 벽 방향이 강제됩니다.\n" -#~ "\n" -#~ "나선형 꽃병 모드가 활성화된 경우 이 옵션은 비활성화됩니다." +#~ msgid "⌘+Any arrow" +#~ msgstr "⌘+아무 화살표" -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "개체별 출력시 압출기가 스커트와 충돌할 수 있습니다.\n" -#~ "스커트 레이어를 1로 재설정하여 이를 방지합니다." +#~ msgid "⌥+Left mouse button" +#~ msgstr "⌥+마우스 왼쪽 버튼" -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "날카로운 각도를 감지하기 전에 형상이 무시됩니다. 이 매개변수는 무시하는 형" -#~ "상의 최소 길이를 나타냅니다.\n" -#~ "0으로 비활성화합니다" +#~ msgid "⌘+Left mouse button" +#~ msgstr "⌘+마우스 왼쪽 버튼" -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "목표한 시작 시간보다 이 시간(소수 초를 사용할 수 있음) 일찍 팬을 시작합니" -#~ "다. 이 시간 추정을 위해 무한 가속을 가정하고 G1 및 G0 이동만 고려합니다(원" -#~ "호 맞춤은 지원되지 않음).\n" -#~ "사용자 정의 G코드에서 팬 명령을 이동하지 않습니다(일종의 '장벽' 역할을 " -#~ "함).\n" -#~ "'사용자 정의 시작 G코드만'이 활성화된 경우 팬 명령을 시작 G코드로 이동하" -#~ "지 않습니다.\n" -#~ "비활성화하려면 0을 사용하세요." +#~ msgid "Ctrl+Any arrow" +#~ msgstr "Ctrl+화살표" -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "드래프트 쉴드는 바람으로 인해 ABS 또는 ASA 인쇄물이 뒤틀리거나 인쇄 베드에" -#~ "서 분리되는 것을 방지하는 데 유용합니다. 일반적으로 오픈 프레임 프린터, " -#~ "즉 인클로저가 없는 경우에만 필요합니다. \n" -#~ "\n" -#~ "옵션:\n" -#~ "활성화됨 = 스커트가 가장 높은 인쇄물의 높이와 같습니다.\n" -#~ "제한됨 = 스커트가 스커트 높이에 지정된 높이만큼 높습니다.\n" -#~ "\n" -#~ "참고: 드래프트 쉴드가 활성화되면 스커트는 개체로부터 스커트 거리에 인쇄됩" -#~ "니다. 따라서 챙이 활성화된 경우 챙과 교차할 수 있습니다. 이를 방지하려면 " -#~ "스커트 거리 값을 늘리십시오.\n" +#~ msgid "Alt+Left mouse button" +#~ msgstr "Alt+마우스 왼쪽 버튼" -#~ msgid "Limited" -#~ msgstr "제한됨" +#~ msgid "Ctrl+Left mouse button" +#~ msgstr "Ctrl+마우스 왼쪽 버튼" -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "스커트를 인쇄할 때 최소 필라멘트 압출 길이(mm)입니다. 0은 이 기능이 비활성" -#~ "화되었음을 의미합니다.\n" -#~ "\n" -#~ "프린터가 프라임 라인 없이 인쇄하도록 설정된 경우 0이 아닌 값을 사용하는 것" -#~ "이 유용합니다." +#~ msgid "⌘+Mouse wheel" +#~ msgstr "⌘+마우스 휠" -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "짧고 닫히지 않은 벽이 출력되는 것을 방지하려면 이 값을 조정하십시오. 이로 " -#~ "인해 출력 시간이 늘어날 수 있습니다. 값이 높을수록 더 많은 벽과 긴 벽이 제" -#~ "거됩니다.\n" -#~ "\n" -#~ "참고: 모델 외부의 시각적 틈을 방지하기 위해 하단 및 상단 표면은 이 값의 영" -#~ "향을 받지 않습니다. 상단 표면으로 간주되는 항목의 감도를 조정하려면 아래 " -#~ "고급 설정에서 '벽 하나의 임계값'을 조정하세요. '하나의 벽 임계값'은 이 설" -#~ "정이 기본값인 0.5보다 높게 설정되거나 단일 벽 상단 표면이 활성화된 경우에" -#~ "만 표시됩니다." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "작은 내부 브릿지를 필터링하지 마세요(베타)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "이 옵션은 심하게 기울어지거나 곡선이 있는 모델의 상단 표면이 눌리는 현상" -#~ "을 줄이는 데 도움이 될 수 있습니다.\n" -#~ "\n" -#~ "기본적으로 작은 내부 브릿지는 필터링되고 내부 솔리드 채우기는 희박한 채우" -#~ "기 위에 직접 출력됩니다. 이는 대부분의 경우에 잘 작동하여 상단 표면 품질" -#~ "을 크게 저하시키지 않고 출력 속도를 높입니다.\n" -#~ "\n" -#~ "그러나 특히 너무 낮은 희박 채우기 밀도가 사용되는 심하게 기울어지거나 곡" -#~ "선 모델에서는 지지되지 않는 고체 채우기가 말려 베개 현상이 발생할 수 있습" -#~ "니다.\n" -#~ "\n" -#~ "이 옵션을 활성화하면 약간 지원되지 않는 내부 솔리드 채우기 위에 내부 브릿" -#~ "지 레이어가 출력됩니다. 아래 옵션은 필터링 양, 즉 생성된 내부 브릿지 양을 " -#~ "제어합니다.\n" -#~ "\n" -#~ "비활성화됨 - 이 옵션을 비활성화합니다. 이는 기본 동작이며 대부분의 경우 " -#~ "잘 작동합니다.\n" -#~ "\n" -#~ "제한된 필터링 - 불필요한 내부 브릿지 생성을 피하면서 크게 기울어진 표면에 " -#~ "내부 브릿지를 생성합니다. 이는 가장 어려운 모델에 적합합니다.\n" -#~ "\n" -#~ "필터링 없음 - 잠재적인 모든 내부 돌출부에 내부 브릿지를 생성합니다. 이 옵" -#~ "션은 심하게 기울어진 상단 표면 모델에 유용합니다. 그러나 대부분의 경우 불" -#~ "필요한 브릿지가 너무 많이 생성됩니다." +#~ msgid "⌥+Mouse wheel" +#~ msgstr "⌥+마우스 휠" -#~ msgid "Shrinkage" -#~ msgstr "수축" +#~ msgid "Ctrl+Mouse wheel" +#~ msgstr "Ctrl+마우스 휠" -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "선택한 표면에 대해 간격 채우기를 활성화합니다. 채워질 최소 간격 길이는 아" -#~ "래의 작은 간격 필터링 옵션에서 제어할 수 있습니다.\n" -#~ "\n" -#~ "옵션:\n" -#~ "1. 어디에서나: 상단, 하단 및 내부 솔리드 표면에 간격 채우기를 적용합니" -#~ "다.\n" -#~ "2. 상단 및 하단 표면: 상단 및 하단 표면에만 간격 채우기를 적용합니다.\n" -#~ "3. 아무데도: 간격 채우기를 비활성화합니다.\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "이 값을 약간(예: 0.9) 줄여 브릿지의 압출량을 줄여 처짐을 개선합니다" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "이 값은 내부 브릿지 레이어의 두께를 결정합니다. 이것은 드문 채우기 위의 " -#~ "첫 번째 레이어입니다. 드문 채우기보다 표면 품질을 향상시키려면 이 값을 약" -#~ "간(예: 0.9) 줄입니다." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "이 값은 상단 꽉찬 내부 채우기의 재료의 양에 영향을 미칩니다. 부드러운 표" -#~ "면 마감을 위해 약간 줄여도 됩니다" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "이 값은 하단 꽉찬 내부 채우기의 재료의 양에 영향을 미칩니다" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "꺾여 있는 둘레가 있을 수 있는 영역에서 출력 속도를 낮추려면 이 옵션을 활성" -#~ "화하세요" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "브릿지와 돌출부 벽의 속도" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "내부 브릿지 속도. 값을 백분율로 표시하면 외부 브릿지 속도를 기준으로 계산" -#~ "됩니다. 기본값은 150%입니다." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "필라멘트 교체 시 새 필라멘트를 넣는 시간입니다. 통계에만 사용됩니다" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "필라멘트를 교체할 때 기존 필라멘트를 빼는 시간입니다. 통계에만 사용됩니다" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "툴 교체 중(T 코드 실행 시) 프린터 펌웨어(또는 Multi Material Unit 2.0)가 " -#~ "새 필라멘트를 넣는 시간입니다. 이 시간은 G코드 시간 계산기에 의해 총 출력 " -#~ "시간에 추가됩니다." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "툴 교체 중(T 코드 실행 시) 프린터 펌웨어(또는 Multi Material Unit 2.0)가 " -#~ "필라멘트를 빼는 시간입니다. 이 시간은 G코드 시간 계산기에 의해 총 출력 시" -#~ "간에 추가됩니다." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "지정된 임계값보다 작은 간격을 필터링합니다" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "챔버 온도 제어를 위해 이 옵션을 활성화합니다. M191 명령이 " -#~ "\"machine_start_gcode\" 앞에 추가됩니다.\n" -#~ "G코드 명령: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "챔버 온도가 높을수록 뒤틀림을 억제하거나 줄이는 데 도움이 될 수 있으며 잠" -#~ "재적으로 ABS, ASA, PC, PA 등과 같은 고온 재료의 층간 결합 강도가 높아질 " -#~ "수 있습니다. 동시에 ABS 및 ASA의 공기 여과는 더욱 악화됩니다. PLA, PETG, " -#~ "TPU, PVA 및 기타 저온 재료의 경우 막힘을 방지하려면 실제 챔버 온도가 높지 " -#~ "않아야 하므로 꺼짐을 의미하는 0을 적극 권장합니다" +#~ msgid "Alt+Mouse wheel" +#~ msgstr "Alt+마우스 휠" #~ msgid "" #~ "Different nozzle diameters and different filament diameters is not " @@ -17300,7 +16679,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -17317,11 +16696,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer는 Prusa Research의 PrusaSlicer에서 나온 뱀부랩의 BambuStudio" +#~ "Snapmaker Orca는 Prusa Research의 PrusaSlicer에서 나온 뱀부랩의 BambuStudio" #~ "를 기반으로 합니다. PrusaSlicer는 Alessandro Ranellucci와 RepRap 커뮤니티" #~ "의 Slic3r에서 제작되었습니다" @@ -17471,10 +16850,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "로드 실패 [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "프린터에서 모델 정보를 가져오지 못했습니다." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "모델 정보를 해석하지 못했습니다." #~ msgid "Connection lost. Please retry." @@ -17579,7 +16958,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "이 설정을 자동으로 변경하시겠습니까?\n" #~ "예 - 수직 쉘 두께 확인을 비활성화하고 대체 추가 벽을 활성화합니다.\n" @@ -17636,16 +17015,16 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "구성을 로드할 수 없습니다." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "이 3mf는 이전 Orca Slicer에서 생성되었으며, 형상 데이터만 로드합니다." +#~ "이 3mf는 이전 Snapmaker Orca에서 생성되었으며, 형상 데이터만 로드합니다." #~ msgid "wiki" #~ msgstr "위키" #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -17691,10 +17070,10 @@ msgstr "" #~ msgstr "다시계산" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" -#~ "Orca Slicer는 필라멘트 색상이 바뀔 때마다 플러싱 볼륨을 다시 계산합니다. " +#~ "Snapmaker Orca는 필라멘트 색상이 바뀔 때마다 플러싱 볼륨을 다시 계산합니다. " #~ "환경 설정에서 이 동작을 변경할 수 있습니다." #~ msgid "" @@ -17765,11 +17144,11 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "부품 비우기\n" #~ "네거티브 부분 수정자를 사용하여 하나의 메시를 다른 메시에서 뺄 수 있다는 " -#~ "것을 알고 계셨습니까? 예를 들어, 이렇게 하면 Orca Slicer에서 직접 쉽게 크" +#~ "것을 알고 계셨습니까? 예를 들어, 이렇게 하면 Snapmaker Orca에서 직접 쉽게 크" #~ "기 조정이 가능한 구멍을 만들 수 있습니다. 설명서에서 자세한 내용을 읽어보" #~ "세요." @@ -18077,14 +17456,14 @@ msgstr "" #~ "출기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki" #~ "에서 확인하세요." -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "매입" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 " +#~ "Snapmaker Orca 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 " #~ "다시 시도하십시오." #~ msgid "Online Models" diff --git a/localization/i18n/list.txt b/localization/i18n/list.txt index 15b6ef0b3eb..b1d8bfe0a59 100644 --- a/localization/i18n/list.txt +++ b/localization/i18n/list.txt @@ -115,6 +115,7 @@ src/slic3r/GUI/WipeTowerDialog.cpp src/slic3r/GUI/wxExtensions.cpp src/slic3r/GUI/wxMediaCtrl2.cpp src/slic3r/GUI/WebUserLoginDialog.cpp +src/slic3r/GUI/WebSMUserLoginDialog.cpp src/slic3r/GUI/WebGuideDialog.cpp src/slic3r/GUI/KBShortcutsDialog.hpp src/slic3r/GUI/KBShortcutsDialog.cpp diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/Snapmaker_Orca_nl.po similarity index 88% rename from localization/i18n/nl/OrcaSlicer_nl.po rename to localization/i18n/nl/Snapmaker_Orca_nl.po index 39e7f9b448d..0836a3f2ceb 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/Snapmaker_Orca_nl.po @@ -1,18 +1,15 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n" -"X-Generator: Poedit 3.4.4\n" +"X-Generator: Localazy (https://localazy.com)\n" msgid "Supports Painting" msgstr "Ondersteuning (Support) tekenen" @@ -106,7 +103,7 @@ msgid "Gizmo-Place on Face" msgstr "Plaats op vlak" msgid "Lay on face" -msgstr "Op zijde leggen" +msgstr "Op deze zijde neerleggen." #, boost-format msgid "" @@ -257,7 +254,7 @@ msgid "World coordinates" msgstr "Wereldcoördinaten" msgid "Object coordinates" -msgstr "Objectcoördinaten" +msgstr "" msgid "°" msgstr "°" @@ -270,7 +267,7 @@ msgid "%" msgstr "%" msgid "uniform scale" -msgstr "uniform schalen" +msgstr "Uniform schalen" msgid "Planar" msgstr "Planair" @@ -294,7 +291,7 @@ msgid "Snap" msgstr "Snap" msgid "Prism" -msgstr "Prisma" +msgstr "" msgid "Frustum" msgstr "Frustum" @@ -312,7 +309,7 @@ msgid "Place on cut" msgstr "Op kniplijn plaatsen" msgid "Flip upside down" -msgstr "Draai ondersteboven" +msgstr "" msgid "Connectors" msgstr "Verbindingen" @@ -523,7 +520,7 @@ msgstr "Snij met behulp van vlak" msgid "non-manifold edges be caused by cut tool, do you want to fix it now?" msgstr "" -"hiet-gevormde randen worden veroorzaakt door snijgereedschap: wil je dit nu " +"Niet-gevormde randen worden veroorzaakt door snijgereedschap: wil je dit nu " "herstellen?" msgid "Repairing model object" @@ -647,7 +644,7 @@ msgid "Angle" msgstr "Hoek" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Embedded depth" @@ -671,11 +668,11 @@ msgstr "Tekstvorm" #. TRN - Title in Undo/Redo stack after rotate with text around emboss axe msgid "Text rotate" -msgstr "Text draaien" +msgstr "" #. TRN - Title in Undo/Redo stack after move with text along emboss axe - From surface msgid "Text move" -msgstr "Text verplaatsen" +msgstr "" msgid "Set Mirror" msgstr "Stel spiegeling in" @@ -753,16 +750,16 @@ msgstr "" #, boost-format msgid "Font \"%1%\" can't be selected." -msgstr "Lettertype \"%1%\" kan niet worden geselecteerd." +msgstr "" msgid "Operation" msgstr "" msgid "Join" -msgstr "Samenvoegen" +msgstr "" msgid "Click to change text into object part." -msgstr "Klik om tekst in objectgedeelte te veranderen." +msgstr "" msgid "You can't change a type of the last solid part of the object." msgstr "" @@ -773,7 +770,7 @@ msgid "Cut" msgstr "Knippen" msgid "Click to change part type into negative volume." -msgstr "Klik om het onderdeeltype te wijzigen naar een negatief volume." +msgstr "" msgid "Modifier" msgstr "Aanpasser" @@ -786,80 +783,80 @@ msgstr "" #, boost-format msgid "Rename style(%1%) for embossing text" -msgstr "Stijl(%1%) hernoemen voor reliëftekst" +msgstr "" msgid "Name can't be empty." -msgstr "Naam mag niet leeg zijn." +msgstr "" msgid "Name has to be unique." -msgstr "Naam moet uniek zijn." +msgstr "" msgid "OK" -msgstr "OK" +msgstr "Offline" msgid "Rename style" -msgstr "Stijl hernoemen" +msgstr "" msgid "Rename current style." -msgstr "Huidige stijl hernoemen." +msgstr "" msgid "Can't rename temporary style." -msgstr "Kan tijdelijke stijl niet hernoemen." +msgstr "" msgid "First Add style to list." -msgstr "Voeg eerst een stijl toe aan de lijst." +msgstr "" #, boost-format msgid "Save %1% style" -msgstr "Bewaar %1% stijl" +msgstr "" msgid "No changes to save." -msgstr "Geen wijzigingen om op te slaan." +msgstr "" msgid "New name of style" -msgstr "Nieuwe naam van stijl" +msgstr "" msgid "Save as new style" -msgstr "Opslaan als nieuwe stijl" +msgstr "" msgid "Only valid font can be added to style." -msgstr "Alleen geldige lettertypen kunnen aan de stijl worden toegevoegd." +msgstr "" msgid "Add style to my list." -msgstr "Voeg stijl toe aan mijn lijst." +msgstr "" msgid "Save as new style." -msgstr "Opslaan als nieuwe stijl." +msgstr "" msgid "Remove style" -msgstr "Stijl verwijderen" +msgstr "" msgid "Can't remove the last existing style." -msgstr "Kan de laatst bestaande stijl niet verwijderen." +msgstr "" #, boost-format msgid "Are you sure you want to permanently remove the \"%1%\" style?" -msgstr "Weet u zeker dat u de stijl \"%1%\" permanent wilt verwijderen?" +msgstr "" #, boost-format msgid "Delete \"%1%\" style." -msgstr "Stijl \"%1%\" verwijderen." +msgstr "" #, boost-format msgid "Can't delete \"%1%\". It is last style." -msgstr "Kan \"%1%\" niet verwijderen. Het is de laatste stijl." +msgstr "" #, boost-format msgid "Can't delete temporary style \"%1%\"." -msgstr "Kan tijdelijke stijl \"%1%\" niet verwijderen." +msgstr "" #, boost-format msgid "Modified style \"%1%\"" -msgstr "Gewijzigde stijl \"%1%\"" +msgstr "" #, boost-format msgid "Current style is \"%1%\"" -msgstr "Huidige stijl is \"%1%\"" +msgstr "" #, boost-format msgid "" @@ -867,17 +864,13 @@ msgid "" "\n" "Would you like to continue anyway?" msgstr "" -"Stijl wijzigen naar \"%1%\" zal de huidige stijlwijziging ongedaan maken.\n" -"\n" -"Wilt u toch doorgaan?" msgid "Not valid style." -msgstr "Ongeldige stijl." +msgstr "" #, boost-format msgid "Style \"%1%\" can't be used and will be removed from a list." msgstr "" -"Stijl \"%1%\" kan niet worden gebruikt en wordt uit de lijst verwijderd." msgid "Unset italic" msgstr "" @@ -932,18 +925,18 @@ msgstr "Bovenste" msgctxt "Alignment" msgid "Middle" -msgstr "Midden" +msgstr "" msgctxt "Alignment" msgid "Bottom" msgstr "Onderste" msgid "Revert alignment." -msgstr "Uitlijning terugdraaien." +msgstr "" #. TRN EmbossGizmo: font units msgid "points" -msgstr "punten" +msgstr "" msgid "Revert gap between characters" msgstr "" @@ -1001,9 +994,6 @@ msgid "" "Can't load exactly same font(\"%1%\"). Application selected a similar " "one(\"%2%\"). You have to specify font for enable edit text." msgstr "" -"Kan niet exact hetzelfde lettertype laden(\"%1%\"). Er is een vergelijkbaar " -"lettertype(\"%2%\") geselecteerd. U moet een lettertype opgeven om tekst te " -"kunnen bewerken." msgid "No symbol" msgstr "" @@ -1012,7 +1002,7 @@ msgid "Loading" msgstr "Laden" msgid "In queue" -msgstr "In wachtrij" +msgstr "" #. TRN - Input label. Be short as possible #. Height of one text line - Font Ascent @@ -1087,7 +1077,7 @@ msgid "Leave SVG gizmo" msgstr "" msgid "SVG actions" -msgstr "SVG acties" +msgstr "" msgid "SVG" msgstr "SVG" @@ -1115,11 +1105,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1345,9 +1335,9 @@ msgstr "Niet gedefinieerd" msgid "%1% was replaced with %2%" msgstr "%1% werd vervangen door %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" -"De configuratie was mogelijks met een nieuwere versie Orcaslicer gemaakt." +"De configuratie was mogelijks met een nieuwere versie Snapmaker Orca gemaakt." msgid "Some values have been replaced. Please check them:" msgstr "Sommige waarden zijn aangepast. Controleer deze alstublieft:" @@ -1373,28 +1363,28 @@ msgstr "" "herkend." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer zal sluiten, omdat het geen geheugen meer heeft. Dit kan een bug " +"Snapmaker Orca zal sluiten, omdat het geen geheugen meer heeft. Dit kan een bug " "zijn. Ons team een rapport schrijven over deze fout wordt erg gewaardeerd." msgid "Fatal error" msgstr "Fatale fout" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer zal sluiten door een vertalingsfout. Ons team een rapport " +"Snapmaker Orca zal sluiten door een vertalingsfout. Ons team een rapport " "schrijven over de situatie waar dit zich voor deed wordt erg gewaardeerd." msgid "Critical error" msgstr "Kritieke fout" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer kreeg een onbehandelde uitzondering: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca kreeg een onbehandelde uitzondering: %1%" msgid "Untitled" msgstr "Naamloos" @@ -1413,11 +1403,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Verbinding met %s is mislukt! [SN: %s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"OrcaSlicer heeft het MicroSoft WebView2 Runtime nodig om bepaalde functies " +"Snapmaker Orca heeft het MicroSoft WebView2 Runtime nodig om bepaalde functies " "in werking te stellen.\n" "Klik Ja om het nu te installeren." @@ -1443,8 +1433,8 @@ msgid "Click to download new version in default browser: %s" msgstr "" "Klik hier om de nieuwe versie te downloaden in je standaard browser: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer heeft een upgrade nodig" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca heeft een upgrade nodig" msgid "This is the newest version." msgstr "Dit is de nieuwste versie." @@ -1453,8 +1443,8 @@ msgid "Info" msgstr "Informatie" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1478,7 +1468,7 @@ msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):" msgstr "Kies één of meer bestanden (3mf/step/stl/svg/obj/amf):" msgid "Choose ZIP file" -msgstr "Kies ZIP bestand" +msgstr "" msgid "Choose one file (gcode/3mf):" msgstr "Kies één bestand (gcode/3mf):" @@ -1487,7 +1477,7 @@ msgid "Some presets are modified." msgstr "Sommige voorinstellingen zijn aangepast." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Je kunt de aangepaste voorinstellingen bewaren voor het nieuwe project ze " @@ -1503,10 +1493,10 @@ msgid "Open Project" msgstr "Open project" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"De versie van Orca Slicer is te oud en dient te worden bijgewerkt naar de " +"De versie van Snapmaker Orca is te oud en dient te worden bijgewerkt naar de " "nieuwste versie voordat deze normaal kan worden gebruikt" msgid "Privacy Policy Update" @@ -1524,7 +1514,7 @@ msgid "Sync user presets" msgstr "Synchroniseer gebruikersvoorinstellingen" msgid "Loading user preset" -msgstr "Gebruikersvoorinstelling laden" +msgstr "Voorinstelling voor gebruiker laden" msgid "Switching application language" msgstr "De taal van de applicatie wordt aangepast" @@ -1570,11 +1560,11 @@ msgstr "Open" msgid "Rename" msgstr "Naam wijzigen" -msgid "Orca Slicer GUI initialization failed" -msgstr "Initialisatie van Orca Slicer GUI is mislukt" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Initialisatie van Snapmaker Orca GUI is mislukt" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Fatale fout, uitzondering tegengehouden: %1%" msgid "Quality" @@ -1782,7 +1772,7 @@ msgid "Filament %d" msgstr "Filament %d" msgid "current" -msgstr "huidige" +msgstr "Huidige" msgid "Scale to build volume" msgstr "Schalen naar bruikbaar volume" @@ -1952,9 +1942,6 @@ msgstr "Model vereenvoudigen" msgid "Center" msgstr "Centreren" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Procesinstellingen bewerken" @@ -2081,7 +2068,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "This action will break a cut correspondence.\n" "After that, model consistency can't be guaranteed .\n" @@ -2095,7 +2082,7 @@ msgstr "Verwijder alle vberbindingen" msgid "Deleting the last solid part is not allowed." msgstr "Het is niet toegestaand om het laaste vaste deel te verwijderen." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" "Het doelbestand bevat slechts 1 onderdeel en kan daarom niet worden " "opgesplitst." @@ -2275,13 +2262,13 @@ msgid "More" msgstr "Meer" msgid "Open Preferences." -msgstr "Voorkeuren openen." +msgstr "Voorkeuren openen" msgid "Open next tip." -msgstr "Volgende tip openen." +msgstr "Volgende tip openen" msgid "Open Documentation in web browser." -msgstr "Documentatie openen in een webbrowser." +msgstr "Documentatie openen in een webbrowser" msgid "Color" msgstr "Kleur" @@ -2314,7 +2301,7 @@ msgid "Jump to Layer" msgstr "Spring naar laag" msgid "Please enter the layer number" -msgstr "Voer het laagnummer in" +msgstr "Voer het laagnummer in." msgid "Add Pause" msgstr "Pauze toevoegen" @@ -2335,7 +2322,7 @@ msgid "Insert template custom G-code at the beginning of this layer." msgstr "Insert template custom G-code at the beginning of this layer." msgid "Filament " -msgstr "Filament " +msgstr "Filament" msgid "Change filament at the beginning of this layer." msgstr "Change filament at the beginning of this layer." @@ -2389,7 +2376,7 @@ msgid "Connecting..." msgstr "Verbinden..." msgid "?" -msgstr "?" +msgstr " ?" msgid "/" msgstr "/" @@ -2442,13 +2429,13 @@ msgid "Idling..." msgstr "Inactief..." msgid "Heat the nozzle" -msgstr "Verwarm het mondstuk" +msgstr "Verwarm de nozzle" msgid "Cut filament" msgstr "Filament afsnijden" msgid "Pull back current filament" -msgstr "Huidig filament terugtrekken" +msgstr "huidig filament terugtrekken" msgid "Push new filament into extruder" msgstr "Nieuw filament in de extruder laden" @@ -2485,7 +2472,7 @@ msgstr "" "De geselecteerde objecten bevinden zich op een vergrendeld printbed.\n" "Deze objecten kunnen niet automatisch worden gerangschikt." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Er zijn geen objecten geselecteerd die geschikt kunnen worden." msgid "" @@ -2499,7 +2486,7 @@ msgid "Arranging..." msgstr "Rangschikken..." msgid "Arranging" -msgstr "Rangschikken" +msgstr "Rangschikken..." msgid "Arranging canceled." msgstr "Rangschikken geannuleerd." @@ -2544,10 +2531,10 @@ msgstr "" "Het is niet mogelijk om automatisch te orienteren op dit printbed." msgid "Orienting..." -msgstr "Oriënteren..." +msgstr "Oriënteren " msgid "Orienting" -msgstr "Oriënteren" +msgstr "Oriënteren " msgid "Orienting canceled." msgstr "" @@ -2719,7 +2706,7 @@ msgid "Cancelled" msgstr "Geannuleerd" msgid "Install successfully." -msgstr "Succesvol geïnstalleerd." +msgstr "Succesvol geïnstalleerd" msgid "Installing" msgstr "Installeren" @@ -2736,13 +2723,13 @@ msgstr "Auteursrecht" msgid "License" msgstr "Licentie" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer is gelicentieerd onder " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca is gelicentieerd onder " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero Algemene Openbare Licentie, versie 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2760,10 +2747,10 @@ msgstr "" msgid "About %s" msgstr "Over %s" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -2799,7 +2786,7 @@ msgid "" "Nozzle\n" "Temperature" msgstr "" -"Mondstuk\n" +"Nozzle\n" "temperatuur" msgid "max" @@ -2863,19 +2850,19 @@ msgid "" "results. Please fill in the same values as the actual printing. They can be " "auto-filled by selecting a filament preset." msgstr "" -"De temperatuur van het mondstuk en de maximale volumetrische snelheid zijn " -"van invloed op de kalibratieresultaten. Voer dezelfde waarden in als bij de " +"De temperatuur van de nozzle en de maximale volumetrische snelheid zijn van " +"invloed op de kalibratieresultaten. Voer dezelfde waarden in als bij de " "daadwerkelijke afdruk. Ze kunnen automatisch worden gevuld door een " "voorinstelling voor filamenten te selecteren." msgid "Nozzle Diameter" -msgstr "Mondstukdiameter" +msgstr "Diameter van de nozzle" msgid "Bed Type" msgstr "Bed type" msgid "Nozzle temperature" -msgstr "Mondstuk temperatuur" +msgstr "Nozzle temperatuur" msgid "Bed Temperature" msgstr "Bed Temperatuur" @@ -3189,7 +3176,7 @@ msgstr "Het uitvoeren van post-processing scripts" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Onbekende fout opgetreden tijdens exporteren van de G-code." #, boost-format @@ -3249,7 +3236,7 @@ msgid "" "Error message: %1%.\n" "Source file %2%." msgstr "" -"Het is niet gelukt het G-code bestand op te slaan.\n" +"Het is niet gelukt het gcode bestand op te slaan.\n" "Foutmelding: %1%.\n" "Bronbestand %2%." @@ -3463,10 +3450,10 @@ msgid "Name is invalid;" msgstr "Naam is ongeldig;" msgid "illegal characters:" -msgstr "niet toegestane karakters:" +msgstr "Niet toegestande karakters:" msgid "illegal suffix:" -msgstr "ongeldig achtervoegsel:" +msgstr "Ongeldig achtervoegsel:" msgid "The name is not allowed to be empty." msgstr "Het is niet toegestaand om de naam leeg te laten." @@ -3575,7 +3562,7 @@ msgid "" "Please make sure whether to use the temperature to print.\n" "\n" msgstr "" -"Het kan zijn dat het mondstuk verstopt raakt indien er geprint wordt met een " +"Het kan zijn dat de nozzle verstopt raakt indien er geprint wordt met een " "temperatuur buiten de voorgestelde range.\n" "Controleer en bevestig de temperatuur voordat u verder gaat met printen.\n" "\n" @@ -3585,8 +3572,8 @@ msgid "" "Recommended nozzle temperature of this filament type is [%d, %d] degree " "centigrade" msgstr "" -"De aanbevolen mondstuk temperatuur voor dit type filament is [%d, %d] graden " -"Celsius" +"De geadviseerde nozzle temperatuur voor dit type filament is [%d, %d] graden " +"Celcius" msgid "" "Too small max volumetric speed.\n" @@ -3601,9 +3588,9 @@ msgid "" "it may result in material softening and clogging.The maximum safe " "temperature for the material is %d" msgstr "" -"De huidige kamertemperatuur is hoger dan de veilige temperatuur van het " -"materiaal; dit kan leiden tot verzachting van het materiaal en verstoppingen " -"van het mondstuk. De maximale veilige temperatuur voor het materiaal is %d" +"Current chamber temperature is higher than the material's safe temperature; " +"this may result in material softening and nozzle clogs.The maximum safe " +"temperature for the material is %d" msgid "" "Too small layer height.\n" @@ -3667,7 +3654,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3706,6 +3693,13 @@ msgstr "" "JA - laat de prime-tower aan staan\n" "NO - laat onafhankelijke support-laag-hoogte ingeschakeld" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"While printing by object, the extruder may collide with a skirt.\n" +"Thus, reset the skirt layer to 1 to avoid collisions." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -3770,7 +3764,7 @@ msgid "Homing toolhead" msgstr "Printkop naar beginpositie" msgid "Cleaning nozzle tip" -msgstr "Mondstuk wordt schoongemaakt" +msgstr "Nozzle wordt schoongemaakt" msgid "Checking extruder temperature" msgstr "Extruder temperatuur wordt gecontroleerd" @@ -3788,7 +3782,7 @@ msgid "Calibrating extrusion flow" msgstr "De extrusieflow kalibreren" msgid "Paused due to nozzle temperature malfunction" -msgstr "Onderbroken vanwege storing in de temperatuur van het mondstuk" +msgstr "Onderbroken vanwege storing in de nozzle temperatuur" msgid "Paused due to heat bed temperature malfunction" msgstr "Onderbroken vanwege storing in de temperatuur van het printbed" @@ -3825,7 +3819,7 @@ msgid "Motor noise showoff" msgstr "Motorgeluid showoff" msgid "Nozzle filament covered detected pause" -msgstr "Mondstuk filament bedekt gedetecteerde pauze" +msgstr "Nozzle filament bedekt gedetecteerde pauze" msgid "Cutter error pause" msgstr "Pauze bij snijfout" @@ -3902,7 +3896,7 @@ msgid "Selected diameter and machine diameter do not match" msgstr "Geselecteerde diameter en machinediameter komen niet overeen" msgid "Failed to generate cali gcode" -msgstr "Cali G-code niet gegenereerd" +msgstr "Cali gcode niet gegenereerd" msgid "Calibration error" msgstr "Kalibratiefout" @@ -4065,13 +4059,13 @@ msgid "Layer Time (log)" msgstr "Laagtijd (logboek)" msgid "Height: " -msgstr "Hoogte: " +msgstr "Hoogte:" msgid "Width: " -msgstr "Breedte: " +msgstr "Breedte:" msgid "Speed: " -msgstr "Snelheid: " +msgstr "Snelheid:" msgid "Flow: " msgstr "Flow: " @@ -4750,12 +4744,6 @@ msgstr "Duplicaat geselecteerd" msgid "Clone copies of selections" msgstr "Duplicaten van selecties maken" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Alles selecteren" @@ -4777,7 +4765,7 @@ msgstr "Orthogonale weergave gebruiken" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4804,12 +4792,6 @@ msgstr "Show &Overhang" msgid "Show object overhang highlight in 3D scene" msgstr "Show object overhang highlight in 3D scene" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Voorkeuren" @@ -4831,18 +4813,6 @@ msgstr "Fase 2" msgid "Flow rate test - Pass 2" msgstr "Stroomsnelheidstest - Fase 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Flowrate" @@ -5010,7 +4980,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "De printercamera werkt niet goed." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Er heeft zich een probleem voorgedaan. Werk de printerfirmware bij en " "probeer het opnieuw." @@ -5057,11 +5027,11 @@ msgstr "Hulpmiddelen voor virtuele camera's downloaden" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Er draait nog een virtuele camera.\n" -"Orca Slicer ondersteunt slechts één virtuele camera.\n" +"Snapmaker Orca ondersteunt slechts één virtuele camera.\n" "Wil je deze virtuele camera stoppen?" #, c-format, boost-format @@ -5129,7 +5099,7 @@ msgid "Reload file list from printer." msgstr "Reload file list from printer." msgid "No printers." -msgstr "Geen printers." +msgstr "Geen printers" #, c-format, boost-format msgid "Connect failed [%d]!" @@ -5184,7 +5154,7 @@ msgstr "Do you want to delete the file '%s' from printer?" msgid "Delete file" msgstr "Delete file" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Fetching model information..." msgid "Failed to fetch model information from printer." @@ -5194,7 +5164,7 @@ msgid "Failed to parse model information." msgstr "Mislukt bij het parsen van modelinformatie." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5250,7 +5220,7 @@ msgid "Error code: %d" msgstr "Foutcode: %d" msgid "Speed:" -msgstr "Snelheid:" +msgstr "Snelheid" msgid "Deadzone:" msgstr "Deadzone:" @@ -5457,7 +5427,7 @@ msgstr "Informatie" msgid "Get oss config failed." msgstr "Het ophalen van de oss-configuratie is mislukt." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Upload Pictures" msgid "Number of images successfully uploaded" @@ -5576,27 +5546,27 @@ msgid "Newer 3mf version" msgstr "Nieuwere versie 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Beta-versie downloaden" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " -msgstr "Huidige versie: " +msgstr "Huidige versie:" msgid "Latest Version: " -msgstr "Laatste versie: " +msgstr "Laatste versie:" msgid "Not for now" msgstr "Not for now" @@ -5620,7 +5590,7 @@ msgid "Undo integration was successful." msgstr "Het ongedaan maken van de integratie is gelukt." msgid "New network plug-in available." -msgstr "Nieuwe netwerk plug-in beschikbaar." +msgstr "Nieuwe netwerk plug-in beschikbaar" msgid "Details" msgstr "Détails" @@ -5635,10 +5605,10 @@ msgid "Undo integration failed." msgstr "Het ongedaan maken van de integratie is mislukt." msgid "Exporting." -msgstr "Exporteren." +msgstr "Exporteren" msgid "Software has New version." -msgstr "Er is een update beschikbaar." +msgstr "Er is een update beschikbaar!" msgid "Goto download page." msgstr "Ga naar de download pagina." @@ -5797,15 +5767,13 @@ msgid "Filament Tangle Detect" msgstr "Filament Tangle Detection" msgid "Nozzle Clumping Detection" -msgstr "Detectie van klontvorming in mondstuk" +msgstr "Nozzle Clumping Detection" msgid "Check if the nozzle is clumping by filament or other foreign objects." -msgstr "" -"Controleer of er klonten in het mondstuk zitten door filament of andere " -"vreemde voorwerpen." +msgstr "Check if the nozzle is clumping by filament or other foreign objects." msgid "Nozzle Type" -msgstr "Mondstuk Type" +msgstr "Nozzle Type" msgid "Stainless Steel" msgstr "Roestvrij staal" @@ -5953,7 +5921,7 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" @@ -5985,18 +5953,18 @@ msgid "" "clogged when printing this filament in a closed enclosure. Please open the " "front door and/or remove the upper glass." msgstr "" -"De huidige warmtebedtemperatuur is relatief hoog. Het mondstuk kan verstopt " -"raken bij het printen van dit filament in een gesloten omgeving. Open de " -"voordeur en/of verwijder het bovenste glas." +"The current heatbed temperature is relatively high. The nozzle may clog when " +"printing this filament in a closed environment. Please open the front door " +"and/or remove the upper glass." msgid "" "The nozzle hardness required by the filament is higher than the default " "nozzle hardness of the printer. Please replace the hardened nozzle or " "filament, otherwise, the nozzle will be attrited or damaged." msgstr "" -"De door het filament vereiste hardheid van het mondstuk is hoger dan de " -"standaard hardheid van het mondstuk van de printer. Vervang het geharde " -"mondstuk of het filament, anders raakt het mondstuk versleten of beschadigd." +"De door het filament vereiste hardheid van de nozzle is hoger dan de " +"standaard hardheid van de nozzle van de printer. Vervang de geharde nozzle " +"of het filament, anders raakt de nozzle versleten of beschadigd." msgid "" "Enabling traditional timelapse photography may cause surface imperfections. " @@ -6016,9 +5984,9 @@ msgstr "Zijbalk inklappen" msgid "Loading file: %s" msgstr "Bestand laden: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"De 3mf is niet van Orca Slicer, er worden alleen geometriegegevens geladen." +"De 3mf is niet van Snapmaker Orca, er worden alleen geometriegegevens geladen." msgid "Load 3mf" msgstr "Laad 3mf" @@ -6203,7 +6171,7 @@ msgid "Please select a file" msgstr "Selecteer een bestand" msgid "Do you want to replace it" -msgstr "Wilt u deze vervangen?" +msgstr "Do you want to replace it?" msgid "Message" msgstr "Bericht" @@ -6293,7 +6261,7 @@ msgid "Project downloaded %d%%" msgstr "Project %d%% gedownload" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6304,7 +6272,7 @@ msgid "The selected file" msgstr "Het geselecteerde bestand" msgid "does not contain valid gcode." -msgstr "Bevat geen geldige G-code" +msgstr "Bevat geen geldige Gcode" msgid "Error occurs while loading G-code file" msgstr "Er is een fout opgetreden tijdens het laden van het G-codebestand." @@ -6312,18 +6280,16 @@ msgstr "Er is een fout opgetreden tijdens het laden van het G-codebestand." #. TRN %1% is archive path #, boost-format msgid "Loading of a ZIP archive on path %1% has failed." -msgstr "Het laden van een ZIP-archief op pad %1% is mislukt." +msgstr "" #. TRN: First argument = path to file, second argument = error description #, boost-format msgid "Failed to unzip file to %1%: %2%" -msgstr "Kan het bestand niet uitpakken naar %1%: %2%" +msgstr "" #, boost-format msgid "Failed to find unzipped file at %1%. Unzipping of file has failed." msgstr "" -"Kan het uitgepakte bestand op %1% niet vinden. Het uitpakken van het bestand " -"is mislukt." msgid "Drop project file" msgstr "Projectbestand neerzetten" @@ -6499,10 +6465,8 @@ msgstr "Tips:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"De functie \"Model repareren\" is momenteel alleen beschikbaar op Windows. " -"Repareer het model met OrcaSlicer (Windows) of andere CAD-software." #, c-format, boost-format msgid "" @@ -6539,7 +6503,7 @@ msgid "Region selection" msgstr "Regio selectie" msgid "Second" -msgstr "seconde(n)" +msgstr "Seconde" msgid "Browse" msgstr "Browsen" @@ -6548,19 +6512,19 @@ msgid "Choose Download Directory" msgstr "Kies Downloadmap" msgid "Associate" -msgstr "Associeer" +msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "met OrcaSlicer zodat Orca modellen kan openen van" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "" msgid "Current Association: " -msgstr "Huidige associatie: " +msgstr "" msgid "Current Instance" -msgstr "Huidige instantie" +msgstr "" msgid "Current Instance Path: " -msgstr "Huidig instancepad: " +msgstr "" msgid "General Settings" msgstr "Algemene instellingen" @@ -6584,24 +6548,21 @@ msgid "Login Region" msgstr "Inlogregio" msgid "Stealth Mode" -msgstr "Stealth-modus" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " "don't use BBL machines or use LAN mode only can safely turn on this function." msgstr "" -"Hiermee wordt het versturen van gegevens naar Bambu's cloudservices gestopt. " -"Gebruikers die geen BambuLab-machines gebruiken of alleen de LAN-modus " -"gebruiken, kunnen deze functie veilig inschakelen." msgid "Enable network plugin" -msgstr "Netwerkplug-in inschakelen" +msgstr "" msgid "Check for stable updates only" -msgstr "Alleen op stabiele updates controleren" +msgstr "" msgid "Metric" -msgstr "Metrisch" +msgstr "Metriek" msgid "Imperial" msgstr "Imperiaal" @@ -6609,60 +6570,55 @@ msgstr "Imperiaal" msgid "Units" msgstr "Eenheden" -msgid "Allow only one OrcaSlicer instance" -msgstr "Sta slechts één OrcaSlicer-instantie toe" +msgid "Allow only one Snapmaker Orca instance" +msgstr "" msgid "" "On OSX there is always only one instance of app running by default. However " "it is allowed to run multiple instances of same app from the command line. " "In such case this settings will allow only one instance." msgstr "" -"In OSX is er standaard altijd maar één instantie van een app actief. Het is " +"Op OSX is er standaard altijd maar één instantie van een app actief. Het is " "echter toegestaan om meerdere instanties van dezelfde app uit te voeren " "vanaf de opdrachtregel. In dat geval staat deze instelling slechts één " "instantie toe." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Als deze optie is ingeschakeld, wordt OrcaSlicer opnieuw geactiveerd wanneer " -"er al een ander exemplaar van OrcaSlicer is gestart." msgid "Home" msgstr "Thuis" msgid "Default Page" -msgstr "Startpagina" +msgstr "" msgid "Set the page opened on startup." -msgstr "Stel de pagina in die wordt geopend bij het opstarten." +msgstr "" msgid "Touchpad" -msgstr "Touchpad" +msgstr "" msgid "Camera style" -msgstr "Camera stijl" +msgstr "" msgid "" "Select camera navigation style.\n" "Default: LMB+move for rotation, RMB/MMB+move for panning.\n" "Touchpad: Alt+move for rotation, Shift+move for panning." msgstr "" -"Selecteer cameranavigatiestijl.\n" -"Standaard: LMB+bewegen voor rotatie, RMB/MMB+bewegen voor pannen.\n" -"Touchpad: Alt+bewegen voor rotatie, Shift+bewegen voor pannen." msgid "Zoom to mouse position" -msgstr "Zoomen naar muispositie" +msgstr "Zoom to mouse position" msgid "" "Zoom in towards the mouse pointer's position in the 3D view, rather than the " "2D window center." msgstr "" -"Zoom in op de positie van de muisaanwijzer in de 3D-weergave, in plaats van " -"op het midden van het venster." +"Zoom in towards the mouse pointer's position in the 3D view, rather than the " +"2D window center." msgid "Use free camera" msgstr "Gebruik vrij beweegbare camera" @@ -6673,18 +6629,16 @@ msgstr "" "vaste camera." msgid "Reverse mouse zoom" -msgstr "Omgekeerde muiszoom" +msgstr "" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" -"Als deze optie is ingeschakeld, wordt de zoomrichting met het muiswiel " -"omgedraaid." msgid "Show splash screen" msgstr "Toon startscherm" msgid "Show the splash screen during startup." -msgstr "Toon het opstartscherm tijdens het opstarten." +msgstr "" msgid "Show \"Tip of the day\" notification after start" msgstr "Toon de melding 'Tip van de dag' na het starten" @@ -6693,38 +6647,32 @@ msgid "If enabled, useful hints are displayed at startup." msgstr "" "Indien ingeschakeld, worden bij het opstarten nuttige tips weergegeven." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" "Spoelvolumes: Automatisch berekenen telkens wanneer de kleur verandert." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Als deze optie is ingeschakeld, wordt elke keer dat de kleur verandert " "automatisch berekend." msgid "" "Flushing volumes: Auto-calculate every time when the filament is changed." -msgstr "" -"Spoelvolumes: Automatisch berekenen telkens wanneer het filament wordt " -"vervangen." +msgstr "Flushing volumes: Auto-calculate every time the filament is changed." msgid "If enabled, auto-calculate every time when filament is changed" -msgstr "" -"Als dit is ingeschakeld, wordt er automatisch berekend telkens wanneer het " -"filament wordt verwisseld" +msgstr "If enabled, auto-calculate every time filament is changed" msgid "Remember printer configuration" -msgstr "Printerconfiguratie onthouden" +msgstr "" msgid "" "If enabled, Orca will remember and switch filament/process configuration for " "each printer automatically." msgstr "" -"Als dit is ingeschakeld, onthoudt Orca automatisch de filament-/" -"procesconfiguratie voor elke printer en schakelt deze automatisch om." msgid "Multi-device Management(Take effect after restarting Orca)." -msgstr "Beheer van meerdere apparaten (Werkt nadat Orca opnieuw is opgestart)." +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -6733,12 +6681,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "Plaat automatisch rangschikken na het klonen" - -msgid "Auto arrange plate after object cloning" -msgstr "Automatische rangschikking van de plaat na het klonen van een object" - msgid "Network" msgstr "Netwerk" @@ -6751,73 +6693,73 @@ msgid "User Sync" msgstr "Gebruiker synchroniseren" msgid "Update built-in Presets automatically." -msgstr "Ingebouwde voorinstellingen automatisch bijwerken." +msgstr "Update built-in presets automatically." msgid "System Sync" -msgstr "Systeemsync" +msgstr "System Sync" msgid "Clear my choice on the unsaved presets." -msgstr "Wis keuze voor niet-opgeslagen presets." +msgstr "Clear my choice on the unsaved presets." -msgid "Associate files to OrcaSlicer" -msgstr "Koppel bestanden aan OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Koppel bestanden aan Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Koppel .3mf-bestanden aan OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Koppel .3mf-bestanden aan Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing " +"Indien ingeschakeld, wordt Snapmaker Orca ingesteld als de standaardtoepassing " "om .3mf-bestanden te openen" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Koppel .stl-bestanden aan OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Koppel .stl-bestanden aan Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing " +"Indien ingeschakeld, wordt Snapmaker Orca ingesteld als de standaardtoepassing " "om .stl-bestanden te openen" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Koppel .step/.stp bestanden aan OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Koppel .step/.stp bestanden aan Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing " +"Indien ingeschakeld, wordt Snapmaker Orca ingesteld als de standaardtoepassing " "om .step-bestanden te openen" -msgid "Associate web links to OrcaSlicer" -msgstr "Koppel weblinks aan OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "" -msgid "Associate URLs to OrcaSlicer" -msgstr "Koppel URL's aan OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "" msgid "Maximum recent projects" -msgstr "Maximale recente projecten" +msgstr "Maximum recent projects" msgid "Maximum count of recent projects" -msgstr "Maximaal aantal recente projecten" +msgstr "Maximum count of recent projects" msgid "Clear my choice on the unsaved projects." -msgstr "Wis keuze voor niet-opgeslagen projecten." +msgstr "Clear my choice on the unsaved projects." msgid "No warnings when loading 3MF with modified G-codes" -msgstr "Geen waarschuwingen bij het laden van 3MF met aangepaste G-codes" +msgstr "No warnings when loading 3MF with modified G-code" msgid "Auto-Backup" -msgstr "Automatisch een back-up maken" +msgstr "Automatisch backup maken" msgid "" "Backup your project periodically for restoring from the occasional crash." msgstr "" -"Maak regelmatig een back-up van uw project, zodat u het kunt herstellen na " -"een incidentele crash." +"Backup your project periodically to help with restoring from an occasional " +"crash." msgid "every" -msgstr "elke" +msgstr "every" -msgid "The period of backup in seconds." -msgstr "De periode van de back-up in seconden." +msgid "The peroid of backup in seconds." +msgstr "The period of backup in seconds." msgid "Downloads" msgstr "Downloads" @@ -6832,7 +6774,7 @@ msgid "Develop mode" msgstr "Ontwikkelmodus" msgid "Skip AMS blacklist check" -msgstr "AMS-zwartelijstcontrole overslaan" +msgstr "Skip AMS blacklist check" msgid "Home page and daily tips" msgstr "Startpagina en dagelijkse tips" @@ -6883,19 +6825,19 @@ msgid "Log Level" msgstr "Log level" msgid "fatal" -msgstr "fataal" +msgstr "Fataal" msgid "error" -msgstr "fout" +msgstr "Fout" msgid "warning" msgstr "waarschuwing" msgid "debug" -msgstr "debug" +msgstr "Debuggen" msgid "trace" -msgstr "trace" +msgstr "Traceren" msgid "Host Setting" msgstr "Host-instelling" @@ -6913,10 +6855,10 @@ msgid "Product host" msgstr "Producthost" msgid "debug save button" -msgstr "debug opslaan knop" +msgstr "Debuggen opslaan knop" msgid "save debug settings" -msgstr "bewaar debug instellingen" +msgstr "Bewaar debug instellingen" msgid "DEBUG settings have saved successfully!" msgstr "De debug instellingen zijn succesvol opgeslagen!" @@ -6973,13 +6915,13 @@ msgid "Customize" msgstr "Aanpassen" msgid "Other layer filament sequence" -msgstr "Filamentvolgorde van andere lagen" +msgstr "Other layer filament sequence" msgid "Please input layer value (>= 2)." -msgstr "Voer de laagwaarde in (>= 2)." +msgstr "Please input layer value (>= 2)." msgid "Plate name" -msgstr "Plaat naam" +msgstr "Plate name" msgid "Same as Global Print Sequence" msgstr "Same as Global Print Sequence" @@ -6988,10 +6930,10 @@ msgid "Print sequence" msgstr "Afdrukvolgorde" msgid "Same as Global" -msgstr "Hetzelfde als globaal" +msgstr "Same as Global" msgid "Disable" -msgstr "Uitschakelen" +msgstr "Disable" msgid "Spiral vase" msgstr "Spiraalvaas" @@ -7006,16 +6948,16 @@ msgid "Same as Global Bed Type" msgstr "Hetzelfde als Global Bed Type" msgid "By Layer" -msgstr "Op laag" +msgstr "By Layer" msgid "By Object" -msgstr "Op object" +msgstr "By Object" msgid "Accept" -msgstr "Accepteer" +msgstr "Accept" msgid "Log Out" -msgstr "Uitloggen" +msgstr "Log Out" msgid "Slice all plate to obtain time and filament estimation" msgstr "" @@ -7031,7 +6973,7 @@ msgstr "3mf bestand uploaden" msgid "Jump to model publish web page" msgstr "Ga naar de website om het model te publiceren" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Notitie: het voorbereiden kan enkele minuten duren. Even geduld alstublieft." @@ -7058,13 +7000,13 @@ msgid "User Preset" msgstr "Gebruikersvoorinstelling" msgid "Preset Inside Project" -msgstr "Voorinstelling binnen project" +msgstr "Voorinstelling Project Inside" msgid "Name is unavailable." msgstr "Naam is niet beschikbaar." msgid "Overwrite a system profile is not allowed" -msgstr "Het overschrijven van een systeem profiel is niet toegestaan" +msgstr "Het overschrijven van een systeem profiel is niet toegestaand" #, boost-format msgid "Preset \"%1%\" already exists." @@ -7089,7 +7031,7 @@ msgstr "Bewaar voorinstelling" msgctxt "PresetName" msgid "Copy" -msgstr "Kopiëren" +msgstr "Kopie" #, boost-format msgid "Printer \"%1%\" is selected with preset \"%2%\"" @@ -7143,22 +7085,22 @@ msgid "Busy" msgstr "Bezet" msgid "Bambu Cool Plate" -msgstr "Bambu koelplaat" +msgstr "Bambu Cool (koude) Plate" msgid "PLA Plate" -msgstr "PLA plaat" +msgstr "PLA Plate" msgid "Bambu Engineering Plate" -msgstr "Bambu Engineering plaat" +msgstr "Bambu Engineering (technische) plate" msgid "Bambu Smooth PEI Plate" -msgstr "Bambu gladde PEI-plaat" +msgstr "" msgid "High temperature Plate" -msgstr "Hoge temperatuur plaat" +msgstr "Plaat op hoge temperatuur" msgid "Bambu Textured PEI Plate" -msgstr "Bambu getextureerde PEI-plaat" +msgstr "" msgid "Send print job to" msgstr "Stuur de printtaak naar" @@ -7170,7 +7112,7 @@ msgid "Click here if you can't connect to the printer" msgstr "Klik hier als je geen verbinding kunt maken met de printer" msgid "send completed" -msgstr "versturen gelukt" +msgstr "Versturen gelukt" msgid "Error code" msgstr "Error code" @@ -7199,7 +7141,7 @@ msgstr "" "dit is voltooid" msgid "The printer is busy on other print job" -msgstr "De printer is bezig met een andere printtaak" +msgstr "De printer is bezig met een andere printtaak." #, c-format, boost-format msgid "" @@ -7275,7 +7217,7 @@ msgstr "" "worden bijgewerkt." msgid "Cannot send the print job for empty plate" -msgstr "Kan geen afdruktaak verzenden voor een lege plaat" +msgstr "Kan geen afdruktaak verzenden voor een lege plaat." msgid "This printer does not support printing all plates" msgstr "" @@ -7298,7 +7240,7 @@ msgid "Errors" msgstr "Fouten" msgid "Please check the following:" -msgstr "Controleer het volgende:" +msgstr "Please check the following:" msgid "" "The printer type selected when generating G-Code is not consistent with the " @@ -7331,17 +7273,17 @@ msgid "" "If you changed your nozzle lately, please go to Device > Printer Parts to " "change settings." msgstr "" -"De dieameter van het mondstuk in het bestand komt niet overeen met het " -"opgeslagen mondstuk. Als u uw mondstuk onlangs hebt gewijzigd, ga dan naar " -"Apparaat > Printeronderdelen om de instellingen te wijzigen." +"Your nozzle diameter in sliced file is not consistent with the saved nozzle. " +"If you changed your nozzle lately, please go to Device > Printer Parts to " +"change settings." #, c-format, boost-format msgid "" "Printing high temperature material(%s material) with %s may cause nozzle " "damage" msgstr "" -"Het printen van materiaal met een hoge temperatuur (%s materiaal) met %s kan " -"schade aan het mondstuk veroorzaken" +"Printing high temperature material(%s material) with %s may cause nozzle " +"damage" msgid "Please fix the error above, otherwise printing cannot continue." msgstr "Please fix the error above, otherwise printing cannot continue." @@ -7370,7 +7312,7 @@ msgid "Modifying the device name" msgstr "De naam van het apparaat wijzigen" msgid "Bind with Pin Code" -msgstr "Koppelen met pincode" +msgstr "Bind with Pin Code" msgid "Send to Printer SD card" msgstr "Verzenden naar de MicroSD-kaart in de printer" @@ -7387,8 +7329,8 @@ msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" "A MicroSD card needs to be inserted before sending to the printer SD card." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "De printer moet zich in hetzelfde LAN bevinden als Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "De printer moet zich in hetzelfde LAN bevinden als Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "" @@ -7396,34 +7338,34 @@ msgstr "" "van de printer." msgid "Slice ok." -msgstr "Slice gelukt." +msgstr "Slice gelukt" msgid "View all Daily tips" msgstr "Bekijk alle dagelijkse tips" msgid "Failed to create socket" -msgstr "Kan socket niet maken" +msgstr "Failed to create socket" msgid "Failed to connect socket" -msgstr "Kan niet verbinden met socket" +msgstr "Failed to connect socket" msgid "Failed to publish login request" -msgstr "Kan loginverzoek niet publiceren" +msgstr "Failed to publish login request" msgid "Get ticket from device timeout" -msgstr "Time-out bij het ophalen van ticket van apparaat" +msgstr "Timeout getting ticket from device" msgid "Get ticket from server timeout" -msgstr "Time-out bij het ophalen van ticket van server" +msgstr "Timeout getting ticket from server" msgid "Failed to post ticket to server" -msgstr "Het is niet gelukt om het ticket naar de server te plaatsen" +msgstr "Failed to post ticket to server" msgid "Failed to parse login report reason" -msgstr "Kan de reden van het loginrapport niet parseren" +msgstr "Failed to parse login report reason" msgid "Receive login report timeout" -msgstr "Time-out voor loginrapport ontvangen" +msgstr "Receive login report timeout" msgid "Unknown Failure" msgstr "Onbekende fout" @@ -7432,23 +7374,23 @@ msgid "" "Please Find the Pin Code in Account page on printer screen,\n" " and type in the Pin Code below." msgstr "" -"Zoek de pincode op de accountpagina op het printerscherm,\n" -" en typ hieronder de pincode." +"Please Find the Pin Code in Account page on printer screen,\n" +" and type in the Pin Code below." msgid "Can't find Pin Code?" -msgstr "Pincode niet gevonden?" +msgstr "Can't find Pin Code?" msgid "Pin Code" -msgstr "Pincode" +msgstr "Pin Code" msgid "Binding..." msgstr "Binding..." msgid "Please confirm on the printer screen" -msgstr "Bevestig dit op het printerscherm" +msgstr "Please confirm on the printer screen" msgid "Log in failed. Please check the Pin Code." -msgstr "Inloggen mislukt. Controleer de pincode." +msgstr "Log in failed. Please check the Pin Code." msgid "Log in printer" msgstr "Inloggen op printer" @@ -7457,18 +7399,18 @@ msgid "Would you like to log in this printer with current account?" msgstr "Wil je met het huidige account inloggen op de printer?" msgid "Check the reason" -msgstr "Controleer de reden" +msgstr "Check the reason" msgid "Read and accept" -msgstr "Lezen en accepteren" +msgstr "Read and accept" msgid "Terms and Conditions" -msgstr "Algemene voorwaarden" +msgstr "Terms and Conditions" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7479,10 +7421,10 @@ msgstr "" "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgid "and" -msgstr "en" +msgstr "and" msgid "Privacy Policy" -msgstr "Privacybeleid" +msgstr "Privacy Policy" msgid "We ask for your help to improve everyone's printer" msgstr "We ask for your help to improve everyone's printer" @@ -7556,7 +7498,7 @@ msgstr "" "voorinstelling." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Een Prime-toren is vereist voor een vloeiende timeplase-modus. Er kunnen " @@ -7590,8 +7532,8 @@ msgid "" "No - Do not change these settings for me" msgstr "" "Deze instellingen automatisch wijzigen? \n" -"Ja - Wijzig deze instellingen automatisch\n" -"Nee - Wijzig deze instellingen niet voor mij" +"Ja - Wijzig deze instellingen automatisch.\n" +"Nee - Wijzig deze instellingen niet voor mij." msgid "" "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following " @@ -7618,20 +7560,14 @@ msgid "" "precise dimensions or is part of an assembly, it's important to double-check " "whether this change in geometry impacts the functionality of your print." msgstr "" -"Als u deze optie inschakelt, wordt de vorm van het model aangepast. Als uw " -"afdruk precieze afmetingen vereist of deel uitmaakt van een samenstelling, " -"is het belangrijk om te controleren of deze geometrie verandering van " -"invloed is op de functionaliteit van uw afdruk." msgid "Are you sure you want to enable this option?" -msgstr "Weet u zeker dat u deze optie wilt inschakelen?" +msgstr "" msgid "" "Layer height is too small.\n" "It will set to min_layer_height\n" msgstr "" -"Laaghoogte is te klein.\n" -"Het zal worden ingesteld op min_layer_height\n" msgid "" "Layer height exceeds the limit in Printer Settings -> Extruder -> Layer " @@ -7655,10 +7591,10 @@ msgid "" "reduce flush, it may also elevate the risk of nozzle clogs or other " "printing complications." msgstr "" -"Experimentele functie: Het filament op grotere afstand terugtrekken en " -"afsnijden tijdens filamentwisselingen om flush te minimaliseren. Hoewel het " -"het doorspoelen aanzienlijk kan verminderen, kan het ook het risico op een " -"verstopt mondstuk of andere printcomplicaties vergroten." +"Experimental feature: Retracting and cutting off the filament at a greater " +"distance during filament changes to minimize flush. Although it can notably " +"reduce flush, it may also elevate the risk of nozzle clogs or other " +"printing complications." msgid "" "Experimental feature: Retracting and cutting off the filament at a greater " @@ -7666,11 +7602,10 @@ msgid "" "reduce flush, it may also elevate the risk of nozzle clogs or other printing " "complications.Please use with the latest printer firmware." msgstr "" -"Experimentele functie: Het filament op grotere afstand terugtrekken en " -"afsnijden tijdens filamentwisselingen om flush te minimaliseren. Hoewel het " -"het doorspoelen aanzienlijk kan verminderen, kan het ook het risico op een " -"verstopt mondstuk of andere printcomplicaties vergroten. Gebruik dit met de " -"nieuwste printerfirmware." +"Experimental feature: Retracting and cutting off the filament at a greater " +"distance during filament changes to minimize flush. Although it can notably " +"reduce flush, it may also elevate the risk of nozzle clogs or other printing " +"complications. Please use with the latest printer firmware." msgid "" "When recording timelapse without toolhead, it is recommended to add a " @@ -7696,13 +7631,13 @@ msgid "Wall generator" msgstr "Wandgenerator" msgid "Walls and surfaces" -msgstr "Wanden en oppervlakten" +msgstr "" msgid "Bridging" -msgstr "Overbruggen" +msgstr "" msgid "Overhangs" -msgstr "Overhangen" +msgstr "" msgid "Walls" msgstr "Wanden" @@ -7727,13 +7662,13 @@ msgstr "" "Dit is de snelheid voor diverse overhanggraden. Overhanggraden worden " "uitgedrukt als een percentage van de laag breedte. 0 betekend dat er niet " "afgeremd wordt voor overhanggraden en dat dezelfde snelheid als voor wanden " -"gebruikt wordt" +"gebruikt wordt." msgid "Bridge" msgstr "Brug" msgid "Set speed for external and internal bridges" -msgstr "Snelheid instellen voor externe en interne bruggen" +msgstr "" msgid "Travel speed" msgstr "Verplaatsing-sneleheid" @@ -7753,21 +7688,12 @@ msgstr "Support filament" msgid "Tree supports" msgstr "" -msgid "Multimaterial" -msgstr "Multimateriaal" +msgid "Skirt" +msgstr "Skirt" msgid "Prime tower" msgstr "Prime toren" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Skirt" - msgid "Special mode" msgstr "Speciale modus" @@ -7778,7 +7704,7 @@ msgid "Post-processing Scripts" msgstr "Post-processing Scripts" msgid "Notes" -msgstr "Opmerkingen" +msgstr "Notes" msgid "Frequent" msgstr "Veelgebruikt" @@ -7795,11 +7721,11 @@ msgid_plural "" msgstr[0] "" "De volgende regel %s bevat gereserveerde trefwoorden.\n" "Verwijder deze woorden alstublieft, anders overschrijven deze de G-code-" -"visualisatie en de schatting van de afdruktijd." +"visualisatie en de schatting van de afdruktijd.@" msgstr[1] "" "De volgende regel %s bevat gereserveerde trefwoorden.\n" "Verwijder deze woorden alstublieft, anders overschrijven deze de G-code-" -"visualisatie en de schatting van de afdruktijd." +"visualisatie en de schatting van de afdruktijd.@" msgid "Reserved keywords found" msgstr "Gereserveerde zoekworden gevonden" @@ -7811,18 +7737,15 @@ msgid "Retraction" msgstr "Terugtrekken (retraction)" msgid "Basic information" -msgstr "Basisinformatie" +msgstr "Basis informatie" msgid "Recommended nozzle temperature" -msgstr "Aanbevolen mondstuk temperatuur" +msgstr "Aanbevolen nozzle temperatuur" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" -"De geadviseerde mondstuk temperatuur voor dit filament. 0 betekend dat er " -"geen waarde is" - -msgid "Flow ratio and Pressure Advance" -msgstr "" +"De geadviseerde nozzle temperatuur voor dit filament. 0 betekend dat er geen " +"voorgestelde waarde is " msgid "Print chamber temperature" msgstr "" @@ -7831,13 +7754,13 @@ msgid "Print temperature" msgstr "Print temperatuur" msgid "Nozzle" -msgstr "Mondstuk" +msgstr "Nozzle" msgid "Nozzle temperature when printing" -msgstr "Mondstuk temperatuur tijdens printen" +msgstr "Nozzle temperatuur tijdens printen" msgid "Cool plate" -msgstr "Koudeplaat" +msgstr "Cool (koud) printbed" msgid "" "Bed temperature when cool plate is installed. Value 0 means the filament " @@ -7855,7 +7778,7 @@ msgid "" msgstr "" msgid "Engineering plate" -msgstr "Engineering plaat" +msgstr "Engineering plate (technisch printbed)" msgid "" "Bed temperature when engineering plate is installed. Value 0 means the " @@ -7866,7 +7789,7 @@ msgstr "" "niet ondersteunt." msgid "Smooth PEI Plate / High Temp Plate" -msgstr "Gladde PEI-plaat / Hoge temperatuurplaat" +msgstr "Gladde PEI Plaat / Hoge Temp Plaat" msgid "" "Bed temperature when Smooth PEI Plate/High temperature plate is installed. " @@ -7878,7 +7801,7 @@ msgstr "" "afdrukken op de gladde PEI-plaat/hoge temperatuurplaat." msgid "Textured PEI Plate" -msgstr "Getextureerde PEI-plaat" +msgstr "PEI plaat met structuur" msgid "" "Bed temperature when Textured PEI Plate is installed. Value 0 means the " @@ -7943,6 +7866,9 @@ msgstr "Filament start G-code" msgid "Filament end G-code" msgstr "Filament einde G-code" +msgid "Multimaterial" +msgstr "" + msgid "Wipe tower parameters" msgstr "Afveegblokparameters" @@ -7982,7 +7908,7 @@ msgid "Accessory" msgstr "Accessoire" msgid "Machine gcode" -msgstr "Machine gcode" +msgstr "Machine G-code" msgid "Machine start G-code" msgstr "Machine start G-code" @@ -8029,33 +7955,15 @@ msgstr "Versnellingsbeperking" msgid "Jerk limitation" msgstr "Jerk beperking" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Mondstuk diameter" - msgid "Wipe tower" msgstr "Afveegblok" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parameter voor multi-material met één extruder" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Limieten voor laaghoogte" @@ -8464,8 +8372,8 @@ msgid "Flushing volumes for filament change" msgstr "Volumes reinigen voor filament wijziging" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8510,7 +8418,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8521,7 +8429,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8816,9 +8724,9 @@ msgid "Network plug-in update" msgstr "Netwerk plug-in update" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Klik op OK om de netwerkplug-in bij te werken wanneer Orca Slicer de " +"Klik op OK om de netwerkplug-in bij te werken wanneer Snapmaker Orca de " "volgende keer wordt gestart." #, c-format, boost-format @@ -8826,8 +8734,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "" "Een nieuwe netwerk plug-in (%s) is beschikbaar. Wilt je deze installeren?" -msgid "New version of Orca Slicer" -msgstr "Nieuwe versie van Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nieuwe versie van Snapmaker Orca" msgid "Skip this Version" msgstr "Deze versie overslaan" @@ -8878,9 +8786,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN-verbinding mislukt (verzenden afdrukbestand)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Stap 1, bevestig dat Orca Slicer en uw printer zich in hetzelfde LAN " +"Stap 1, bevestig dat Snapmaker Orca en uw printer zich in hetzelfde LAN " "bevinden." msgid "" @@ -8926,7 +8834,7 @@ msgid "Serial:" msgstr "Serienummer:" msgid "Version:" -msgstr "Versie:" +msgstr "Versie" msgid "Update firmware" msgstr "Firmware bijwerken" @@ -8938,7 +8846,7 @@ msgid "Latest version" msgstr "Nieuwste versie" msgid "Updating" -msgstr "Bijwerken" +msgstr "Bijwerken…" msgid "Updating failed" msgstr "Bijwerken mislukt" @@ -8969,7 +8877,7 @@ msgid "" msgstr "" "De firmwareversie is abnormaal. Repareren en bijwerken is vereist voor het " "afdrukken. Wil je nu updaten? Je kunt ook later op de printer updaten of " -"updaten wanneer je Orca Slicer de volgende keer start." +"updaten wanneer je Snapmaker Orca de volgende keer start." msgid "Extension Board" msgstr "Extension Board" @@ -9067,16 +8975,11 @@ msgid "No object can be printed. Maybe too small" msgstr "" "Er kunnen geen objecten geprint worden. Het kan zijn dat ze te klein zijn." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" msgstr "" -"Kan G-code niet genereren voor ongeldige handmatige G-code.\n" +"Kan gcode niet genereren voor ongeldige handmatige G-code.\n" "\n" msgid "Please check the custom G-code or use the default custom G-code." @@ -9270,8 +9173,8 @@ msgid "" "during printing" msgstr "" "Het is niet mogelijk om met meerdere filamenten te printen die een groot " -"temperatuurverschil hebben. Anders kunnen de extruder en het mondstuk " -"tijdens het afdrukken worden geblokkeerd of beschadigd" +"temperatuurverschil hebben. Anders kunnen de extruder en de nozzle tijdens " +"het afdrukken worden geblokkeerd of beschadigd" msgid "No extrusions under current settings." msgstr "Geen extrusion onder de huidige instellingen" @@ -9296,12 +9199,6 @@ msgid "" msgstr "" "Spiraal (vaas) modus werkt niet als een object meer dan 1 filament bevalt." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "" @@ -9321,10 +9218,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Variabele laaghoogte wordt niet ondersteund met organische steunen." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Verschillende mondstukdiameters en verschillende filamentdiameters zijn niet " +"toegestaan als de prime-toren is ingeschakeld." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9334,9 +9232,10 @@ msgstr "" "extruderadressering (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Ooze-preventie wordt momenteel niet ondersteund als de prime tower is " +"ingeschakeld." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9418,7 +9317,7 @@ msgstr "" "support in." msgid "Layer height cannot exceed nozzle diameter" -msgstr "De laaghoogte kan niet groter zijn dan de diameter van het mondstuk" +msgstr "De laaghoogte kan niet groter zijn dan de diameter van de nozzle" msgid "" "Relative extruder addressing requires resetting the extruder position at " @@ -9478,11 +9377,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Skirt en brim worden gegenereerd" @@ -9528,7 +9422,7 @@ msgstr "" "effect te compenseren." msgid "Elephant foot compensation layers" -msgstr "\"Elephant foot\" compensatielagen" +msgstr "" msgid "" "The number of layers on which the elephant foot compensation will be active. " @@ -9536,10 +9430,6 @@ msgid "" "the next layers will be linearly shrunk less, up to the layer indicated by " "this value." msgstr "" -"Het aantal lagen waarop de \"elephant foot\" compensatie actief zal zijn. De " -"eerste laag zal worden verkleind met de \"elephant foot\" compensatiewaarde, " -"daarna zullen de volgende lagen lineair minder worden verkleind, tot aan de " -"laag die wordt aangegeven door deze waarde." msgid "layers" msgstr "Lagen" @@ -9560,7 +9450,7 @@ msgstr "" "printer" msgid "Preferred orientation" -msgstr "Voorkeursoriëntatie" +msgstr "" msgid "Automatically orient stls on the Z-axis upon initial import" msgstr "" @@ -9569,22 +9459,22 @@ msgid "Printer preset names" msgstr "Namen van printer voorinstellingen" msgid "Use 3rd-party print host" -msgstr "Gebruik een printhost van derden" +msgstr "" msgid "Allow controlling BambuLab's printer through 3rd party print hosts" -msgstr "Toestaan om een BambuLab printer te besturen via printhosts van derden" +msgstr "" msgid "Hostname, IP or URL" msgstr "Hostnaam, IP of URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer kan G-codebestanden uploaden naar een printerhost. Dit veld moet " +"Snapmaker Orca kan G-codebestanden uploaden naar een printerhost. Dit veld moet " "de hostnaam, het IP-adres of de URL van de printerhostinstantie bevatten. " "Printhost achter HAProxy met ingeschakelde basisauthenticatie is " "toegankelijk door de gebruikersnaam en het wachtwoord in de volgende " @@ -9604,10 +9494,10 @@ msgid "API Key / Password" msgstr "API sleutel / wachtwoord" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer kan G-codebestanden uploaden naar een printerhost. Dit veld moet " +"Snapmaker Orca kan G-codebestanden uploaden naar een printerhost. Dit veld moet " "de API-sleutel of het wachtwoord bevatten dat nodig is voor authenticatie." msgid "Name of the printer" @@ -9810,8 +9700,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Het aantal onderste solide lagen wordt verhoogd tijdens het slicen als de " "totale dikte van de onderste lagen lager is dan deze waarde. Dit zorgt " @@ -9823,41 +9713,24 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" msgstr "Overal" msgid "Top and bottom surfaces" -msgstr "Boven- en onderoppervlakken" +msgstr "" msgid "Nowhere" -msgstr "Nergens" +msgstr "" msgid "Force cooling for overhang and bridge" msgstr "Forceer koeling voor overhangende delen en bruggen (bridge)" @@ -9888,7 +9761,7 @@ msgstr "Drempel voor overhang koeling" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9899,7 +9772,7 @@ msgstr "" "overhanggraad." msgid "Bridge infill direction" -msgstr "Bruginvulling richting" +msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " @@ -9911,23 +9784,20 @@ msgstr "" "externe bruggen. Gebruik 180° voor een hoek van nul." msgid "Bridge density" -msgstr "Brugdichtheid" +msgstr "" msgid "Density of external bridges. 100% means solid bridge. Default is 100%." msgstr "" -"Dichtheid van externe bruggen. 100% betekent massieve brug. Standaard is " -"100%." msgid "Bridge flow ratio" msgstr "Brugflow" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal voor " +"bruggen te verminderen, dit om doorzakken te voorkomen." msgid "Internal bridge flow ratio" msgstr "" @@ -9935,11 +9805,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9947,20 +9813,15 @@ msgstr "Flowratio bovenoppervlak" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Deze factor beïnvloedt de hoeveelheid materiaal voor de bovenste vaste " +"vulling. Je kunt het iets verminderen om een glad oppervlak te krijgen." msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -10014,7 +9875,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -10022,7 +9883,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -10042,9 +9903,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -10074,9 +9935,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -10096,25 +9955,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -10123,14 +9966,8 @@ msgstr "mm/s of %" msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Dit is de snelheid voor bruggen en 100% overhangende wanden." msgid "mm/s" msgstr "mm/s" @@ -10139,8 +9976,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -10154,7 +9991,7 @@ msgstr "Rand type" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "This controls the generation of the brim at outer and/or inner side of " "models. Auto means the brim width is analyzed and calculated automatically." @@ -10188,8 +10025,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -10331,7 +10168,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10347,24 +10184,24 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Uit" msgid "Limited filtering" msgstr "" @@ -10508,7 +10345,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10518,8 +10355,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10546,7 +10383,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10560,10 +10397,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10579,8 +10416,8 @@ msgid "" "Distance of the nozzle tip to the lower rod. Used for collision avoidance in " "by-object printing." msgstr "" -"Afstand van de punt van het mondstuk tot de onderste stang. Wordt gebruikt " -"om botsingen te voorkomen bij het afdrukken op basis van objecten." +"Afstand van de punt van de nozzle tot de onderste stang. Wordt gebruikt om " +"botsingen te voorkomen bij het afdrukken op basis van objecten." msgid "Height to lid" msgstr "Hoogte tot deksel" @@ -10589,7 +10426,7 @@ msgid "" "Distance of the nozzle tip to the lid. Used for collision avoidance in by-" "object printing." msgstr "" -"Afstand van de punt van het mondstuk tot het deksel. Wordt gebruikt om " +"Afstand van de punt van de nozzle tot het deksel. Wordt gebruikt om " "botsingen te voorkomen bij het afdrukken op basis van objecten." msgid "" @@ -10612,7 +10449,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10626,7 +10463,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10675,109 +10512,17 @@ msgstr "" "mogelijk optimaliseren om een mooi vlak oppervlak te krijgen als er een " "lichte over- of onderflow is." -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Pressure advance inschakelen" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10787,8 +10532,8 @@ msgid "Keep fan always on" msgstr "Laat de ventilator aan staan" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Als deze instelling is ingeschakeld, zal de printkop ventilator altijd aan " "staan op een minimale snelheid om het aantal start en stop momenten te " @@ -10804,8 +10549,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10836,14 +10581,14 @@ msgid "You can put your notes regarding the filament here." msgstr "You can put your notes regarding the filament here." msgid "Required nozzle HRC" -msgstr "Vereiste mondstuk HRC" +msgstr "Vereiste nozzle HRC" msgid "" "Minimum HRC of nozzle required to print the filament. Zero means no checking " "of nozzle's HRC." msgstr "" -"Minimale HRC van het mondstuk die nodig is om het filament te printen. Een " -"waarde van 0 betekent geen controle van de HRC van het mondstuk." +"Minimale HRC van de nozzle die nodig is om het filament te printen. Een " +"waarde van 0 betekent geen controle van de HRC van de spuitdop." msgid "" "This setting stands for how much volume of filament can be melted and " @@ -10861,29 +10606,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Filament laadt tijd" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Tijd welke nodig is om nieuw filament te laden tijdens het wisselen. Enkel " +"voor statistieken." msgid "Filament unload time" msgstr "Tijd die nodig is om filament te ontladen" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Tijd welke nodig is om oud filament te lossen tijdens het wisselen. Enkel " +"voor statistieken." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10896,7 +10630,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10905,7 +10639,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10917,16 +10651,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Laadsnelheid" @@ -10980,21 +10704,6 @@ msgstr "" "Het filament wordt gekoeld tijdens het terug en voorwaarts bewegen in de " "koelbuis. Specificeer het benodigd aantal bewegingen." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Snelheid voor de eerste koelbeweging" @@ -11009,7 +10718,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -11019,6 +10728,15 @@ msgstr "Snelheid voor de laatste koelbeweging" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Koelbewegingen versnellen gelijkmatig tot aan deze snelheid." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tijd voor de printerfirmware (of de MMU 2.0) om nieuw filament te laden " +"tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd " +"wordt toegevoegd aan de totale printtijd in de tijdsschatting." + msgid "Ramming parameters" msgstr "Rammingparameters" @@ -11029,23 +10747,32 @@ msgstr "" "Deze frase is bewerkt door het Rammingdialoog en bevat parameters voor de " "ramming." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tijd voor de printerfirmware (of de MMU 2.0) om filament te ontladen tijdens " +"een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd wordt " +"toegevoegd aan de totale printtijd in de tijdsschatting." + +msgid "Enable ramming for multitool setups" msgstr "" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "" msgid "The volume to be rammed before the toolchange." msgstr "" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "" msgid "Flow used for ramming the filament before the toolchange." @@ -11087,7 +10814,7 @@ msgstr "Verzachtingstemperatuur" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than this, it's highly recommended to open the front " @@ -11189,7 +10916,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11211,7 +10938,7 @@ msgstr "Maximale lengte van de vullingsbevestiging" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11346,11 +11073,11 @@ msgid "" msgstr "" msgid "Initial layer nozzle temperature" -msgstr "Mondstuk temperatuur voor de eerste laag" +msgstr "Nozzle temperatuur voor de eerste laag" msgid "Nozzle temperature to print initial layer when using this filament" msgstr "" -"Mondstuk temperatuur om de eerste laag mee te printen bij gebruik van dit " +"Nozzle temperatuur om de eerste laag mee te printen bij gebruik van dit " "filament" msgid "Full fan speed at layer" @@ -11374,7 +11101,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -11398,7 +11125,7 @@ msgid "Fuzzy skin thickness" msgstr "Fuzzy skin dikte" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "De breedte van jittering: het is aan te raden deze lager te houden dan de " @@ -11408,7 +11135,7 @@ msgid "Fuzzy skin point distance" msgstr "Fuzzy skin punt afstand" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "De gemiddelde afstand tussen de willekeurige punten die op ieder lijnsegment " @@ -11426,10 +11153,7 @@ msgstr "Kleine openingen wegfilteren" msgid "Layers and Perimeters" msgstr "Lagen en perimeters" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -11458,7 +11182,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11484,14 +11208,14 @@ msgstr "" "kan controleren." msgid "Nozzle type" -msgstr "Mondstuk type" +msgstr "Nozzle type" msgid "" "The metallic material of nozzle. This determines the abrasive resistance of " "nozzle, and what kind of filament can be printed" msgstr "" -"Het type metaal van het mondstuk. Dit bepaalt de slijtvastheid van het " -"mondstuk en wat voor soort filament kan worden geprint" +"Het type metaal van de nozzle. Dit bepaalt de slijtvastheid van de nozzle en " +"wat voor soort filament kan worden geprint" msgid "Undefine" msgstr "Undefined" @@ -11506,14 +11230,14 @@ msgid "Brass" msgstr "Messing" msgid "Nozzle HRC" -msgstr "Mondstuk HRC" +msgstr "Nozzle HRC" msgid "" "The nozzle's hardness. Zero means no checking for nozzle's hardness during " "slicing." msgstr "" -"De hardheid van het mondstuk. Nul betekent geen controle op de hardheid van " -"het mondstuk tijdens het slicen." +"De hardheid van de nozzle. Nul betekent geen controle op de hardheid van het " +"mondstuk tijdens het slicen." msgid "HRC" msgstr "HRC" @@ -11554,9 +11278,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11662,22 +11386,6 @@ msgstr "" "Combineer het printen van meerdere lagen vulling om te printtijd te " "verlagen. De wanden worden geprint in de originele laaghoogte." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "" "Dit is het filament voor het printen van interne dunne vulling (infill)" @@ -11705,7 +11413,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11735,12 +11443,9 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Insluitdiepte van een gesegmenteerde regio" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Insluitdiepte van een gesegmenteerd gebied. Nul schakelt deze functie uit." msgid "Use beam interlocking" msgstr "" @@ -12098,8 +11803,11 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "Nozzle diameter" + msgid "Diameter of nozzle" -msgstr "Diameter van het mondstuk" +msgstr "Diameter van de nozzle" msgid "Configuration notes" msgstr "Configuratie-opmerkingen" @@ -12115,25 +11823,24 @@ msgid "Host Type" msgstr "Hosttype" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer kan G-codebestanden uploaden naar een printerhost. Dit veld moet " +"Snapmaker Orca kan G-codebestanden uploaden naar een printerhost. Dit veld moet " "het type host bevatten." msgid "Nozzle volume" -msgstr "Mondstuk volume" +msgstr "Nozzle volume" msgid "Volume of nozzle between the cutter and the end of nozzle" msgstr "" -"Volume van het mondstuk tussen de filamentsnijder en het uiteinde van het " -"mondstuk" +"Volume van de nozzle tussen de filamentsnijder en het uiteinde van de nozzle" msgid "Cooling tube position" msgstr "Koelbuispositie" msgid "Distance of the center-point of the cooling tube from the extruder tip." -msgstr "Afstand vanaf het mondstuk tot het middelpunt van de koelbuis." +msgstr "Afstand vanaf de nozzle tot het middelpunt van de koelbuis." msgid "Cooling tube length" msgstr "Koelbuislengte" @@ -12162,9 +11869,9 @@ msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Afstand van de punt van het mondstuk tot de positie waar het filament wordt " -"geparkeerd wanneer dat niet geladen is. Deze moet overeenkomen met de waarde " -"in de firmware." +"Afstand van de nozzlepunt tot de positie waar het filament wordt geparkeerd " +"wanneer dat niet geladen is. Deze moet overeenkomen met de waarde in de " +"firmware." msgid "Extra loading distance" msgstr "Extra laadafstand" @@ -12201,11 +11908,6 @@ msgstr "" "voor complexe modellen verkorten en printtijd besparen, maar het segmenteren " "en het genereren van G-codes langzamer maken." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Bestandsnaam formaat" @@ -12251,9 +11953,6 @@ msgstr "" "lijnbreedte te detecteren en gebruikt verschillende snelheden om af te " "drukken. Voor 100%% overhang wordt de brugsnelheid gebruikt." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12283,25 +11982,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Printer notes" msgid "You can put your notes regarding the printer here." msgstr "You can put your notes regarding the printer here." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Vlot (raft) contact Z afstand:" @@ -12341,7 +12031,7 @@ msgstr "" "om kromtrekken te voorkomen bij het afdrukken met ABS." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12397,10 +12087,10 @@ msgid "" "significantly, it may also raise the risk of nozzle clogs or other printing " "problems." msgstr "" -"Experimentele functie: Het filament wordt tijdens het wisselen over een " -"grotere afstand teruggetrokken en afgesneden om de spoeling tot een minimum " -"te beperken. Dit vermindert de spoeling aanzienlijk, maar vergroot mogelijk " -"ook het risico op verstoppingen in het mondstuk of andere printproblemen." +"Experimental feature: Retracting and cutting off the filament at a longer " +"distance during changes to minimize purge.While this reduces flush " +"significantly, it may also raise the risk of nozzle clogs or other printing " +"problems." msgid "Retraction distance when cut" msgstr "Retraction distance when cut" @@ -12420,10 +12110,10 @@ msgid "" "clearance between nozzle and the print. It prevents nozzle from hitting the " "print when travel move. Using spiral line to lift z can prevent stringing" msgstr "" -"Wanneer er een terugtrekking (retraction) is, wordt het mondstuk een beetje " -"opgetild om ruimte te creëren tussen het mondstuk en de print. Dit voorkomt " -"dat het mondstuk de print raakt bij verplaatsen. Het gebruik van " -"spiraallijnen om Z op te tillen kan stringing voorkomen." +"Wanneer er een terugtrekking (retracction) is, wordt de nozzle een beetje " +"opgetild om ruimte te creëren tussen de nozzle en de print. Dit voorkomt dat " +"de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z " +"op te tillen kan stringing voorkomen." msgid "Z hop lower boundary" msgstr "Z hop ondergrens" @@ -12521,7 +12211,7 @@ msgstr "Terugtrek (retraction) snelheid" msgid "Speed of retractions" msgstr "Dit is de snelheid voor terugtrekken (retraction)" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Snelheid van terugtrekken (deretraction)" msgid "" @@ -12707,15 +12397,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12738,14 +12428,6 @@ msgstr "Rand (skirt) afstand" msgid "Distance from skirt to brim or object" msgstr "Dit is de afstand van de skirt tot de rand van het object." -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt height" @@ -12760,33 +12442,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "Uit" +msgid "Limited" +msgstr "Gelimiteerd" msgid "Enabled" msgstr "Aan" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Rand (skirt) lussen" @@ -12809,9 +12479,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12832,12 +12500,6 @@ msgstr "" "Dunne opvullingen (infill) die kleiner zijn dan deze drempelwaarde worden " "vervangen door solide interne vulling (infill)." -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12861,11 +12523,11 @@ msgid "Smooth Spiral" msgstr "Smooth Spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgid "Max XY Smoothing" msgstr "Max XY Smoothing" @@ -12874,9 +12536,8 @@ msgid "" "Maximum distance to move points in XY to try to achieve a smooth spiralIf " "expressed as a %, it will be computed over nozzle diameter" msgstr "" -"Maximale afstand om punten in XY te verplaatsen om te proberen een gladde " -"spiraal te bereiken. Als het wordt uitgedrukt als een %, wordt het berekend " -"over de diameter van het mondstuk" +"Maximum distance to move points in XY to try to achieve a smooth spiral. If " +"expressed as a %, it will be computed over nozzle diameter" msgid "" "If smooth or traditional mode is selected, a timelapse video will be " @@ -12894,9 +12555,9 @@ msgstr "" "samengevoegd tot een timelapse-video wanneer het afdrukken is voltooid. Als " "de vloeiende modus is geselecteerd, beweegt de gereedschapskop naar de " "afvoer chute nadat iedere laag is afgedrukt en maakt vervolgens een " -"momentopname. Aangezien het gesmolten filament uit het mondstuk kan lekken " +"momentopname. Aangezien het gesmolten filament uit de nozzle kan lekken " "tijdens het maken van een momentopname, is voor de soepele modus een " -"primetoren nodig om het mondstuk schoon te vegen." +"primetoren nodig om de nozzle schoon te vegen." msgid "Traditional" msgstr "Traditioneel" @@ -12904,31 +12565,6 @@ msgstr "Traditioneel" msgid "Temperature variation" msgstr "Temperatuur variatie" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Start G-code" @@ -13029,11 +12665,10 @@ msgid "" "example, if your endstop zero actually leaves the nozzle 0.3mm far from the " "print bed, set this to -0.3 (or fix your endstop)." msgstr "" -"Deze waarde wordt toegevoegd (of afgetrokken) van alle Z-coördinaten in de " -"uitvoer-G-code. Het wordt gebruikt om een ​​slechte Z-eindstoppositie te " -"compenseren. Bijvoorbeeld, als de eindstopnul eigenlijk 0,3 mm overlaat " -"tussen het mondstuk en het printbed, stelt u dit in op -0,3 (of maak uw " -"eindstop goed vast)." +"Deze waarde wordt toegevoegd (of afgetrokken) van alle Z-coördinaten in de G-" +"code. Het wordt gebruikt voor een slechte Z-eindstop positie. Als de Z-" +"eindstop bijvoorbeeld een waarde gebruikt die 0.3mm van het printbed is, kan " +"dit ingesteld worden op -0.3mm." msgid "Enable support" msgstr "Support inschakelen" @@ -13243,15 +12878,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Nauwsluitend" -msgid "Organic" -msgstr "" - msgid "Tree Slim" msgstr "Tree Slim" @@ -13261,6 +12890,9 @@ msgstr "Tree Strong" msgid "Tree Hybrid" msgstr "Tree Hybrid" +msgid "Organic" +msgstr "" + msgid "Independent support layer height" msgstr "Onafhankelijke support laaghoogte" @@ -13400,46 +13032,35 @@ msgstr "" "holtes van de tree support." msgid "Activate temperature control" -msgstr "Temperatuurregeling activeren" +msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "Kamertemperatuur" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on. At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials, the actual chamber temperature should not " +"be high to avoid clogs, so 0 (turned off) is highly recommended." msgid "Nozzle temperature for layers after the initial one" -msgstr "Mondstuk temperatuur voor de lagen na de eerste laag" +msgstr "Nozzle temperatuur voor de lagen na de eerstse laag" msgid "Detect thin wall" msgstr "Detecteer dunne wanden" @@ -13493,8 +13114,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Het aantal bovenste solide lagen wordt verhoogd tijdens het slicen als de " "totale dikte van de bovenste lagen lager is dan deze waarde. Dit zorgt " @@ -13512,16 +13133,16 @@ msgid "" "Move nozzle along the last extrusion path when retracting to clean leaked " "material on nozzle. This can minimize blob when print new part after travel" msgstr "" -"Dit beweegt het mondstuk langs het laatste extrusiepad bij het terugtrekken " +"Dit beweegt de nozzle langs het laatste extrusiepad bij het terugtrekken " "(retraction) om eventueel gelekt materiaal op het mondstuk te reinigen. Dit " "kan \"blobs\" minimaliseren bij het printen van een nieuw onderdeel na het " -"verplaatsen" +"verplaatsen." msgid "Wipe Distance" msgstr "Veeg afstand" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13537,9 +13158,9 @@ msgid "" "stabilize the chamber pressure inside the nozzle, in order to avoid " "appearance defects when printing objects." msgstr "" -"De veegtoren kan worden gebruikt om resten op het mondstuk te verwijderen en " -"de druk in het mondstuk te stabiliseren om uiterlijke gebreken bij het " -"printen van objecten te voorkomen." +"The wiping tower can be used to clean up residue on the nozzle and stabilize " +"the chamber pressure inside the nozzle in order to avoid appearance defects " +"when printing objects." msgid "Purging volumes" msgstr "Volumes opschonen" @@ -13579,6 +13200,12 @@ msgid "" "Larger angle means wider base." msgstr "" +msgid "Wipe tower purge lines spacing" +msgstr "" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13604,6 +13231,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13645,10 +13275,10 @@ msgid "" "filament and decrease the print time. Colours of the objects will be mixed " "as a result. It will not take effect, unless the prime tower is enabled." msgstr "" -"Dit object wordt gebruikt om het mondstuk te reinigen nadat het filament is " +"Dit object wordt gebruikt om de nozzle te reinigen nadat het filament is " "vervangen om filament te besparen en de printtijd te verkorten. Als " "resultaat worden de kleuren van de objecten gemengd. Het wordt niet van " -"kracht tenzij de prime toren is ingeschakeld." +"kracht tenzij de prime tower is ingeschakeld." msgid "Maximal bridging distance" msgstr "Maximale brugafstand" @@ -13656,30 +13286,6 @@ msgstr "Maximale brugafstand" msgid "Maximal distance between supports on sparse infill sections." msgstr "Maximale afstand tussen support op dunne vullingsdelen." -msgid "Wipe tower purge lines spacing" -msgstr "" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y-gaten compensatie" @@ -13724,7 +13330,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13758,14 +13364,10 @@ msgstr "Relatieve E-afstanden gebruiken" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" -"Relatieve extrusie wordt aanbevolen bij gebruik van de optie \"label_objects" -"\". Sommige extruders werken beter als deze optie niet is aangevinkt " -"(absolute extrusiemodus). Wipe tower is alleen compatibel met relatieve " -"modus. Het wordt aanbevolen op de meeste printers. Standaard is aangevinkt" msgid "" "Classic wall generator produces walls with constant extrusion width and for " @@ -13793,7 +13395,7 @@ msgstr "" "Bij de overgang tussen verschillende aantallen muren naarmate het onderdeel " "dunner wordt, wordt een bepaalde hoeveelheid ruimte toegewezen om de " "wandsegmenten te splitsen of samen te voegen. Dit wordt uitgedrukt als een " -"percentage ten opzichte van de diameter van het mondstuk." +"percentage ten opzichte van de diameter van de nozzle." msgid "Wall transitioning filter margin" msgstr "Marge van het filter voor wandovergang" @@ -13813,7 +13415,7 @@ msgstr "" "vergroten, wordt het aantal overgangen verminderd, waardoor het aantal " "extrusie-starts/-stops en travel tijd wordt verminderd. Grote variaties in " "de extrusiebreedte kunnen echter leiden tot onder- of overextrusieproblemen. " -"Het wordt uitgedrukt als een percentage over de diameter van het mondstuk" +"Het wordt uitgedrukt als een percentage over de diameter van de nozzle" msgid "Wall transitioning threshold angle" msgstr "Drempelhoek voor wandovergang" @@ -13858,30 +13460,27 @@ msgstr "" "diameter van het mondstuk" msgid "Minimum wall length" -msgstr "Minimale wandlengte" +msgstr "" msgid "" "Adjust this value to prevent short, unclosed walls from being printed, which " "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" msgid "First layer minimum wall width" -msgstr "Eerste laag minimale wandbreedte" +msgstr "" msgid "" "The minimum wall width that should be used for the first layer is " "recommended to be set to the same size as the nozzle. This adjustment is " "expected to enhance adhesion." msgstr "" -"De minimale wandbreedte die voor de eerste laag moet worden gebruikt, wordt " -"aanbevolen om op dezelfde grootte als het mondstuk te worden ingesteld. Deze " -"aanpassing zal naar verwachting de hechting verbeteren." msgid "Minimum wall width" msgstr "Minimale wandbreedte" @@ -13895,7 +13494,7 @@ msgstr "" "Breedte van de muur die dunne delen (volgens de minimale functiegrootte) van " "het model zal vervangen. Als de minimale wandbreedte dunner is dan de dikte " "van het element, wordt de muur net zo dik als het object zelf. Dit wordt " -"uitgedrukt als een percentage ten opzichte van de diameter van het mondstuk" +"uitgedrukt als een percentage ten opzichte van de diameter van de nozzle" msgid "Detect narrow internal solid infill" msgstr "Detecteer dichte interne solide vulling (infill)" @@ -13903,7 +13502,7 @@ msgstr "Detecteer dichte interne solide vulling (infill)" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Deze optie detecteert automatisch smalle interne solide opvul (infill) " "gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt voor " @@ -13929,10 +13528,10 @@ msgid "export 3mf with minimum size." msgstr "" msgid "No check" -msgstr "Geen controle" +msgstr "No check" msgid "Do not run any validity checks, such as gcode path conflicts check." -msgstr "Do not run any validity checks, such as gcode path conflicts check." +msgstr "Do not run any validity checks, such as G-code path conflicts check." msgid "Ensure on bed" msgstr "Plaats op bed" @@ -13942,10 +13541,10 @@ msgid "" msgstr "" msgid "Orient Options" -msgstr "Oriëntatieopties" +msgstr "" msgid "Orient options: 0-disable, 1-enable, others-auto" -msgstr "Oriëntatieopties: 0-uitschakelen, 1-inschakelen, andere-automatisch" +msgstr "" msgid "Rotation angle around the Z axis in degrees." msgstr "Rotatiehoek rond de Z-as in graden." @@ -13969,13 +13568,13 @@ msgstr "" "netwerkopslag." msgid "Load custom gcode" -msgstr "Laad aangepaste gcode" +msgstr "" msgid "Load custom gcode from json" -msgstr "Laad aangepaste gcode vanuit json" +msgstr "" msgid "Current z-hop" -msgstr "Huidige z-hop" +msgstr "" msgid "Contains z-hop present at the beginning of the custom G-code block." msgstr "" @@ -13983,27 +13582,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" - -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -14045,14 +13636,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -14159,19 +13743,19 @@ msgid "Size of the print bed bounding box" msgstr "" msgid "Timestamp" -msgstr "Tijdstempel" +msgstr "" msgid "String containing current time in yyyyMMdd-hhmmss format." msgstr "" msgid "Day" -msgstr "Dag" +msgstr "" msgid "Hour" -msgstr "Uur" +msgstr "" msgid "Minute" -msgstr "Minuut" +msgstr "" msgid "Print preset name" msgstr "" @@ -14199,14 +13783,6 @@ msgstr "" msgid "Name of the physical printer used for slicing." msgstr "" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "" @@ -14483,11 +14059,11 @@ msgid "" "historical results. \n" "Do you still want to continue the calibration?" msgstr "" -"Dit type machine kan slechts 16 historische resultaten per mondstuk " -"bevatten. U kunt de bestaande historische resultaten verwijderen en " -"vervolgens de kalibratie starten. Of u kunt doorgaan met de kalibratie, maar " -"u kunt geen nieuwe historische kalibratieresultaten maken.\n" -"Wilt u de kalibratie nog steeds voortzetten?" +"This machine type can only hold 16 historical results per nozzle. You can " +"delete the existing historical results and then start calibration. Or you " +"can continue the calibration, but you cannot create new calibration " +"historical results. \n" +"Do you still want to continue the calibration?" msgid "Connecting to printer..." msgstr "Aansluiten op de printer..." @@ -14513,8 +14089,8 @@ msgid "" "This machine type can only hold %d history results per nozzle. This result " "will not be saved." msgstr "" -"Dit type machine kan slechts %d historische resultaten per mondstuk " -"bevatten. Dit resultaat wordt niet opgeslagen." +"This machine type can only hold %d historical results per nozzle. This " +"result will not be saved." msgid "Internal Error" msgstr "Interne fout" @@ -14551,7 +14127,7 @@ msgstr "" "alleen uit te voeren in de volgende beperkte gevallen:\n" "1. Als je een nieuw filament van een ander merk/model introduceert of als " "het filament vochtig is;\n" -"2. Als het mondstuk versleten is of vervangen is door een nieuwe;\n" +"2. Als de spuitmond versleten is of vervangen is door een nieuwe;\n" "3. Als de maximale volumetrische snelheid of printtemperatuur is gewijzigd " "in de filamentinstelling." @@ -14838,7 +14414,7 @@ msgid "To k Value" msgstr "Naar k Waarde" msgid "Step value" -msgstr "Stap waarde" +msgstr "" msgid "The nozzle diameter has been synchronized from the printer Settings" msgstr "" @@ -14870,8 +14446,7 @@ msgstr "Actie" #, c-format, boost-format msgid "This machine type can only hold %d history results per nozzle." -msgstr "" -"Dit type machine kan slechts %d historische resultaten per mondstuk bevatten." +msgstr "This machine type can only hold %d historical results per nozzle." msgid "Edit Flow Dynamics Calibration" msgstr "Flow Dynamics-kalibratie bewerken" @@ -14907,27 +14482,25 @@ msgid "Finished" msgstr "Voltooid" msgid "Multiple resolved IP addresses" -msgstr "Meerdere vastgestelde IP-adressen" +msgstr "" #, boost-format msgid "" "There are several IP addresses resolving to hostname %1%.\n" "Please select one that should be used." msgstr "" -"Er zijn meerdere IP-adressen die verwijzen naar hostname %1%.\n" -"Selecteer er een die gebruikt moet worden." msgid "PA Calibration" msgstr "PA-kalibratie" msgid "DDE" -msgstr "DDE" +msgstr "" msgid "Bowden" msgstr "Bowden" msgid "Extruder type" -msgstr "Extrudertype" +msgstr "" msgid "PA Tower" msgstr "PA-toren" @@ -14974,7 +14547,7 @@ msgid "PETG" msgstr "PETG" msgid "PCTG" -msgstr "PCTG" +msgstr "" msgid "TPU" msgstr "TPU" @@ -15059,10 +14632,10 @@ msgstr "" "Gebruik indien nodig schuine strepen (/) als scheidingsteken voor mappen." msgid "Upload to storage" -msgstr "Uploaden naar opslag" +msgstr "" msgid "Switch to Device tab after upload." -msgstr "Na het uploaden naar het tabblad Apparaat gaan." +msgstr "" #, c-format, boost-format msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?" @@ -15085,7 +14658,7 @@ msgstr "Host" msgctxt "OfFile" msgid "Size" -msgstr "Grootte" +msgstr "Maat" msgid "Filename" msgstr "Bestandsnaam" @@ -15106,7 +14679,7 @@ msgid "Cancelling" msgstr "Annuleren" msgid "Error uploading to print host" -msgstr "Fout bij uploaden naar printhost" +msgstr "" msgid "Unable to perform boolean operation on selected parts" msgstr "Kan geen booleaanse bewerking uitvoeren op geselecteerde onderdelen" @@ -15159,8 +14732,8 @@ msgstr "Test Single-Thread starten" msgid "Export Log" msgstr "Logboek exporteren" -msgid "OrcaSlicer Version:" -msgstr "OrcaSlicer-versie:" +msgid "Snapmaker Orca Version:" +msgstr "" msgid "System Version:" msgstr "Systeemversie:" @@ -15168,10 +14741,10 @@ msgstr "Systeemversie:" msgid "DNS Server:" msgstr "DNS-server:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -15246,7 +14819,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Het type draad is niet geselecteerd, selecteer het type opnieuw." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filament serial missing; please input serial." msgid "" @@ -15316,7 +14889,7 @@ msgstr "Preset importeren" msgid "Create Type" msgstr "Type maken" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "The model was not found; please reselect vendor." msgid "Select Model" @@ -15341,7 +14914,7 @@ msgid "Hot Bed STL" msgstr "Warm bed STL" msgid "Load stl" -msgstr "STL laden" +msgstr "Stl laden" msgid "Hot Bed SVG" msgstr "Warm bed SVG" @@ -15365,10 +14938,10 @@ msgstr "Preset-pad niet gevonden; selecteer leverancier opnieuw." msgid "The printer model was not found, please reselect." msgstr "Het printermodel is niet gevonden, selecteer opnieuw." -msgid "The nozzle diameter is not found, please reselect." -msgstr "De diameter van het mondstuk is niet gevonden. Selecteer opnieuw." +msgid "The nozzle diameter is not found, place reselect." +msgstr "The nozzle diameter was not found; please reselect." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "The printer preset was not found; please reselect." msgid "Printer Preset" @@ -15400,7 +14973,7 @@ msgstr "" "U hebt een niet toegestaan teken ingevoerd in het gedeelte van het " "afdrukbare gebied op de eerste pagina. Gebruik alleen cijfers." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "The custom printer or model missing; please input." msgid "" @@ -15439,7 +15012,7 @@ msgid "Current vendor has no models, please reselect." msgstr "De huidige leverancier heeft geen modellen. Selecteer opnieuw." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "U hebt de verkoper en het model niet geselecteerd of de aangepaste verkoper " @@ -15468,10 +15041,10 @@ msgstr "" "geselecteerd; kies een printer." msgid "Create Printer Successful" -msgstr "Printer succesvol gemaakt" +msgstr "Printer succesvol maken" msgid "Create Filament Successful" -msgstr "Filament succesvol gemaakt" +msgstr "Filament Created Successfully" msgid "Printer Created" msgstr "Printer gemaakt" @@ -15502,13 +15075,6 @@ msgid "" "page. \n" "Click \"Sync user presets\" to enable the synchronization function." msgstr "" -"\n" -"\n" -"Orca heeft gedetecteerd dat de synchronisatiefunctie voor uw " -"gebruikersinstellingen niet is ingeschakeld, wat kan resulteren in mislukte " -"Filament-instellingen op de pagina Apparaat.\n" -"Klik op \"Gebruikersinstellingen synchroniseren\" om de " -"synchronisatiefunctie in te schakelen." msgid "Printer Setting" msgstr "Printerinstelling" @@ -15544,7 +15110,7 @@ msgid "open zip written fail" msgstr "open zip geschreven mislukt" msgid "Export successful" -msgstr "Exporteren is gelukt" +msgstr "Export succesvol" #, c-format, boost-format msgid "" @@ -15564,7 +15130,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Ingestelde preset vullingsset van de gebruiker.\n" @@ -15618,7 +15184,7 @@ msgid "Edit Filament" msgstr "Bewerk filament" msgid "Filament presets under this filament" -msgstr "Voorinstellingen voor filament onder dit filament" +msgstr "Presets onder deze gloeidraad" msgid "" "Note: If the only preset under this filament is deleted, the filament will " @@ -15633,8 +15199,8 @@ msgstr "" msgid "The following presets inherits this preset." msgid_plural "The following preset inherits this preset." -msgstr[0] "De volgende voorinstellingen nemen deze voorinstelling over." -msgstr[1] "De volgende voorinstelling neemt deze voorinstelling over." +msgstr[0] "" +msgstr[1] "" msgid "Delete Preset" msgstr "Preset verwijderen" @@ -15686,7 +15252,7 @@ msgid "For more information, please check out Wiki" msgstr "For more information, please check out our Wiki" msgid "Collapse" -msgstr "Inklappen" +msgstr "Instorten" msgid "Daily Tips" msgstr "Dagelijkse tips" @@ -15699,14 +15265,12 @@ msgid "" "Your nozzle diameter in preset is not consistent with memorized nozzle " "diameter. Did you change your nozzle lately?" msgstr "" -"Uw mondstuk diameter in preset komt niet overeen met de opgeslagen mondstuk " -"diameter. Heeft u uw mondstuk veranderd?" +"Your nozzle diameter in preset is not consistent with the saved nozzle " +"diameter. Have you changed your nozzle?" #, c-format, boost-format msgid "*Printing %s material with %s may cause nozzle damage" -msgstr "" -"*Het afdrukken van %s materiaal met %s kan schade aan het mondstuk " -"veroorzaken" +msgstr "*Afdrukken%s materiaal mee%s kan schade aan het mondstuk veroorzaken" msgid "Need select printer" msgstr "Printer selecteren" @@ -15734,16 +15298,16 @@ msgid "Success!" msgstr "Succes!" msgid "Are you sure to log out?" -msgstr "Weet u zeker dat u wilt uitloggen?" +msgstr "" msgid "Refresh Printers" msgstr "Printers vernieuwen" msgid "View print host webui in Device tab" -msgstr "Bekijk de printhost webui op het tabblad Apparaat" +msgstr "" msgid "Replace the BambuLab's device tab with print host webui" -msgstr "Vervang het apparaattabblad van BambuLab door de printhost webui" +msgstr "" msgid "" "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" @@ -15774,7 +15338,7 @@ msgstr "" "Certificate Store / Keychain." msgid "Login/Test" -msgstr "Inloggen/Test" +msgstr "" msgid "Connection to printers connected via the print host failed." msgstr "Verbinding met printers aangesloten via de printhost mislukt." @@ -15798,7 +15362,7 @@ msgstr "Connection to Duet is working correctly." msgid "Could not connect to Duet" msgstr "Kan geen verbinding maken met Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Onbekende fout opgetreden" msgid "Wrong password" @@ -15851,31 +15415,31 @@ msgid "Could not connect to PrusaLink" msgstr "Kan geen verbinding maken met PrusaLink" msgid "Storages found" -msgstr "Gevonden opslagplaatsen" +msgstr "" #. TRN %1% = storage path #, boost-format msgid "%1% : read only" -msgstr "%1% : alleen lezen" +msgstr "" #. TRN %1% = storage path #, boost-format msgid "%1% : no free space" -msgstr "%1% : geen vrije ruimte" +msgstr "" #. TRN %1% = host #, boost-format msgid "Upload has failed. There is no suitable storage found at %1%." -msgstr "Upload is mislukt. Er is geen geschikte opslag gevonden op %1%." +msgstr "" msgid "Connection to Prusa Connect works correctly." -msgstr "De verbinding met Prusa Connect werkt goed." +msgstr "" msgid "Could not connect to Prusa Connect" -msgstr "Kon geen verbinding maken met Prusa Connect" +msgstr "" msgid "Connection to Repetier works correctly." -msgstr "De verbinding met Repetier werkt goed." +msgstr "Connection to Repetier is working correctly." msgid "Could not connect to Repetier" msgstr "Kan geen verbinding maken met Repetier" @@ -15915,19 +15479,17 @@ msgid "" "It has a small layer height, and results in almost negligible layer lines " "and high printing quality. It is suitable for most general printing cases." msgstr "" -"Het heeft een kleine laaghoogte en resulteert in bijna verwaarloosbare " -"laaglijnen en een hoge afdrukkwaliteit. Het is geschikt voor de meeste " -"algemene afdrukgevallen." +"It has a small layer height, and results in almost negligible layer lines " +"and high print quality. It is suitable for most general printing cases." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has lower speeds " "and acceleration, and the sparse infill pattern is Gyroid. So, it results in " "much higher printing quality, but a much longer printing time." msgstr "" -"Vergeleken met het standaardprofiel van een 0,2 mm mondstuk, heeft het " -"lagere snelheden en acceleratie, en het spaarzame infill patroon is Gyroid. " -"Dit resulteert in een veel hogere printkwaliteit maar ook een veel langere " -"printtijd." +"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds " +"and acceleration, and the sparse infill pattern is Gyroid. This results in " +"much higher print quality but a much longer print time." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a slightly " @@ -15990,8 +15552,8 @@ msgid "" "It has a general layer height, and results in general layer lines and " "printing quality. It is suitable for most general printing cases." msgstr "" -"Het heeft een normale laaghoogte en resulteert in gemiddelde laaglijnen en " -"afdrukkwaliteit. Het is geschikt voor de meeste afdrukgevallen." +"It has a normal layer height, and results in average layer lines and print " +"quality. It is suitable for most printing cases." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops " @@ -16072,8 +15634,8 @@ msgid "" "It has a big layer height, and results in apparent layer lines and ordinary " "printing quality and printing time." msgstr "" -"De laagdikte is groot, wat resulteert in zichtbare laaglijnen en een normale " -"afdrukkwaliteit en afdruktijd." +"It has a big layer height, and results in apparent layer lines and ordinary " +"printing quality and printing time." msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops " @@ -16124,8 +15686,8 @@ msgid "" "It has a very big layer height, and results in very apparent layer lines, " "low printing quality and general printing time." msgstr "" -"De laagdikte is erg groot, wat resulteert in duidelijke lijnen, een lage " -"afdrukkwaliteit en een kortere afdruktijd." +"It has a very big layer height, and results in very apparent layer lines, " +"low print quality and shorter printing time." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " @@ -16160,10 +15722,9 @@ msgid "" "height, and results in less but still apparent layer lines and slightly " "higher printing quality, but longer printing time in some printing cases." msgstr "" -"Vergeleken met het standaardprofiel van een 0,8 mm mondstuk, heeft het een " -"kleinere laaghoogte. Dit resulteert in minder maar nog steeds zichtbare " -"laaglijnen en een iets hogere printkwaliteit, maar in sommige gevallen een " -"langere printtijd." +"Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer " +"height. This results in less but still apparent layer lines and slightly " +"higher print quality, but longer print time in some cases." msgid "Connected to Obico successfully!" msgstr "" @@ -16178,10 +15739,10 @@ msgid "Could not connect to SimplyPrint" msgstr "" msgid "Internal error" -msgstr "Interne fout" +msgstr "" msgid "Unknown error" -msgstr "Onbekende fout" +msgstr "" msgid "SimplyPrint account not linked. Go to Connect options to set it up." msgstr "" @@ -16196,13 +15757,13 @@ msgid "The provided state is not correct." msgstr "" msgid "Please give the required permissions when authorizing this application." -msgstr "Geef de vereiste machtigingen wanneer u deze toepassing autoriseert." +msgstr "" msgid "Something unexpected happened when trying to log in, please try again." -msgstr "Er is iets onverwachts gebeurd bij het inloggen. Probeer het opnieuw." +msgstr "" msgid "User cancelled." -msgstr "Gebruiker geannuleerd." +msgstr "" #: resources/data/hints.ini: [hint:Precise wall] msgid "" @@ -16210,9 +15771,6 @@ msgid "" "Did you know that turning on precise wall can improve precision and layer " "consistency?" msgstr "" -"Precieze muur\n" -"Wist u dat het inschakelen van de precieze muur de precisie en consistentie " -"van de laag kan verbeteren?" #: resources/data/hints.ini: [hint:Sandwich mode] msgid "" @@ -16221,53 +15779,37 @@ msgid "" "precision and layer consistency if your model doesn't have very steep " "overhangs?" msgstr "" -"Sandwichmodus\n" -"Wist u dat u de sandwichmodus (binnen-buiten-binnen) kunt gebruiken om de " -"precisie en consistentie van de laag te verbeteren als uw model geen erg " -"steile overhangen heeft?" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" -"Kamertemperatuur\n" -"Wist je dat OrcaSlicer kamertemperatuur ondersteunt?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" -"Kalibratie\n" -"Wist u dat het kalibreren van uw printer wonderen kan doen? Bekijk onze " -"geliefde kalibratieoplossing in OrcaSlicer." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" -"Hulpventilator\n" -"Wist u dat OrcaSlicer eventuele extra onderdeel koelventilator ondersteunt?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" -"Luchtfiltratie/Afzuigventilator\n" -"Wist u dat OrcaSlicer eventuele luchtfiltratie/afzuigventilator ondersteunt?" #: resources/data/hints.ini: [hint:G-code window] msgid "" "G-code window\n" "You can turn on/off the G-code window by pressing the C key." msgstr "" -"G-codevenster\n" -"U kunt het G-codevenster in- of uitschakelen door op de C-toets te " -"drukken." #: resources/data/hints.ini: [hint:Switch workspaces] msgid "" @@ -16275,19 +15817,13 @@ msgid "" "You can switch between Prepare and Preview workspaces by " "pressing the Tab key." msgstr "" -"Werkruimten wisselen\n" -"U kunt schakelen tussen de werkruimten Voorbereiden en " -"Voorvertoning door op de Tab-toets te drukken." #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" -"Hoe sneltoetsen te gebruiken\n" -"Wist u dat Orca Slicer een breed scala aan sneltoetsen en 3D-" -"scènebewerkingen biedt." #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" @@ -16295,9 +15831,6 @@ msgid "" "Did you know that Reverse on odd feature can significantly improve " "the surface quality of your overhangs?" msgstr "" -"Achteruit op oneven\n" -"Wist u dat de functie Achteruit op oneven de oppervlaktekwaliteit van " -"uw overhangen aanzienlijk kan verbeteren?" #: resources/data/hints.ini: [hint:Cut Tool] msgid "" @@ -16373,9 +15906,6 @@ msgid "" "Did you know that you use the Search tool to quickly find a specific Orca " "Slicer setting?" msgstr "" -"Zoekfunctionaliteit\n" -"Wist u dat u de zoekfunctie gebruikt om snel een specifieke Orca Slicer-" -"instelling te vinden?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -16383,10 +15913,6 @@ msgid "" "Did you know that you can reduce the number of triangles in a mesh using the " "Simplify mesh feature? Right-click the model and select Simplify model." msgstr "" -"Model vereenvoudigen\n" -"Wist u dat u het aantal driehoeken in een mesh kunt verminderen met de mesh " -"functie Vereenvoudigen? Klik met de rechtermuisknop op het model en " -"selecteer Model vereenvoudigen." #: resources/data/hints.ini: [hint:Slicing Parameter Table] msgid "" @@ -16413,26 +15939,17 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" -"Een deel aftrekken\n" -"Wist u dat u een mesh van een andere kunt aftrekken met de Negatief deel " -"aanpasser? Zo kunt u bijvoorbeeld gemakkelijk aanpasbare gaten rechtstreeks " -"in Orca Slicer maken." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" -"STEP\n" -"Wist u dat u uw afdrukkwaliteit kunt verbeteren door een STEP-bestand te " -"slicen in plaats van een STL?\n" -"Orca Slicer ondersteunt het slicen van STEP-bestanden, wat vloeiendere " -"resultaten oplevert dan een STL met een lagere resolutie. Probeer het eens!" #: resources/data/hints.ini: [hint:Z seam location] msgid "" @@ -16591,127 +16108,6 @@ msgstr "" "kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het " "warmtebed de kans op kromtrekken kan verkleinen?" -#~ msgid "Cool Plate" -#~ msgstr "Cool (koud) printbed" - -#~ msgid "Reverse on odd" -#~ msgstr "Overhang omkering" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "While printing by object, the extruder may collide with a skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid collisions." - -#~ msgid "Limited" -#~ msgstr "Gelimiteerd" - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Pas deze waarde aan om te voorkomen dat korte, niet-gesloten wanden " -#~ "worden geprint, wat de printtijd kan verlengen. Hogere waarden " -#~ "verwijderen meer en langere wanden.\n" -#~ "\n" -#~ "OPMERKING: Onder- en bovenoppervlakken worden niet beïnvloed door deze " -#~ "waarde om visuele gaten aan de buitenkant van het model te voorkomen. Pas " -#~ "'One wall threshold' aan in de geavanceerde instellingen hieronder om de " -#~ "gevoeligheid van wat als een bovenoppervlak wordt beschouwd aan te " -#~ "passen. 'One wall threshold' is alleen zichtbaar als deze instelling " -#~ "boven de standaardwaarde van 0,5 is ingesteld of als enkelwandige " -#~ "bovenoppervlakken zijn ingeschakeld." - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal " -#~ "voor bruggen te verminderen, dit om doorzakken te voorkomen." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Deze factor beïnvloedt de hoeveelheid materiaal voor de bovenste vaste " -#~ "vulling. Je kunt het iets verminderen om een glad oppervlak te krijgen." - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Dit is de snelheid voor bruggen en 100% overhangende wanden." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tijd welke nodig is om nieuw filament te laden tijdens het wisselen. " -#~ "Enkel voor statistieken." - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tijd welke nodig is om oud filament te lossen tijdens het wisselen. Enkel " -#~ "voor statistieken." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tijd voor de printerfirmware (of de MMU 2.0) om nieuw filament te laden " -#~ "tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd " -#~ "wordt toegevoegd aan de totale printtijd in de tijdsschatting." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tijd voor de printerfirmware (of de MMU 2.0) om filament te ontladen " -#~ "tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd " -#~ "wordt toegevoegd aan de totale printtijd in de tijdsschatting." - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials, the actual chamber " -#~ "temperature should not be high to avoid clogs, so 0 (turned off) is " -#~ "highly recommended." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Verschillende mondstukdiameters en verschillende filamentdiameters zijn " -#~ "niet toegestaan als de prime-toren is ingeschakeld." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Ooze-preventie wordt momenteel niet ondersteund als de prime tower is " -#~ "ingeschakeld." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Insluitdiepte van een gesegmenteerd gebied. Nul schakelt deze functie uit." - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Voer een geldige waarde in (K in 0~0.3)" @@ -16915,11 +16311,11 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Load failed [%d]" -#~ msgid "Failed to fetching model informations from printer." -#~ msgstr "Failed to fetch model information from printer." +#~ msgid "Failed to fetching model infomations from printer." +#~ msgstr "Failed to fetch model infomation from printer." -#~ msgid "Failed to parse model informations." -#~ msgstr "Failed to parse model information" +#~ msgid "Failed to parse model infomations." +#~ msgstr "Failed to parse model infomation" #, boost-format #~ msgid "" @@ -17283,10 +16679,10 @@ msgstr "" #~ msgstr "Embedded" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt " +#~ "Snapmaker Orca configuratiebestand is mogelijks corrupt, en kan niet verwerkt " #~ "worden.Verwijder het configuratiebestand en probeer het opnieuw." #~ msgid "Online Models" diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/Snapmaker_Orca_pl.po similarity index 88% rename from localization/i18n/pl/OrcaSlicer_pl.po rename to localization/i18n/pl/Snapmaker_Orca_pl.po index a9e9df4db04..213c80b0cc8 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/Snapmaker_Orca_pl.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: OrcaSlicer 2.1\n" +"Project-Id-Version: Snapmaker Orca 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: \n" "Last-Translator: Krzysztof Morga \n" "Language-Team: \n" @@ -654,7 +654,7 @@ msgid "Angle" msgstr "Kąt" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Wbudowana\n" @@ -1131,11 +1131,11 @@ msgstr "Otwórz wypełnioną ścieżkę" msgid "Undefined stroke type" msgstr "Nie zdefiniowano rodzaju obrysu" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "Ścieżki nie można uleczyć z samoprzecięć i wielu punktów." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "Ostateczny kształt zawiera samoprzecięcia lub wielokrotne punkty o tej samej " @@ -1365,8 +1365,8 @@ msgstr "Nieokreślone" msgid "%1% was replaced with %2%" msgstr "%1% zostało zamienione na %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "Konfiguracja może być wygenerowana przez nowszą wersję OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "Konfiguracja może być wygenerowana przez nowszą wersję Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Niektóre wartości zostały zamienione. Proszę sprawdzić:" @@ -1393,28 +1393,28 @@ msgstr "" "zostały rozpoznane." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer zakończy działanie z powodu braku pamięci. To może być błąd. " +"Snapmaker Orca zakończy działanie z powodu braku pamięci. To może być błąd. " "Będziemy wdzięczni za zgłoszenie problemu naszemu zespołowi." msgid "Fatal error" msgstr "Błąd krytyczny" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer zakończy działanie z powodu błędu lokalizacji. Będziemy wdzięczni " +"Snapmaker Orca zakończy działanie z powodu błędu lokalizacji. Będziemy wdzięczni " "za zgłoszenie konkretnej sytuacji, w której wystąpił ten problem." msgid "Critical error" msgstr "Błąd krytyczny" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer napotkał nieobsługiwany wyjątek: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca napotkał nieobsługiwany wyjątek: %1%" msgid "Untitled" msgstr "Bez tytułu" @@ -1433,11 +1433,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Połączenie z %s nie powiodło się! [SN:%s, kod=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer wymaga Microsoft WebView2 Runtime do działania niektórych " +"Snapmaker Orca wymaga Microsoft WebView2 Runtime do działania niektórych " "funkcji.\n" "Kliknij Tak, aby zainstalować go teraz." @@ -1462,8 +1462,8 @@ msgstr "Ładowanie konfiguracji" msgid "Click to download new version in default browser: %s" msgstr "Kliknij, aby pobrać nową wersję w domyślnej przeglądarce: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer wymaga aktualizacji" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca wymaga aktualizacji" msgid "This is the newest version." msgstr "To najnowsza wersja." @@ -1472,14 +1472,14 @@ msgid "Info" msgstr "Informacja" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Plik konfiguracyjny OrcaSlicer może być uszkodzony i nie może być " +"Plik konfiguracyjny Snapmaker Orca może być uszkodzony i nie może być " "sparsowany.\n" -"OrcaSlicer próbował odtworzyć plik konfiguracyjny.\n" +"Snapmaker Orca próbował odtworzyć plik konfiguracyjny.\n" "Należy pamiętać, że ustawienia aplikacji zostaną utracone, ale profile " "drukarek nie będą dotknięte." @@ -1512,7 +1512,7 @@ msgid "Some presets are modified." msgstr "Niektóre ustawienia zostały zmodyfikowane." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Możesz zachować zmodyfikowane ustawienia w nowym projekcie, odrzucić je lub " @@ -1529,10 +1529,10 @@ msgid "Open Project" msgstr "Otwórz projekt" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Wersja Orca Slicer jest przestarzała i musi zostać zaktualizowana do " +"Wersja Snapmaker Orca jest przestarzała i musi zostać zaktualizowana do " "najnowszej wersji, aby działać normalnie" msgid "Privacy Policy Update" @@ -1597,11 +1597,11 @@ msgstr "Otwórz" msgid "Rename" msgstr "Zmień nazwę" -msgid "Orca Slicer GUI initialization failed" -msgstr "Inicjalizacja interfejsu graficznego Orca Slicer nie powiodła się" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Inicjalizacja interfejsu graficznego Snapmaker Orca nie powiodła się" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Krytyczny błąd, przechwycono wyjątek: %1%" msgid "Quality" @@ -1982,9 +1982,6 @@ msgstr "Uprość model" msgid "Center" msgstr "Wyśrodkuj" -msgid "Drop" -msgstr "Upuść" - msgid "Edit Process Settings" msgstr "Edytuj ustawienia procesu" @@ -2110,7 +2107,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "To działanie przerwie korespondencję cięcia.\n" "Po tym nie można zagwarantować spójności modelu.\n" @@ -2124,7 +2121,7 @@ msgstr "Usuń wszystkie łączniki" msgid "Deleting the last solid part is not allowed." msgstr "Usunięcie ostatniej części bryły jest niedozwolone." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "" "Obiekt docelowy zawiera tylko jedną część i nie może zostać podzielony." @@ -2514,7 +2511,7 @@ msgstr "" "Wszystkie wybrane obiekty są na zablokowanej płycie,\n" "Nie można zastosować automatycznego układu tych obiektów." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Nie wybrano obiektów do układania." msgid "" @@ -2762,14 +2759,14 @@ msgstr "Prawo autorskie" msgid "License" msgstr "Licencja" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer jest licencjonowany na zasadach " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca jest licencjonowany na zasadach " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, wersja 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer opiera się na projektach PrusaSlicer i BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Biblioteki" @@ -2785,12 +2782,12 @@ msgstr "" msgid "About %s" msgstr "O %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" -"OrcaSlicer opiera się na projektach BambuStudio, PrusaSlicer i SuperSlicer." +"Snapmaker Orca opiera się na projektach BambuStudio, PrusaSlicer i SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio bazuje na PrusaSlicer od PrusaResearch." @@ -3220,7 +3217,7 @@ msgstr "Uruchamianie skryptu post-procesingu" msgid "Successfully executed post-processing script" msgstr "Pomyślnie wykonano skrypt post-processingu" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Nieznany błąd podczas eksportowania G-code." #, boost-format @@ -3700,7 +3697,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Zmienić te ustawienia automatycznie?\n" "Tak - Wyłącz \"zapewnij pionową grubość powłoki\" i włącz \"alternatywną " @@ -3744,6 +3741,14 @@ msgstr "" "TAK - Zachowaj Wieżę czyszczącą\n" "NIE - Zachowaj Niezależną wysokość warstwy podpory" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Podczas drukowania według obiektu extruder może zderzyć się z obrysem " +"skirtu.\n" +"Dlatego zresetuj wysokość skirtu na 1, aby tego uniknąć." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4792,12 +4797,6 @@ msgstr "Klonuj zaznaczone" msgid "Clone copies of selections" msgstr "Tworzy kopie zaznaczeń" -msgid "Duplicate Current Plate" -msgstr "Duplikuj bieżącą płytę" - -msgid "Duplicate the current plate" -msgstr "Duplikuj bieżącą płytę" - msgid "Select all" msgstr "Zaznacz wszystko" @@ -4819,7 +4818,7 @@ msgstr "Użyj widoku ortogonalnego" msgid "Show &G-code Window" msgstr "Pokaż okno &G-code" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Pokaż okno G-code w scenie podglądu" msgid "Show 3D Navigator" @@ -4846,12 +4845,6 @@ msgstr "Pokaż &nawisy" msgid "Show object overhang highlight in 3D scene" msgstr "Pokaż podświetlenie nawisów obiektów w scenie 3D" -msgid "Show Selected Outline (Experimental)" -msgstr "Wyświetl zaznaczony kontur (eksperymentalne)" - -msgid "Show outline around selected object in 3D scene" -msgstr "Pokaż kontur wokół zaznaczonego obiektu w scenie 3D" - msgid "Preferences" msgstr "Preferencje" @@ -4873,18 +4866,6 @@ msgstr "Procedura 2" msgid "Flow rate test - Pass 2" msgstr "Test natężenia przepływu - Procedura 2" -msgid "YOLO (Recommended)" -msgstr "YOLO (Zalecane)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Orca YOLO-kalibracja przepływu, krok 0.01" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (wersja perfekcjonistyczna)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Orca YOLO-kalibracja przepływu, krok 0.005" - msgid "Flow rate" msgstr "Natężenie przepływu" @@ -5067,7 +5048,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Kamera drukarki jest uszkodzona." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Wystąpił problem. Proszę zaktualizować oprogramowanie drukarki i spróbować " "ponownie." @@ -5117,11 +5098,11 @@ msgstr "Pobieranie narzędzi wirtualnej kamery" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Inna wirtualna kamera jest już uruchomiona.\n" -"Orca Slicer obsługuje tylko jedną wirtualną kamerę.\n" +"Snapmaker Orca obsługuje tylko jedną wirtualną kamerę.\n" "Czy chcesz zatrzymać tę wirtualną kamerę?" #, c-format, boost-format @@ -5250,7 +5231,7 @@ msgstr "Czy chcesz usunąć plik '%s' z drukarki?" msgid "Delete file" msgstr "Usuń plik" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Pobieranie informacji o modelach..." msgid "Failed to fetch model information from printer." @@ -5260,11 +5241,11 @@ msgid "Failed to parse model information." msgstr "Nie udało się przeanalizować informacji o modelu." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "Plik .gcode.3mf nie zawiera danych G-code. Proszę poddać go obróbce w " -"programie Orca Slicer i wyeksportować jako nowy plik .gcode.3mf." +"programie Snapmaker Orca i wyeksportować jako nowy plik .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5414,7 +5395,7 @@ msgid "Lamp" msgstr "LED" msgid "Aux" -msgstr "Pomocn." +msgstr "Aux" msgid "Cham" msgstr "Komora" @@ -5523,7 +5504,7 @@ msgstr "Informacje" msgid "Get oss config failed." msgstr "Pobranie konfiguracji OSS nie powiodło się." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Prześlij obrazy" msgid "Number of images successfully uploaded" @@ -5641,24 +5622,24 @@ msgid "Newer 3mf version" msgstr "Nowa wersja 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "Wersja pliku 3MF jest w wersji Beta i jest nowsza niż obecna wersja " -"OrcaSlicer." +"Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Jeśli chciałbyś wypróbować OrcaSlicer Beta, możesz kliknąć tutaj." +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Jeśli chciałbyś wypróbować Snapmaker Orca Beta, możesz kliknąć tutaj." msgid "Download Beta Version" msgstr "Pobierz wersje Beta" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "Wersja pliku 3MF jest nowsza niż obecna w wersji OrcaSlicer." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "Wersja pliku 3MF jest nowsza niż obecna w wersji Snapmaker Orca." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Zaktualizowanie OrcaSlicer może umożliwić korzystanie ze wszystkich funkcji " +"Zaktualizowanie Snapmaker Orca może umożliwić korzystanie ze wszystkich funkcji " "pliku 3MF." msgid "Current Version: " @@ -6014,11 +5995,11 @@ msgstr "Brak kompatybilnych filamentów, synchronizacja nie została wykonana." msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Istnieją nieznane filamenty przypisane do ogólnych profili. Proszę " -"zaktualizować Orca Slicer lub zrestartować go, aby sprawdzić dostępność " +"zaktualizować Snapmaker Orca lub zrestartować go, aby sprawdzić dostępność " "aktualizacji profili systemowych." #, boost-format @@ -6078,9 +6059,9 @@ msgstr "Zwiń pasek boczny" msgid "Loading file: %s" msgstr "Wczytywanie pliku: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"Plik 3MF nie jest obsługiwany przez OrcaSlicer, wczytuj tylko dane geometrii." +"Plik 3MF nie jest obsługiwany przez Snapmaker Orca, wczytuj tylko dane geometrii." msgid "Load 3mf" msgstr "Wczytaj 3MF" @@ -6348,10 +6329,10 @@ msgid "Project downloaded %d%%" msgstr "Projekt pobrany w %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Importowanie do Orca Slicer nie powiodło się. Proszę pobrać plik i " +"Importowanie do Snapmaker Orca nie powiodło się. Proszę pobrać plik i " "zaimportować go ręcznie." msgid "Import SLA archive" @@ -6559,10 +6540,10 @@ msgstr "Wskazówki:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "Funkcja „Napraw model” jest obecnie dostępna tylko w systemie Windows. " -"Proszę naprawić model za pomocą programu Orca Slicer (Windows) lub " +"Proszę naprawić model za pomocą programu Snapmaker Orca (Windows) lub " "oprogramowania CAD." #, c-format, boost-format @@ -6610,8 +6591,8 @@ msgstr "Wybierz Katalog Pobierania" msgid "Associate" msgstr "Powiąż" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "aktualne skojarzenie z OrcaSlicer, aby Orca mogła otwierać modele z" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "aktualne skojarzenie z Snapmaker Orca, aby Orca mogła otwierać modele z" msgid "Current Association: " msgstr "Aktualnie powiązano: " @@ -6669,8 +6650,8 @@ msgstr "Imperialny" msgid "Units" msgstr "Jednostki" -msgid "Allow only one OrcaSlicer instance" -msgstr "Zezwól tylko na jedną instancję programu OrcaSlicer" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Zezwól tylko na jedną instancję programu Snapmaker Orca" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6682,12 +6663,12 @@ msgstr "" "przypadku te ustawienia umożliwią działanie tylko jednej instancji." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Jeśli ta opcja jest włączona, po uruchomieniu OrcaSlicer, gdy inna instancja " -"tego samego OrcaSlicer jest już uruchomiona, ta instancja zostanie ponownie " +"Jeśli ta opcja jest włączona, po uruchomieniu Snapmaker Orca, gdy inna instancja " +"tego samego Snapmaker Orca jest już uruchomiona, ta instancja zostanie ponownie " "aktywowana." msgid "Home" @@ -6749,12 +6730,12 @@ msgstr "Pokaż powiadomienie „Porada dnia” po uruchomieniu" msgid "If enabled, useful hints are displayed at startup." msgstr "Jeśli włączone, przy uruchamianiu wyświetlane są przydatne wskazówki." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" "Objętości płukania: Automatyczne obliczanie za każdym razem, gdy zmieni się " "kolor" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Jeśli włączone, automatyczne obliczanie za każdym razem, gdy zmieni się kolor" @@ -6790,12 +6771,6 @@ msgstr "" "Dzięki tej opcji możesz wysyłać zadania do wielu urządzeń jednocześnie i " "zarządzać nimi." -msgid "Auto arrange plate after cloning" -msgstr "Automatyczne rozmieszczanie na platformie po sklonowaniu" - -msgid "Auto arrange plate after object cloning" -msgstr "Automatyczne rozmieszczenie obiektów na platformie po ich sklonowaniu" - msgid "Network" msgstr "Sieć" @@ -6815,38 +6790,38 @@ msgstr "Synchronizacja systemu" msgid "Clear my choice on the unsaved presets." msgstr "Wyczyść moje wybory w niezapisanych profilach." -msgid "Associate files to OrcaSlicer" -msgstr "Skojarz pliki z OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Skojarz pliki z Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Skojarz pliki .3mf z OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Skojarz pliki .3mf z Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Jeśli włączone, ustawia OrcaSlicer jako domyślną aplikację do otwierania " +"Jeśli włączone, ustawia Snapmaker Orca jako domyślną aplikację do otwierania " "plików .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Skojarz pliki .stl z OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Skojarz pliki .stl z Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Jeśli włączone, ustawia OrcaSlicer jako domyślną aplikację do otwierania " +"Jeśli włączone, ustawia Snapmaker Orca jako domyślną aplikację do otwierania " "plików .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Skojarz pliki .step/.stp z OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Skojarz pliki .step/.stp z Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Jeśli włączone, ustawia OrcaSlicer jako domyślną aplikację do otwierania " +"Jeśli włączone, ustawia Snapmaker Orca jako domyślną aplikację do otwierania " "plików .step" -msgid "Associate web links to OrcaSlicer" -msgstr "Powiąż linki z OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Powiąż linki z Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Powiąż URL z OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Powiąż URL z Snapmaker Orca" msgid "Maximum recent projects" msgstr "Maksymalna liczba ostatnich projektów" @@ -6872,7 +6847,7 @@ msgstr "" msgid "every" msgstr "każdy" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Okres kopii zapasowej w sekundach." msgid "Downloads" @@ -7085,7 +7060,7 @@ msgstr "Przesyłanie 3mf" msgid "Jump to model publish web page" msgstr "Przejdź do strony publikacji modelu" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Uwaga: Przygotowanie może zająć kilka minut. Proszę o cierpliwość." msgid "Publish" @@ -7432,8 +7407,8 @@ msgstr "" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Przed wysłaniem na kartę SD drukarki, należy włożyć kartę SD." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Drukarka musi znajdować się w tej samej sieci LAN co Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Drukarka musi znajdować się w tej samej sieci LAN co Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "Drukarka nie obsługuje wysyłania na kartę SD." @@ -7510,8 +7485,8 @@ msgstr "Warunki i zasady" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7598,7 +7573,7 @@ msgstr "" "Kliknij, aby zresetować wszystkie ustawienia do ostatnio zapisanego profilu." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Wieża czyszcząca jest wymagana dla płynnego timelapse'u. Możliwe są wady na " @@ -7772,7 +7747,7 @@ msgid "Bridge" msgstr "Mosty" msgid "Set speed for external and internal bridges" -msgstr "Ustaw szybkość dla zewnętrznych i wewnętrznych mostów" +msgstr "Ustaw szybkość dla zewnętrznych i wewnętrznych mostków" msgid "Travel speed" msgstr "Szybkość przemieszczania" @@ -7784,7 +7759,7 @@ msgid "Jerk(XY)" msgstr "Jerk (XY)" msgid "Raft" -msgstr "Tratwa (Raft)" +msgstr "Raft" msgid "Support filament" msgstr "Filament podpory" @@ -7792,21 +7767,12 @@ msgstr "Filament podpory" msgid "Tree supports" msgstr "Drzewo" -msgid "Multimaterial" -msgstr "Multimateriał" +msgid "Skirt" +msgstr "Skirt" msgid "Prime tower" msgstr "Wieża czyszcząca" -msgid "Filament for Features" -msgstr "Filament dla elementu druku" - -msgid "Ooze prevention" -msgstr "Zapobieganie wyciekom (Ooze)" - -msgid "Skirt" -msgstr "Skirt" - msgid "Special mode" msgstr "Tryby specjalne" @@ -7863,9 +7829,6 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" "Zalecany zakres temperatury dyszy dla tego filamentu. 0 oznacza brak ustawień" -msgid "Flow ratio and Pressure Advance" -msgstr "Współczynnik przepływu i Wzrost ciśnienia (PA)" - msgid "Print chamber temperature" msgstr "Temperatura komory druku" @@ -7985,6 +7948,9 @@ msgstr "Początkowy G-code filamentu" msgid "Filament end G-code" msgstr "Końcowy G-code filamentu" +msgid "Multimaterial" +msgstr "Multimateriał" + msgid "Wipe tower parameters" msgstr "Parametry wieży czyszczącej" @@ -8071,39 +8037,15 @@ msgstr "Ograniczenie przyspieszenia" msgid "Jerk limitation" msgstr "Ograniczenie Jerk" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Konfiguracja pojedynczego extrudera wielomateriałowego" -msgid "Number of extruders of the printer." -msgstr "Liczba ekstruderów drukarki." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Wybrano tryb \"Pojedynczy ekstruder wielomateriałowy\". \n" -"Wszystkie ekstrudery muszą mieć tę samą średnicę dyszy. \n" -"Czy chcesz, aby średnica wszystkich dysz była taka sama jak średnica dyszy " -"pierwszego ekstrudera?" - -msgid "Nozzle diameter" -msgstr "Średnica dyszy" - msgid "Wipe tower" msgstr "Wieża czyszcząca" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parametry pojedynczego extrudera wielomateriałowego" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"To jest drukarka wielomateriałowa z jednym ekstruderem. Średnice wszystkich " -"ekstruderów zostaną ustawione na nową wartość. Czy chcesz kontynuować?" - msgid "Layer height limits" msgstr "Ograniczenia wysokości warstwy" @@ -8518,11 +8460,11 @@ msgid "Flushing volumes for filament change" msgstr "Objętości płukania przy zmianie filamentu" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca będzie przeliczał objętość płukania za każdym razem, gdy zmieni się " -"kolor filamentu. Możesz wyłączyć auto-przeliczanie w Orca Slicer > " +"kolor filamentu. Możesz wyłączyć auto-przeliczanie w Snapmaker Orca > " "Preferencje" msgid "Flushing volume (mm³) for each filament pair." @@ -8570,10 +8512,10 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Brakujący komponent BambuSource zarejestrowany do odtwarzania mediów! Proszę " -"ponownie zainstalować OrcaSlicer lub skonsultować się z pomocą po-" +"ponownie zainstalować Snapmaker Orca lub skonsultować się z pomocą po-" "sprzedażową." msgid "" @@ -8586,11 +8528,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "Twój system nie posiada kodeków H.264 dla GStreamer, które są wymagane do " "odtwarzania wideo. (Spróbuj zainstalować pakiety gstreamer1.0-plugins-bad " -"lub gstreamer1.0-libav, a następnie zrestartuj Orca Slicer?)" +"lub gstreamer1.0-libav, a następnie zrestartuj Snapmaker Orca?)" msgid "Bambu Network plug-in not detected." msgstr "Nie wykryto wtyczki Bambu Network." @@ -8880,17 +8822,17 @@ msgid "Network plug-in update" msgstr "Aktualizacja wtyczki sieciowej" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Kliknij OK, aby zaktualizować wtyczkę sieciową przy następnym uruchomieniu " -"Orca Slicer." +"Snapmaker Orca." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Dostępna jest nowa wtyczka sieciowa (%s). Czy chcesz ją zainstalować?" -msgid "New version of Orca Slicer" -msgstr "Nowa wersja Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nowa wersja Snapmaker Orca" msgid "Skip this Version" msgstr "Pomiń tę wersję" @@ -8941,9 +8883,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Nieudane połączenie LAN (wysyłanie pliku do druku)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Krok 1, proszę potwierdzić, że Orca Slicer i drukarka są w tej samej sieci " +"Krok 1, proszę potwierdzić, że Snapmaker Orca i drukarka są w tej samej sieci " "LAN." msgid "" @@ -9129,13 +9071,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Żaden obiekt nie może być wydrukowany. Może jest za mały" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Twój wydruk znajduje się bardzo blisko obszaru czyszczenia dyszy. Upewnij " -"się, że nie dojdzie do kolizji." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9358,14 +9293,6 @@ msgid "" msgstr "" "Tryb \"Wazy\" nie działa, gdy obiekt zawiera więcej niż jeden filament." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"Chociaż obiekt %1% mieści się w objętości roboczej, przekracza maksymalną " -"jej wysokość z powodu kompensacji skurczu materiału." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "Obiekt %1% przekracza maksymalną wysokość objętości budowy." @@ -9390,13 +9317,11 @@ msgstr "" "Zmienna wysokość warstwy nie jest dostępna w przypadku podpór organicznych." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" -"Różne średnice dysz i filamentu mogą nie działać poprawnie, gdy włączona " -"jest wieża czyszcząca. Jest to mocno eksperymentalna funkcja, więc zaleca " -"się ostrożność." +"Różne średnice dysz i różne średnice filamentów nie są dozwolone, gdy " +"włączona jest wieża czyszcząca." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9406,11 +9331,10 @@ msgstr "" "extrudera (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" -"Zapobieganie wyciekom ( ooze ) nie jest obecnie wspierane, gdy włączona jest " -"wieża czyszcząca." +"Zapobieganie wyciekom nie jest obecnie wspierane, gdy włączona jest wieża " +"czyszcząca." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9579,13 +9503,6 @@ msgstr "" "Możesz dostosować wartość machine_max_acceleration_extruding w konfiguracji " "swojej drukarki, aby uzyskać wyższe prędkości." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"Kompensacja skurczu filamentu nie będzie zastosowana, ponieważ skurcz " -"używanych filamentów jest zbyt zróżnicowany." - msgid "Generating skirt & brim" msgstr "Generowanie Skirtu i Brimu" @@ -9683,20 +9600,20 @@ msgid "Hostname, IP or URL" msgstr "Nazwa hosta, IP lub URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer może przesyłać pliki G-code na hosta drukarki. To pole powinno " +"Snapmaker Orca może przesyłać pliki G-code na hosta drukarki. To pole powinno " "zawierać nazwę hosta, adres IP lub URL hosta drukarki. Host drukowania za " "HAProxy z włączoną autoryzacją podstawową można uzyskać, wpisując nazwę " "użytkownika i hasło w URL w następującym formacie: https://username:" "password@your-octopi-address/" msgid "Device UI" -msgstr "UI urządzenia" +msgstr "Interfejs użytkownika urządzenia" msgid "" "Specify the URL of your device user interface if it's not same as print_host" @@ -9705,13 +9622,13 @@ msgstr "" "jak print_host" msgid "API Key / Password" -msgstr "Klucz API / hasło" +msgstr "Klucz API / Hasło" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer może przesyłać pliki G-code na hosta drukarki. To pole powinno " +"Snapmaker Orca może przesyłać pliki G-code na hosta drukarki. To pole powinno " "zawierać klucz API lub hasło wymagane do uwierzytelnienia." msgid "Name of the printer" @@ -9751,7 +9668,7 @@ msgid "Names of presets related to the physical printer" msgstr "Nazwy profili odnoszących się do drukarki fizycznej" msgid "Authorization Type" -msgstr "Rodzaj autoryzacji" +msgstr "Typ autoryzacji" msgid "API key" msgstr "Klucz API" @@ -9920,8 +9837,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Ilość dolnych, pełnych warstw zostaje zwiększona podczas przygotowywania " "modelu do druku (slicingu), jeżeli wyliczona grubość dolnych warstw powłoki " @@ -9934,59 +9851,25 @@ msgid "Apply gap fill" msgstr "Zastosuj wypełnienie szczelin" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" +"only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Umożliwia wypełnienie szpar/szczelin dla wybranych powierzchni. Minimalną " +"długość szczeliny, która zostanie wypełniona, można kontrolować poprzez " +"opcję 'filtruj wąskie szczeliny' znajdującej się poniżej.\n" "\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Włącza wypełnienie szczelin dla zaznaczonych powierzchni stałych. Minimalna " -"długość szczeliny, która zostanie wypełniona, może być kontrolowana z opcji " -"filtruj małe szczeliny znajdującej się poniżej.\n" "Opcje:\n" -"1. Wszędzie: Zastosowuje wypełnienie szczelin do górnych, dolnych i " -"wewnętrznych pełnych powierzchni dla maksymalnej wytrzymałości.\n" -"2. Powierzchnie górne i dolne: Zastosowuje wypełnienie szczelin tylko do " -"powierzchni górnej i dolnej, równoważąc szybkość druku, zmniejszając " -"potencjalne nadmierne wytłaczanie dla wypełnienia pełnego i zapewniając, że " -"górne i dolne powierzchnie nie mają dziur.\n" -"3. Nigdzie: Wyłącza wypełnienie szczelin dla wszystkich obszarów pełnego " -"wypełnienia.\n" -"Zauważ, że jeśli używasz klasycznego generatora obrysów, wypełnienie " -"szczelin może być również generowane między obrysami, jeśli linia o pełnej " -"szerokości nie może się między nimi zmieścić. To wypełnienie szczelin między " -"obrysami nie jest kontrolowane przez tę opcję.\n" -"\n" -"Jeśli chcesz usunąć wszystkie wypełnienia szczelin, w tym generowane przez " -"klasyczny obrys, ustaw wartość filtra dla małych szczelin na dużą liczbę, na " -"przykład 999999.\n" -"\n" -"Jednak nie jest to zalecane, ponieważ wypełnienie szczelin między obrysami " -"przyczynia się do wytrzymałości modelu. Dla modeli, w których generowane " -"jest nadmierne wypełnienie szczelin między obrysami, lepszą opcją byłoby " -"przełączenie się na generator ścian arachne i użycie tej opcji do " -"kontrolowania, czy kosmetyczne wypełnienie szczelin na górnej i dolnej " -"powierzchni ma być generowane." +"1. Wszędzie: Stosuje wypełnienie na górnych, dolnych i wewnętrznych " +"powierzchniach stałych\n" +"2. Powierzchnie górne i dolne: Stosuje wypełnienie tylko na górnych i " +"dolnych powierzchniach\n" +"3. Nigdzie: Wyłącza wypełnienie\n" msgid "Everywhere" msgstr "Wszędzie" @@ -10026,7 +9909,7 @@ msgstr "Próg chłodzenia dla nawisów" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10061,17 +9944,10 @@ msgstr "Współczynnik przepływu przy mostach" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" -"Zmniejsz tę wartość (na przykład do 0.9), aby zredukować ilość materiału " -"używanego do wydruku mostu i poprawić jego stabilność.\n" -"\n" -"Rzeczywisty przepływ materiału dla mostu oblicza się, mnożąc tę wartość " -"przez stosunek przepływu filamentu oraz (jeśli ustawiono) przez stosunek " -"przepływu obiektu." +"Zmniejsz tę wartość minimalnie (na przykład do 0.9), aby zmniejszyć ilość " +"filamentu dla mostu, co zmniejszy jego wygięcie" msgid "Internal bridge flow ratio" msgstr "Współczynnik przepływu dla wewnętrznych mostów" @@ -10079,52 +9955,29 @@ msgstr "Współczynnik przepływu dla wewnętrznych mostów" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" -"Ta wartość reguluje grubość wewnętrznej warstwy mostu. Jest to pierwsza " -"warstwa nad rzadkim wypełnieniem. Nieznacznie zmniejsz tę wartość (na " -"przykład 0.9), aby poprawić jakość powierzchni nad rzadkim wypełnieniem.\n" -"\n" -"Rzeczywisty przepływ wewnętrz mostu oblicza się, mnożąc tę wartość przez " -"współczynnik przepływu mostu, współczynnik przepływu filamentu oraz (jeśli " -"jest ustawiony) współczynnik przepływu obiektu." +"Ta wartość określa grubość wewnętrznej warstwy mostu. Jest to pierwsza " +"warstwa nad rzadkim wypełnieniem. Aby poprawić jakość powierzchni nad tym " +"wypełnieniem, możesz zmniejszyć trochę tą wartość (na przykład do 0.9)" msgid "Top surface flow ratio" msgstr "Współczynnik przepływu górnej powierzchni" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" -"Ten współczynnik wpływa na ilość materiału dla górnego pełnego wypełnienia. " -"Możesz go nieznacznie zmniejszyć, aby uzyskać gładkie wykończenie " -"powierzchni.\n" -"\n" -"Rzeczywisty przepływ górnej powierzchni oblicza się, mnożąc tę wartość przez " -"współczynnik przepływu filamentu oraz (jeśli jest ustawiony) przez " -"współczynnik przepływu obiektu." +"Czynnik ten wpływa na ilość filamentu na górne pełne wypełnienie. Możesz go " +"nieco zmniejszyć, aby uzyskać gładkie wykończenie powierzchni" msgid "Bottom surface flow ratio" msgstr "Współczynnik przepływu dolnej powierzchni" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" -"Ten współczynnik wpływa na ilość materiału dla dolnego pełnego wypełnienia.\n" -"\n" -"Rzeczywisty przepływ dolnego wypełnienia stałego oblicza się, mnożąc tę " -"wartość przez współczynnik przepływu filamentu oraz (jeśli jest ustawiony) " -"przez współczynnik przepływu obiektu." +"Ten współczynnik wpływa na ilość materiału w dolnej warstwie pełnego " +"wypełnienia" msgid "Precise wall" msgstr "Ściany o wysokiej precyzji" @@ -10194,26 +10047,26 @@ msgstr "" "Tworzy dodatkowe ścieżeki nad stromymi nawisami i w obszarach, gdzie nie " "można zakotwiczyć mostów. " -msgid "Reverse on even" -msgstr "Odwróć na parzystych" +msgid "Reverse on odd" +msgstr "Przeciwny kierunek na nieparzystych warstwach" msgid "Overhang reversal" msgstr "Przeciwny kierunek przy nawisach" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"Wydrukuj obwody, które mają swoją część nad nawisem, w przeciwnym kierunku " -"na warstwach parzystych. Taki naprzemienny wzór może znacznie poprawić " -"jakość wydruków z dużymi nawisami.\n" +"Ekstruzja obrysów mających część z nawisem. Będą one drukowane, w przeciwnym " +"kierunku na nieparzystych warstwach. Ten naprzemienny wzór może znacznie " +"poprawić strome nawisy.\n" "\n" -"Ten parametr może także pomóc w zmniejszeniu odkształceń elementu, ponieważ " -"redukuje napięcia w ściankach wydruku." +"Ustawienie to może również pomóc zmniejszyć deformację części dzięki " +"zmniejszeniu naprężeń w ścianach części." msgid "Reverse only internal perimeters" msgstr "Przeciwny kierunek tylko dla wewnętrznych obrysów" @@ -10228,24 +10081,24 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" -"Zastosuj logikę odwracania obwodów tylko do obwodów wewnętrznych.\n" +"Zastosuj logikę przeciwnych obrysów tylko na wewnętrznych obrysach. \n" "\n" -"Ten parametr znacznie redukuje napięcia działające na elementy, ponieważ są " -"one teraz rozłożone w różnych kierunkach. Powinno to zmniejszyć " -"odkształcenia elementów, zachowując jednocześnie jakość zewnętrznych ścian. " -"Funkcja ta może być szczególnie przydatna dla materiałów podatnych na " -"odkształcenia, takich jak ABS/ASA, a także dla elastycznych filamentów, " -"takich jak TPU i Silk PLA. Może również pomóc w redukcji odkształceń w " -"podpartych obszarach.\n" +"To ustawienie znacznie zmniejsza naprężenia części, ponieważ są one teraz " +"rozdzielone w przemiennych kierunkach. Powinno to zmniejszyć deformację " +"części, jednocześnie zachowując jakość zewnętrznych ścian. Funkcja ta może " +"być bardzo przydatna dla filamentów podatnych na deformację, takich jak ABS/" +"ASA, a także dla elastycznych filamentów, takich jak TPU i Silk PLA. Może to " +"również pomóc zmniejszyć deformację w unoszących się regionach nad " +"podporami.\n" "\n" -"Aby ten parametr był jak najskuteczniejszy, zaleca się ustawienie progu " -"odwrócenia na 0, aby wszystkie wewnętrzne ściany były drukowane w " -"naprzemiennych kierunkach na warstwach parzystych, niezależnie od ich " -"stopnia nawisu." +"Aby to ustawienie było najbardziej skuteczne, zaleca się ustawienie Progu " +"Odwrócenia na 0, aby wszystkie wewnętrzne ściany drukowały się w " +"przemiennych kierunkach na nieparzystych warstwach, niezależnie od stopnia " +"nawisu." msgid "Bridge counterbore holes" msgstr "Mostek dla fazowanych otworów" @@ -10280,10 +10133,12 @@ msgstr "Próg odwrócenia przy nawisach" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Ilość mm, jaką musi mieć nawis, aby odwrócenie było uznane za użyteczne. " +"Może być to % szerokości obryski.\n" +"Wartość 0 umożliwia odwrócenie na każdej nieparzystej warstwie, niezależnie " +"od wszystkiego." msgid "Classic mode" msgstr "Tryb klasyczny" @@ -10300,43 +10155,12 @@ msgstr "Włącz tę opcję, aby zwolnić drukowanie dla różnych stopni nawisu" msgid "Slow down for curled perimeters" msgstr "Zwalnienie na łukach" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"Włącz tę opcję, aby spowolnić drukowanie w obszarach, gdzie obwody mogą się " -"unosić do góry. Na przykład dodatkowe spowolnienie będzie stosowane podczas " -"drukowania nawisów na ostrych krawędziach, takich jak przód Benchy, co " -"zmniejszy podwijanie (Curling), które kumuluje się w kolejnych warstwach.\n" -"\n" -"Ogólnie zaleca się, aby ta opcja była włączona, chyba że chłodzenie Twojej " -"drukarki jest wystarczająco mocne lub prędkość druku jest wystarczająco " -"wolna, aby to zjawisko nie występowało. Jeśli drukujesz zewnętrzny obwód z " -"wysoką prędkością, ten parametr może wprowadzać niewielkie artefakty podczas " -"spowolnień z powodu dużej zmienności prędkości druku. Jeśli zauważysz " -"artefakty, upewnij się, że Twoje dostosowanie ciśnienia (PA) jest prawidłowo " -"skalibrowane.\n" -"\n" -"Uwaga: Gdy ta opcja jest włączona, obwody nawisów traktowane są jak nawis, " -"co oznacza, że prędkość dla nawisów jest stosowana nawet jeśli unoszący się " -"obwód jest częścią mostu. Na przykład, gdy obwody są w 100% nawisające, bez " -"żadnej podpory pod nimi, zastosowana zostanie prędkość dla nawisu 100%." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"Włącz tę opcję, aby zwolnić drukowanie w obszarach, gdzie istnieje " +"potencjalne zagrożenie odkształceniem obwodów" msgid "mm/s or %" msgstr "mm/s lub %" @@ -10344,14 +10168,8 @@ msgstr "mm/s lub %" msgid "External" msgstr "Zewn." -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Prędkość mostu i całkowicie nawisającej ściany" msgid "mm/s" msgstr "mm/s" @@ -10360,11 +10178,11 @@ msgid "Internal" msgstr "Wewn." msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" -"Prędkość wewnętrznych mostów. Jeśli wartość jest wyrażona w procentach, " -"będzie obliczana na podstawie prędkości mostu. Wartość domyślna wynosi 150%." +"Prędkość wewnętrznego mostu. Jeśli wartość jest wyrażona w procentach, " +"będzie obliczana na podstawie prędkości mostu. Domyślna wartość to 150%." msgid "Brim width" msgstr "Szerokość Brimu" @@ -10377,7 +10195,7 @@ msgstr "Typ Brimu" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "To kontroluje generowanie Brimu na zewnętrznej i/lub wewnętrznej stronie " "modeli. Auto oznacza, że szerokość Brimu jest analizowana i obliczana " @@ -10416,8 +10234,8 @@ msgid "Brim ear detection radius" msgstr "Promień wykrywania uszu Brimu" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Kształt zostanie zredukowany przed wykryciem ostrych kątów. Ten parametr " @@ -10563,8 +10381,8 @@ msgstr "" "Jeśli włączone, będą używane grube wewnętrzne mosty. Zazwyczaj zaleca się " "użycie tej funkcji. Jednak rozważ jej wyłączenie, jeśli używasz dużych dysz." -msgid "Filter out small internal bridges (beta)" -msgstr "Filtruj małe mosty wewnętrzne (beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Nie filtruj małych wewnętrznych mostów (beta)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10579,51 +10397,52 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -"Ta opcja może pomóc w redukcji efektu 'pillowingu' na górnych powierzchniach " -"w mocno nachylonych lub zakrzywionych modelach.\n" +"To opcja może pomóc w redukcji efektu \"pillowing\" na górnych " +"powierzchniach w mocno pochylonych lub zakrzywionych modelach.\n" "\n" -"Domyślnie, małe wewnętrzne mosty są filtrowane, a wewnętrzne pełne " -"wypełnienie jest drukowane bezpośrednio na rzadkim wypełnieniu. To " -"rozwiązanie sprawdza się w większości przypadków, przyspieszając drukowanie " -"bez zbytniego kompromisu w jakości górnej powierzchni.\n" +"Domyślnie, małe wewnętrzne mosty są odfiltrowywane, a wewnętrzna struktura " +"jest drukowana bezpośrednio na rzadkiej strukturze wypełnienia. To działa " +"dobrze w większości przypadków, przyspieszając drukowanie bez zbyt dużego " +"kompromisu w jakości górnej powierzchni. \n" "\n" -"Jednak w mocno nachylonych lub zakrzywionych modelach, szczególnie przy zbyt " -"niskiej gęstości rzadkiego wypełnienia, może to prowadzić do odkształcania " -"się niepodpartej części wypełnienia, powodując 'pillowing'.\n" +"Jednakże w mocno pochylonych lub zakrzywionych modelach, zwłaszcza przy " +"niskiej gęstości struktury wypełnienia, może to prowadzić do wywijania się " +"niewspieranej struktury wypełnienia, co powoduje efekt \"pillowing\".\n" "\n" -"Wyłączenie tej opcji spowoduje wydrukowanie warstwy mostu wewnętrznego nad " -"niepodpartym wewnętrznym pełnym wypełnieniem. Opcje poniżej kontrolują " -"stopień filtrowania, czyli ilość stworzonych wewnętrznych mostów.\n" +"Włączenie tej opcji spowoduje drukowanie wewnętrznej warstwy mostka nad " +"nieco niewspieraną wewnętrzną strukturą wypełnienia. Poniższe opcje " +"kontrolują stopień filtrowania, czyli ilość tworzonych wewnętrznych " +"mostków.\n" "\n" -"Filtruj – włącz tę opcję. Jest to domyślne zachowanie, które dobrze sprawdza " -"się w większości przypadków.\n" +"Wyłączone - Wyłącza tę opcję. Jest to zachowanie domyślne i działa dobrze w " +"większości przypadków.\n" "\n" -"Ograniczone filtrowanie - tworzy wewnętrzne mosty na mocno pochylonych " -"powierzchniach, jednocześnie unikając tworzenia niepotrzebnych wewnętrznych " -"mostów. Działa to dobrze w przypadku większości trudnych modeli.\n" +"Ograniczone filtrowanie - Tworzy wewnętrzne mosty na mocno pochylonych " +"powierzchniach, unikając tworzenia niepotrzebnych wewnętrznych mostków. To " +"działa dobrze dla większości trudnych modeli.\n" "\n" -"Brak filtrowania – tworzy wewnętrzne mosty na każdym potencjalnym " -"wewnętrznym nawisie. Ta opcja jest przydatna dla modeli z mocno nachyloną " -"górną powierzchnią. Jednak w większości przypadków niepotrzebnie tworzy ich " -"zbyt wiele." +"Brak filtrowania - Tworzy wewnętrzne mosty na każdym potencjalnym " +"wewnętrznym występie. Ta opcja jest przydatna dla mocno pochylonych modeli " +"górnych powierzchni. Jednakże w większości przypadków tworzy zbyt wiele " +"niepotrzebnych mostów." -msgid "Filter" -msgstr "Filtr" +msgid "Disabled" +msgstr "Wyłączony" msgid "Limited filtering" msgstr "Ograniczona filtracja" @@ -10788,7 +10607,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10798,8 +10617,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10849,7 +10668,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10871,19 +10690,23 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" -"Kierunek, w którym wytłaczane są pętle ścian, patrząc z góry.\n" +"Kierunek, w którym są drukowane obwody ściany, patrząc z góry.\n" +"\n" +"Domyślnie wszystkie ściany są drukowane w kierunku przeciwnym do ruchu " +"wskazówek zegara, chyba że włączona jest opcja Odwróć dla nieparzystych " +"warstw.Ustawienie tego na dowolną inną opcję niż Auto spowoduje, że kierunek " +"ściany będzie ustalony niezależnie od ustawienia Odwróć dla nieparzystych.\n" "\n" -"Domyślnie wszystkie ściany są wytłaczane w kierunku przeciwnym do ruchu " -"wskazówek zegara, chyba że opcja Odwróć na parzystych jest włączona. " -"Ustawienie tej opcji na coś innego niż Auto wymusi kierunek ściany, " -"niezależnie od ustawienia Odwróć na parzystych.\n" +"Ta opcja będzie wyłączona, jeśli aktywowany jest tryb Wazy.\n" "\n" -"Ta opcja będzie wyłączona, jeśli tryb Wazy jest włączony." +"Opcie:\n" +"Przeciwnie (przeciwnie do ruchu wskazówek zegara)\n" +"Zgodnie (zgodnie z ruchem wskazówek zegara)" msgid "Counter clockwise" msgstr "Przeciwnie" @@ -10931,7 +10754,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10941,7 +10764,7 @@ msgstr "" "względu na przesunięcie XY sondy większość drukarek nie jest w stanie " "zeskanować całego stołu. Aby upewnić się, że punkt skanowania nie wychodzi " "poza obszar stołu, minimalne i maksymalne punkty siatki stołu powinny być " -"odpowiednio ustawione. OrcaSlicer sprawdza, czy wartości " +"odpowiednio ustawione. Snapmaker Orca sprawdza, czy wartości " "adaptive_bed_mesh_min/adaptive_bed_mesh_max nie przekraczają tych punktów " "min./maks. Te informacje zazwyczaj można uzyskać od producenta drukarki. " "Domyślne ustawienie to (-99999, -99999), co oznacza brak ograniczeń, " @@ -10954,7 +10777,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10964,7 +10787,7 @@ msgstr "" "względu na przesunięcie XY sondy większość drukarek nie jest w stanie " "zeskanować całego stołu. Aby upewnić się, że punkt skanowania nie wychodzi " "poza obszar stołu, minimalne i maksymalne punkty siatki stołu powinny być " -"odpowiednio ustawione. OrcaSlicer sprawdza, czy wartości " +"odpowiednio ustawione. Snapmaker Orca sprawdza, czy wartości " "adaptive_bed_mesh_min/adaptive_bed_mesh_max nie przekraczają tych punktów " "min./maks. Te informacje zazwyczaj można uzyskać od producenta drukarki. " "Domyślne ustawienie to (-99999, -99999), co oznacza brak ograniczeń, " @@ -11016,30 +10839,11 @@ msgstr "" "między 0,95 a 1,05. Być może możesz dostroić tę wartość, aby uzyskać gładką " "powierzchnię, gdy występuje lekkie przelewanie lub niedomiar" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"Materiał może mieć zmiany objętości po przejściu między stanem ciekłym a " -"stanem krystalicznym. Ta opcja zmienia proporcjonalnie cały przepływ " -"wytłaczania filamentu w gcode. Zalecany zakres wartości to od 0,95 do 1,05. " -"Może warto dostosować tę wartość, aby uzyskać ładną, gładką powierzchnię, " -"gdy występuje niewielkie przepełnienie lub niedobór.\n" -"\n" -"Ostateczny współczynnik przepływu dla obiektu to ta wartość pomnożona przez " -"współczynnik przepływu filamentu." - msgid "Enable pressure advance" msgstr "Włącz wzrost ciśnienia (PA)" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Włącz wzrost ciśnienia (PA), wynik automatycznej kalibracji zostanie " @@ -11047,139 +10851,8 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -"Pressure advance (Klipper), znane również jako Linear advance (Marlin)." - -msgid "Enable adaptive pressure advance (beta)" -msgstr "Włącz adaptacyjny wzrost ciśnienia (beta)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Wraz ze wzrostem prędkości druku zaobserwowano, że efektywna wartość PA " -"zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w 100% " -"optymalna dla wszystkich elementów i zwykle stosowana jest wartość " -"kompromisowa, która nie powoduje zbyt dużego \"wypuklenia\" na elementach " -"drukowanych wolniej, a jednocześnie nie powoduje przerw na elementach " -"drukowanych szybciej.\n" -"\n" -"Ta funkcja ma na celu rozwiązanie tego ograniczenia poprzez modelowanie " -"reakcji ekstrudera w zależności od prędkości drukowania. Wewnętrznie " -"generuje dopasowany model, który może przewidzieć jakie będzie wymagane " -"ciśnienie dla dowolnej prędkości drukowania, który jest następnie " -"przekazywany do drukarki w zależności od bieżącej prędkości druku.\n" -"\n" -"Po włączeniu powyższa wartość PA jest nadpisywana. Zdecydowanie zaleca się " -"jednak przyjęcie rozsądnej wartości domyślnej, która będzie działać jako " -"rozwiązanie awaryjne w przypadku nieprawidłowych obliczeń dla modelu.\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Adaptacyjny pomiar ciśnienia (beta)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"0.033.96.1000\n" -"0.029.7.91.300\n" -"0.026.7.91.1000\n" -"\n" -"Jak kalibrować:\n" -"1. Przeprowadzić test wyprzedzenia ciśnienia dla co najmniej 3 prędkości na " -"wartość przyspieszenia. Zaleca się przeprowadzenie testu co najmniej dla " -"prędkości obwodów zewnętrznych, prędkości obwodów wewnętrznych i najszybszej " -"prędkości drukowania elementów w profilu (zwykle jest to rzadkie lub pełne " -"wypełnienie). Następnie uruchom je z tymi samymi prędkościami, aby uzyskać " -"najwolniejsze i najszybsze przyspieszenia druku i nie szybciej niż zalecane " -"maksymalne przyspieszenie określone przez moduł kształtujący wejściowy " -"klipper.\n" -"2. Zwróć uwagę na optymalną wartość PA dla każdej wolumetrycznej prędkości " -"przepływu i przyspieszenia. Możesz znaleźć numer przepływu, wybierając " -"przepływ z rozwijanego schematu kolorów i przesuwając poziomy suwak nad " -"liniami wzoru PA. Numer powinien być widoczny na dole strony. Idealna " -"wartość PA powinna maleć, im większy jest przepływ objętościowy. Jeśli tak " -"nie jest, potwierdź, że ekstruder działa poprawnie. Im wolniej i z mniejszym " -"przyspieszeniu drukujesz, tym jest większy zakres dopuszczalnych wartości " -"PA. Jeśli różnica nie jest widoczna, należy użyć wartości PA z szybszego " -"testu.\n" -"3. Wprowadź trójki wartości PA, przepływu i przyspieszenia w polu tekstowym " -"tutaj i zapisz swój profil filamentu.\n" -"\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Włącz adaptacyjny wzrost ciśnienia dla nawisów (beta)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Włącz adaptacyjne PA zarówno dla nawisów, jak i gdy zmienia się przepływ w " -"obrębie tego samego elementu. Jest to opcja eksperymentalna, ponieważ jeśli " -"profil PA nie jest ustawiony dokładnie, spowoduje to problemy z " -"jednorodnością na zewnętrznych powierzchniach przed i po nawisach.\n" - -msgid "Pressure advance for bridges" -msgstr "Wzrost ciśnienia (PA) dla mostów" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Wartość wzrostu ciśnienia dla mostów. Ustaw na 0, aby wyłączyć. \n" -"\n" -"Niższa wartość PA podczas drukowania mostów pomaga zredukować widoczność " -"lekkiego niedoboru materiału, który może wystąpić bezpośrednio po ich " -"wydruku. Jest to spowodowane spadkiem ciśnienia w dyszy podczas drukowania w " -"powietrzu, a niższy PA pomaga temu przeciwdziałać." +"Pressure advance (Klipper), znane również jako współczynnik przyspieszenia " +"liniowego (Marlin)." msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " @@ -11192,8 +10865,8 @@ msgid "Keep fan always on" msgstr "Wentylator zawsze włączony" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Jeśli włączysz to ustawienie, wentylator chłodzący części nigdy nie zostanie " "zatrzymany i będzie pracował przynajmniej z minimalną prędkością, aby " @@ -11209,8 +10882,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11275,40 +10948,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Czas ładowania filamentu" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Czas na załadowanie nowego filamentu przy jego zmianie. Zwykle dotyczy to " -"maszyn wielomateriałowych z jednym ekstruderem. Dla maszyn z wymiennym " -"narzędziem lub maszyn wielonarzędziowych zazwyczaj wynosi 0. Tylko do " -"statystyk." +"Czas ładowania nowego filamentu podczas zmiany filamentu. Tylko do celów " +"statystycznych" msgid "Filament unload time" msgstr "Czas rozładowania filamentu" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"Czas na rozładowanie starego filamentu przy jego zmianie. Zwykle dotyczy to " -"maszyn wielomateriałowych z jednym ekstruderem. Dla maszyn z wymiennym " -"narzędziem lub maszyn wielonarzędziowych zazwyczaj wynosi 0. Tylko do " -"statystyk." - -msgid "Tool change time" -msgstr "Czas zmiany narzędzia" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Czas potrzebny na zmianę narzędzia. Zwykle dotyczy to maszyn z wymiennym " -"narzędziem lub maszyn wielonarzędziowych. Dla maszyn wielomateriałowych z " -"jednym ekstruderem zazwyczaj wynosi 0. Tylko do statystyk." +"Czas rozładunku poprzedniego filamentu podczas zmiany filamentu. Tylko do " +"celów statystycznych" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11321,7 +10972,7 @@ msgid "Pellet flow coefficient" msgstr "Współczynnik przepływu granulatu" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11337,8 +10988,8 @@ msgstr "" "\n" "średnica_filamentu = sqrt( (4 * współczynnik_przepływu_granulatu) / PI )" -msgid "Shrinkage (XY)" -msgstr "Skurcz (XY)" +msgid "Shrinkage" +msgstr "Skurcz" #, no-c-format, no-boost-format msgid "" @@ -11354,19 +11005,6 @@ msgstr "" "Upewnij się, że pozostawiłeś wystarczająco dużo miejsca między obiektami, " "ponieważ ta kompensacja jest wykonywana po przeprowadzeniu kontroli." -msgid "Shrinkage (Z)" -msgstr "Skurcz (Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Wprowadź procent skurczu, jaki filament uzyska po schłodzeniu (94%, jeśli " -"mierzysz 94 mm zamiast 100 mm). Część będzie skalowana w osi Z, aby to " -"zrekompensować." - msgid "Loading speed" msgstr "Prędkość ładowania" @@ -11421,25 +11059,6 @@ msgstr "" "Filament jest chłodzony poprzez poruszanie go tam i z powrotem w ruchach " "chłodzących. Określ pożądaną liczbę tych ruchów." -msgid "Stamping loading speed" -msgstr "Prędkość kształtowania podczas ładowania" - -msgid "Speed used for stamping." -msgstr "Prędkość używana do kształtowania." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "Odległość kształtowania mierzona od środka rurki chłodzącej" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Jeśli ustawisz wartość inną niż zero, filament jest przesuwany w kierunku " -"dyszy pomiędzy poszczególnymi ruchami chłodzenia (kształtowanie lub " -"stamping). Ta opcja konfiguruje czas trwania tego ruchu przed ponowną " -"retrakcją filamentu." - msgid "Speed of the first cooling move" msgstr "Prędkość pierwszego ruchu chłodzącego" @@ -11453,13 +11072,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Po zmianie narzędzia (filamentu), dokładna pozycja nowo załadowanego " "filamentu wewnątrz dyszy może nie być znana, a ciśnienie filamentu " "prawdopodobnie jeszcze nie jest ustabilizowane. Przed wyczyszczeniem głowicy " -"drukującej do wypełnienia lub do obiektu, OrcaSlicer zawsze wstępnie " +"drukującej do wypełnienia lub do obiektu, Snapmaker Orca zawsze wstępnie " "wytłoczy tę ilość filamentu do wieży czyszczącej, aby zapewnić niezawodną " "dalszą ekstruzję." @@ -11469,6 +11088,15 @@ msgstr "Prędkość ostatniego ruchu chłodzącego" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Ruchy chłodzące stopniowo przyspieszają do tej prędkości." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Czas, który drukarka (lub dodatek Multi Material 2.0) poświęca na ładowanie " +"nowego filamentu podczas zmiany narzędzia (przy wykonywaniu kodu T). Ten " +"czas jest dodawany do szacowanego czasu druku." + msgid "Ramming parameters" msgstr "Parametry wyciskania" @@ -11479,14 +11107,23 @@ msgstr "" "Ten ciąg jest edytowany przez RammingDialog i zawiera parametry właściwe dla " "wyciskania." -msgid "Enable ramming for multi-tool setups" -msgstr "Włącz wyciskanie przy multi-tool" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Czas, który drukarka (lub dodatek Multi Material 2.0) poświęca na " +"rozładowanie nowego filamentu podczas zmiany narzędzia (przy wykonywaniu " +"kodu T). Ten czas jest dodawany do szacowanego czasu druku." + +msgid "Enable ramming for multitool setups" +msgstr "Włącz wbijanie dla konfiguracji wielonarzędziowych" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Wykonuj raming podczas korzystania z drukarki wieloinstrumentowej (tj. gdy " "opcja „Pojedynczy extruder wielomateriałowy” w ustawieniach drukarki jest " @@ -11494,14 +11131,14 @@ msgstr "" "wytłaczana na wieżę czyszczącą tuż przed zmianą narzędzia. Ta opcja jest " "używana tylko wtedy, gdy wieża czyszcząca jest włączona." -msgid "Multi-tool ramming volume" -msgstr "Objętość wyciskania multi-tool" +msgid "Multitool ramming volume" +msgstr "Objętość ramingu wieloinstrumentowego" msgid "The volume to be rammed before the toolchange." msgstr "Objętość do wyciśnięcia przed zmianą narzędzia." -msgid "Multi-tool ramming flow" -msgstr "Przepływ wyciskania multi-tool" +msgid "Multitool ramming flow" +msgstr "Przepływ ramingu wieloinstrumentowego" msgid "Flow used for ramming the filament before the toolchange." msgstr "Przepływ używany do ramingu filamentu przed zmianą narzędzia." @@ -11542,7 +11179,7 @@ msgstr "Temperatura mięknięcia" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Materiał mięknie w tej temperaturze, więc gdy temperatura stołu jest równa " "lub wyższa, zaleca się otwarcie drzwi przednich i/lub usunięcie górnej " @@ -11598,9 +11235,8 @@ msgid "" "Density of internal sparse infill, 100% turns all sparse infill into solid " "infill and internal solid infill pattern will be used" msgstr "" -"Gęstość wewnętrznego rzadkiego wypełnienia, 100% przekształca całe rzadkie " -"wypełnienie w wypełnienie pełne, a użyty zostanie wzór wewnętrznego pełnego " -"wypełnienia" +"Gęstość wewnętrznego wypełnienia, 100% przekształca całe rzadkie wypełnienie " +"w wypełnienie pełne, a użyty zostanie wzór wewnętrznego pełnego wypełnienia" msgid "Sparse infill pattern" msgstr "Wzór wypełnienia" @@ -11647,7 +11283,7 @@ msgstr "Długość kotwiczenia wypełnienia" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11680,7 +11316,7 @@ msgstr "Maksymalna długość kotwiczenia wypełnienia" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11691,7 +11327,7 @@ msgid "" msgstr "" "Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu " "obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z " -"szerokości ścieżki wypełnienia. Orca Slicer spróbuje połączyć dwie " +"szerokości ścieżki wypełnienia. Snapmaker Orca spróbuje połączyć dwie " "najbliższe linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie " "znaleziony segment krótszy, niż ten parametr, linia wypełnienia zostanie " "dołączona do segmentu obrysu tylko z jednej strony, a długość segmentu " @@ -11869,7 +11505,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Ta prędkość wentylatora jest narzucana podczas drukowania wszystkich warstw " "łączących podpory,\n" @@ -11897,7 +11533,7 @@ msgid "Fuzzy skin thickness" msgstr "Grubość skóry Fuzzy" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Szerokość w granicach której występuje drganie. Zaleca się, aby była poniżej " @@ -11907,7 +11543,7 @@ msgid "Fuzzy skin point distance" msgstr "Odstęp między punktami na skórze Fuzzy" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Średnia odległość między losowymi punktami wprowadzonymi na każdym odcinku " @@ -11925,14 +11561,8 @@ msgstr "Filtruj wąskie szczeliny" msgid "Layers and Perimeters" msgstr "Warstwy i obwody" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"Nie drukuj wypełnienia szczelin, których długość jest mniejsza niż określony " -"próg (w mm). Ustawienie to dotyczy górnego i dolnego pełnego wypełnienia " -"oraz, gdy używany jest klasyczny generator ścian." +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtruj szczeliny mniejsze niż podany próg" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11961,7 +11591,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -12064,9 +11694,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -12170,8 +11800,8 @@ msgid "" msgstr "" "Włącz to, aby dodać komentarze do pliku G-Code, oznaczające ruchy druku, do " "jakiego obiektu należą. Jest to przydatne dla wtyczki Octoprint " -"CancelObject. Te ustawienia NIE są kompatybilne z konfiguracją Pojedynczy " -"ekstruder Wielomateriałowy i opcją Wipe into Object / Wipe into Infill." +"CancelObject. Te ustawienia NIE są kompatybilne z konfiguracją Single " +"Extruder Multi Material i opcją Wipe into Object / Wipe into Infill." msgid "Exclude objects" msgstr "Wyłącz obiekty" @@ -12202,37 +11832,8 @@ msgstr "" "zaoszczędzić czas. Ściana będzie nadal drukowana z pierwotną wysokością " "warstwy." -msgid "Infill combination - Max layer height" -msgstr "Kombinacja wypełnienia - Maks. wysokość warstwy" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Maksymalna wysokość warstwy dla kombinacji łączenia rzadkiego wypełnienia.\n" -"\n" -"Ustaw ją na 0 lub 100%, aby użyć średnicy dyszy (dla maksymalnej redukcji " -"czasu druku) lub na wartość ~80%, aby zmaksymalizować wytrzymałość rzadkiego " -"wypełnienia.\n" -"\n" -"Liczba warstw, w których wypełnienie jest łączone, jest obliczana przez " -"podzielenie tej wartości przez wysokość warstwy i zaokrąglenie w dół do " -"najbliższej liczby całkowitej.\n" -"\n" -"Użyj wartości absolutnych w mm (np. 0,32 mm dla dyszy 0,4 mm) lub wartości " -"procentowych (np. 80%). Ta wartość nie może być większa niż średnica dyszy." - msgid "Filament to print internal sparse infill." -msgstr "" -"Ten filament będzie używany do druku rzadkiego wewnętrznego wypełnienia." +msgstr "Filament do druku wewnętrznego wypełnienia." msgid "" "Line width of internal sparse infill. If expressed as a %, it will be " @@ -12264,7 +11865,7 @@ msgstr "Nachodzenie pełnego wypełnienia na ściany" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12290,24 +11891,19 @@ msgstr "" "strukturze lub rozpuszczalnym materiale do drukowania podpór" msgid "Maximum width of a segmented region" -msgstr "Maksymalna szerokość segmentu" +msgstr "Maksymalna szerokość segmentowanej strefy" msgid "Maximum width of a segmented region. Zero disables this feature." -msgstr "Maksymalna szerokość segmentu. Wartość zero wyłącza tę funkcję." +msgstr "" +"Maksymalna szerokość segmentowanej strefy. Wartość zero wyłącza tę funkcję." msgid "Interlocking depth of a segmented region" msgstr "Głębokość zazębiania się podzielonego na segmenty obszaru" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Głębokość zazębiania się podzielonego na segmenty obszaru. Zostanie ona " -"zignorowana, jeśli \"mmu_segmented_region_max_width\" wynosi zero lub jeśli " -"\"mmu_segmented_region_interlocking_depth\" jest większa niż " -"\"mmu_segmented_region_max_width\". Wartość zero wyłącza tę funkcję." +"Głębokość zazębiania się podzielonego na segmenty regionu. Wartość zero " +"wyłącza tę funkcję." msgid "Use beam interlocking" msgstr "Użyj struktury zazębiającej" @@ -12735,6 +12331,9 @@ msgstr "" "czas warstwy powyżej, gdy włączona jest opcja zwalniania dla lepszego " "schładzania warstwy." +msgid "Nozzle diameter" +msgstr "Średnica dyszy" + msgid "Diameter of nozzle" msgstr "Średnica dyszy" @@ -12748,13 +12347,13 @@ msgstr "" "Tutaj możesz umieścić notatki, które zostaną dodane do nagłówka pliku G-code." msgid "Host Type" -msgstr "Rodzaj serwera" +msgstr "Typ hosta" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer może przesyłać pliki G-code do hosta drukarki. To pole musi " +"Snapmaker Orca może przesyłać pliki G-code do hosta drukarki. To pole musi " "zawierać rodzaj hosta." msgid "Nozzle volume" @@ -12778,7 +12377,7 @@ msgstr "" "wewnątrz." msgid "High extruder current on filament swap" -msgstr "Wyższy prąd extrudera przy zmianie filamentu" +msgstr "Wysoki prąd extrudera przy wymianie filamentu" msgid "" "It may be beneficial to increase the extruder motor current during the " @@ -12832,13 +12431,6 @@ msgstr "" "liczbę retrakcji dla skomplikowanego modelu i zaoszczędzić czas druku, ale " "spowolnić krojenie i generowanie G-code" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Opcja ta obniży temperaturę nieaktywnych ekstruderów, aby zapobiec " -"wyciekaniu filamentu." - msgid "Filename format" msgstr "Format nazwy pliku" @@ -12892,9 +12484,6 @@ msgstr "" "Określ procentowy udział nawisów w stosunku do szerokości ekstruzji i użyj " "różnych prędkości do druku. Dla 100%% nawisów, zostanie użyta prędkość mostu." -msgid "Filament to print walls" -msgstr "Ten filament będzie używany do drukowania ścian" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12936,20 +12525,14 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Jeśli chcesz przetworzyć wynikowy G-code za pomocą niestandardowych " "skryptów, wystarczy, że wpiszesz tutaj ich pełne ścieżki. Aby oddzielić " "kilka skryptów, użyj średnika. Skrypty otrzymają pełną ścieżkę do pliku G-" "code jako pierwszy argument, a także będą mogły uzyskać dostęp do ustawień " -"konfiguracyjnych Orca Slicer, zytając zmienne środowiskowe." - -msgid "Printer type" -msgstr "Typ drukarki" - -msgid "Type of the printer" -msgstr "Rodzaj drukarki" +"konfiguracyjnych Snapmaker Orca, zytając zmienne środowiskowe." msgid "Printer notes" msgstr "Notatki o drukarce" @@ -12957,9 +12540,6 @@ msgstr "Notatki o drukarce" msgid "You can put your notes regarding the printer here." msgstr "Tutaj możesz umieścić notatki dotyczące drukarki." -msgid "Printer variant" -msgstr "Wariant drukarki" - msgid "Raft contact Z distance" msgstr "Odległość Z kontaktu z tratwą" @@ -12999,7 +12579,7 @@ msgstr "" "Użyj tej funkcji, aby uniknąć deformacji podczas drukowania ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -13163,7 +12743,7 @@ msgid "Top and Bottom" msgstr "Na górnych i dolnych" msgid "Extra length on restart" -msgstr "Dodatkowa ilość dla powrotu" +msgstr "Dodatkowa długość przed wznowieniem" msgid "" "When the retraction is compensated after the travel move, the extruder will " @@ -13185,7 +12765,7 @@ msgstr "Prędkość retrakcji" msgid "Speed of retractions" msgstr "Prędkość retrakcji" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Prędkość deretrakcji" msgid "" @@ -13407,15 +12987,15 @@ msgid "Wipe before external loop" msgstr "Czyszczenie przed zewnętrzną pętlą" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Aby zminimalizować widoczność potencjalnego nadmiernego wytłaczania na " "początku zewnętrznego obwodu podczas drukowania z kolejnością drukowania " @@ -13449,17 +13029,6 @@ msgstr "Odstęp Skirtu od obiektu" msgid "Distance from skirt to brim or object" msgstr "Odległość Skirtu do Brimu albo od obiektu" -msgid "Skirt start point" -msgstr "Punkt początkowy Skirtu" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Kąt między środkiem obiektu a punktem początkowym Skirtu. Zero to pozycja " -"najbardziej po prawej stronie, a w kieruneku przeciwnym do ruchu wskazówek " -"zegara to kąt dodatni." - msgid "Skirt height" msgstr "Wysokość Skirtu" @@ -13474,8 +13043,10 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" @@ -13485,35 +13056,23 @@ msgstr "" "powodu podmuchów powietrza. Zazwyczaj jest to potrzebne tylko w przypadku " "drukarek otwartych, czyli bez obudowy.\n" "\n" -"Włączony = skirt ma wysokość równą najwyższemu wydrukowanemu obiektowi. W " -"przeciwnym razie stosuje się \"wysokość obramowania\".\n" +"Opcje:\n" +"Włączony = Skirt jest takiej samej wysokości, jak najwyższy wydrukowany " +"obiekt.\n" +"Ograniczony =Skirt jest takiej samej wysoki, jak został określony w wysokość " +"Skirtu.\n" +"\n" "Uwaga: Aktywując funkcję Draft Shield, Skirt zostanie wydrukowany w takiej " "odległości od obiektu jak określono w odstęp Skirtu od obiektu. Jeśli w tym " "samym czasie Brim jest też aktywny, może dojść do jego przecięcia się ze " -"Skirt-em. Aby temu zapobiec, zwiększ wartość odległości od Skirtu\n" +"Skirt-em. Aby temu zapobiec, zwiększ wartość odległości Skirt - Obiekt\n" -msgid "Disabled" -msgstr "Wyłączony" +msgid "Limited" +msgstr "Ograniczony" msgid "Enabled" msgstr "Włączony" -msgid "Skirt type" -msgstr "Rodzaj Skirtu" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Połączony - pojedynczy skirt dla wszystkich obiektów.\n" -"Dla obiektu - indywidualny skirt dla każdego obiektu." - -msgid "Combined" -msgstr "Połączony" - -msgid "Per object" -msgstr "Dla obiektu" - msgid "Skirt loops" msgstr "Ilość pętli Skirtu" @@ -13536,17 +13095,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" -"Minimalna długość ekstruzji filamentu w mm podczas drukowania skirtu. Zero " -"oznacza, że ta funkcja jest wyłączona.\n" +"Minimalna długość ekstruzji filamentu podczas drukowania Skirtu, wyrażona w " +"milimetrach. Wartość zero oznacza, że ta funkcja jest wyłączona. \n" "\n" -"Użycie wartości większej od zera jest przydatne, jeśli drukarka jest " -"skonfigurowana do drukowania bez linii wstępnej. Ostateczna liczba pętli nie " -"uwzględnia odległości między obiektami podczas ich układania lub " -"weryfikacji. W takim przypadku zwiększ liczbę pętli." +"Użycie wartości innej niż 0 jest przydatne, kiedy drukarka jest ustawiona " +"tak aby nie drukowała początkowej linii czyszczącej." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13566,12 +13121,6 @@ msgstr "" "Obszar wypełnienia, który jest mniejszy od wartości progowej zostaje " "zastąpiony wewnętrznym, pełnym wypełnieniem" -msgid "Solid infill" -msgstr "Pełne wypełnienie" - -msgid "Filament to print solid infill" -msgstr "Ten filament będzie używany do drukowania pełnego wypełnienia" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13597,8 +13146,8 @@ msgid "Smooth Spiral" msgstr "Wygładzona Spirala" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Wygładzona Spirala wygładza również ruchy w osiach X i Y, dzięki czemu nie " "jest widoczny żaden szew, nawet w kierunkach XY na ścianach, które nie są " @@ -13638,43 +13187,7 @@ msgid "Traditional" msgstr "Tradycyjny" msgid "Temperature variation" -msgstr "Zmiana temperatury" - -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Różnica temperatur, która ma być zastosowana, gdy ekstruder nie jest " -"aktywny. Wartość nie będzie użyta, gdy \"temperatura w bezczynności\" w " -"ustawieniach filamentu jest wartość inną niż zero." - -msgid "Preheat time" -msgstr "Czas wstępnego podgrzewania" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Aby skrócić czas oczekiwania po zmianie narzędzia, Orca może wstępnie " -"podgrzać następne narzędzie, gdy bieżące narzędzie jest nadal używane. To " -"ustawienie określa czas w sekundach do wstępnego podgrzania następnego " -"narzędzia. Orca wstawi polecenie M104, aby podgrzać narzędzie z " -"wyprzedzeniem." - -msgid "Preheat steps" -msgstr "Kroki wstępnego podgrzewania" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Wprowadź wiele poleceń dotyczących podgrzewania (np. M104.1). Funkcja ta " -"działa tylko w drukarce Prusa XL. Dla pozostałych drukarek ustaw wartość na " -"1." +msgstr "Wariacje temperatury" msgid "Start G-code" msgstr "Początkowy G-code" @@ -13717,7 +13230,7 @@ msgid "Enable filament ramming" msgstr "Włącz szybką ekstruzję filamentu" msgid "No sparse layers (beta)" -msgstr "Warstwy bez czyszczenia (beta)" +msgstr "Brak warstw bez czyszczenia (beta)" msgid "" "If enabled, the wipe tower will not be printed on layers with no " @@ -13732,7 +13245,7 @@ msgstr "" "wydrukiem." msgid "Prime all printing extruders" -msgstr "Wyczyść wszystkie używane ekstrudery" +msgstr "Przygotuj wszystkie extrudery do drukowania" msgid "" "If enabled, all printing extruders will be primed at the front edge of the " @@ -13999,15 +13512,9 @@ msgstr "" "styl hybrydowy stworzy podobną strukturę do normalnego wsparcia pod dużymi " "płaskimi nawisami." -msgid "Default (Grid/Organic" -msgstr "Domyślne (Kratka/Organiczne)" - msgid "Snug" msgstr "Przylegający" -msgid "Organic" -msgstr "Organiczne" - msgid "Tree Slim" msgstr "Cienkie" @@ -14017,6 +13524,9 @@ msgstr "Grube" msgid "Tree Hybrid" msgstr "Hybrydowe" +msgid "Organic" +msgstr "Organiczne" + msgid "Independent support layer height" msgstr "Niezależna wysokość warstwy podpory" @@ -14175,67 +13685,32 @@ msgid "Activate temperature control" msgstr "Aktywuj kontrolę temperatury" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Włącz tę opcję, aby automatycznie kontrolować temperaturę komory. Ta opcja " -"aktywuje wysyłanie polecenia M191 przed \"machine_start_gcode\", które " -"ustawia temperaturę komory i czeka, aż zostanie osiągnięta. Dodatkowo na " -"końcu druku wysyła polecenie M141, aby wyłączyć podgrzewacz komory, jeśli " -"jest obecny.\n" -"\n" -"Ta opcja opiera się na poleceniach M191 i M141 wspieranych przez " -"oprogramowanie układowe, czy to za pomocą makr, czy natywnie i jest używana, " -"gdy zainstalowany jest aktywna podgrzewacz." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Włącz tę opcję dla kontroli temperatury komory. Komenda M191 zostanie dodana " +"przed \"początkowy G-code drukarki\"\n" +"Komendy G-code: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Temperatura komory" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"Dla materiałów wysokotemperaturowych, takich jak ABS, ASA, PC i PA, wyższa " -"temperatura komory może pomóc w tłumieniu lub redukcji odkształceń i " -"potencjalnie prowadzić do wyższej siły połączeń międzywarstwowych. Jednak " -"jednocześnie wyższa temperatura komory obniża efektywność filtracji " -"powietrza dla ABS i ASA.\n" -"\n" -"Dla PLA, PETG, TPU, PVA i innych materiałów niskotemperaturowych ta opcja " -"powinna być wyłączona (ustawiona na 0), ponieważ temperatura komory powinna " -"być niska, aby uniknąć zatykania ekstrudera spowodowanego zmiękczeniem " -"materiału w miejscu przejścia ciepła.\n" -"\n" -"Jeśli włączona, ten parametr ustawia także zmienną gcode o nazwie " -"chamber_temperature, która może być użyta do przekazania żądanej temperatury " -"komory do makra rozpoczynającego drukowanie, lub makra utrzymywania ciepła, " -"na przykład: PRINT_START (inne zmienne) CHAMBER_TEMP=[chamber_temperature]. " -"Może to być przydatne, jeśli twoja drukarka nie obsługuje poleceń M141/M191 " -"lub jeśli chcesz zarządzać utrzymywaniem ciepła w makrze rozpoczynającym " -"drukowanie, jeśli nie jest zainstalowany aktywna podgrzewacz komory." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"Wyższa temperatura komory może pomóc w redukcji wypaczania i potencjalnie " +"prowadzić do większej siły wiązania międzywarstwowego w przypadku materiałów " +"wysokotemperaturowych, takich jak ABS, ASA, PC, PA itp. Dla filametów PLA, " +"PETG, TPU, PVA i innych materiałów niskotemperaturowych temperatura komory " +"nie powinna być wysoka. Aby uniknąć zatykania sie dyszy zaleca się " +"ustawienia na wartość 0 (wyłączone)." msgid "Nozzle temperature for layers after the initial one" msgstr "Temperatura dyszy dla warstw po początkowej" @@ -14293,8 +13768,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Liczba górnych zwartych warstw jest zwiększana podczas cięcia, jeśli grubość " "obliczona przez górną warstwe powłoki jest cieńsza niż ta wartość. Można w " @@ -14320,7 +13795,7 @@ msgid "Wipe Distance" msgstr "Odległość czyszczenia" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14389,6 +13864,12 @@ msgstr "" "Kąt w wierzchołku stożka, który jest używany do stabilizacji wieży " "czyszczącej. Większy kąt oznacza szerszą podstawę." +msgid "Wipe tower purge lines spacing" +msgstr "Odległość między liniami na wieży oczyszczającej" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Rozmieszczenie linii czyszczenia na wieży czyszczącej." + msgid "Maximum wipe tower print speed" msgstr "Maksymalna prędkość drukowania wieży czyszczącej" @@ -14431,13 +13912,16 @@ msgstr "" "W przypadku zewnętrznych obwodów wieży czyszczącej prędkość jej obwodu " "wewnętrznego jest niezależna od tego ustawienia." +msgid "Wipe tower extruder" +msgstr "Ekstruder dla wieży czyszczącej" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." msgstr "" -"Extruder używany do drukowania obrysów wieży czyszczącej. Ustaw na \"Domyślny" -"\", aby użyć tego, który jest dostępny (preferowany jest ten, w którym " -"załadowany jest filament nierozpuszczalny)." +"Extruder używany do drukowania obrysów wieży czyszczącej. Ustaw na 0, aby " +"użyć tego, który jest dostępny (preferowany jest ten, w którym załadowany " +"jest filament nierozpuszczalny)." msgid "Purging volumes - load/unload volumes" msgstr "Objętości czyszczenia - objętości ładowania/rozładowania" @@ -14482,43 +13966,12 @@ msgstr "" "kolory filamentów mogą się wymieszać." msgid "Maximal bridging distance" -msgstr "Maksymalna odległość mostów" +msgstr "Maksymalna odległość mostkowania" msgid "Maximal distance between supports on sparse infill sections." msgstr "" "Maksymalna odległość między podporami na rzadkich sekcjach wypełnienia." -msgid "Wipe tower purge lines spacing" -msgstr "Odległość między liniami na wieży oczyszczającej" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Rozmieszczenie linii czyszczenia na wieży czyszczącej." - -msgid "Extra flow for purging" -msgstr "Dodatkowy przepływ podczas czyszczenia" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Dodatkowy przepływ stosowany w ekstruzjach na wieży czyszczącej. Powoduje " -"to, że linie czyszczące są grubsze lub cieńsze niż standardowo. Odstępy " -"regulowane są automatycznie." - -msgid "Idle temperature" -msgstr "Temperatura w bezczynności" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Temperatura dyszy, gdy narzędzie nie jest aktualnie używane w konfiguracjach " -"wielonarzędziowych. Jest to używane tylko wtedy, gdy \"Zapobieganie " -"wyciekaniu\" jest aktywne w ustawieniach druku. Wartość zero wyłącza tę " -"funkcję." - msgid "X-Y hole compensation" msgstr "Kompensacja otworów X-Y" @@ -14565,7 +14018,7 @@ msgstr "Margines wykrywania poliotworów" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14608,7 +14061,7 @@ msgstr "" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14715,9 +14168,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Zmodyfikuj tę wartość, aby uniknąć drukowania krótkich, otwartych ścianek, " @@ -14763,7 +14216,7 @@ msgstr "Wykryj wąskie wewnętrzne pełne wypełnienie" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Ta opcja automatycznie wykryje wąski obszar wewnętrznego pełnego " "wypełnienia. Jeśli włączone, zostanie użyty wzór koncentryczny dla tego " @@ -14845,40 +14298,30 @@ msgstr "Zawiera z-hop obecny na początku bloku niestandardowego G-code" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Pozycja ekstrudera na początku bloku niestandardowego G-kodu. Jeśli " "niestandardowy G-code przemieszcza się gdzieś indziej, powinien zostać " -"zapisany do tej zmiennej, aby OrcaSlicer wiedział, skąd się przemieszcza, " +"zapisany do tej zmiennej, aby Snapmaker Orca wiedział, skąd się przemieszcza, " "gdy odzyska kontrolę." msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Stan retrakcji na początku bloku niestandardowego G-code. Jeśli " "niestandardowy G-code przesunie oś ekstrudera, powinien zostać zapisany do " -"tej zmiennej, aby OrcaSlicer prawidłowo wykonał retrakcję, gdy odzyska " +"tej zmiennej, aby Snapmaker Orca prawidłowo wykonał retrakcję, gdy odzyska " "kontrolę." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Dodatkowa deretrakcja" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "Obecnie planowane dodatkowe czyszczenie ekstrudera po powrocie z retrakcji." -msgid "Absolute E position" -msgstr "Pozycja bezwzględna E" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" -"Bieżąca pozycja osi ekstrudera. Używany tylko z bezwzględnym adresowaniem " -"ekstrudera." - msgid "Current extruder" msgstr "Aktualny extruder" @@ -14924,19 +14367,10 @@ msgstr "" msgid "Is extruder used?" msgstr "Czy ekstruder jest używany?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Wektory logiczne określające, czy dany ekstruder jest używany w wydruku" -msgid "Has single extruder MM priming" -msgstr "Umożliwia drukowanie MM z jednym ekstruderem" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" -"Czy w tym wydruku używane są dodatkowe obszary czyszczenia " -"wielomateriałowego?" - msgid "Volume per extruder" msgstr "Objętość na extruder" @@ -15099,16 +14533,6 @@ msgstr "Fizyczna nazwa drukarki" msgid "Name of the physical printer used for slicing." msgstr "Nazwa fizycznej drukarki używanej do przygotowywania pliku do druku." -msgid "Number of extruders" -msgstr "Liczba ekstruderów" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Całkowita liczba ekstruderów, niezależnie od tego, czy są one używane w " -"bieżącym wydruku." - msgid "Layer number" msgstr "Numer warstwy" @@ -16094,8 +15518,8 @@ msgstr "Rozpocznij test jednowątkowy" msgid "Export Log" msgstr "Eksportuj log" -msgid "OrcaSlicer Version:" -msgstr "Wersja OrcaSlicer:" +msgid "Snapmaker Orca Version:" +msgstr "Wersja Snapmaker Orca:" msgid "System Version:" msgstr "Wersja systemu:" @@ -16103,11 +15527,11 @@ msgstr "Wersja systemu:" msgid "DNS Server:" msgstr "Serwer DNS:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Test Snapmaker Orca(GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Test Snapmaker Orca(GitHub):" msgid "Test Bing.com" msgstr "Test Bing.com" @@ -16182,7 +15606,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Typ filamentu nie jest wybrany, proszę ponownie wybrać typ." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Seria filamentu nie jest wprowadzona, proszę wprowadzić serie." msgid "" @@ -16256,7 +15680,7 @@ msgstr "Importuj Profil wstępny" msgid "Create Type" msgstr "Utwórz Typ" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Nie znaleziono modelu, proszę wybrać dostawcę ponownie." msgid "Select Model" @@ -16308,10 +15732,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "Model drukarki nie został znaleziony, proszę wybrać ponownie" -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Średnica dyszy nie została znaleziona, proszę wybrać ponownie." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Profil drukarki nie został znaleziony, proszę wybrać ponownie." msgid "Printer Preset" @@ -16343,7 +15767,7 @@ msgstr "" "W sekcji \"Obszar drukowania\" na pierwszej stronie wprowadzono " "nieprawidłową wartość. Sprawdź wprowadzone dane przed utworzeniem." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "Brakuje niestandardowej drukarki lub modelu, proszę wprowadzić dane." msgid "" @@ -16379,7 +15803,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Obecny dostawca nie ma modeli, proszę wybrać ponownie." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Nie wybrano dostawcy ani modelu lub nie wprowadzono niestandardowego " @@ -16505,7 +15929,7 @@ msgstr "" "Można je udostępniać innym osobom." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Profile filamentu.\n" @@ -16748,7 +16172,7 @@ msgstr "Połączenie z Duet działa poprawnie." msgid "Could not connect to Duet" msgstr "Nie udało się połączyć z Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Wystąpił nieznany błąd" msgid "Wrong password" @@ -17195,36 +16619,36 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Temperatura komory\n" -"Czy wiesz, że OrcaSlicer obsługuje temperaturę komory?" +"Czy wiesz, że Snapmaker Orca obsługuje temperaturę komory?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Kalibracja\n" "Czy wiesz, że kalibrowanie twojej drukarki może zdziałać cuda? Sprawdź nasze " -"ukochane rozwiązanie kalibracyjne w OrcaSlicer." +"ukochane rozwiązanie kalibracyjne w Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Wentylator pomocniczy\n" -"Czy wiesz, że OrcaSlicer obsługuje pomocniczy wentylator chłodzący części?" +"Czy wiesz, że Snapmaker Orca obsługuje pomocniczy wentylator chłodzący części?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtracja powietrza/Wentylator wyciągowy\n" -"Czy wiesz, że OrcaSlicer może obsługiwać filtrację powietrza/wentylator " +"Czy wiesz, że Snapmaker Orca może obsługiwać filtrację powietrza/wentylator " "wyciągowy?" #: resources/data/hints.ini: [hint:G-code window] @@ -17248,11 +16672,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Jak korzystać ze skrótów klawiszowych\n" -"Czy wiesz, że Orca Slicer oferuje szeroki zakres skrótów klawiszowych i " +"Czy wiesz, że Snapmaker Orca oferuje szeroki zakres skrótów klawiszowych i " "operacji na scenie 3D." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17342,7 +16766,7 @@ msgid "" msgstr "" "Funkcja wyszukiwania\n" "Czy wiesz, że możesz użyć narzędzia wyszukiwania, aby szybko znaleźć " -"konkretne ustawienie Orca Slicer?" +"konkretne ustawienie Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17380,25 +16804,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Odejmowanie części\n" "Czy wiesz, że możesz odjąć jedną siatkę od drugiej, używając modyfikatora " "części negatywnej? W ten sposób możesz na przykład łatwo tworzyć otwory o " -"zmiennym rozmiarze bezpośrednio w Orca Slicer." +"zmiennym rozmiarze bezpośrednio w Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Czy wiesz, że możesz poprawić jakość swojego druku, krojąc plik STEP zamiast " "STL?\n" -"Orca Slicer wspiera krojenie plików STEP, oferując lepszą jakość niż STL o " +"Snapmaker Orca wspiera krojenie plików STEP, oferując lepszą jakość niż STL o " "niższej rozdzielczości. Wypróbuj to!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17557,426 +16981,6 @@ msgstr "" "takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może " "zmniejszyć prawdopodobieństwo odkształceń." -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "Liczba milimetrów, które musi wynosić nawis, aby odwrócenie było uważane " -#~ "za użyteczne. Może być procentem szerokości obwodu.\n" -#~ "Wartość 0 aktywuje odwrócenie na każdej parzystej warstwie." - -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate / PLA Plate" - -#~ msgid "Reverse on odd" -#~ msgstr "Przeciwny kierunek na nieparzystych warstwach" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Ekstruzja obrysów mających część z nawisem. Będą one drukowane, w " -#~ "przeciwnym kierunku na nieparzystych warstwach. Ten naprzemienny wzór " -#~ "może znacznie poprawić strome nawisy.\n" -#~ "\n" -#~ "Ustawienie to może również pomóc zmniejszyć deformację części dzięki " -#~ "zmniejszeniu naprężeń w ścianach części." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Zastosuj logikę przeciwnych obrysów tylko na wewnętrznych obrysach. \n" -#~ "\n" -#~ "To ustawienie znacznie zmniejsza naprężenia części, ponieważ są one teraz " -#~ "rozdzielone w przemiennych kierunkach. Powinno to zmniejszyć deformację " -#~ "części, jednocześnie zachowując jakość zewnętrznych ścian. Funkcja ta " -#~ "może być bardzo przydatna dla filamentów podatnych na deformację, takich " -#~ "jak ABS/ASA, a także dla elastycznych filamentów, takich jak TPU i Silk " -#~ "PLA. Może to również pomóc zmniejszyć deformację w unoszących się " -#~ "regionach nad podporami.\n" -#~ "\n" -#~ "Aby to ustawienie było najbardziej skuteczne, zaleca się ustawienie Progu " -#~ "Odwrócenia na 0, aby wszystkie wewnętrzne ściany drukowały się w " -#~ "przemiennych kierunkach na nieparzystych warstwach, niezależnie od " -#~ "stopnia nawisu." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Ilość mm, jaką musi mieć nawis, aby odwrócenie było uznane za użyteczne. " -#~ "Może być to % szerokości obryski.\n" -#~ "Wartość 0 umożliwia odwrócenie na każdej nieparzystej warstwie, " -#~ "niezależnie od wszystkiego." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "Kierunek, w którym są drukowane obwody ściany, patrząc z góry.\n" -#~ "\n" -#~ "Domyślnie wszystkie ściany są drukowane w kierunku przeciwnym do ruchu " -#~ "wskazówek zegara, chyba że włączona jest opcja Odwróć dla nieparzystych " -#~ "warstw.Ustawienie tego na dowolną inną opcję niż Auto spowoduje, że " -#~ "kierunek ściany będzie ustalony niezależnie od ustawienia Odwróć dla " -#~ "nieparzystych.\n" -#~ "\n" -#~ "Ta opcja będzie wyłączona, jeśli aktywowany jest tryb Wazy.\n" -#~ "\n" -#~ "Opcie:\n" -#~ "Przeciwnie (przeciwnie do ruchu wskazówek zegara)\n" -#~ "Zgodnie (zgodnie z ruchem wskazówek zegara)" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Podczas drukowania według obiektu extruder może zderzyć się z obrysem " -#~ "skirtu.\n" -#~ "Dlatego zresetuj wysokość skirtu na 1, aby tego uniknąć." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "Kształt zostanie zredukowany przed wykryciem ostrych kątów. Ten parametr " -#~ "wskazuje minimalną długość odchylenia dla redukcji.\n" -#~ "0, aby dezaktywować" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Uruchom wentylator na określoną liczbę sekund wcześniej niż planowany " -#~ "czas startu (możliwe jest użycie ułamków sekundy). Przyjmuje się " -#~ "nieskończone przyspieszenie dla oszacowania tego czasu, przy " -#~ "uwzględnieniu jedynie ruchów G1 i G0 (obsługa ruchów po łuku nie jest " -#~ "wspierana).\n" -#~ "\n" -#~ "To nie spowoduje zmiany ustawień wentylatora z niestandardowych G-code " -#~ "(działają one jak rodzaj bariery).\n" -#~ "\n" -#~ "Nie spowoduje to również zmiany ustawień wentylatora w początkowym G-" -#~ "code, jeśli aktywowana jest opcja \"tylko niestandardowy początkowy G-code" -#~ "\".\n" -#~ "\n" -#~ "Ustaw 0, aby wyłączyć tę funkcję." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Draft Shield (\"ochrona przed przeciągiem\")jest przydatna do ochrony " -#~ "wydruku z ABS lub ASA przed wypaczaniem i oderwaniem się od stołu " -#~ "drukarki z powodu podmuchów powietrza. Zazwyczaj jest to potrzebne tylko " -#~ "w przypadku drukarek otwartych, czyli bez obudowy.\n" -#~ "\n" -#~ "Opcje:\n" -#~ "Włączony = Skirt jest takiej samej wysokości, jak najwyższy wydrukowany " -#~ "obiekt.\n" -#~ "Ograniczony =Skirt jest takiej samej wysoki, jak został określony w " -#~ "wysokość Skirtu.\n" -#~ "\n" -#~ "Uwaga: Aktywując funkcję Draft Shield, Skirt zostanie wydrukowany w " -#~ "takiej odległości od obiektu jak określono w odstęp Skirtu od obiektu. " -#~ "Jeśli w tym samym czasie Brim jest też aktywny, może dojść do jego " -#~ "przecięcia się ze Skirt-em. Aby temu zapobiec, zwiększ wartość odległości " -#~ "Skirt - Obiekt\n" - -#~ msgid "Limited" -#~ msgstr "Ograniczony" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Minimalna długość ekstruzji filamentu podczas drukowania Skirtu, wyrażona " -#~ "w milimetrach. Wartość zero oznacza, że ta funkcja jest wyłączona. \n" -#~ "\n" -#~ "Użycie wartości innej niż 0 jest przydatne, kiedy drukarka jest ustawiona " -#~ "tak aby nie drukowała początkowej linii czyszczącej." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Zmodyfikuj tę wartość, aby uniknąć drukowania krótkich, otwartych " -#~ "ścianek, co może prowadzić do wydłużenia czasu druku. Wyższe wartości " -#~ "spowodują usunięcie większej ilości dłuższych ścianek.\n" -#~ "\n" -#~ "UWAGA: Ta wartość nie wpłynie na dolne i górne powierzchnie modelu i może " -#~ "zapobiec widocznym przerwom na zewnątrz. Aby dostosować czułość " -#~ "określającą, co jest uważane za górną powierzchnię, dostosuj 'Próg jednej " -#~ "ściany' w zaawansowanych ustawieniach poniżej. 'Próg jednej ściany' jest " -#~ "widoczny tylko wtedy, gdy to ustawienie jest ustawione na wartość wyższą " -#~ "niż domyślna wartość 0,5 lub jeśli opcja pojedynczych ścianek na górze " -#~ "jest włączona." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Nie filtruj małych wewnętrznych mostów (beta)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "To opcja może pomóc w redukcji efektu \"pillowing\" na górnych " -#~ "powierzchniach w mocno pochylonych lub zakrzywionych modelach.\n" -#~ "\n" -#~ "Domyślnie, małe wewnętrzne mosty są odfiltrowywane, a wewnętrzna " -#~ "struktura jest drukowana bezpośrednio na rzadkiej strukturze wypełnienia. " -#~ "To działa dobrze w większości przypadków, przyspieszając drukowanie bez " -#~ "zbyt dużego kompromisu w jakości górnej powierzchni. \n" -#~ "\n" -#~ "Jednakże w mocno pochylonych lub zakrzywionych modelach, zwłaszcza przy " -#~ "niskiej gęstości struktury wypełnienia, może to prowadzić do wywijania " -#~ "się niewspieranej struktury wypełnienia, co powoduje efekt \"pillowing" -#~ "\".\n" -#~ "\n" -#~ "Włączenie tej opcji spowoduje drukowanie wewnętrznej warstwy mostka nad " -#~ "nieco niewspieraną wewnętrzną strukturą wypełnienia. Poniższe opcje " -#~ "kontrolują stopień filtrowania, czyli ilość tworzonych wewnętrznych " -#~ "mostów.\n" -#~ "\n" -#~ "Wyłączone - Wyłącza tę opcję. Jest to zachowanie domyślne i działa dobrze " -#~ "w większości przypadków.\n" -#~ "\n" -#~ "Ograniczone filtrowanie - Tworzy wewnętrzne mosty na mocno pochylonych " -#~ "powierzchniach, unikając tworzenia niepotrzebnych wewnętrznych mostów. To " -#~ "działa dobrze dla większości trudnych modeli.\n" -#~ "\n" -#~ "Brak filtrowania - Tworzy wewnętrzne mosty na każdym potencjalnym " -#~ "wewnętrznym występie. Ta opcja jest przydatna dla mocno pochylonych " -#~ "modeli górnych powierzchni. Jednakże w większości przypadków tworzy zbyt " -#~ "wiele niepotrzebnych mostów." - -#~ msgid "Shrinkage" -#~ msgstr "Skurcz" - -#~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the " -#~ "heat bed automatically." -#~ msgstr "" -#~ "Twój obiekt wydaje się być zbyt duży. Zostanie on automatycznie " -#~ "zmniejszony, aby pasował do powierzchni roboczej." - -#~ msgid "Shift+G" -#~ msgstr "Shift+G" - -#~ msgid "Any arrow" -#~ msgstr "Dowolna strzałka" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Umożliwia wypełnienie szpar/szczelin dla wybranych powierzchni. Minimalną " -#~ "długość szczeliny, która zostanie wypełniona, można kontrolować poprzez " -#~ "opcję 'filtruj wąskie szczeliny' znajdującej się poniżej.\n" -#~ "\n" -#~ "Opcje:\n" -#~ "1. Wszędzie: Stosuje wypełnienie na górnych, dolnych i wewnętrznych " -#~ "powierzchniach stałych\n" -#~ "2. Powierzchnie górne i dolne: Stosuje wypełnienie tylko na górnych i " -#~ "dolnych powierzchniach\n" -#~ "3. Nigdzie: Wyłącza wypełnienie\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Zmniejsz tę wartość minimalnie (na przykład do 0.9), aby zmniejszyć ilość " -#~ "filamentu dla mostu, co zmniejszy jego wygięcie" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Ta wartość określa grubość wewnętrznej warstwy mostu. Jest to pierwsza " -#~ "warstwa nad rzadkim wypełnieniem. Aby poprawić jakość powierzchni nad tym " -#~ "wypełnieniem, możesz zmniejszyć trochę tą wartość (na przykład do 0.9)" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Czynnik ten wpływa na ilość filamentu na górne pełne wypełnienie. Możesz " -#~ "go nieco zmniejszyć, aby uzyskać gładkie wykończenie powierzchni" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Ten współczynnik wpływa na ilość materiału w dolnej warstwie pełnego " -#~ "wypełnienia" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Włącz tę opcję, aby zwolnić drukowanie w obszarach, gdzie istnieje " -#~ "potencjalne zagrożenie odkształceniem obwodów" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Prędkość mostu i całkowicie nawisającej ściany" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Prędkość wewnętrznego mostu. Jeśli wartość jest wyrażona w procentach, " -#~ "będzie obliczana na podstawie prędkości mostu. Domyślna wartość to 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Czas ładowania nowego filamentu podczas zmiany filamentu. Tylko do celów " -#~ "statystycznych" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Czas rozładunku poprzedniego filamentu podczas zmiany filamentu. Tylko do " -#~ "celów statystycznych" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Czas, który drukarka (lub dodatek Multi Material 2.0) poświęca na " -#~ "ładowanie nowego filamentu podczas zmiany narzędzia (przy wykonywaniu " -#~ "kodu T). Ten czas jest dodawany do szacowanego czasu druku." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Czas, który drukarka (lub dodatek Multi Material 2.0) poświęca na " -#~ "rozładowanie nowego filamentu podczas zmiany narzędzia (przy wykonywaniu " -#~ "kodu T). Ten czas jest dodawany do szacowanego czasu druku." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtruj szczeliny mniejsze niż podany próg" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Włącz tę opcję dla kontroli temperatury komory. Komenda M191 zostanie " -#~ "dodana przed \"początkowy G-code drukarki\"\n" -#~ "Komendy G-code: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Wyższa temperatura komory może pomóc w redukcji wypaczania i potencjalnie " -#~ "prowadzić do większej siły wiązania międzywarstwowego w przypadku " -#~ "materiałów wysokotemperaturowych, takich jak ABS, ASA, PC, PA itp. Dla " -#~ "filametów PLA, PETG, TPU, PVA i innych materiałów niskotemperaturowych " -#~ "temperatura komory nie powinna być wysoka. Aby uniknąć zatykania sie " -#~ "dyszy zaleca się ustawienia na wartość 0 (wyłączone)." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Głębokość zazębiania się podzielonego na segmenty regionu. Wartość zero " -#~ "wyłącza tę funkcję." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Ekstruder dla wieży czyszczącej" - #~ msgid "Current association: " #~ msgstr "Aktualnie powiązano: " @@ -17987,30 +16991,30 @@ msgstr "" #~ msgstr "Nie skojarzony z żadną aplikacją" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Powiąż OrcaSlicer z linkami prusaslicer://, aby Orca mogła otwierać " +#~ "Powiąż Snapmaker Orca z linkami prusaslicer://, aby Orca mogła otwierać " #~ "modele z Printable.com" #~ msgid "Associate bambustudio://" #~ msgstr "z bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Powiąż OrcaSlicer z linkami bambustudio://, aby Orca mogła otwierać " +#~ "Powiąż Snapmaker Orca z linkami bambustudio://, aby Orca mogła otwierać " #~ "modele z makerworld.com" #~ msgid "Associate cura://" #~ msgstr "z cura://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Powiąż OrcaSlicer z linkami cura://, aby Orca mogła otwierać modele z " +#~ "Powiąż Snapmaker Orca z linkami cura://, aby Orca mogła otwierać modele z " #~ "thingiverse.com" #~ msgid "" @@ -18020,6 +17024,83 @@ msgstr "" #~ "Rozmiar pliku przekracza limit przesyłania 100 MB. Proszę przesłać plik " #~ "za pomocą panelu." +#~ msgid "Enable adaptive pressure advance (beta)" +#~ msgstr "Włącz adaptacyjny wzrost ciśnienia (beta)" + +#~ msgid "" +#~ "With increasing print speeds, it has been observed that the effective PA " +#~ "value typically decreases. This means that a single PA value is not 100% " +#~ "optimal for all features and a compromise value is usually used, that " +#~ "does not cause too much bulging on slower features while also not causing " +#~ "gaps on faster features.\n" +#~ "\n" +#~ "This feature aims to address this limitation by modeling the response of " +#~ "your printer's extrusion system depending on the speed it is printing at. " +#~ "Internally it generates a fitted model that can extrapolate the needed " +#~ "pressure advance for any given print speed, which is then emmited to the " +#~ "printer depending on the current print speed.\n" +#~ "\n" +#~ "When enabled the pressure advance value above is overriden. However, a " +#~ "reasonable default value above isstrongly recomended to act as a fallback " +#~ "in case the model calculations fail." +#~ msgstr "" +#~ "Wraz ze wzrostem prędkości druku zaobserwowano, że efektywna wartość PA " +#~ "zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w 100% " +#~ "optymalna dla wszystkich elementów i zwykle stosowana jest wartość " +#~ "kompromisowa, która nie powoduje zbyt dużego \"wypuklenia\" na elementach " +#~ "drukowanych wolniej, a jednocześnie nie powoduje przerw na elementach " +#~ "drukowanych szybciej.\n" +#~ "\n" +#~ "Ta funkcja ma na celu rozwiązanie tego ograniczenia poprzez modelowanie " +#~ "reakcji ekstrudera w zależności od prędkości drukowania. Wewnętrznie " +#~ "generuje dopasowany model, który może przewidzieć jakie będzie wymagane " +#~ "ciśnienie dla dowolnej prędkości drukowania, który jest następnie " +#~ "przekazywany do drukarki w zależności od bieżącej prędkości druku.\n" +#~ "\n" +#~ "Po włączeniu powyższa wartość PA jest nadpisywana. Zdecydowanie zaleca " +#~ "się jednak przyjęcie rozsądnej wartości domyślnej, która będzie działać " +#~ "jako rozwiązanie awaryjne w przypadku nieprawidłowych obliczeń dla modelu." + +#~ msgid "Adaptive pressure advance measurements (beta)" +#~ msgstr "Adaptacyjny pomiar ciśnienia (beta)" + +#~ msgid "" +#~ "Add pairs of pressure advance values and the speed they were measured at, " +#~ "separated by a coma. One set of values per line. For example\n" +#~ "0.03,100\n" +#~ "0.027,150 etc.\n" +#~ "\n" +#~ "How to calibrate:\n" +#~ "1. Run the pressure advance test for at least 3 speeds per filament. It " +#~ "is recommended that the test is runfor at least the speed of the external " +#~ "perimeters, the speed of the internal perimeters and the fastest feature " +#~ "print speed in your profile (usually its the sparse or solid infill\n" +#~ "2. Take note of the optimal Pressure advance value for each speed. The PA " +#~ "ideal PA value should be decreasing the faster the speed is. If it is " +#~ "not, confirm that your extruder is functioning correctly3. Enter the " +#~ "pairs of PA values and Speeds in the text box here and save your filament " +#~ "profile" +#~ msgstr "" +#~ "Dodaj pary wartości przyspieszenia ciśnienia i prędkości, przy których " +#~ "zostały zmierzone, oddzielone przecinkiem. Jeden zestaw wartości na " +#~ "wiersz. Na przykład\n" +#~ "0.03,100\n" +#~ "0.027,150 itd.\n" +#~ "\n" +#~ "Jak skalibrować:\n" +#~ "1. Przeprowadź test PA dla co najmniej 3 prędkości na filament. Zaleca " +#~ "się przeprowadzenie testu PA co najmniej dla zewnętrznych obwodów, " +#~ "wewnętrznych obwodów i najszybszej prędkości drukowania cechy w profilu " +#~ "(zwykle jest to rzadkie lub pełne wypełnienie).\n" +#~ "2. Zanotuj optymalną wartość PA dla każdej prędkości. Idealna wartość PA " +#~ "powinna maleć wraz ze wzrostem prędkości. Jeśli tak nie jest, sprawdź, " +#~ "czy ekstruder działa prawidłowo. \n" +#~ "3.Wprowadź pary wartości PA i prędkości w polu tekstowym i zapisz profil " +#~ "filamentu." + +#~ msgid "Flow ratio and Pressure Advance" +#~ msgstr "Współczynnik przepływu i Wzrost ciśnienia (PA)" + #~ msgid "param_information" #~ msgstr "param_information" @@ -18044,10 +17125,10 @@ msgstr "" #~ msgstr "Y" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "PrusaSlicer links from Printable.com" #~ msgstr "" -#~ "Skojarz OrcaSlicer z linkami \"prusaslicer://\", aby Orca mógł otwierać " +#~ "Skojarz Snapmaker Orca z linkami \"prusaslicer://\", aby Orca mógł otwierać " #~ "linki PrusaSlicer z Printable.com." #~ msgid "" @@ -18055,7 +17136,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -18096,11 +17177,11 @@ msgstr "" #~ "się, że drukarka może niezawodnie drukować ze zwiększoną prędkością." #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer opiera się na BambuStudio od Bambulab, które wywodzi się z " +#~ "Snapmaker Orca opiera się na BambuStudio od Bambulab, które wywodzi się z " #~ "PrusaSlicer od Prusa Research. PrusaSlicer z kolei bazuje na Slic3r od " #~ "Alessandro Ranellucci i społeczności RepRap" @@ -18308,10 +17389,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Błąd wczytywania [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Nie udało się pobrać informacji o modelach z drukarki." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Nie udało się sparsować informacji o modelach." #~ msgid "Connection lost. Please retry." @@ -18359,10 +17440,10 @@ msgstr "" #~ msgid "" #~ "Air filtration/Exhuast Fan\n" -#~ "Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +#~ "Did you know that Snapmaker Orca can support Air filtration/Exhuast Fan?" #~ msgstr "" #~ "Filtracja powietrza/Wentylator wyciągowy\n" -#~ "Czy wiesz, że OrcaSlicer może obsługiwać filtrację powietrza/wentylator " +#~ "Czy wiesz, że Snapmaker Orca może obsługiwać filtrację powietrza/wentylator " #~ "wyciągowy?" #~ msgid "Studio Version:" @@ -18806,10 +17887,10 @@ msgstr "" #~ msgid "" #~ "Performing desktop integration failed - could not create Gcodeviewer " -#~ "desktop file. OrcaSlicer desktop file was probably created successfully." +#~ "desktop file. Snapmaker Orca desktop file was probably created successfully." #~ msgstr "" #~ "Integracji z pulpitem nie powiodła się - nie można utworzyć pliku pulpitu " -#~ "Gcodeviewer. Plik pulpitu OrcaSlicer został prawdopodobnie utworzony " +#~ "Gcodeviewer. Plik pulpitu Snapmaker Orca został prawdopodobnie utworzony " #~ "pomyślnie." #~ msgid "Desktop Integration" @@ -18852,8 +17933,8 @@ msgstr "" #~ msgid "System Information" #~ msgstr "Informacje o systemie" -#~ msgid "Blacklisted libraries loaded into OrcaSlicer process:" -#~ msgstr "Biblioteki z czarnej listy załadowane do procesu OrcaSlicer:" +#~ msgid "Blacklisted libraries loaded into Snapmaker Orca process:" +#~ msgstr "Biblioteki z czarnej listy załadowane do procesu Snapmaker Orca:" #~ msgid "SIMD is supported:" #~ msgstr "SIMD (Single Instruction, Multiple Data) jest obsługiwane:" @@ -18924,7 +18005,7 @@ msgstr "" #~ msgid "Font doesn't have any shape for given text." #~ msgstr "Czcionka nie ma żadnego kształtu dla danego tekstu." -#~ msgid "An unexpected error occurred" +#~ msgid "An unexpected error occured" #~ msgstr "Wystąpił nieoczekiwany błąd" #~ msgid "Best surface quality" @@ -19152,11 +18233,11 @@ msgstr "" #~ msgstr "Niepowodzenie wykonywania zrzutu konfiguracji." #~ msgid "" -#~ "OrcaSlicer has encountered an error while taking a configuration snapshot." -#~ msgstr "OrcaSlicer napotkał błąd przy wykonywaniu zrzutu konfiguracji." +#~ "Snapmaker Orca has encountered an error while taking a configuration snapshot." +#~ msgstr "Snapmaker Orca napotkał błąd przy wykonywaniu zrzutu konfiguracji." -#~ msgid "OrcaSlicer error" -#~ msgstr "błąd Orca Slicer" +#~ msgid "Snapmaker Orca error" +#~ msgstr "błąd Snapmaker Orca" #~ msgid "Continue" #~ msgstr "Kontynuacja" @@ -19265,14 +18346,14 @@ msgstr "" #~ "version of PrusaSlicer and is not compatible." #~ msgstr "" #~ "Wybrany plik 3MF zawiera podpory FDM namalowane przy pomocy nowszej " -#~ "wersji OrcaSlicer i nie jest kompatybilny." +#~ "wersji Snapmaker Orca i nie jest kompatybilny." #~ msgid "" #~ "The selected 3MF contains seam painted object using a newer version of " #~ "PrusaSlicer and is not compatible." #~ msgstr "" #~ "Wybrany plik 3MF zawiera szew namalowany przy pomocy nowszej wersji " -#~ "OrcaSlicer i nie jest kompatybilny." +#~ "Snapmaker Orca i nie jest kompatybilny." #, boost-format #~ msgid "" @@ -19297,7 +18378,7 @@ msgstr "" #~ "version of PrusaSlicer and is not compatible." #~ msgstr "" #~ "Wybrany plik 3MF zawiera model pomalowany do Multi Material przy pomocy " -#~ "nowszej wersji OrcaSlicer i nie jest kompatybilny." +#~ "nowszej wersji Snapmaker Orca i nie jest kompatybilny." #~ msgid " " #~ msgstr " " @@ -19339,8 +18420,8 @@ msgstr "" #~ msgid "" #~ "Maximum defection of a point to the estimated radius of the circle.\n" #~ "As cylinders are often exported as triangles of varying size, points may " -#~ "not be on the circle circumference. This setting allows you some leeway " -#~ "to broaden the detection.\n" +#~ "not be on the circle circumference. This setting allows you some leway to " +#~ "broaden the detection.\n" #~ "In (mm or in %) of the radius." #~ msgstr "" #~ "Maksymalne odchylenie punktu od szacowanego promienia koła.\n" @@ -19373,8 +18454,8 @@ msgstr "" #~ "lepszego chłodzenia warstw, przy drukowaniu elementów wystających i gdy " #~ "prędkości elementów nie są określone wyraźnie." -#~ msgid "Hide OrcaSlicer" -#~ msgstr "Ukryj OrcaSlicer" +#~ msgid "Hide Snapmaker Orca" +#~ msgstr "Ukryj Snapmaker Orca" #~ msgid "" #~ "Enter the shrinkage percentage that the filament will get after cooling " @@ -19423,10 +18504,10 @@ msgstr "" #~ msgstr "Kolejność warstw" #~ msgid "" -#~ "OrcaSlicer will terminate because of running out of memory. It may be a " +#~ "Snapmaker Orca will terminate because of running out of memory. It may be a " #~ "bug. It will be appreciated if you report the issue to our team." #~ msgstr "" -#~ "OrcaSlicer zakończy działanie z powodu braku pamięci. To może być błąd. " +#~ "Snapmaker Orca zakończy działanie z powodu braku pamięci. To może być błąd. " #~ "Będziemy wdzięczni za zgłoszenie problemu naszemu zespołowi." #~ msgid "" @@ -19441,10 +18522,10 @@ msgstr "" #~ "Nowy lub otwarty plik projektu nie jest dozwolony podczas procesu cięcia!" #~ msgid "" -#~ "The version of Orca Slicer is too low and needs to be updated to the " +#~ "The version of Snapmaker Orca is too low and needs to be updated to the " #~ "latest version before it can be used normally." #~ msgstr "" -#~ "Wersja Orca Slicer jest zbyt niska i musi zostać zaktualizowana do " +#~ "Wersja Snapmaker Orca jest zbyt niska i musi zostać zaktualizowana do " #~ "najnowszej wersji, aby działać normalnie." #~ msgid "" @@ -19458,6 +18539,10 @@ msgstr "" #~ "Aby modyfikować bryły stałe lub obszary ujemne, najpierw trzeba " #~ "unieważnić informacje o cięciu." +#~ msgid "The target object contains only one part and can not be split." +#~ msgstr "" +#~ "Obiekt docelowy zawiera tylko jedną część i nie może zostać podzielony." + #~ msgid "" #~ "If first selected item is an object, the second one should also be an " #~ "object." @@ -19516,11 +18601,11 @@ msgstr "" #~ "Nie można zastosować automatycznej orientacji na tej płycie." #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer opiera się na BambuStudio od Bambulab, które wywodzi się z " +#~ "Snapmaker Orca opiera się na BambuStudio od Bambulab, które wywodzi się z " #~ "PrusaSlicer od Prusa Research. PrusaSlicer z kolei bazuje na Slic3r od " #~ "Alessandro Ranellucci i społeczności RepRap." @@ -19616,6 +18701,9 @@ msgstr "" #~ msgid "Connect Printer (LAN)" #~ msgstr "Podłącz drukarkę (LAN)" +#~ msgid "Show g-code window in Preview scene" +#~ msgstr "Pokaż okno G-code w scenie podglądu" + #~ msgid "" #~ "Please heat the nozzle to above 170 degrees before loading or unloading " #~ "filament." @@ -19649,10 +18737,10 @@ msgstr "" #~ msgid "" #~ "There are some unknown filaments mapped to generic presets. Please update " -#~ "Orca Slicer or restart Orca Slicer to check for updates to system presets." +#~ "Snapmaker Orca or restart Snapmaker Orca to check for updates to system presets." #~ msgstr "" #~ "Istnieją nieznane filamenty przypisane do ogólnych profili. Proszę " -#~ "zaktualizować Orca Slicer lub zrestartować go, aby sprawdzić dostępność " +#~ "zaktualizować Snapmaker Orca lub zrestartować go, aby sprawdzić dostępność " #~ "aktualizacji profili systemowych." #~ msgid "" @@ -19677,9 +18765,9 @@ msgstr "" #~ msgstr "Konfiguracja nie może być wczytana." #~ msgid "" -#~ "The 3mf is generated by the old Orca Slicer, load geometry data only." +#~ "The 3mf is generated by the old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "Plik 3MF jest generowany przez starą wersję Orca Slicer, wczytuj tylko " +#~ "Plik 3MF jest generowany przez starą wersję Snapmaker Orca, wczytuj tylko " #~ "dane geometrii." #~ msgid "" @@ -19693,10 +18781,10 @@ msgstr "" #~ msgid "" #~ "„Fix Model” feature is currently only on Windows. Please repair the model " -#~ "on Orca Slicer(windows) or CAD softwares." +#~ "on Snapmaker Orca(windows) or CAD softwares." #~ msgstr "" #~ "Funkcja „Napraw model” jest obecnie dostępna tylko w systemie Windows. " -#~ "Proszę naprawić model za pomocą programu Orca Slicer (Windows) lub " +#~ "Proszę naprawić model za pomocą programu Snapmaker Orca (Windows) lub " #~ "oprogramowania CAD." #~ msgid "Switching application language while some presets are modified" @@ -19704,6 +18792,24 @@ msgstr "" #~ "Zmiana języka aplikacji przy jednoczesnym istniejących zmodyfikowanych " #~ "ustawieniach" +#~ msgid "Note: The preparation may takes several minutes. Please be patient." +#~ msgstr "Uwaga: Przygotowanie może zająć kilka minut. Proszę o cierpliwość." + +#~ msgid "" +#~ "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " +#~ "device, please read the terms and conditions.By clicking to agree to use " +#~ "your Bambu Lab device, you agree to abide by the Privacy Policy and Terms " +#~ "of Use(collectively, the \"Terms\"). If you do not comply with or agree " +#~ "to the Bambu Lab Privacy Policy, please do not use Bambu Lab equipment " +#~ "and services." +#~ msgstr "" +#~ "Dziękujemy za zakup urządzenia Bambu Lab. Przed użyciem urządzenia Bambu " +#~ "Lab proszę przeczytać warunki i zasady. Klikając, aby zgodzić się na " +#~ "używanie urządzenia Bambu Lab, zgadzasz się przestrzegać Polityki " +#~ "Prywatności i Warunków Użytkowania (razem \"Warunki\"). Jeśli nie " +#~ "zgadzasz się lub nie przestrzegasz Polityki Prywatności Bambu Lab, proszę " +#~ "nie używać sprzętu i usług Bambu Lab." + #~ msgid "" #~ "In the 3D Printing community, we learn from each other's successes and " #~ "failures to adjust our own slicing parameters and settings. %s follows " @@ -19761,7 +18867,7 @@ msgstr "" #, c-format #~ msgid "" #~ "Force cooling fan to be specific speed when overhang degree of printed " -#~ "part exceeds this value.Expressed as percentage which indicates how much " +#~ "part exceeds this value.Expressed as percentage which indicides how much " #~ "width of the line without support from lower layer. 0% means forcing " #~ "cooling for all outer wall no matter how much overhang degree" #~ msgstr "" @@ -19783,7 +18889,7 @@ msgstr "" #~ "niezależnie od wszystkiego." #~ msgid "" -#~ "Smooth Spiral smooths out X and Y moves as well resulting in no visible " +#~ "Smooth Spiral smoothes out X and Y moves as well resulting in no visible " #~ "seam at all, even in the XY directions on walls that are not vertical" #~ msgstr "" #~ "Smooth Spiral wygładza również ruchy w osiach X i Y, co skutkuje brakiem " @@ -19801,8 +18907,8 @@ msgstr "" #~ msgid "" #~ "Maximum defection of a point to the estimated radius of the circle.\n" #~ "As cylinders are often exported as triangles of varying size, points may " -#~ "not be on the circle circumference. This setting allows you some leeway " -#~ "to broaden the detection.\n" +#~ "not be on the circle circumference. This setting allows you some leway to " +#~ "broaden the detection.\n" #~ "In mm or in %% of the radius." #~ msgstr "" #~ "Maksymalne odchylenie punktu od szacowanego promienia koła.\n" @@ -19853,12 +18959,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Odejmowanie części\n" #~ "Czy wiedziałeś, że możesz odjąć jedną siatkę od drugiej, używając " #~ "modyfikatora negatywnej części? W ten sposób na przykład możesz łatwo " -#~ "tworzyć otwory o zmiennej wielkości bezpośrednio w Orca Slicer. " +#~ "tworzyć otwory o zmiennej wielkości bezpośrednio w Snapmaker Orca. " #~ "Przeczytaj więcej w dokumentacji." #~ msgid "Filling bed " @@ -20161,14 +19267,14 @@ msgstr "" #~ "Czy wiesz, że możesz naprawić uszkodzony model 3D, aby uniknąć wielu " #~ "problemów z krojeniem?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Osadzone" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Plik konfiguracyjny OrcaSlicer może być uszkodzony i nie można go " +#~ "Plik konfiguracyjny Snapmaker Orca może być uszkodzony i nie można go " #~ "przeanalizować. Proszę usunąć plik i spróbować ponownie." #~ msgid "Online Models" diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/Snapmaker_Orca_pt_BR.po similarity index 91% rename from localization/i18n/pt_BR/OrcaSlicer_pt_BR.po rename to localization/i18n/pt_BR/Snapmaker_Orca_pt_BR.po index 4b36b3629f0..7321b48768f 100644 --- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po +++ b/localization/i18n/pt_BR/Snapmaker_Orca_pt_BR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: 2024-06-01 21:51-0300\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" @@ -11,10 +11,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-File: OrcaSlicer.pot\n" +"X-Crowdin-File: Snapmaker_Orca.pot\n" "X-Crowdin-File-ID: 10\n" "X-Crowdin-Language: pt-BR\n" -"X-Crowdin-Project: orcaslicer-pt-br\n" +"X-Crowdin-Project: Snapmaker Orca-pt-br\n" "X-Crowdin-Project-ID: 664934\n" "X-Generator: Poedit 3.4.4\n" @@ -657,7 +657,7 @@ msgid "Angle" msgstr "Ângulo" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Profundidade\n" @@ -1133,11 +1133,11 @@ msgstr "Caminho preenchido aberto" msgid "Undefined stroke type" msgstr "Tipo de traço indefinido" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "O caminho não pode ser reparado de auto-interseção e pontos múltiplos." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "A forma final contém auto-interseção ou múltiplos pontos com mesma " @@ -1368,10 +1368,10 @@ msgstr "Indefinido" msgid "%1% was replaced with %2%" msgstr "%1% foi substituído por %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" "A configuração pode ter sido gerada por uma versão mais recente do " -"OrcaSlicer." +"Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Alguns valores foram substituídos. Por favor, verifique-os:" @@ -1398,28 +1398,28 @@ msgstr "" "foram reconhecidos." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer será encerrado devido à falta de memória. Pode ser um bug. " +"Snapmaker Orca será encerrado devido à falta de memória. Pode ser um bug. " "Agradecemos se você relatar o problema para nossa equipe." msgid "Fatal error" msgstr "Erro fatal" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer será encerrado devido a um erro de localização. Agradecemos se " +"Snapmaker Orca será encerrado devido a um erro de localização. Agradecemos se " "você relatar o cenário específico em que esse problema ocorreu." msgid "Critical error" msgstr "Erro crítico" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer encontrou uma exceção não tratada: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca encontrou uma exceção não tratada: %1%" msgid "Untitled" msgstr "Sem título" @@ -1438,11 +1438,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Falha na conexão %s! [SN:%s, código=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer requer o tempo de execução Microsoft WebView2 para operar " +"Snapmaker Orca requer o tempo de execução Microsoft WebView2 para operar " "determinados recursos.\n" "Clique em Sim para instalá-lo agora." @@ -1467,8 +1467,8 @@ msgstr "Carregando configuração" msgid "Click to download new version in default browser: %s" msgstr "Clique para baixar a nova versão no navegador padrão: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "O Orca Slicer precisa ser atualizado" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "O Snapmaker Orca precisa ser atualizado" msgid "This is the newest version." msgstr "Esta é a versão mais recente." @@ -1477,14 +1477,14 @@ msgid "Info" msgstr "Informações" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"O arquivo de configuração do OrcaSlicer pode estar corrompido e não pode ser " +"O arquivo de configuração do Snapmaker Orca pode estar corrompido e não pode ser " "analisado.\n" -"O OrcaSlicer tentou recriar o arquivo de configuração.\n" +"O Snapmaker Orca tentou recriar o arquivo de configuração.\n" "Por favor, note que as configurações do aplicativo serão perdidas, mas os " "perfis de impressora não serão afetados." @@ -1516,7 +1516,7 @@ msgid "Some presets are modified." msgstr "Alguns presets foram modificados." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Você pode manter os modelos modificados no novo projeto, descartar ou salvar " @@ -1534,10 +1534,10 @@ msgid "Open Project" msgstr "Abrir Projeto" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"A versão do Orca Slicer é muito antiga e precisa ser atualizada para a " +"A versão do Snapmaker Orca é muito antiga e precisa ser atualizada para a " "versão mais recente antes de poder ser usada normalmente" msgid "Privacy Policy Update" @@ -1602,11 +1602,11 @@ msgstr "Abrir" msgid "Rename" msgstr "Renomear" -msgid "Orca Slicer GUI initialization failed" -msgstr "Falha na inicialização da interface do Orca Slicer" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Falha na inicialização da interface do Snapmaker Orca" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Erro fatal, exceção capturada: %1%" msgid "Quality" @@ -1989,9 +1989,6 @@ msgstr "Simplificar Modelo" msgid "Center" msgstr "Centralizar" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Editar Configurações de Processo" @@ -2113,7 +2110,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Esta ação irá quebrar a correspondência de corte.\n" "Depois disso, a consistência do modelo não pode ser garantida.\n" @@ -2127,7 +2124,7 @@ msgstr "Excluir todos os conectores" msgid "Deleting the last solid part is not allowed." msgstr "Não é permitido excluir a última peça sólida." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "O objeto de destino contém apenas uma peça e não pode ser dividido." msgid "Assembly" @@ -2508,7 +2505,7 @@ msgstr "" "Todos os objetos selecionados estão na mesa bloqueada,\n" "Não podemos fazer o auto-posicionamento nesses objetos." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Nenhum objeto disponível para posicionamento foi selecionado." msgid "" @@ -2762,14 +2759,14 @@ msgstr "Direitos autorais" msgid "License" msgstr "Licença" -msgid "Orca Slicer is licensed under " -msgstr "O Orca Slicer é licenciado sob " +msgid "Snapmaker Orca is licensed under " +msgstr "O Snapmaker Orca é licenciado sob " msgid "GNU Affero General Public License, version 3" msgstr "Licença Pública Geral Affero GNU, versão 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer é baseado no PrusaSlicer e BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Bibliotecas" @@ -2785,11 +2782,11 @@ msgstr "" msgid "About %s" msgstr "Sobre %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer é baseado no BambuStudio, PrusaSlicer e SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca é baseado no BambuStudio, PrusaSlicer e SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio é originalmente baseado no PrusaSlicer pela PrusaResearch." @@ -3216,7 +3213,7 @@ msgstr "Executando scripts de pós-processamento" msgid "Successfully executed post-processing script" msgstr "Script de pós-processamento executado com êxito" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Ocorreu um erro desconhecido ao exportar G-code." #, boost-format @@ -3698,7 +3695,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Alterar essas configurações automaticamente?\n" "Sim - Alterar a espessura vertical do perímetro para Moderado e ativar o " @@ -3742,6 +3739,13 @@ msgstr "" "SIM — Manter a Torre Prime\n" "NÃO — Manter a Altura da Camada de Suporte Independente" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Ao imprimir por Objeto, o extrusor pode colidir com a saia.\n" +"Portanto, redefina a camada da saia para 1 para evitar isso." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4792,12 +4796,6 @@ msgstr "Clonar selecionado" msgid "Clone copies of selections" msgstr "Clonar cópias das seleções" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Selecionar tudo" @@ -4819,7 +4817,7 @@ msgstr "Usar Vista Ortogonal" msgid "Show &G-code Window" msgstr "Mostrar Janela &G-code" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Mostrar janela de código G na cena anterior" msgid "Show 3D Navigator" @@ -4846,12 +4844,6 @@ msgstr "Mostrar &Sobrecarga" msgid "Show object overhang highlight in 3D scene" msgstr "Mostrar destaque de sobrecarga de objeto na cena 3D" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Preferências" @@ -4873,18 +4865,6 @@ msgstr "Passo 2" msgid "Flow rate test - Pass 2" msgstr "Teste de fluxo - Passo 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Fluxo" @@ -5064,7 +5044,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "A câmera da impressora está com problemas." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Ocorreu um problema. Por favor, atualize o firmware da impressora e tente " "novamente." @@ -5112,11 +5092,11 @@ msgstr "Baixando Ferramentas de Câmera Virtual" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Outra câmera virtual está em execução.\n" -"O Orca Slicer suporta apenas uma única câmera virtual.\n" +"O Snapmaker Orca suporta apenas uma única câmera virtual.\n" "Deseja parar esta câmera virtual?" #, c-format, boost-format @@ -5243,7 +5223,7 @@ msgstr "Deseja excluir o arquivo '%s' da impressora?" msgid "Delete file" msgstr "Excluir arquivo" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Obtendo informações do modelo ..." msgid "Failed to fetch model information from printer." @@ -5253,7 +5233,7 @@ msgid "Failed to parse model information." msgstr "Falha ao analisar a informação do modelo." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "O arquivo .gcode.3mf não contém dados de G-code. Por favor, fatie com Orca " @@ -5518,7 +5498,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Falha ao obter a configuração oss." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Enviar fotos" msgid "Number of images successfully uploaded" @@ -5639,25 +5619,25 @@ msgid "Newer 3mf version" msgstr "Nova versão 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "A versão 3mf do arquivo está em Beta e é mais nova do que a versão atual do " -"OrcaSlicer." +"Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Se você gostaria de testar o Orca Slicer Beta, clique para" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Se você gostaria de testar o Snapmaker Orca Beta, clique para" msgid "Download Beta Version" msgstr "Baixar versão beta" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -"A versão do arquivo 3mf é mais recente que a versão atual do Orca Slicer." +"A versão do arquivo 3mf é mais recente que a versão atual do Snapmaker Orca." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Atualizar seu Orca Slicer poderia permitir todas as funcionalidades do " +"Atualizar seu Snapmaker Orca poderia permitir todas as funcionalidades do " "arquivo 3mf." msgid "Current Version: " @@ -6009,11 +5989,11 @@ msgstr "Não há filamentos compatíveis, e a sincronização não é realizada. msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Alguns filamentos desconhecidos foram mapeados para preset genérico. Por " -"favor, atualize o Orca Slicer ou reinicie o Orca Slicer para verificar se há " +"favor, atualize o Snapmaker Orca ou reinicie o Snapmaker Orca para verificar se há " "uma atualização para presets do sistema." #, boost-format @@ -6073,9 +6053,9 @@ msgstr "Recolher barra lateral" msgid "Loading file: %s" msgstr "Carregando arquivo: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"O 3mf não é suportado pelo OrcaSlicer, carregar apenas dados de geometria." +"O 3mf não é suportado pelo Snapmaker Orca, carregar apenas dados de geometria." msgid "Load 3mf" msgstr "Carregar 3mf" @@ -6348,10 +6328,10 @@ msgid "Project downloaded %d%%" msgstr "Projeto baixado %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"A importação para a Orca Slicer falhou. Por favor, baixe o arquivo e importe " +"A importação para a Snapmaker Orca falhou. Por favor, baixe o arquivo e importe " "manualmente." msgid "Import SLA archive" @@ -6558,10 +6538,10 @@ msgstr "Dicas:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "A função \"Corrigir Modelo\" está atualmente disponível apenas no Windows. " -"Por favor, repare o modelo no Orca Slicer (Windows) ou softwares CAD." +"Por favor, repare o modelo no Snapmaker Orca (Windows) ou softwares CAD." #, c-format, boost-format msgid "" @@ -6607,7 +6587,7 @@ msgstr "Escolha o Diretório de Download" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6666,8 +6646,8 @@ msgstr "Imperial" msgid "Units" msgstr "Unidades" -msgid "Allow only one OrcaSlicer instance" -msgstr "Permitir apenas uma instância OrcaSlicer" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Permitir apenas uma instância Snapmaker Orca" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6679,12 +6659,12 @@ msgstr "" "da linha de comando. Neste caso, apenas uma instância será permitida." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Se esta opção estiver habilitada, ao iniciar o OrcaSlicer e outra instância " -"do mesmo OrcaSlicer já estiver em execução, essa instância será reativada em " +"Se esta opção estiver habilitada, ao iniciar o Snapmaker Orca e outra instância " +"do mesmo Snapmaker Orca já estiver em execução, essa instância será reativada em " "vez disso." msgid "Home" @@ -6745,10 +6725,10 @@ msgstr "Mostrar notificação \"Dica do dia\" após o início" msgid "If enabled, useful hints are displayed at startup." msgstr "Se ativado, dicas úteis são exibidas na inicialização." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Volumes de Purga: Auto-calcular toda vez que a cor mudar." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Se ativado, auto-calcular toda vez que a cor mudar." msgid "" @@ -6779,12 +6759,6 @@ msgstr "" "Com esta opção habilitada, você pode enviar uma tarefa para vários " "dispositivos ao mesmo tempo e gerenciar vários dispositivos." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "Rede" @@ -6804,36 +6778,36 @@ msgstr "Sincronização do Sistema" msgid "Clear my choice on the unsaved presets." msgstr "Limpar minha escolha nos presets não salvos." -msgid "Associate files to OrcaSlicer" -msgstr "Associar arquivos ao OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Associar arquivos ao Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associar arquivos .3mf ao OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Associar arquivos .3mf ao Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Se ativado, define OrcaSlicer como aplicativo padrão para abrir arquivos .3mf" +"Se ativado, define Snapmaker Orca como aplicativo padrão para abrir arquivos .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Associar arquivos .stl ao OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Associar arquivos .stl ao Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Se ativado, define OrcaSlicer como aplicativo padrão para abrir arquivos .stl" +"Se ativado, define Snapmaker Orca como aplicativo padrão para abrir arquivos .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Associar arquivos .step/.stp ao OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Associar arquivos .step/.stp ao Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Se ativado, define OrcaSlicer como aplicativo padrão para abrir arquivos ." +"Se ativado, define Snapmaker Orca como aplicativo padrão para abrir arquivos ." "step" -msgid "Associate web links to OrcaSlicer" -msgstr "Associar links da web ao OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Associar links da web ao Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Associar URLs ao OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Associar URLs ao Snapmaker Orca" msgid "Maximum recent projects" msgstr "Máximo de projetos recentes" @@ -6859,7 +6833,7 @@ msgstr "" msgid "every" msgstr "cada" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "O período de backup em segundos." msgid "Downloads" @@ -7072,7 +7046,7 @@ msgstr "Carregando 3mf" msgid "Jump to model publish web page" msgstr "Ir para a página web de publicação de modelos" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Nota: A preparação pode levar vários minutos. Por favor, seja paciente." @@ -7428,8 +7402,8 @@ msgstr "" "Um cartão SD precisa ser inserido antes de enviar para o cartão SD da " "impressora." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "A impressora deve estar na mesma LAN do Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "A impressora deve estar na mesma LAN do Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "A impressora não suporta enviar para o cartão SD da impressora." @@ -7506,8 +7480,8 @@ msgstr "Termos e Condições" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7596,7 +7570,7 @@ msgstr "" "Clique para redefinir todas as configurações para o último preset salvo." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "A Torre Prime é necessária para um timelapse suave. Pode haver falhas no " @@ -7794,21 +7768,12 @@ msgstr "Filamento de suporte" msgid "Tree supports" msgstr "Suportes de árvore" -msgid "Multimaterial" -msgstr "Multimaterial" +msgid "Skirt" +msgstr "Saia" msgid "Prime tower" msgstr "Torre Prime" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Saia" - msgid "Special mode" msgstr "Modo especial" @@ -7861,9 +7826,6 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" "Faixa de temperatura recomendada para esta boquilha. 0 significa não definido" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "Temperatura da câmara de impressão" @@ -7981,6 +7943,9 @@ msgstr "G-code de início do filamento" msgid "Filament end G-code" msgstr "G-code final do filamento" +msgid "Multimaterial" +msgstr "Multimaterial" + msgid "Wipe tower parameters" msgstr "Parâmetros da Torre Prime" @@ -8069,33 +8034,15 @@ msgstr "Limitação de aceleração" msgid "Jerk limitation" msgstr "Limitação de Jerk" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Configuração de múltiplos materiais com um único extrusor" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Diâmetro do bico" - msgid "Wipe tower" msgstr "Torre Prime" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Parâmetros de múltiplos materiais com um único extrusor" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Limites de altura da camada" @@ -8504,11 +8451,11 @@ msgid "Flushing volumes for filament change" msgstr "Volumes de purga para troca de filamento" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "O Orca recalculará seus volumes de purga toda vez que a cor dos filamentos " -"for alterada. Você pode desativar o cálculo automático em Orca Slicer > " +"for alterada. Você pode desativar o cálculo automático em Snapmaker Orca > " "Preferências" msgid "Flushing volume (mm³) for each filament pair." @@ -8552,7 +8499,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8563,7 +8510,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8853,17 +8800,17 @@ msgid "Network plug-in update" msgstr "Atualização do plug-in de rede" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Clique em OK para atualizar o plug-in de rede quando o Orca Slicer for " +"Clique em OK para atualizar o plug-in de rede quando o Snapmaker Orca for " "iniciado novamente." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Um novo plug-in de rede (%s) está disponível. Deseja instalá-lo?" -msgid "New version of Orca Slicer" -msgstr "Nova versão do Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Nova versão do Snapmaker Orca" msgid "Skip this Version" msgstr "Pular esta versão" @@ -8914,9 +8861,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Falha na conexão LAN (enviando arquivo de impressão)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Passo 1, por favor, confirme se o Orca Slicer e sua impressora estão na " +"Passo 1, por favor, confirme se o Snapmaker Orca e sua impressora estão na " "mesma LAN." msgid "" @@ -9102,11 +9049,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Nenhum objeto pode ser impresso. Talvez seja muito pequeno" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9328,12 +9270,6 @@ msgstr "" "O modo de vaso espiral não funciona quando um objeto contém mais de um " "material." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "O objeto %1% excede a altura máxima do volume de impressão." @@ -9357,10 +9293,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "A altura de camada variável não é suportada com suportes orgânicos." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Diâmetros de bico diferentes e diâmetros de filamento diferentes não são " +"permitidos quando a Torre Prime está ativa." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9370,9 +9307,9 @@ msgstr "" "extrusora (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"A prevenção de vazamento atualmente não é suportada com a Torre Prime ativa." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9540,11 +9477,6 @@ msgstr "" "Você pode ajustar o valor de machine_max_acceleration_travel na configuração " "da sua impressora para obter velocidades mais altas." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Gerando saia e borda" @@ -9641,13 +9573,13 @@ msgid "Hostname, IP or URL" msgstr "Nome do host, IP ou URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"O Orca Slicer pode enviar arquivos G-code para um host de impressora. Este " +"O Snapmaker Orca pode enviar arquivos G-code para um host de impressora. Este " "campo deve conter o nome do host, o endereço IP ou a URL da instância do " "host de impressora. O host de impressão atrás do HAProxy com autenticação " "básica ativada pode ser acessado colocando o nome de usuário e senha na URL " @@ -9666,10 +9598,10 @@ msgid "API Key / Password" msgstr "Chave da API / Senha" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"O Orca Slicer pode enviar arquivos G-code para um host de impressora. Este " +"O Snapmaker Orca pode enviar arquivos G-code para um host de impressora. Este " "campo deve conter a Chave da API ou a senha necessária para autenticação." msgid "Name of the printer" @@ -9869,8 +9801,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "O número de camadas sólidas da base é aumentado ao fatiar se a espessura " "calculada pelas camadas da base for mais fina do que este valor. Isso pode " @@ -9882,32 +9814,25 @@ msgid "Apply gap fill" msgstr "Preenchimento de vão" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" +"Ativa o preenchimento de vão para as superfícies selecionadas. O comprimento " +"mínimo do vão que será preenchida pode ser controlado a partir da opção de " +"filtrar pequenas s abaixo.\n" +"\n" +"Opções:\n" +"1. Em todos os lugares: Aplica preenchimento de s às superfícies sólidas " +"superior, inferior e interna\n" +"2. Superfícies superior e inferior: Aplica preenchimento de s apenas às " +"superfícies superior e inferior\n" +"3. Em nenhum lugar: Desativa o preenchimento de s\n" msgid "Everywhere" msgstr "Sempre" @@ -9947,7 +9872,7 @@ msgstr "Overhang limiar de resfriamento" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9981,11 +9906,10 @@ msgstr "Fluxo em ponte" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Diminua ligeiramente este valor (por exemplo, 0.9) para reduzir a quantidade " +"de material para ponte, para melhorar a flacidez" msgid "Internal bridge flow ratio" msgstr "Fluxo em ponte interna" @@ -9993,33 +9917,31 @@ msgstr "Fluxo em ponte interna" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" +"Este valor governa a espessura da camada interna da ponte. Esta é a primeira " +"camada sobre o preenchimento. Diminua ligeiramente este valor (por exemplo, " +"0.9) para melhorar a qualidade da superfície sobre o preenchimento " +"esparsamente." msgid "Top surface flow ratio" msgstr "Fluxo em superfície superior" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Este fator afeta a quantidade de material para o preenchimento sólido " +"superior. Você pode diminuí-lo ligeiramente para ter um acabamento de " +"superfície suave" msgid "Bottom surface flow ratio" msgstr "Fluxo em superfície inferior" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" +"Este fator afeta a quantidade de material para o preenchimento sólido " +"inferior" msgid "Precise wall" msgstr "Parede precisa" @@ -10089,20 +10011,26 @@ msgstr "" "Crie caminhos de perímetro adicionais em overhangs íngremes e áreas onde " "pontes não podem ser ancoradas. " -msgid "Reverse on even" -msgstr "" +msgid "Reverse on odd" +msgstr "Inverter em ímpares" msgid "Overhang reversal" msgstr "Reversão de suspensão" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" +"Extruir perímetros, que tenham uma parte sobre um overhang, na direção " +"reversa em camadas ímpares. Este padrão alternado pode melhorar " +"drasticamente perímetros íngremes.\n" +"\n" +"Este ajuste também pode ajudar a reduzir a deformação da peça devido à " +"redução das tensões nas paredes da peça." msgid "Reverse only internal perimeters" msgstr "Inverter apenas os perímetros internos" @@ -10117,10 +10045,22 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" +"Aplicar a lógica de perímetros reversos apenas em perímetros internos.\n" +"\n" +"Este ajuste reduz muito as tensões na peça, já que agora são distribuídas em " +"direções alternadas. Isso deve reduzir a deformação da peça, mantendo a " +"qualidade do perímetro externo. Este recurso pode ser muito útil para " +"materiais propensos a deformações, como ABS/ASA, e também para filamentos " +"elásticos, como TPU e Silk PLA. Também pode ajudar a reduzir a deformação em " +"regiões flutuantes sobre suportes.\n" +"\n" +"Para que este ajuste seja mais eficaz, recomenda-se definir o Limiar Reverso " +"como 0 para que todos os perímetros internos sejam impressos em direções " +"alternadas em camadas ímpares, independentemente de seu grau de ." msgid "Bridge counterbore holes" msgstr "Pontes para furos rebaixados" @@ -10155,10 +10095,11 @@ msgstr "Limiar de inversão de overhang" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Número de milímetros que o precisa ter para que a reversão seja considerada " +"útil. Pode ser um % da largura do perímetro.\n" +"O valor 0 permite a reversão em todas as camadas ímpares independentemente." msgid "Classic mode" msgstr "Modo clássico" @@ -10177,26 +10118,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Reduzir vel. para perímetros encurvados" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" +"Ative esta opção para diminuir a velocidade de impressão em áreas onde podem " +"existir potenciais perímetros curvados (warping)" msgid "mm/s or %" msgstr "mm/s ou %" @@ -10204,14 +10131,8 @@ msgstr "mm/s ou %" msgid "External" msgstr "Externo" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Velocidade de ponte e paredes compostas completamente de overhangs" msgid "mm/s" msgstr "mm/s" @@ -10220,9 +10141,11 @@ msgid "Internal" msgstr "Interno" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Velocidade da ponte interna. Se o valor for expresso como porcentagem, será " +"calculado com base na velocidade da ponte. O valor padrão é 150%." msgid "Brim width" msgstr "Largura da borda" @@ -10235,7 +10158,7 @@ msgstr "Tipo de borda" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Isso controla a geração da borda no lado externo e/ou interno dos modelos. " "Automático significa que a largura da borda é analisada e calculada " @@ -10273,8 +10196,8 @@ msgid "Brim ear detection radius" msgstr "Raio de detecção da orelha da borda" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "A geometria será decimada antes de detectar ângulos agudos. Este parâmetro " @@ -10420,8 +10343,8 @@ msgstr "" "ter este recurso ativado. No entanto, considere desativá-lo se estiver " "usando bocais grandes." -msgid "Filter out small internal bridges (beta)" -msgstr "" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Não filtrar pequenas pontes internas (beta)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10436,24 +10359,51 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" +"Esta opção pode ajudar a reduzir o pillowing nas superfícies superiores em " +"modelos fortemente inclinados ou curvos.\n" +"\n" +"Por padrão, pequenas pontes internas são filtradas e o preenchimento sólido " +"interno é impresso diretamente sobre o preenchimento não sólido. Isso " +"funciona bem na maioria dos casos, acelerando a impressão sem comprometer " +"muito a qualidade da superfície superior. \n" +"\n" +"No entanto, em modelos fortemente inclinados ou curvos, especialmente quando " +"a densidade de preenchimento não sólido é muito baixa, isso pode resultar em " +"enrolamento do preenchimento sólido não suportado, causando pillowing.\n" +"\n" +"Ativar esta opção imprimirá uma camada de ponte interna sobre o " +"preenchimento sólido interno ligeiramente não suportado. As opções abaixo " +"controlam a quantidade de filtragem, ou seja, a quantidade de pontes " +"internas criadas.\n" +"\n" +"Desativado - Desativa esta opção. Este é o comportamento padrão e funciona " +"bem na maioria dos casos.\n" +"\n" +"Filtragem limitada - Cria pontes internas em superfícies fortemente " +"inclinadas, evitando a criação de pontes internas desnecessárias. Isso " +"funciona bem para a maioria dos modelos difíceis.\n" +"\n" +"Sem filtragem - Cria pontes internas em cada inclinação interna potencial. " +"Esta opção é útil para modelos com superfície superior fortemente inclinada. " +"No entanto, na maioria dos casos, cria pontes desnecessárias demais." -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Desativado" msgid "Limited filtering" msgstr "Filtragem limitada" @@ -10616,7 +10566,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10626,8 +10576,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10678,7 +10628,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10701,11 +10651,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"A direção na qual os loops da perímetro são extrudados quando vistos de " +"cima.\n" +"\n" +"Por padrão, todas as paredes são extrudadas no sentido anti-horário, a menos " +"que o Reverso em ímpar esteja ativado. Definir isso como qualquer opção que " +"não seja Automático forçará a direção do perímetro, independentemente do " +"Reverso em ímpar.\n" +"\n" +"Esta opção será desativada se o modo de vaso espiral estiver ativado." msgid "Counter clockwise" msgstr "Sentido anti-horário" @@ -10753,7 +10712,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10763,7 +10722,7 @@ msgstr "" "ao deslocamento XY da sonda, a maioria das impressoras não consegue sondar " "toda a mesa. Para garantir que o ponto da sonda não saia da área da mesa, os " "pontos mínimo e máximo do bed mesh devem ser configurados adequadamente. O " -"OrcaSlicer garante que os valores adaptive_bed_mesh_min/" +"Snapmaker Orca garante que os valores adaptive_bed_mesh_min/" "adaptive_bed_mesh_max não excedam esses pontos mínimo/máximo. Essas " "informações geralmente podem ser obtidas com o fabricante da sua impressora. " "A configuração padrão é (-99999, -99999), o que significa que não há " @@ -10776,7 +10735,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10786,7 +10745,7 @@ msgstr "" "ao deslocamento XY da sonda, a maioria das impressoras não consegue sondar " "toda a mesa. Para garantir que o ponto da sonda não saia da área da mesa, os " "pontos mínimo e máximo do bed mesh devem ser configurados adequadamente. O " -"OrcaSlicer garante que os valores adaptive_bed_mesh_min/" +"Snapmaker Orca garante que os valores adaptive_bed_mesh_min/" "adaptive_bed_mesh_max não excedam esses pontos mínimo/máximo. Essas " "informações geralmente podem ser obtidas com o fabricante da sua impressora. " "A configuração padrão é (99999, 99999), o que significa que não há limites, " @@ -10838,22 +10797,11 @@ msgstr "" "está entre 0.95 e 1.05. Talvez você possa ajustar esse valor para obter uma " "superfície plana agradável quando houver um leve transbordamento ou subfluxo" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Habilitar Pressure advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Habilitar Pressure advance, o resultado da calibração automática será " @@ -10863,87 +10811,6 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" "Pressure advance(Klipper) também conhecido como Linear advance factor(Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10955,8 +10822,8 @@ msgid "Keep fan always on" msgstr "Manter o ventilador sempre ligado" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Se habilitar esta configuração, o ventilador de resfriamento da peça nunca " "será desligado e funcionará pelo menos na velocidade mínima para reduzir a " @@ -10972,8 +10839,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11029,29 +10896,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Tempo de carga do filamento" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Tempo para carregar novo filamento ao trocar de filamento. Apenas para " +"estatísticas" msgid "Filament unload time" msgstr "Tempo de descarga do filamento" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Tempo para descarregar o filamento antigo ao trocar de filamento. Apenas " +"para estatísticas" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11064,7 +10920,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11073,8 +10929,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Retração" #, no-c-format, no-boost-format msgid "" @@ -11091,16 +10947,6 @@ msgstr "" "Certifique-se de permitir espaço suficiente entre objetos, pois essa " "compensação é feita após as verificações." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Velocidade de carregamento" @@ -11154,21 +11000,6 @@ msgstr "" "O filamento é resfriado movendo-se para frente e para trás nos tubos de " "resfriamento. Especifique o número desejado desses movimentos." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Velocidade do primeiro movimento de resfriamento" @@ -11184,13 +11015,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Após uma troca de filamento, a posição exata do filamento recém-carregado " "dentro do bico pode não ser conhecida, e a pressão do filamento " "provavelmente ainda não está estável. Antes de purgar a cabeça de impressão " -"em um preenchimento ou em um objeto de sacrifício, o Orca Slicer sempre " +"em um preenchimento ou em um objeto de sacrifício, o Snapmaker Orca sempre " "preparará essa quantidade de material na Torre Prime para produzir extrusões " "sucessivas de preenchimento ou de objeto de sacrifício de forma confiável." @@ -11202,6 +11033,16 @@ msgstr "" "Os movimentos de resfriamento estão gradualmente acelerando em direção a " "esta velocidade." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) " +"carregar um novo filamento durante uma troca de ferramenta (ao executar o " +"código T). Este tempo é adicionado ao tempo total de impressão pelo " +"estimador de tempo do G-code." + msgid "Ramming parameters" msgstr "Parâmetros de moldeamento" @@ -11212,14 +11053,24 @@ msgstr "" "Esta frase é editada pelo RammingDialog e contém parâmetros específicos de " "moldeamento." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) " +"descarregar um filamento durante uma troca de ferramenta (ao executar o " +"código T). Este tempo é adicionado ao tempo total de impressão pelo " +"estimador de tempo do G-code." + +msgid "Enable ramming for multitool setups" msgstr "Habilitar moldeamento para configurações de multi-extrusora" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Realizar moldeamentoao usando impressora multi-extrusora(ou seja, quando a " "opção 'Único Extrusor Multimaterial' em Configurações de Impressora está " @@ -11227,13 +11078,13 @@ msgstr "" "extrudado na Torre Prime logo antes da troca de extrusora. Esta opção é " "usada apenas quando a Torre Prime está habilitada." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Volume de moldeamento multi-extrusora" msgid "The volume to be rammed before the toolchange." msgstr "O volume a ser esmagado antes da troca de ferramenta." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Fluxo de esmagamento multi-extrusora" msgid "Flow used for ramming the filament before the toolchange." @@ -11275,7 +11126,7 @@ msgstr "Temperatura de amolecimento" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "O material amolece a esta temperatura, portanto, quando a temperatura da " "mesa for igual ou maior que ela, é altamente recomendável abrir a porta da " @@ -11382,7 +11233,7 @@ msgstr "Comp. da âncora de preenchimento" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11415,7 +11266,7 @@ msgstr "Comp. máx. da âncora de preench." msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11603,7 +11454,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Esta velocidade do ventilador é aplicada durante todas as interfaces de " "suporte, para enfraquecer sua ligação com uma alta velocidade do " @@ -11632,7 +11483,7 @@ msgid "Fuzzy skin thickness" msgstr "Espessura da textura fuzzy" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "A largura dentro da qual tremer. É desaconselhável que seja menor do que a " @@ -11642,7 +11493,7 @@ msgid "Fuzzy skin point distance" msgstr "Distância do ponto da textura fuzzy" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "A distância média entre os pontos aleatórios introduzidos em cada segmento " @@ -11660,11 +11511,8 @@ msgstr "Filtrar vazios pequenos" msgid "Layers and Perimeters" msgstr "Camadas e Perímetros" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Filtrar vazios menores que o limite especificado" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11692,7 +11540,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11799,9 +11647,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11935,22 +11783,6 @@ msgstr "" "imprimir juntas e reduzir o tempo. O perímetro ainda é impresso com a altura " "original da camada." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Filamento para imprimir preenchimento interno não sólido." @@ -11984,7 +11816,7 @@ msgstr "Sobreposição Superior/Inferior de preenchimento sólido/parede" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12019,12 +11851,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Profundidade de entrelaçamento de uma região segmentada" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Profundidade de entrelaçamento de uma região segmentada. Zero desativa essa " +"funcionalidade." msgid "Use beam interlocking" msgstr "" @@ -12436,6 +12266,9 @@ msgstr "" "velocidade para tentar manter o tempo mínimo de camada acima, quando a " "desaceleração para um melhor resfriamento da camada estiver habilitada." +msgid "Nozzle diameter" +msgstr "Diâmetro do bico" + msgid "Diameter of nozzle" msgstr "Diâmetro do bico" @@ -12453,10 +12286,10 @@ msgid "Host Type" msgstr "Tipo de Host" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"O Orca Slicer pode carregar arquivos de código G para um hospedeiro de " +"O Snapmaker Orca pode carregar arquivos de código G para um hospedeiro de " "impressora. Este campo deve conter o tipo de hospedeiro." msgid "Nozzle volume" @@ -12538,11 +12371,6 @@ msgstr "" "número de retratações para modelos complexos e economizar tempo de " "impressão, mas torna a geração de fatiamento e G-code mais lenta" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Formato do nome do arquivo" @@ -12592,9 +12420,6 @@ msgstr "" "e usa uma velocidade diferente de impressão. Para overhangs 100%%, a " "velocidade de ponte é usada." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12635,20 +12460,14 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Se você deseja processar o G-code de saída por meio de scripts " "personalizados, basta listar seus caminhos absolutos aqui. Separe vários " "scripts com um ponto e vírgula. Os scripts receberão o caminho absoluto para " "o arquivo G-code como primeiro argumento, e eles podem acessar as " -"configurações do Orca Slicer lendo variáveis de ambiente." - -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" +"configurações do Snapmaker Orca lendo variáveis de ambiente." msgid "Printer notes" msgstr "Notas da impressora" @@ -12656,9 +12475,6 @@ msgstr "Notas da impressora" msgid "You can put your notes regarding the printer here." msgstr "Você pode inserir suas observações sobre a impressora aqui." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Distância (Z) de contato da Jangada" @@ -12696,7 +12512,7 @@ msgstr "" "para evitar o enrugamento ao imprimir ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12878,7 +12694,7 @@ msgstr "Velocidade de retração" msgid "Speed of retractions" msgstr "Velocidade das retratações" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Velocidade de desretração" msgid "" @@ -13100,15 +12916,15 @@ msgid "Wipe before external loop" msgstr "Limpeza antes do loop externo" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Para minimizar a visibilidade de sobreextrusão potencial no início de um " "perímetro externo ao imprimir com a ordem de impressão de perímetro Externo/" @@ -13141,14 +12957,6 @@ msgstr "Distância da saia" msgid "Distance from skirt to brim or object" msgstr "Distância da saia para a borda ou objeto" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Altura da saia" @@ -13163,33 +12971,32 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" +"Um escudo é útil para proteger uma impressão ABS ou ASA de empenamento e de " +"se descolar da mesa de impressão devido à corrrentes de ar. Normalmente, só " +"é necessária com impressoras abertas, ou seja, sem câmara fechada. \n" +"\n" +"Opções:\n" +"Ativado = saia tem a mesma altura que o maior objeto a ser impresso.\n" +"Limitado = saia tem altura especificada pela altura de saia.\n" +"\n" +"Nota: Com o escudo ativo, a saia será impressa na distância de saia do " +"objeto. Portanto, se bordas estiverem ativas, pode se interceptar com eles. " +"Para evitar isso, aumente o valor da distância da saia.\n" -msgid "Disabled" -msgstr "Desativado" +msgid "Limited" +msgstr "Limitada" msgid "Enabled" msgstr "Ativado" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Voltas da saia" @@ -13212,10 +13019,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" +"Comprimento mínimo de extrusão de filamento em mm ao imprimir a saia. Zero " +"significa que esta característica está desabilitada.\n" +"\n" +"Usar um valor não zero é útil se a impressora estiver configurada para " +"imprimir sem uma linha de limpeza." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13235,12 +13045,6 @@ msgstr "" "A área de preenchimento não sólido que é menor que o valor de limiar é " "substituída por preenchimento sólido interno" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13266,8 +13070,8 @@ msgid "Smooth Spiral" msgstr "Espiral Suave" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "A Espiral Suave suaviza os movimentos X e Y, resultando em nenhuma costura " "visível, mesmo nas direções XY em paredes que não são verticais" @@ -13307,31 +13111,6 @@ msgstr "Tradicional" msgid "Temperature variation" msgstr "Variação de temperatura" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Código de Início" @@ -13652,15 +13431,9 @@ msgstr "" "estilo híbrido criará uma estrutura semelhante ao suporte normal em grandes " "overhangs planas." -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Ajustado" -msgid "Organic" -msgstr "Orgânico" - msgid "Tree Slim" msgstr "Árvore Estreita" @@ -13670,6 +13443,9 @@ msgstr "Árvore Forte" msgid "Tree Hybrid" msgstr "Árvore Híbrida" +msgid "Organic" +msgstr "Orgânico" + msgid "Independent support layer height" msgstr "Altura independente da camada de suporte" @@ -13833,40 +13609,33 @@ msgid "Activate temperature control" msgstr "Ativar controle de temperatura" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"Ative esta opção para controle de temperatura da câmara. Um comando M191 " +"será adicionado antes de \"machine_start_gcode\"\n" +"Comandos G-code: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Temperatura da câmara" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Uma temperatura mais alta na câmara pode ajudar a suprimir ou reduzir o " +"empenamento e potencialmente levar a uma maior resistência de ligação entre " +"camadas para materiais de alta temperatura como ABS, ASA, PC, PA e assim por " +"diante. Ao mesmo tempo, a filtragem de ar de ABS e ASA ficará pior. Para " +"PLA, PETG, TPU, PVA e outros materiais de baixa temperatura, a temperatura " +"real da câmara não deve ser alta para evitar obstruções, portanto, é " +"altamente recomendável usar 0, que significa desligado" msgid "Nozzle temperature for layers after the initial one" msgstr "Temperatura do bico para camadas após a inicial" @@ -13925,8 +13694,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "O número de camadas sólidas superiores é aumentado ao fatiar se a espessura " "calculada pelas camadas da parede superior for menor do que este valor. Isso " @@ -13952,7 +13721,7 @@ msgid "Wipe Distance" msgstr "Distância de limpeza" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14020,6 +13789,12 @@ msgstr "" "Ângulo no ápice do cone usado para estabilizar a Torre Prime. Um ângulo " "maior significa uma base mais larga." +msgid "Wipe tower purge lines spacing" +msgstr "Espaçamento das linhas de purga da Torre Prime" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Espaçamento das linhas de purga na Torre Prime." + msgid "Maximum wipe tower print speed" msgstr "Velocidade máxima de impressão da Torre Prime" @@ -14064,6 +13839,9 @@ msgstr "" "Para os perímetros externos da Torre Prime, a velocidade do perímetro " "interno é utilizada independentemente dessa configuração." +msgid "Wipe tower extruder" +msgstr "Extrusora da Torre Prime" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14120,30 +13898,6 @@ msgstr "Distância máxima de ponte" msgid "Maximal distance between supports on sparse infill sections." msgstr "Distância máxima entre suportes em seções de preenchimento não sólido." -msgid "Wipe tower purge lines spacing" -msgstr "Espaçamento das linhas de purga da Torre Prime" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Espaçamento das linhas de purga na Torre Prime." - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "Compensação XY de furos" @@ -14192,7 +13946,7 @@ msgstr "Margem de detecção de polifuros" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14233,7 +13987,7 @@ msgstr "Usar distâncias E relativas" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14339,9 +14093,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Ajuste este valor para evitar que perímetros curtos e não fechados sejam " @@ -14388,7 +14142,7 @@ msgstr "Detectar preenchimento sólido interno estreito" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Esta opção irá detectar automaticamente áreas de preenchimento sólido " "interno estreito. Se ativada, o padrão concêntrico será usado para a área " @@ -14472,7 +14226,7 @@ msgstr "Contém o z-hop presente no início do bloco de G-code personalizado." msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Posição do extrusor no início do bloco de G-code personalizado. Se o G-code " "personalizado se deslocar para outro lugar, ele deve escrever nesta variável " @@ -14481,26 +14235,18 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Estado de retração no início do bloco de G-code personalizado. Se o G-code " "personalizado mover o eixo do extrusor, ele deve escrever nesta variável " "para que o PrusaSlicer desretraia corretamente quando recupera o controle." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Desretração extra" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "Priming de extrusora extra planejado atualmente após a desretração." -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "Extrusora atual" @@ -14546,17 +14292,10 @@ msgstr "" msgid "Is extruder used?" msgstr "Extrusora utilizada?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Vetor de booleanos indicando se uma dada extrusora é utilizada na impressão." -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" - msgid "Volume per extruder" msgstr "Volume por extrusora" @@ -14719,14 +14458,6 @@ msgstr "Nome da impressora física" msgid "Name of the physical printer used for slicing." msgstr "Nome da impressora física utilizada para fatiar." -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "Número da camada" @@ -15689,8 +15420,8 @@ msgstr "Iniciar Teste de Única Thread" msgid "Export Log" msgstr "Exportar Registro" -msgid "OrcaSlicer Version:" -msgstr "Versão do OrcaSlicer:" +msgid "Snapmaker Orca Version:" +msgstr "Versão do Snapmaker Orca:" msgid "System Version:" msgstr "Versão do Sistema:" @@ -15698,11 +15429,11 @@ msgstr "Versão do Sistema:" msgid "DNS Server:" msgstr "Servidor DNS:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Testar OrcaSlicer (GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Testar Snapmaker Orca (GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Testar OrcaSlicer (GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Testar Snapmaker Orca (GitHub):" msgid "Test Bing.com" msgstr "Testar Bing.com" @@ -15779,7 +15510,7 @@ msgid "Filament type is not selected, please reselect type." msgstr "" "O tipo de filamento não está selecionado, por favor, reselecione o tipo." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "O serial do filamento não foi inserido, por favor, insira o serial." msgid "" @@ -15854,7 +15585,7 @@ msgstr "Importar Preset" msgid "Create Type" msgstr "Tipo de Criação" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "O modelo não foi encontrado, por favor, reselecione o fornecedor." msgid "Select Model" @@ -15904,10 +15635,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "O modelo da impressora não foi encontrado, por favor, reselecione." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "O diâmetro do bico não foi encontrado, por favor, reselecione." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "O preset da impressora não foi encontrado, por favor, reselecione." msgid "Printer Preset" @@ -15939,7 +15670,7 @@ msgstr "" "Você inseriu uma entrada ilegal na seção de área imprimível na primeira " "página. Por favor, verifique antes de criar." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "A impressora ou modelo personalizado não foi colocado." msgid "" @@ -15978,7 +15709,7 @@ msgid "Current vendor has no models, please reselect." msgstr "O fornecedor atual não possui modelos, por favor, selecione novamente." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Você não selecionou um fornecedor e modelo nem colocou fornecer e modelo " @@ -16106,7 +15837,7 @@ msgstr "" "Pode ser compartilhado com outros." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Conjunto de presets de filamento do usuário. \n" @@ -16347,7 +16078,7 @@ msgstr "A conexão com o Duet funciona corretamente." msgid "Could not connect to Duet" msgstr "Não foi possível conectar-se ao Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Ocorreu um erro desconhecido" msgid "Wrong password" @@ -16790,37 +16521,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Temperatura da câmara\n" -"Você sabia que o OrcaSlicer suporta temperatura da câmara?" +"Você sabia que o Snapmaker Orca suporta temperatura da câmara?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Calibração\n" "Você sabia que calibrar sua impressora pode fazer maravilhas? Confira nossa " -"amada solução de calibração no OrcaSlicer." +"amada solução de calibração no Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Ventilador auxiliar\n" -"Você sabia que o OrcaSlicer suporta ventilador auxiliar de resfriamento de " +"Você sabia que o Snapmaker Orca suporta ventilador auxiliar de resfriamento de " "peças?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Filtragem de ar/Exaustor\n" -"Você sabia que o OrcaSlicer pode suportar filtragem de ar/exaustor?" +"Você sabia que o Snapmaker Orca pode suportar filtragem de ar/exaustor?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -16843,11 +16574,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Como usar atalhos de teclado\n" -"Você sabia que o Orca Slicer oferece uma ampla gama de atalhos de teclado e " +"Você sabia que o Snapmaker Orca oferece uma ampla gama de atalhos de teclado e " "operações de cena 3D?" #: resources/data/hints.ini: [hint:Reverse on odd] @@ -16936,7 +16667,7 @@ msgid "" msgstr "" "Funcionalidade de Busca\n" "Você sabia que pode usar a ferramenta de busca para encontrar rapidamente " -"uma configuração específica do Orca Slicer?" +"uma configuração específica do Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -16974,25 +16705,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Subtrair uma Peça\n" "Você sabia que pode subtrair uma malha da outra usando o modificador de peça " "negativa? Dessa forma, você pode, por exemplo, criar facilmente furos " -"redimensionáveis diretamente no Orca Slicer." +"redimensionáveis diretamente no Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Você sabia que pode melhorar a qualidade da impressão fatiando um arquivo " "STEP ao invés de um STL?\n" -"Orca Slicer é compatível com arquivos STEP, gerando resultados mais suaves " +"Snapmaker Orca é compatível com arquivos STEP, gerando resultados mais suaves " "do que um STL em baixa resolução. Tente!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17152,405 +16883,6 @@ msgstr "" "aumentar adequadamente a temperatura da mesa aquecida pode reduzir a " "probabilidade de empenamento?" -#~ msgid "Cool Plate" -#~ msgstr "Mesa Fria" - -#~ msgid "Reverse on odd" -#~ msgstr "Inverter em ímpares" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Extruir perímetros, que tenham uma parte sobre um overhang, na direção " -#~ "reversa em camadas ímpares. Este padrão alternado pode melhorar " -#~ "drasticamente perímetros íngremes.\n" -#~ "\n" -#~ "Este ajuste também pode ajudar a reduzir a deformação da peça devido à " -#~ "redução das tensões nas paredes da peça." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Aplicar a lógica de perímetros reversos apenas em perímetros internos.\n" -#~ "\n" -#~ "Este ajuste reduz muito as tensões na peça, já que agora são distribuídas " -#~ "em direções alternadas. Isso deve reduzir a deformação da peça, mantendo " -#~ "a qualidade do perímetro externo. Este recurso pode ser muito útil para " -#~ "materiais propensos a deformações, como ABS/ASA, e também para filamentos " -#~ "elásticos, como TPU e Silk PLA. Também pode ajudar a reduzir a deformação " -#~ "em regiões flutuantes sobre suportes.\n" -#~ "\n" -#~ "Para que este ajuste seja mais eficaz, recomenda-se definir o Limiar " -#~ "Reverso como 0 para que todos os perímetros internos sejam impressos em " -#~ "direções alternadas em camadas ímpares, independentemente de seu grau de ." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Número de milímetros que o precisa ter para que a reversão seja " -#~ "considerada útil. Pode ser um % da largura do perímetro.\n" -#~ "O valor 0 permite a reversão em todas as camadas ímpares " -#~ "independentemente." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "A direção na qual os loops da perímetro são extrudados quando vistos de " -#~ "cima.\n" -#~ "\n" -#~ "Por padrão, todas as paredes são extrudadas no sentido anti-horário, a " -#~ "menos que o Reverso em ímpar esteja ativado. Definir isso como qualquer " -#~ "opção que não seja Automático forçará a direção do perímetro, " -#~ "independentemente do Reverso em ímpar.\n" -#~ "\n" -#~ "Esta opção será desativada se o modo de vaso espiral estiver ativado." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Ao imprimir por Objeto, o extrusor pode colidir com a saia.\n" -#~ "Portanto, redefina a camada da saia para 1 para evitar isso." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "A geometria será decimada antes de detectar ângulos agudos. Este " -#~ "parâmetro indica o comprimento mínimo da divergência para a decimação.\n" -#~ "0 para desativar" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Comece o ventilador este número de segundos antes do tempo de início do " -#~ "alvo (você pode usar segundos fracionários). Ele assume aceleração " -#~ "infinita para esta estimativa de tempo e só levará em conta os movimentos " -#~ "G1 e G0 (o ajuste de arco não é suportado).\n" -#~ "Não moverá comandos do ventilador de gcodes personalizados (eles " -#~ "funcionam como uma espécie de 'barreira').\n" -#~ "Não moverá comandos do ventilador para o início do gcode se o 'apenas " -#~ "gcode de início personalizado' estiver ativado.\n" -#~ "Use 0 para desativar." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Um escudo é útil para proteger uma impressão ABS ou ASA de empenamento e " -#~ "de se descolar da mesa de impressão devido à corrrentes de ar. " -#~ "Normalmente, só é necessária com impressoras abertas, ou seja, sem câmara " -#~ "fechada. \n" -#~ "\n" -#~ "Opções:\n" -#~ "Ativado = saia tem a mesma altura que o maior objeto a ser impresso.\n" -#~ "Limitado = saia tem altura especificada pela altura de saia.\n" -#~ "\n" -#~ "Nota: Com o escudo ativo, a saia será impressa na distância de saia do " -#~ "objeto. Portanto, se bordas estiverem ativas, pode se interceptar com " -#~ "eles. Para evitar isso, aumente o valor da distância da saia.\n" - -#~ msgid "Limited" -#~ msgstr "Limitada" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Comprimento mínimo de extrusão de filamento em mm ao imprimir a saia. " -#~ "Zero significa que esta característica está desabilitada.\n" -#~ "\n" -#~ "Usar um valor não zero é útil se a impressora estiver configurada para " -#~ "imprimir sem uma linha de limpeza." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Ajuste este valor para evitar que perímetros curtos e não fechados sejam " -#~ "impressos, o que poderia aumentar o tempo de impressão. Valores mais " -#~ "altos removem perímetros mais longos.\n" -#~ "\n" -#~ "NOTA: As superfícies inferior e superior não serão afetadas por este " -#~ "valor para evitar lacunas visuais no exterior do modelo. Ajuste o 'Limiar " -#~ "de um perímetro' nas configurações avançadas abaixo para ajustar a " -#~ "sensibilidade do que é considerado uma superfície superior. 'Limiar de um " -#~ "perímetro' só é visível se esta configuração estiver acima do valor " -#~ "padrão de 0,5, ou se superfícies superiores de uma única parede estiverem " -#~ "habilitadas." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Não filtrar pequenas pontes internas (beta)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Esta opção pode ajudar a reduzir o pillowing nas superfícies superiores " -#~ "em modelos fortemente inclinados ou curvos.\n" -#~ "\n" -#~ "Por padrão, pequenas pontes internas são filtradas e o preenchimento " -#~ "sólido interno é impresso diretamente sobre o preenchimento não sólido. " -#~ "Isso funciona bem na maioria dos casos, acelerando a impressão sem " -#~ "comprometer muito a qualidade da superfície superior. \n" -#~ "\n" -#~ "No entanto, em modelos fortemente inclinados ou curvos, especialmente " -#~ "quando a densidade de preenchimento não sólido é muito baixa, isso pode " -#~ "resultar em enrolamento do preenchimento sólido não suportado, causando " -#~ "pillowing.\n" -#~ "\n" -#~ "Ativar esta opção imprimirá uma camada de ponte interna sobre o " -#~ "preenchimento sólido interno ligeiramente não suportado. As opções abaixo " -#~ "controlam a quantidade de filtragem, ou seja, a quantidade de pontes " -#~ "internas criadas.\n" -#~ "\n" -#~ "Desativado - Desativa esta opção. Este é o comportamento padrão e " -#~ "funciona bem na maioria dos casos.\n" -#~ "\n" -#~ "Filtragem limitada - Cria pontes internas em superfícies fortemente " -#~ "inclinadas, evitando a criação de pontes internas desnecessárias. Isso " -#~ "funciona bem para a maioria dos modelos difíceis.\n" -#~ "\n" -#~ "Sem filtragem - Cria pontes internas em cada inclinação interna " -#~ "potencial. Esta opção é útil para modelos com superfície superior " -#~ "fortemente inclinada. No entanto, na maioria dos casos, cria pontes " -#~ "desnecessárias demais." - -#~ msgid "Shrinkage" -#~ msgstr "Retração" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Ativa o preenchimento de vão para as superfícies selecionadas. O " -#~ "comprimento mínimo do vão que será preenchida pode ser controlado a " -#~ "partir da opção de filtrar pequenas s abaixo.\n" -#~ "\n" -#~ "Opções:\n" -#~ "1. Em todos os lugares: Aplica preenchimento de s às superfícies sólidas " -#~ "superior, inferior e interna\n" -#~ "2. Superfícies superior e inferior: Aplica preenchimento de s apenas às " -#~ "superfícies superior e inferior\n" -#~ "3. Em nenhum lugar: Desativa o preenchimento de s\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Diminua ligeiramente este valor (por exemplo, 0.9) para reduzir a " -#~ "quantidade de material para ponte, para melhorar a flacidez" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Este valor governa a espessura da camada interna da ponte. Esta é a " -#~ "primeira camada sobre o preenchimento. Diminua ligeiramente este valor " -#~ "(por exemplo, 0.9) para melhorar a qualidade da superfície sobre o " -#~ "preenchimento esparsamente." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Este fator afeta a quantidade de material para o preenchimento sólido " -#~ "superior. Você pode diminuí-lo ligeiramente para ter um acabamento de " -#~ "superfície suave" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Este fator afeta a quantidade de material para o preenchimento sólido " -#~ "inferior" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Ative esta opção para diminuir a velocidade de impressão em áreas onde " -#~ "podem existir potenciais perímetros curvados (warping)" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Velocidade de ponte e paredes compostas completamente de overhangs" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Velocidade da ponte interna. Se o valor for expresso como porcentagem, " -#~ "será calculado com base na velocidade da ponte. O valor padrão é 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tempo para carregar novo filamento ao trocar de filamento. Apenas para " -#~ "estatísticas" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Tempo para descarregar o filamento antigo ao trocar de filamento. Apenas " -#~ "para estatísticas" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) " -#~ "carregar um novo filamento durante uma troca de ferramenta (ao executar o " -#~ "código T). Este tempo é adicionado ao tempo total de impressão pelo " -#~ "estimador de tempo do G-code." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) " -#~ "descarregar um filamento durante uma troca de ferramenta (ao executar o " -#~ "código T). Este tempo é adicionado ao tempo total de impressão pelo " -#~ "estimador de tempo do G-code." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Filtrar vazios menores que o limite especificado" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Ative esta opção para controle de temperatura da câmara. Um comando M191 " -#~ "será adicionado antes de \"machine_start_gcode\"\n" -#~ "Comandos G-code: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Uma temperatura mais alta na câmara pode ajudar a suprimir ou reduzir o " -#~ "empenamento e potencialmente levar a uma maior resistência de ligação " -#~ "entre camadas para materiais de alta temperatura como ABS, ASA, PC, PA e " -#~ "assim por diante. Ao mesmo tempo, a filtragem de ar de ABS e ASA ficará " -#~ "pior. Para PLA, PETG, TPU, PVA e outros materiais de baixa temperatura, a " -#~ "temperatura real da câmara não deve ser alta para evitar obstruções, " -#~ "portanto, é altamente recomendável usar 0, que significa desligado" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Diâmetros de bico diferentes e diâmetros de filamento diferentes não são " -#~ "permitidos quando a Torre Prime está ativa." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "A prevenção de vazamento atualmente não é suportada com a Torre Prime " -#~ "ativa." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Profundidade de entrelaçamento de uma região segmentada. Zero desativa " -#~ "essa funcionalidade." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Extrusora da Torre Prime" - #~ msgid "Current association: " #~ msgstr "Associação atual: " @@ -17561,30 +16893,30 @@ msgstr "" #~ msgstr "Não associado a nenhum aplicativo" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Associar OrcaSlicer com links prusaslicer:// para que o Orca possa abrir " +#~ "Associar Snapmaker Orca com links prusaslicer:// para que o Orca possa abrir " #~ "modelos do Printable.com" #~ msgid "Associate bambustudio://" #~ msgstr "Associar bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Associar OrcaSlicer com bambustudio:// para que o Orca possa abrir " +#~ "Associar Snapmaker Orca com bambustudio:// para que o Orca possa abrir " #~ "modelos de makerworld.com" #~ msgid "Associate cura://" #~ msgstr "Associar cura://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Associar OrcaSlicer com links cura:// para que o Orca possa abrir modelos " +#~ "Associar Snapmaker Orca com links cura:// para que o Orca possa abrir modelos " #~ "do thingiverse.com" #~ msgid "" diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/Snapmaker_Orca_ru.po similarity index 91% rename from localization/i18n/ru/OrcaSlicer_ru.po rename to localization/i18n/ru/Snapmaker_Orca_ru.po index b4a99052f22..19282409ba7 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/Snapmaker_Orca_ru.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: OrcaSlicer V2.2.0-beta2\n" +"Project-Id-Version: Snapmaker Orca V2.0.0 Official Release\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" -"PO-Revision-Date: 2024-09-25 22:36+0700\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" +"PO-Revision-Date: 2024-06-19 16:50+0700\n" "Last-Translator: \n" "Language-Team: Andylg \n" "Language: ru_RU\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.4.2\n" msgid "Supports Painting" msgstr "Рисование поддержек" @@ -663,7 +663,7 @@ msgid "Angle" msgstr "Угол" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Глубина\n" @@ -1137,13 +1137,13 @@ msgstr "Открытый контур с заливкой" msgid "Undefined stroke type" msgstr "Неопределенный тип обводки" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" "Контур не может быть исправлен от проблемы самопересечения и дублирующихся " "точек." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "У конечной фигуры имеется самопересечение или несколько точек с одинаковыми " @@ -1375,8 +1375,8 @@ msgstr "Не указано" msgid "%1% was replaced with %2%" msgstr "%1% было заменено на %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "Возможно, эта конфигурация создана в более новой версии OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "Возможно, эта конфигурация создана в более новой версии Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Некоторые значения были заменены. Пожалуйста, проверьте их:" @@ -1404,28 +1404,28 @@ msgstr "" "распознаны." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer завершает работу из-за нехватки памяти. Возможно, это баг " +"Snapmaker Orca завершает работу из-за нехватки памяти. Возможно, это баг " "программы. Будем признательны, если вы сообщите о проблеме нашей команде." msgid "Fatal error" msgstr "Критическая ошибка" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer завершит работу из-за ошибки локализации. Будем признательны, " +"Snapmaker Orca завершит работу из-за ошибки локализации. Будем признательны, " "если вы сообщите о конкретном сценарии возникновения этой проблемы." msgid "Critical error" msgstr "Критическая ошибка" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "Неизвестная ошибка OrcaSlicer : %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Неизвестная ошибка Snapmaker Orca : %1%" msgid "Untitled" msgstr "Без названия" @@ -1444,11 +1444,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Сбой подключения к %s [Серийный №:%s, код=%s]!" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Для работы некоторых функций Orca Slicer требуется Microsoft WebView2 " +"Для работы некоторых функций Snapmaker Orca требуется Microsoft WebView2 " "Runtime.\n" "Нажмите Да, чтобы установить." @@ -1474,7 +1474,7 @@ msgid "Click to download new version in default browser: %s" msgstr "" "Нажмите OK, чтобы загрузить последнюю версию в браузере по умолчанию: %s" -msgid "The Orca Slicer needs an upgrade" +msgid "The Snapmaker Orca needs an upgrade" msgstr "Orca Slice нуждается в обновлении." msgid "This is the newest version." @@ -1484,13 +1484,13 @@ msgid "Info" msgstr "Информация" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Возможно, файл конфигурации OrcaSlicer повреждён и не может быть обработан.\n" -"OrcaSlicer попытался воссоздать файл конфигурации.\n" +"Возможно, файл конфигурации Snapmaker Orca повреждён и не может быть обработан.\n" +"Snapmaker Orca попытался воссоздать файл конфигурации.\n" "Обратите внимание, что настройки приложения будут потеряны, но профили " "принтера не будут затронуты." @@ -1523,7 +1523,7 @@ msgid "Some presets are modified." msgstr "В некоторых профилях имеются изменения." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Вы можете сохранить изменённые профили в новом проекте, отменить или " @@ -1539,10 +1539,10 @@ msgid "Open Project" msgstr "Открыть проект" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Слишком старая версия Orca Slicer. Для корректной работы обновите программу " +"Слишком старая версия Snapmaker Orca. Для корректной работы обновите программу " "до последней версии." msgid "Privacy Policy Update" @@ -1608,11 +1608,11 @@ msgstr "Открыть" msgid "Rename" msgstr "Переименовать" -msgid "Orca Slicer GUI initialization failed" +msgid "Snapmaker Orca GUI initialization failed" msgstr "Ошибка инициализации графического интерфейса приложения" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Критическая ошибка, обнаружено исключение: %1%" msgid "Quality" @@ -1995,9 +1995,6 @@ msgstr "Упростить полигональную сетку" msgid "Center" msgstr "По центру" -msgid "Drop" -msgstr "Опустить на стол" - msgid "Edit Process Settings" msgstr "Редактировать настройки процесса печати" @@ -2125,7 +2122,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Это действие приведёт к удалению информации о разрезе.\n" "После этого согласованность модели не может быть гарантирована.\n" @@ -2139,7 +2136,7 @@ msgstr "Удалить все соединения" msgid "Deleting the last solid part is not allowed." msgstr "Удаление последней твердотельной части не допускается." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Целевая модель едина и не может быть разделена на части." msgid "Assembly" @@ -2423,7 +2420,7 @@ msgid "Connection to printer failed" msgstr "Не удалось подключиться к принтеру" msgid "Please check the network connection of the printer and Orca." -msgstr "Пожалуйста, проверьте сетевое подключение принтера с OrcaSlicer." +msgstr "Пожалуйста, проверьте сетевое подключение принтера с Snapmaker Orca." msgid "Connecting..." msgstr "Подключение..." @@ -2527,7 +2524,7 @@ msgstr "" "Авторасстановка недоступна,\n" "т.к. все выбранные модели находятся на заблокированном столе." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Не выбрано моделей для расстановки." msgid "" @@ -2782,14 +2779,14 @@ msgstr "Copyright" msgid "License" msgstr "Лицензия" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer распространяется под лицензией " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca распространяется под лицензией " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public третьей версии" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer основан на PrusaSlicer и BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Библиотеки" @@ -2806,11 +2803,11 @@ msgstr "" msgid "About %s" msgstr "О %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer основан на проектах BambuStudio, PrusaSlicer и SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca основан на проектах BambuStudio, PrusaSlicer и SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "Bambu Studio основана на PrusaSlicer от компании PrusaResearch." @@ -3244,8 +3241,8 @@ msgstr "Запуск скриптов постобработки" msgid "Successfully executed post-processing script" msgstr "Скрипт постобработки успешно выполнен." -msgid "Unknown error occurred during exporting G-code." -msgstr "При экспорте в G-код произошла неизвестная ошибка." +msgid "Unknown error occured during exporting G-code." +msgstr "При экспорте G-кода произошла неизвестная ошибка." #, boost-format msgid "" @@ -3734,7 +3731,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Изменить эти настройки автоматически?\n" "Да - Изменить в «Обеспечивать верт. толщину оболочки» на значение " @@ -3778,6 +3775,13 @@ msgstr "" "ДА - Сохранить черновую башню\n" "НЕТ - Сохранить независимую высоту слоя поддержки" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"При печати по очереди экструдер может столкнуться с юбкой.\n" +"Чтобы избежать этого, сбросьте значение слоёв юбки до 1." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4848,12 +4852,6 @@ msgstr "Копия выбранного" msgid "Clone copies of selections" msgstr "Сделать копию выбранного" -msgid "Duplicate Current Plate" -msgstr "Дублировать печатную пластину" - -msgid "Duplicate the current plate" -msgstr "Дублировать текущую печатную пластину." - msgid "Select all" msgstr "Выбрать всё" @@ -4875,7 +4873,7 @@ msgstr "Ортогональный вид" msgid "Show &G-code Window" msgstr "&Показать окно G-кода" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Показать окно G-кода в окне предпросмотра" msgid "Show 3D Navigator" @@ -4903,13 +4901,6 @@ msgstr "Показать &нависания" msgid "Show object overhang highlight in 3D scene" msgstr "Подсвечивать нависания у модели в окне подготовки" -# ??? Показать контур выбранного -msgid "Show Selected Outline (Experimental)" -msgstr "Показать контур выбранной модели" - -msgid "Show outline around selected object in 3D scene" -msgstr "Отображение контура вокруг выбранных моделей в окне подготовки." - msgid "Preferences" msgstr "Параметры" @@ -4931,18 +4922,6 @@ msgstr "Проход 2" msgid "Flow rate test - Pass 2" msgstr "Тест скорости потока - 2-ой проход" -msgid "YOLO (Recommended)" -msgstr "YOLO (рекомендуется)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Калибровка скорости потока YOLO (шаг 0.01)" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (версия для перфекционистов)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Калибровка скорости потока YOLO (шаг 0.005)" - msgid "Flow rate" msgstr "Скорость потока" @@ -5116,7 +5095,7 @@ msgstr "Сейчас идёт загрузка. Пожалуйста, повто msgid "Printer camera is malfunctioning." msgstr "Камера принтера неисправна." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Возникла проблема. Пожалуйста, обновите прошивку принтера и повторите " "попытку." @@ -5173,11 +5152,11 @@ msgstr "Загрузка Virtual Camera Tools" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Уже работает одна виртуальная камера.\n" -"Orca Slicer поддерживает только одну виртуальную камеру.\n" +"Snapmaker Orca поддерживает только одну виртуальную камеру.\n" "Хотите остановить эту виртуальную камеру?" #, c-format, boost-format @@ -5307,7 +5286,7 @@ msgstr "Удалить файл '%s' с принтера?" msgid "Delete file" msgstr "Удалить файл" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Извлечение информации о модели..." msgid "Failed to fetch model information from printer." @@ -5317,11 +5296,11 @@ msgid "Failed to parse model information." msgstr "Не удалось обработать информацию о модели." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -"Файл .gcode.3mf не содержит данных G-кода. Используя Orca Slicer нарежьте " -"его и экспортируйте в новый файл .gcode.3mf." +"Файл .gcode.3mf не содержит G-кода. Пожалуйста, нарежьте его в программе " +"Snapmaker Orca и экспортируйте новый файл .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5584,8 +5563,7 @@ msgstr "" "\n" "Ошибка получения конфигурации OSS." -# ??? или Загрузка оставить? -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Отправка изображений" msgid "Number of images successfully uploaded" @@ -5703,24 +5681,24 @@ msgid "Newer 3mf version" msgstr "Новая версия 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "Версия этого 3mf файла сохранена в бета-версии приложения и она новее вашей " -"текущей версии OrcaSlicer." +"текущей версии Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Если хотите попробовать бета-версию Orca Slicer, вы можете нажать на" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Если хотите попробовать бета-версию Snapmaker Orca, вы можете нажать на" msgid "Download Beta Version" msgstr "Скачать бета-версию" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "Версия файла 3mf новее, чем ваша текущая версия Orca Slicer." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "Версия файла 3mf новее, чем ваша текущая версия Snapmaker Orca." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Обновите Orca Slicer, чтобы включить все функции сохранённые в этом 3mf " +"Обновите Snapmaker Orca, чтобы включить все функции сохранённые в этом 3mf " "файле." msgid "Current Version: " @@ -6077,11 +6055,11 @@ msgstr "" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Имеются несколько неизвестных материалов, сопоставленных с общим профилем. " -"Обновите или перезапустите Orca Slicer, чтобы проверить наличие обновлений " +"Обновите или перезапустите Snapmaker Orca, чтобы проверить наличие обновлений " "системных профилей." #, boost-format @@ -6141,9 +6119,9 @@ msgstr "Свернуть боковую панель" msgid "Loading file: %s" msgstr "Загрузка файла: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"Этот 3mf создан не в OrcaSlicer, поэтому загрузятся только данные геометрии." +"Этот 3mf создан не в Snapmaker Orca, поэтому загрузятся только данные геометрии." msgid "Load 3mf" msgstr "Загрузка 3mf" @@ -6414,10 +6392,10 @@ msgid "Project downloaded %d%%" msgstr "Проект загружен %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Не удалось импортировать в Orca Slicer. Загрузите файл и импортируйте его " +"Не удалось импортировать в Snapmaker Orca. Загрузите файл и импортируйте его " "вручную." msgid "Import SLA archive" @@ -6621,7 +6599,7 @@ msgstr "Подсказки:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "Функция «Починить модель» в настоящее время доступна только в Windows. " "Пожалуйста, почините модель с помощью Bambu Studio (Windows) или в другой " @@ -6670,8 +6648,8 @@ msgstr "Выбор папки загрузки" msgid "Associate" msgstr "Ассоциация" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "с OrcaSlicer, чтобы она могла открывать модели сразу с" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "" msgid "Current Association: " msgstr "Текущая ассоциация: " @@ -6731,7 +6709,7 @@ msgstr "" "Единицы \n" "измерения" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "Запускать только один экземпляр программы" msgid "" @@ -6745,8 +6723,8 @@ msgstr "" "экземпляра." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" "Если включено, разрешена работа только одного экземпляра той же самой версии " @@ -6822,10 +6800,10 @@ msgstr "" "Если включено, будут показываться уведомления с полезном советом при запуске " "приложения." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Объём очистки: автопересчёт при каждом изменении цвета" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Если включено, выполняется автоматический перерасчёт объёма очистки при " "каждом изменении цвета." @@ -6859,12 +6837,6 @@ msgstr "" "Если включено, вы сможете управлять несколькими устройствами и отправлять " "задания на печать на несколько устройств одновременно." -msgid "Auto arrange plate after cloning" -msgstr "Авторасстановка моделей при клонировании" - -msgid "Auto arrange plate after object cloning" -msgstr "Авторасстановка моделей на печатной пластине при клонировании." - msgid "Network" msgstr "Сеть" @@ -6883,38 +6855,38 @@ msgstr "Синхронизация системных данных." msgid "Clear my choice on the unsaved presets." msgstr "Очистить мой выбор от несохранённых профилей." -msgid "Associate files to OrcaSlicer" -msgstr "Сопоставление типов файлов с OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Сопоставление типов файлов с Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Ассоциировать файлы .3mf с OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Ассоциировать файлы .3mf с Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"Если включено, назначает Snapmaker Orca в качестве приложения по умолчанию для " "открытия .3mf файлов." -msgid "Associate .stl files to OrcaSlicer" -msgstr "Ассоциировать файлы .stl с OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Ассоциировать файлы .stl с Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"Если включено, назначает Snapmaker Orca в качестве приложения по умолчанию для " "открытия .stl файлов." -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Ассоциировать файлы .step/.stp с OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Ассоциировать файлы .step/.stp с Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"Если включено, назначает Snapmaker Orca в качестве приложения по умолчанию для " "открытия .step файлов." -msgid "Associate web links to OrcaSlicer" -msgstr "Сопоставление веб-ссылок с OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Сопоставление веб-ссылок с Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Ассоциировать URL-адреса с OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Ассоциировать URL-адреса с Snapmaker Orca" msgid "Maximum recent projects" msgstr "Максимальное количество недавних проектов" @@ -6941,7 +6913,7 @@ msgstr "" msgid "every" msgstr "каждые" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Время резервного копирования в секундах." msgid "Downloads" @@ -7158,7 +7130,7 @@ msgstr "Отправка 3mf" msgid "Jump to model publish web page" msgstr "Перейти на веб-страницу публикации модели" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Примечание: подготовка может занять несколько минут. Пожалуйста, наберитесь " "терпения." @@ -7512,8 +7484,8 @@ msgstr "Выбранный принтер несовместим с выбран msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Перед отправкой на SD-карту, сначала вставьте её в принтер." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Принтер должен находиться в одной локальной сети с Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Принтер должен находиться в одной локальной сети с Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "Принтер не поддерживает отправку на SD-карту." @@ -7590,17 +7562,17 @@ msgstr "Условия использования" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" -"Благодарим вас за покупку устройства Bambu Lab. Перед использованием " -"устройства Bambu Lab ознакомьтесь с правилами и условиями. Нажимая на кнопку " -"«Согласие на использование устройства Bambu Lab», вы соглашаетесь соблюдать " -"Политику конфиденциальности и Условия использования (далее - «Условия»). " -"Если вы не соблюдаете или не согласны с Политикой конфиденциальности Bambu " -"Lab, пожалуйста, не пользуйтесь оборудованием и услугами Bambu Lab." +"Перед использованием устройства Bambu Lab ознакомьтесь с правилами и " +"условиями. Нажимая на кнопку \"Согласие на использование устройства Bambu Lab" +"\", вы соглашаетесь соблюдать Политику конфиденциальности и Условия " +"использования (далее - \"Условия\"). Если вы не соблюдаете или не согласны с " +"Политикой конфиденциальности Bambu Lab, пожалуйста, не пользуйтесь " +"оборудованием и услугами Bambu Lab." msgid "and" msgstr "и" @@ -7679,7 +7651,7 @@ msgstr "" "Нажмите, чтобы сбросить все настройки до последнего сохраненного профиля." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Для плавного таймлапса требуется черновая башня. На модели без использования " @@ -7880,21 +7852,12 @@ msgstr "Пруток для поддержки" msgid "Tree supports" msgstr "Древовидная поддержка" -msgid "Multimaterial" -msgstr "ММ принтер" +msgid "Skirt" +msgstr "Юбка" msgid "Prime tower" msgstr "Черновая башня" -msgid "Filament for Features" -msgstr "Пруток для элементов" - -msgid "Ooze prevention" -msgstr "Предотвращение течи материала" - -msgid "Skirt" -msgstr "Юбка" - msgid "Special mode" msgstr "Специальные режимы" @@ -7952,9 +7915,6 @@ msgstr "" "Рекомендуемый диапазон температуры сопла для данной пластиковой нити. 0 " "значит не задано." -msgid "Flow ratio and Pressure Advance" -msgstr "Коэффициент потока и Pressure Advance" - msgid "Print chamber temperature" msgstr "Температура в камере" @@ -8080,6 +8040,9 @@ msgstr "Стартовый G-код прутка" msgid "Filament end G-code" msgstr "Завершающий G-код прутка" +msgid "Multimaterial" +msgstr "Экструдер ММ" + msgid "Wipe tower parameters" msgstr "Параметры черновой башни" @@ -8168,43 +8131,14 @@ msgstr "Максимальные ускорения" msgid "Jerk limitation" msgstr "Максимальные рывки" -# ????2 -msgid "Single extruder multi-material setup" -msgstr "Характеристики одноэкструдерного мультиматериального принтера" - -msgid "Number of extruders of the printer." -msgstr "Количество экструдеров у принтера." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Выбран одноэкструдерный мультиматериальный принтер, \n" -"поэтому все экструдеры должны иметь одинаковый диаметр.\n" -"Изменить диаметр всех экструдеров на значение диаметра сопла первого " -"экструдера?" - -msgid "Nozzle diameter" -msgstr "Диаметр сопла" +msgid "Single extruder multimaterial setup" +msgstr "Мультиматериальный одиночный экструдер" msgid "Wipe tower" msgstr "Черновая башня" -# ????2 Параметры замены материала в одноэкструдерном ММ принтере -# ???? Параметры экструдера в одноэкструдерном мультиматериальном принтере -# ???? Параметры для экструдера в одноэкструдерном мультиматериальном принтере -# ???? Параметры для одноэкструдерной мультиматериальном печати -msgid "Single extruder multi-material parameters" -msgstr "Параметры одноэкструдерного мультиматериального принтера" - -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"Это одноэкструдерный мультиматериальный принтер, диаметры всех экструдеров " -"будут установлены на новое значение. Продолжить?" +msgid "Single extruder multimaterial parameters" +msgstr "Параметры мультиматериального одиночного экструдера" msgid "Layer height limits" msgstr "Ограничение высоты слоя" @@ -8625,12 +8559,11 @@ msgid "Flushing volumes for filament change" msgstr "Объёмы очистки при смене пластиковой нити" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Программа будет пересчитывать объёмы очистки каждый раз при изменении цвета " -"пластиковой нити или её смены. Это можно отключить в меню Orca Slicer > " -"Параметры." +"пластиковых нитей. Это можно отключить в меню Snapmaker Orca > Параметры." msgid "Flushing volume (mm³) for each filament pair." msgstr "" @@ -8679,7 +8612,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Отсутствует компонент BambuSource зарегистрированный для воспроизведения " "медиафайлов! Переустановите BambuStutio или обратитесь за помощью в службу " @@ -8695,11 +8628,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "В вашей системе отсутствуют кодеки H.264 для GStreamer, которые необходимы " "для воспроизведения видео. Попробуйте установить пакеты gstreamer1.0-plugins-" -"bad или gstreamer1.0-libav, а затем перезапустите Orca Slicer." +"bad или gstreamer1.0-libav, а затем перезапустите Snapmaker Orca." msgid "Bambu Network plug-in not detected." msgstr "Сетевой плагин Bambu не обнаружен." @@ -8990,16 +8923,16 @@ msgid "Network plug-in update" msgstr "Обновление сетевого плагина" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Orca Slicer." +"Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Snapmaker Orca." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Доступен новый сетевой плагин (%s). Хотите установить?" -msgid "New version of Orca Slicer" -msgstr "Доступна новая версия Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Доступна новая версия Snapmaker Orca" msgid "Skip this Version" msgstr "Пропустить эту версию" @@ -9054,9 +8987,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Сбой подключения к локальной сети (отправка файла на печать)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Шаг 1. Пожалуйста, убедитесь, что Orca Slicer и ваш принтер находятся в " +"Шаг 1. Пожалуйста, убедитесь, что Snapmaker Orca и ваш принтер находятся в " "одной локальной сети." msgid "" @@ -9241,13 +9174,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Печать моделей невозможна. Возможно, они слишком маленькие." -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Модель(-и) находится очень близко к области предзарядки (область подготовки " -"экструдера). Убедитесь, что не произойдёт столкновения." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9477,14 +9403,6 @@ msgstr "" "Режим «Спиральная ваза» не работает, когда модель печатается несколькими " "материалами." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"После применения компенсации усадки, модель %1% начинает превышать " -"максимальную высоту области построения." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "Высота модели %1% превышает максимально допустимую области построения." @@ -9509,13 +9427,11 @@ msgstr "" "Функция переменной высоты слоя не совместима с органическими поддержками." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" -"Использование разных диаметров сопла и разных диаметров пластиковых нити " -"может привести к некорректной нарезке при включенной черновой башни. Этот " -"метод работы экспериментальный, поэтому, будьте осторожны при использовании." +"При включении черновой башни не допускается использования разных диаметров " +"сопел и разных диаметров пластиковой нити." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9525,11 +9441,10 @@ msgstr "" "относительная адресация экструдера (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" -"Предотвращение течи материала с помощью черновой башни поддерживается только " -"когда параметр «Одноэкструдерный мультиматериальный принтер» отключён." +"Предотвращение течи материала с помощью черновой башни в настоящее время не " +"поддерживается." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9700,13 +9615,6 @@ msgstr "" "Если хотите получить более высокие скорости, вы можете изменить это значение " "в настройках принтера (вкладка «Ограничение принтера»)." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"Компенсация усадка материала не будет использоваться, поскольку усадка " -"используемых материалов существенно отличается." - msgid "Generating skirt & brim" msgstr "Генерация юбки и каймы" @@ -9800,13 +9708,13 @@ msgid "Hostname, IP or URL" msgstr "Имя хоста, IP/URL-адрес" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer может загружать G-код файлы на хост принтера. В этом поле нужно " +"Snapmaker Orca может загружать G-код файлы на хост принтера. В этом поле нужно " "указать имя хоста, IP-адрес или URL-адрес хост-экземпляра принтера. Доступ к " "узлу печати на основе HAProxy с включенной базовой аутентификацией можно " "получить, указав имя пользователя и пароль в поле URL-адрес в следующем " @@ -9825,10 +9733,10 @@ msgid "API Key / Password" msgstr "API-ключ / Пароль" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer может загружать файл G-кода на хост принтера. Это поле должно " +"Snapmaker Orcaможет загружать файл G-кода на хост принтера. Это поле должно " "содержать API ключ или пароль, необходимые для проверки подлинности." msgid "Name of the printer" @@ -10037,8 +9945,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Минимальная толщина оболочки снизу в мм. Если толщина оболочки, рассчитанная " "по количеству сплошных слоёв снизу, меньше этого значения, количество " @@ -10053,51 +9961,24 @@ msgstr "Заполнять щели" # ??? Чет все сумбурно описано в анг. версии как-то msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Включает заполнение щелей (пробелов) для выбранных сплошных поверхностей. " -"Минимальной длиной пробела, который будет заполнен, можно управлять с " -"помощью нижерасположенной опции «Игнорировать небольшие щели».\n" -"\n" -"Опции:\n" -"1. Везде (заполнение будет применяется к верхним, нижним и внутренним " -"сплошным поверхностях)\n" -"2. Верхняя и нижняя поверхности (заполнение будет применяется только к " +"only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Включает заполнение пробелов для выбранных поверхностей. Минимальной длиной " +"пробела, который будет заполнен, можно управлять с помощью нижерасположенной " +"опции «Игнорировать небольшие пробелы».\n" +"Доступные режимы:\n" +"1. Везде (заполнение пробелов применяется на верхних, нижних и внутренних " +"сплошных поверхностях)\n" +"2. Верхняя и нижняя поверхности (заполнение пробелов применяется только к " "верхней и нижней поверхностям)\n" -"3. Нигде (заполнение будет отключено)\n" -"\n" -"Если хотите чтобы все заполнения щелей, в том числе сгенерированные " -"классическим генератором периметров, были удалены (т.е. не печатались), " -"установите высокое значение параметра «Игнорировать небольшие щели», " -"например, 999999. \n" -"\n" -"Однако это не рекомендуется, так как заполнение щелей между периметрами " -"делает модель прочнее. Если слишком много заполнений появляется между " -"периметрами, лучше переключиться на генератор периметров Arachne." +"3. Нигде (заполнение пробелов отключено)\n" msgid "Everywhere" msgstr "Везде" @@ -10136,7 +10017,7 @@ msgstr "Порог включения обдува на нависаниях" #, fuzzy, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -10171,19 +10052,12 @@ msgstr "Коэффициент потока мостов" # ???1 msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" "Параметр задаёт количество пластика, затрачиваемое для построения мостов. В " "большинстве случаев настроек по умолчанию достаточно, тем не менее, при " "печати некоторых моделей уменьшение параметра может сократить провисание " -"пластика при печати мостов.\n" -"\n" -"Фактический поток для моста рассчитывается путем умножения введенного здесь " -"значения на коэффициент потока прутка, и если он задан, на коэффициент " -"потока модели." +"пластика при печати мостов." msgid "Internal bridge flow ratio" msgstr "Коэффициент потока внутреннего моста" @@ -10192,20 +10066,12 @@ msgstr "Коэффициент потока внутреннего моста" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" "Это значение определяет толщину слоя внутреннего моста, печатаемого поверх " "разреженного заполнения. Немного уменьшите это значение (например 0,9), " "чтобы улучшить качество поверхности печатаемой поверх разреженного " -"заполнения.\n" -"\n" -"Фактический поток для внутреннего моста рассчитывается путем умножения " -"введенного здесь значения на коэффициент потока прутка, и если он задан, на " -"коэффициент потока модели." +"заполнения." msgid "Top surface flow ratio" msgstr "Коэффициент потока на верхней поверхности" @@ -10213,35 +10079,19 @@ msgstr "Коэффициент потока на верхней поверхно # ???1 msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" "Этот параметр задаёт количество выдавливаемого материала для верхнего " "сплошного слоя заполнения. Вы можете немного уменьшить его, чтобы получить " -"более гладкую поверхность.\n" -"\n" -"Фактический поток для сплошного заполнения нижней поверхности рассчитывается " -"путем умножения введенного здесь значения на коэффициент потока прутка, и " -"если он задан, на коэффициент потока модели." +"более гладкую поверхность." msgid "Bottom surface flow ratio" msgstr "Коэффициент потока на нижней поверхности" -# ???1 -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" "Этот параметр задаёт количество выдавливаемого материала для нижнего " -"сплошного слоя заполнения.\n" -"\n" -"Фактический поток для сплошного заполнения нижней поверхности рассчитывается " -"путем умножения введенного здесь значения на коэффициент потока прутка, и " -"если он задан, на коэффициент потока модели." +"сплошного слоя заполнения." msgid "Precise wall" msgstr "Точные периметры" @@ -10311,25 +10161,24 @@ msgstr "" "Создание дополнительных дорожек по периметру над крутыми нависаниями и " "участками, где мосты не могут быть закреплены. " -# ??? Реверс на чётных слоях нависаний -msgid "Reverse on even" -msgstr "Реверс на чётных слоях" +msgid "Reverse on odd" +msgstr "Реверс на нависаниях" msgid "Overhang reversal" msgstr "Реверс на нависаниях" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"Печать нависающих периметров в обратном направлении на чётных слоях. Такое " +"Печать нависающих периметров в обратном направлении на нечётных слоях. Такое " "чередование может значительно улучшить качество печати крутых нависаний.\n" "\n" -"Эта настройка также может помочь уменьшить деформацию детали за счёт " +"Эта настройка также может помочь уменьшить деформацию детали за счет " "уменьшения напряжений в её стенках." msgid "Reverse only internal perimeters" @@ -10345,9 +10194,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "Применяется логика реверса печати периметров только для внутренних " "периметров.\n" @@ -10361,8 +10210,8 @@ msgstr "" "\n" "Чтобы эта настройка была наиболее эффективной, рекомендуется установить " "параметр «Порог для реверса» равным 0, чтобы все внутренние периметры " -"печатались в чередующихся направлениях на чётных слоях независимо от степени " -"их нависания." +"печатались в чередующихся направлениях на нечётных слоях независимо от " +"степени их нависания." msgid "Bridge counterbore holes" msgstr "Мост для зенкованных отверстий" @@ -10398,10 +10247,11 @@ msgstr "Порог разворота на свесах" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Величина свеса периметра при которой она считается достаточной для активации " +"функции реверса печати нависаний.\n" +"Может быть задано как в процентах, так и в миллиметрах от ширины периметра." msgid "Classic mode" msgstr "Классический режим" @@ -10418,44 +10268,12 @@ msgstr "Включение динамического управления ск msgid "Slow down for curled perimeters" msgstr "Замедляться на изогнутых периметрах" -# ??? , скорость печати нависаний будет 100%-ая. -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"Включите эту опцию для замедления печати в тех областях, где периметры могут " -"закручиваться вверх. Например, при печати нависаний на острых углах, таких " -"как передняя часть корпуса кораблика Benchy. Будет применено дополнительное " -"замедление, что уменьшит закручивание, которое накапливается за несколько " -"слоёв.\n" -"\n" -"Рекомендуется включать эту параметр, если система охлаждения вашего принтера " -"слабая или скорость печати слишком высокая. При печати внешнего периметра с " -"высокой скоростью, этот параметр может вызвать небольшие артефакты при " -"замедлении из-за большой вариативности в скоростях печати. Если вы заметите " -"артефакты, проверьте, правильно ли задан коэффициент Pressure advance.\n" -"\n" -"Примечание: когда включено, нависающие периметры обрабатываются как " -"нависания, что означает что к ним будет применяться скорость печати " -"нависаний, даже если они является частью моста. Например, когда периметры " -"полностью нависают, не имея стенки, поддерживающей их снизу, будет " -"применяться 100%-ая скорость нависания." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"Включите эту опцию для замедления печати в тех областях, где потенциально " +"могут возникать изогнутые периметры." msgid "mm/s or %" msgstr "мм/с или %" @@ -10463,21 +10281,8 @@ msgstr "мм/с или %" msgid "External" msgstr "Внешние" -# ??? -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" -"Скорость печати наружных периметров моста.\n" -"\n" -"Кроме того, если отключена опция «Замедляться на изогнутых периметрах» или " -"включён «Классический режим» печати нависаний, то скорость печати будет " -"какой же, что и для нависающих периметров, которые имеют поддержку менее " -"13%, независимо от того, являются ли они частью моста или нависания." +msgid "Speed of bridge and completely overhang wall" +msgstr "Скорость печати мостов и периметров с полным нависанием." msgid "mm/s" msgstr "мм/с" @@ -10486,8 +10291,8 @@ msgid "Internal" msgstr "Внутренние" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" "Скорость печати внутреннего моста. Если задано в процентах, то значение " "вычисляться относительно скорости внешнего моста (bridge_speed). Значение по " @@ -10504,7 +10309,7 @@ msgstr "Тип каймы" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Этот параметр управляет формированием каймы на внешней/внутренней стороне " "моделей. Авто означает, что ширина каймы анализируется и рассчитывается " @@ -10540,8 +10345,8 @@ msgid "Brim ear detection radius" msgstr "Радиус обнаружения ушек каймы" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Геометрия модели будет упрощена перед обнаружением острых углов. Этот " @@ -10687,9 +10492,8 @@ msgstr "" "рекомендуется включить эту функцию. Однако при использовании сопел больших " "диаметров рекомендуется отключить эту опцию." -# ??? Фильтрация небольших внутренних мостов -msgid "Filter out small internal bridges (beta)" -msgstr "Отфильтровать небольшие внутренние мосты (beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Не отфильтровать небольшие внутренние мосты (beta)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10704,37 +10508,38 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" "Эта опция может помочь уменьшить образование эффекта «дырявой подушки» на " "верхних сильно наклонных поверхностях или изогнутых моделях.\n" "\n" -"По умолчанию, маленькие внутренние мосты отфильтровываются, а внутреннее " -"сплошное заполнение печатается непосредственно поверх разреженного " -"заполнения. В большинстве случаев это хорошо работает, ускоряя печать без " -"особого ущерба для качества верхней поверхности. Однако, на сильно наклонных " -"поверхностях или изогнутых моделях, особенно при низкой плотности " -"заполнения, это может привести к скручиванию неподдерживаемого сплошного " -"заполнения и образованию эффекта «дырявой подушки».\n" +"По умолчанию, маленькие внутренние мосты фильтруются и внутреннее сплошное " +"заполнение печатается непосредственно поверх разреженного заполнения. В " +"большинстве случаев это хорошо работает, ускоряя печать без особого ущерба " +"для качества верхней поверхности. Однако, на сильно наклонных поверхностях " +"или изогнутых моделях, особенно при низкой плотности заполнения, это может " +"привести к скручиванию неподдерживаемого сплошного заполнения и образованию " +"эффекта «дырявой подушки».\n" "\n" -"Отключение позволит печатать слой внутреннего моста над слабо поддерживаемым " +"Включение позволит печатать слой внутреннего моста над слабо поддерживаемым " "внутренним сплошным заполнением. Приведённые ниже параметры управляют " "степенью фильтрации, т.е. количеством создаваемых внутренних мостов.\n" "\n" -"Фильтрация включена по умолчанию и хорошо работает в большинстве случаев.\n" +"Отключение - отключает эту опцию. Это задано по умолчанию и в большинстве " +"случаев работает хорошо.\n" "\n" "Ограниченная фильтрация - создаёт внутренние мосты на сильно наклонных " "поверхностях, при этом избегая создания ненужных внутренних мостов. Это " @@ -10745,8 +10550,8 @@ msgstr "" "поверхностью. Однако в большинстве случаев этот вариант создаёт слишком " "много ненужных мостов." -msgid "Filter" -msgstr "Фильтровать" +msgid "Disabled" +msgstr "Отключено" msgid "Limited filtering" msgstr "Ограниченная фильтрация" @@ -10908,7 +10713,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10918,8 +10723,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10969,7 +10774,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10992,15 +10797,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"Направление, в котором выдавливаются петли периметров при взгляде сверху " +"вниз.\n" +"\n" "По умолчанию все периметры выдавливаются против часовой стрелки, если не " -"включена опция «Реверс на чётных слоях». При установке этого параметра в " +"включена опция «Реверс на нависаниях». При установке этого параметра в " "значение, отличное от автоматического, направление периметров будет " -"задаваться независимо от опция «Реверс на чётных слоях»." +"задаваться независимо от опция «Реверс на нависаниях».\n" +"\n" +"Эта опция будет отключена, если включен режим спиральной вазы." msgid "Counter clockwise" msgstr "Против часовой стрелки" @@ -11048,7 +10858,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -11058,7 +10868,7 @@ msgstr "" "стола. Большинство принтеров из-за смещения датчика по оси XY не могут " "производить зондирование всей площади стола. Чтобы точка зондирования не " "выходила за пределы области стола, нужно правильно задать эти минимальные и " -"максимальные точки. OrcaSlicer следит за тем, чтобы значения " +"максимальные точки. Snapmaker Orca следит за тем, чтобы значения " "adaptive_bed_mesh_min/adaptive_bed_mesh_max не превышают эти минимальные/" "максимальные значения. Эту информацию можно получить у производителя " "принтера. По умолчанию установлено значение (-99999, -99999), которое " @@ -11072,7 +10882,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -11082,7 +10892,7 @@ msgstr "" "стола. Большинство принтеров из-за смещения датчика по оси XY не могут " "производить зондирование всей площади стола. Чтобы точка зондирования не " "выходила за пределы области стола, нужно правильно задать эти минимальные и " -"максимальные точки. OrcaSlicer следит за тем, чтобы значения " +"максимальные точки. Snapmaker Orca следит за тем, чтобы значения " "adaptive_bed_mesh_min/adaptive_bed_mesh_max не превышают эти минимальные/" "максимальные значения. Эту информацию можно получить у производителя " "принтера. По умолчанию установлено значение (-99999, -99999), которое " @@ -11136,30 +10946,11 @@ msgstr "" "При небольшом переливе или недоливе на поверхности, корректировка этого " "параметра поможет получить хорошую гладкую поверхность." -# ???1 Конечная величина потока модели - это введённое здесь значение, умноженное на коэффициент потока прутка. -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"Коэффициент пропорционального изменения величины потока подаваемого " -"пластика. Рекомендуемый диапазон значений от 0,95 до 1,05.\n" -"При небольшом переливе или недоливе на поверхности, корректировка этого " -"параметра поможет получить хорошую гладкую поверхность.\n" -"\n" -"Фактический поток модели рассчитывается путем умножения введенного здесь " -"значения на коэффициент потока прутка." - msgid "Enable pressure advance" msgstr "Включить Pressure advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Включить Pressure advance (прогнозирование давления). Результат " @@ -11170,146 +10961,6 @@ msgstr "" "Pressure advance (прогнозирование давления) в прошивки Klipper, это одно и " "тоже что Linear advance в прошивке Marlin." -msgid "Enable adaptive pressure advance (beta)" -msgstr "Включить адаптивное Pressure advance (beta)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Было замечено, что с увеличением скорости печати (а следовательно, " -"увеличением потока через сопло) и увеличением ускорений, эффективное " -"значение Pressure advance обычно уменьшается. Это означает, что одинаковое " -"значение коэффициента PA не всегда на 100% оптимально для всех элементов, и " -"обычно используется компромиссное значение, которое не вызывает слишком " -"сильных выпуклостей на элементах с более низкой скоростью потока и " -"ускорениями, а также не вызывает пробелов на более быстрых элементах.\n" -"\n" -"Данная функция призвана устранить это ограничение путем моделирования " -"реакции экструзионной системы вашего принтера в зависимости от объёмной " -"скорости потока и ускорения, с которыми происходит печать. Внутри системы " -"генерируется модель, которая позволяет экстраполировать необходимое значение " -"Pressure advance для любой заданной объёмной скорости потока и ускорения, " -"которое затем подаётся на принтер в зависимости от текущих условий печати.\n" -"\n" -"Если включено, значение Pressure advance, указанное выше, переопределяется. " -"Однако настоятельно рекомендуется использовать разумное значение по " -"умолчанию, указанное выше, в качестве запасного варианта и при смене " -"инструмента.\n" -"\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Измеренные значения адаптивного Pressure advance (beta)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"Впишите через запятую наборы значений Pressure advance, объёмных скоростей " -"потока (далее просто поток) и ускорений, при которых они были измерены. По " -"одному набору значений в строке. Например\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"Как выполнить калибровку:\n" -"1. Проведите тест Pressure advance не менее чем на трёх скоростях для " -"каждого значения ускорения. Рекомендуется выполнить тест как минимум для " -"скорости внешних периметров, скорости внутренних периметров и самой высокой " -"скорости печати элементов в вашем профиле (обычно это разреженное или " -"сплошное заполнение). \n" -"Затем выполните тесты для тех же скоростей при самых медленных и самых " -"быстрых ускорениях печати, но не быстрее рекомендуемого максимального " -"ускорения, указанного в конфиге Klipper-а.\n" -"2. Запишите оптимальное значение Pressure advance для потока и ускорения. " -"Значение потока можно увидеть, выбрав «Поток» в раскрывающемся меню цветовой " -"схемы. Значение потока будет отображаться внизу на экране предпросмотра " -"нарезки. Идеальное значение PA должно уменьшаться с увеличением объёмного " -"потока. Если это не так, убедитесь, что ваш экструдер функционирует " -"правильно. Чем медленнее и с меньшим ускорением вы печатаете, тем больше " -"диапазон допустимых значений PA. Если разница не видна, используйте значение " -"PA из более быстрого теста.\n" -"3. Введите в текстовое поле здесь через запятую три значения - коэффициент " -"Pressure advance, значения потока и ускорения. Впишите столько наборов " -"значений сколько считаете нужным и сохраните профиль прутка. \n" -"\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Включить адаптивное Pressure advance на нависаниях (beta)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Включить адаптивное Pressure advance на нависаниях, а также при изменении " -"потока в пределах одного и того же элемента. Это экспериментальная опция, " -"так как неточное заданное значение PA может привести к проблемам с " -"однородностью на внешних поверхностях до и после нависаний.\n" - -msgid "Pressure advance for bridges" -msgstr "Коэф. Pressure advance для мостов" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Коэффициент Pressure advance для мостов. Установите 0 для отключения.\n" -"\n" -"Более низкое значение Pressure advance при печати мостов помогает уменьшить " -"появление небольшой недоэкструзии сразу после мостов. Это вызвано падением " -"давления в сопле при печати в воздухе, и более низкое значение Pressure " -"advance помогает предотвратить это." - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -11322,8 +10973,8 @@ msgid "Keep fan always on" msgstr "Вентилятор включён всегда" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Если включено, вентилятор охлаждения модели никогда не будет останавливаться " "и будет работать на минимальной скорости, чтобы сократить частоту его " @@ -11339,8 +10990,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11406,41 +11057,16 @@ msgstr "мм³/с" msgid "Filament load time" msgstr "Время загрузки прутка" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Время загрузки новой пластиковой нити при её смене. Применяется для " -"одноэкструдерных мультиматериальных принтеров. Для принтеров со сменой " -"инструмента или многоинструментальных принтеров оно обычно равно 0. Это " -"необходимо только для отображения статистической информации." +"Время загрузки новой пластиковой нити при её смене. Только для статистики." msgid "Filament unload time" msgstr "Время выгрузки прутка" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"Время выгрузки старой пластиковой нити при её смене. Применяется для " -"одноэкструдерных мультиматериальных принтеров. Для принтеров со сменой " -"инструмента или многоинструментальных принтеров оно обычно равно 0. Это " -"необходимо только для отображения статистической информации." - -msgid "Tool change time" -msgstr "Время смены инструмента" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Время, необходимое для переключения инструмента. Обычно применяется для " -"принтеров со сменой инструментов или многоинструментальных принтеров. Для " -"одноэкструдерных мультиматериальных принтеров значение обычно равно 0. Это " -"необходимо только для отображения статистической информации." +"Время выгрузки старой пластиковой нити при её смене. Только для статистики." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11454,7 +11080,7 @@ msgstr "Коэф. потока гранул" # ??????? PI это π? msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11470,8 +11096,8 @@ msgstr "" "\n" "диаметр прутка = √( (4 * коэф. потока гранул) / π )" -msgid "Shrinkage (XY)" -msgstr "Компенсация усадки по XY" +msgid "Shrinkage" +msgstr "Усадка материала" #, no-c-format, no-boost-format msgid "" @@ -11489,19 +11115,6 @@ msgstr "" "Убедитесь, что между моделями достаточно места, так как эта компенсация " "выполняется после проверок." -msgid "Shrinkage (Z)" -msgstr "Компенсация усадки по Z" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Введите процент усадки пластиковой нити, которую получит она после " -"охлаждения (пишите 94%, если вы намерили 94 мм, вместо 100 мм). Для " -"компенсации усадки деталь будет отмасштабированна по оси Z." - msgid "Loading speed" msgstr "Скорость загрузки" @@ -11553,25 +11166,6 @@ msgstr "" "Пруток охлаждается в охлаждающих трубках путём перемещения назад и вперёд. " "Укажите желаемое количество таких движений." -msgid "Stamping loading speed" -msgstr "Скорость загрузки при утрамбовке" - -msgid "Speed used for stamping." -msgstr "Скорость, используемая для утрамбовки." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" -"Расстояние от места формования конца, измеренное от центра охлаждающей трубки" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Если задано ненулевое значение, пруток перемещается к соплу между отдельными " -"охлаждающими движениями (\"утрамбовка\"). Эта опция определяет, как долго " -"должно продолжаться это движение, прежде чем пруток снова будет втянут." - msgid "Speed of the first cooling move" msgstr "Скорость первого охлаждающего движения" @@ -11585,13 +11179,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "После смены инструмента, точное положение вновь загруженного прутка внутри " "него может быть неизвестно, и давление прутка, вероятно, ещё не стабильно. " "Перед тем, как очистить печатающую головку в заполнение или в «жертвенную» " -"модель Orca Slicer всегда будет выдавливать это количество материала на " +"модель Snapmaker Orca всегда будет выдавливать это количество материала на " "черновую башню, чтобы обеспечить надёжную печать заполнения или «жертвенной» " "модели." @@ -11601,6 +11195,16 @@ msgstr "Скорость последнего охлаждающего движ msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Охлаждающие движения постепенно ускоряют до этой скорости." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает " +"пруток во время смены инструмента (при выполнении кода Т). Это время " +"добавляется к общему времени печати с помощью алгоритма оценки времени " +"выполнения G-кода." + msgid "Ramming parameters" msgstr "Параметры рэмминга" @@ -11611,14 +11215,24 @@ msgstr "" "Эта строка редактируется диалоговым окном рэмминга и содержит его конкретные " "параметры." -msgid "Enable ramming for multi-tool setups" -msgstr "Включить рэмминг для многоинструментального принтера" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает " +"пруток во время смены инструмента (при выполнении кода Т). Это время " +"добавляется к общему времени печати с помощью алгоритма оценки времени " +"выполнения G-кода." + +msgid "Enable ramming for multitool setups" +msgstr "Включить рэмминг для мультиинструментальных устройств" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Выполнять рэмминг при использовании многоинструментального принтера (т. е. " "когда в настройках принтера снят флажок «Одноэкструдерный ММ принтер»). При " @@ -11626,14 +11240,14 @@ msgstr "" "черновую башню непосредственно перед сменой инструмента. Эта опция " "используется только в том случае, если включена черновая башня." -msgid "Multi-tool ramming volume" -msgstr "Объём рэмминга многоинструментального принтера" +msgid "Multitool ramming volume" +msgstr "Объём рэмминга мультиинструмента" msgid "The volume to be rammed before the toolchange." msgstr "Объём рэмминга перед сменой инструмента." -msgid "Multi-tool ramming flow" -msgstr "Поток рэмминга многоинструментального принтера" +msgid "Multitool ramming flow" +msgstr "Поток рэмминга мультиинструмента" msgid "Flow used for ramming the filament before the toolchange." msgstr "Поток рэмминга пластиковой нити перед сменой инструмента." @@ -11676,7 +11290,7 @@ msgstr "Температура размягчения" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "При этой температуре материал размягчается, поэтому, когда температура стола " "равна или превышает её, настоятельно рекомендуется открыть переднюю дверцу и/" @@ -11786,7 +11400,7 @@ msgstr "Длина привязок разреженного заполнени msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11819,7 +11433,7 @@ msgstr "Максимальная длина привязок разреженн msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -12012,7 +11626,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Скорость, применяемая ко всем связующим слоях, чтобы высокой скоростью " "вентилятора ослабить сцепление между слоями.\n" @@ -12040,7 +11654,7 @@ msgid "Fuzzy skin thickness" msgstr "Толщина нечёткой оболочки" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Величина амплитуды дрожания (т.е. в обои направления) измеряемая " @@ -12051,7 +11665,7 @@ msgid "Fuzzy skin point distance" msgstr "Расстояние между точками нечёткой оболочки" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Среднее расстояние между случайными точками, которые вносятся в каждый " @@ -12072,16 +11686,8 @@ msgstr "Игнорировать небольшие щели" msgid "Layers and Perimeters" msgstr "Слои и периметры" -# ??? -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"Не заполнять щели, длина которого меньше указанного порога (в мм). Эта " -"настройка применяется к верхнему, нижнему и сплошному заполнению, а при " -"использовании классического генератора периметров - к заполнению щелей " -"стенок." +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Небольшие промежутки меньше указанного порога не будут заполняться." msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -12109,7 +11715,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -12216,9 +11822,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -12359,36 +11965,6 @@ msgstr "" "каждом слое, а на нескольких слоях сразу. \n" "Периметры по-прежнему печатаются с исходной высотой слоя." -msgid "Infill combination - Max layer height" -msgstr "Максимальная высота слоя (КЗ)" - -# ??? maximize sparse infill strength -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Максимальная высота слоя для комбинированного разреженного заполнения. \n" -"\n" -"Установите 0 или 100%, чтобы использовать значение диаметра сопла (для " -"максимального сокращения времени печати), или значение ~80% для увеличения " -"прочности разреженного заполнения. \n" -"\n" -"Количество слоёв, для которых объединяется заполнение, получается путем " -"деления этого значения на высоту слоя и округления до ближайшего десятичного " -"знака.\n" -"\n" -"Используйте либо абсолютные значения в мм (например, 0,32 мм для сопла 0,4 " -"мм), либо значения в % (например, 80%). Это значение не должно быть больше " -"диаметра сопла." - msgid "Filament to print internal sparse infill." msgstr "Пластиковая нить для печати заполнения." @@ -12422,7 +11998,7 @@ msgstr "Перекрытие заполнения с периметром на msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12457,17 +12033,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Глубина переплетения окрашенной области" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Глубина взаимного переплетения окрашенной области с основной моделью. Это " -"значительно увеличивает прочность соединения между частями детали при " -"мультиматериальной покраске.\n" -"При 0 и если «Глубина переплетения окрашенной области» будет больше значения " -"«Глубина проникновения окрашенной области», то переплетения не будет." +"Глубина взаимосвязи сегментированной области. Установите 0 для отключения " +"этой функции." msgid "Use beam interlocking" msgstr "Создать взаимосвязанную структуру" @@ -12898,6 +12467,9 @@ msgstr "" "сохранить минимальное время слоя, указанное выше, если включена опция " "«Замедлять печать для лучшего охлаждения слоёв»." +msgid "Nozzle diameter" +msgstr "Диаметр сопла" + msgid "Diameter of nozzle" msgstr "Диаметр сопла" @@ -12915,10 +12487,10 @@ msgid "Host Type" msgstr "Тип хоста" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer может загружать файл G-кода на хост принтера. Это поле должно " +"Snapmaker Orca может загружать файл G-кода на хост принтера. Это поле должно " "содержать тип хоста." msgid "Nozzle volume" @@ -12999,13 +12571,6 @@ msgstr "" "Это поможет снизить количество откатов при печати сложной модели и " "сэкономить время печати, но увеличит время нарезки и генерации G-кода." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Эта опция снижает температуру неактивных экструдеров для предотвращения течи " -"материала." - msgid "Filename format" msgstr "Формат имени файла" @@ -13055,9 +12620,6 @@ msgstr "" "Определяет процент нависания относительно ширины линии и использует разную " "скорость печати. Для 100%%-го свеса используется скорость печати мостов." -msgid "Filament to print walls" -msgstr "Пластиковая нить для печати периметров." - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -13099,20 +12661,14 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Если вы хотите обработать выходной G-код с помощью пользовательских " "скриптов, просто перечислите здесь абсолютные пути к ним. Разделяйте скрипты " "точкой с запятой. Скриптам будет передан абсолютный путь к файлу G-кода в " "качестве первого аргумента, и они смогут получить доступ к настройкам " -"конфигурации Orca Slicer, читая переменные окружения." - -msgid "Printer type" -msgstr "Тип принтера" - -msgid "Type of the printer" -msgstr "Тип принтера" +"конфигурации Snapmaker Orca, читая переменные окружения." msgid "Printer notes" msgstr "Примечания к принтеру" @@ -13120,9 +12676,6 @@ msgstr "Примечания к принтеру" msgid "You can put your notes regarding the printer here." msgstr "Здесь вы можете написать свои заметки о текущем принтере." -msgid "Printer variant" -msgstr "Модификация принтера" - msgid "Raft contact Z distance" msgstr "Зазор между подложкой и моделью" @@ -13165,7 +12718,7 @@ msgstr "" "деформации при печати ABS пластиком." msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -13360,7 +12913,7 @@ msgstr "Скорость извлечения при откате" msgid "Speed of retractions" msgstr "Скорость извлечения материала при откате." -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Скорость заправки при откате" msgid "" @@ -13582,15 +13135,15 @@ msgid "Wipe before external loop" msgstr "Очистка перед печатью внешнего периметра" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Чтобы минимизировать возможную переэкструзию в начале внешнего периметра при " "порядке печати «Внешний/Внутренний» или «Внутренний/Внешний/Внутренний», " @@ -13621,17 +13174,6 @@ msgstr "Расстояние до юбки" msgid "Distance from skirt to brim or object" msgstr "Расстояние между юбкой и каймой, или моделью." -msgid "Skirt start point" -msgstr "Начальная точка юбки" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Угол между центром модели и начальной точкой юбки. Угол 0 соответствует " -"самой правой позиции, положительный угол отсчитывается против часовой " -"стрелки." - msgid "Skirt height" msgstr "Слоёв юбки" @@ -13646,45 +13188,33 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" "Защитный кожух полезен для защиты материалов типа ABS, ASA от деформации и " "отрыва от стола из-за внешнего воздушного потока. Обычно защитный кожух " -"необходим только для принтеров без термокамеры.\n" +"необходим только для принтеров без камеры.\n" +"\n" +"Опции:\n" +"Включено - высота юбки равна высоте самой высокой модели.\n" +"Ограничено - высота юбки задается параметром «Слоёв юбки».\n" "\n" -"Если включено, то высота юбки будет равна высоте самой высокой модели, иначе " -"используется значение «Слоёв юбки».\n" "Примечание: при включённом защитном кожухе, юбка будет печататься на " "расстоянии от модели, которое задаётся параметром «Расстояние до юбки». Если " -"активна кайма, она может пересекаться с юбкой. Чтобы избежать этого, " +"активны кайма, она может пересекаться с юбкой. Чтобы избежать этого, " "увеличьте значение «Расстояние до юбки».\n" -msgid "Disabled" -msgstr "Отключено" +msgid "Limited" +msgstr "Ограничено" msgid "Enabled" msgstr "Включено" -msgid "Skirt type" -msgstr "Тип юбки" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Выбор типа печатаемой юбки - одна общая для всех моделей или отдельные юбки " -"для каждой модели." - -msgid "Combined" -msgstr "Общая" - -msgid "Per object" -msgstr "Для каждой модели" - msgid "Skirt loops" msgstr "Петель юбки" @@ -13706,17 +13236,12 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" -"Минимальное количество пластика, которое должно быть выдавлено при печати " -"юбки в миллиметрах. 0 - функция отключена.\n" +"Минимальная длина экструзии в мм при печати юбки. 0 - функция отключена.\n" "\n" -"Необходимо, если принтер настроен на печать без стартовой линии очистки " -"сопла.\n" -"При расстановке или проверке расстояния между моделями игнорируется конечное " -"число петель юбки, поэтому если их недостаточно, то увеличьте их количество." +"Использование ненулевого значения полезно, если принтер настроен на печать " +"без стартовой линии очистки сопла." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13736,12 +13261,6 @@ msgstr "" "Область с разреженным заполнением, размер которого меньше этого порогового " "значения, заменяется сплошным заполнением." -msgid "Solid infill" -msgstr "Сплошное заполнение" - -msgid "Filament to print solid infill" -msgstr "Пластиковая нить для печати сплошного заполнения." - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13768,8 +13287,8 @@ msgid "Smooth Spiral" msgstr "Сглаживать спиральные контуры" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Опция сглаживает перемещение по осям X и Y, в результате чего шов " "отсутствует даже в направлении XY на невертикальных периметрах." @@ -13809,41 +13328,6 @@ msgstr "Обычный" msgid "Temperature variation" msgstr "Колебания температуры" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Разница температур, которая будет применяться, когда экструдер не активен. " -"Значение не используется, если для параметра «Температура " -"ожидания» ('idle_temperature') в настройках пластиковой нити установлено " -"ненулевое значение." - -msgid "Preheat time" -msgstr "Время преднагрева" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Чтобы сократить время ожидания после смены инструмента, Orca может " -"предварительно нагреть следующий инструмент, пока используется текущий. Эта " -"настройка задает время в секундах для преднагрева следующего инструмента. " -"Orca вставит команду M104 для преднагрева инструмента." - -msgid "Preheat steps" -msgstr "Шагов преднагрева" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Задание нескольких команд преднагрева (например, M104.1). Полезно только для " -"Prusa XL. Для других принтеров установите значение 1." - msgid "Start G-code" msgstr "Стартовый G-код" @@ -14194,15 +13678,9 @@ msgstr "" "органический). В то время как гибридный стиль создаёт структуру, схожую с " "обычную поддержкой при больших плоских нависаниях." -msgid "Default (Grid/Organic" -msgstr "По умолчанию (сетка/органический)" - msgid "Snug" msgstr "Аккуратный" -msgid "Organic" -msgstr "Органический" - msgid "Tree Slim" msgstr "Стройный (древ. поддержка)" @@ -14212,6 +13690,9 @@ msgstr "Крепкий (древ. поддержка)" msgid "Tree Hybrid" msgstr "Гибридный (древ. поддержка)" +msgid "Organic" +msgstr "Органический" + msgid "Independent support layer height" msgstr "Независимая высота слоя поддержки" @@ -14374,71 +13855,35 @@ msgid "Activate temperature control" msgstr "Вкл. контроль температуры" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Для автоматического поддержания температуры внутри термокамеры принтера " -"включите эту опцию. Эта опция активирует отправку команды M191 перед " -"стартовым G-кодом принтера (machine_start_gcode)\", которая устанавливает " -"температуру внутри термокамеры и ждёт её достижения. Так же, она отправляет " -"команду M141 в конце печати, чтобы отключить нагреватель камеры, если он " -"есть.\n" -"\n" -"Эта опция зависит от поддержки прошивкой команд M191 и M141, либо через " -"макросы, либо нативно, и обычно используется, когда имеется активный " -"нагреватель камеры." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Для контроля температуры в камере принтера включите эту опцию. Команда M191 " +"будет добавлена перед стартовый G-кодом принтера (machine_start_gcode).\n" +"G-код команда: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Температура в термокамере" # ??? msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"Для высокотемпературных материалов, таких как ABS, ASA, PC и PA, более " -"высокая температура внутри термокамеры может помочь уменьшить или даже " -"исключить коробление материала, и потенциально привести к повышению " -"прочности межслойного соединения. Однако в то же время более высокая " -"температура камеры снижает эффективность фильтрации воздуха при печати ABS и " -"ASA. \n" -"\n" -"Для PLA, PETG, TPU, PVA и других низкотемпературных материалов этот параметр " -"следует отключить , поскольку температура внутри термокамеры должна быть " -"низкой, чтобы избежать засорения хотэнда из-за размягчения материала в " -"термобарьере.\n" -"\n" -"Если параметр включён, он также устанавливает переменную с именем " -"chamber_temperature, которая может быть использована для передачи желаемой " -"температуры камеры в ваш макрос начала печати или макрос тепловой выдержки, " -"например, так: PRINT_START (другие переменные) " -"CHAMBER_TEMP=[chamber_temperature]. Это может быть полезно, если ваш принтер " -"не поддерживает команды M141/M191, или если вы хотите управлять тепловой " -"выдержки в макросе начала печати, если активный нагреватель термокамеры не " -"установлен." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"Более высокая температура в камере может помочь уменьшить или даже исключить " +"коробление материала. Так же это улучшает межслойное соединения у " +"высокотемпературных материалов, таких как ABS, ASA, PC, PA и т.д. (в то же " +"время фильтрация воздуха при печати ABS и ASA сделает её хуже). Для " +"низкотемпературных материалов, таких как PLA, PETG, TPU, PVA и т. д., " +"фактическая температура в камере не должна быть слишком высокой, чтобы " +"избежать засорения сопла, поэтому настоятельно рекомендуется установить " +"температуру в камере равной 0°C." msgid "Nozzle temperature for layers after the initial one" msgstr "Температура сопла при печати для слоёв после первого." @@ -14498,8 +13943,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Минимальная толщина оболочки сверху в мм. Если толщина оболочки, " "рассчитанная по количеству сплошных слоёв сверху, меньше этого значения, " @@ -14529,7 +13974,7 @@ msgid "Wipe Distance" msgstr "Расстояние очистки" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -14604,6 +14049,12 @@ msgstr "" "предотвращения опрокидывания черновой башни. Больший угол означает более " "широкое основание конуса." +msgid "Wipe tower purge lines spacing" +msgstr "Расстояние между линиями очистки черновой башни" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Расстояние между линиями очистки на черновой башне." + msgid "Maximum wipe tower print speed" msgstr "Макс. скорость печати черновой башни" @@ -14641,6 +14092,9 @@ msgstr "" "скоростях и что образование соплей при смене инструмента хорошо " "контролируется." +msgid "Wipe tower extruder" +msgstr "Экструдер черновой башни" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14696,36 +14150,6 @@ msgid "Maximal distance between supports on sparse infill sections." msgstr "" "Максимальное расстояние моста черновой башни на её разряженных участках." -msgid "Wipe tower purge lines spacing" -msgstr "Расстояние между линиями очистки черновой башни" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Расстояние между линиями очистки на черновой башне." - -msgid "Extra flow for purging" -msgstr "Дополнительный поток для очистки" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Дополнительный поток, используемый для линий очистки на черновой башне. В " -"результате линии очистки становятся толще или уже, чем обычно. Расстояние " -"между ними регулируется автоматически." - -msgid "Idle temperature" -msgstr "Температура ожидания" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Температура сопла в момент, когда для печати используется другое сопло. Этот " -"параметр используется только в том случае, если в настройках печати активна " -"функция «Предотвращение течи материала». Установите 0 для отключения." - msgid "X-Y hole compensation" msgstr "Компенсация размера отверстий по XY" @@ -14774,7 +14198,7 @@ msgstr "Предел обнаружения" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14815,7 +14239,7 @@ msgstr "Относительные координаты экструдера" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14926,9 +14350,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Отрегулируйте это значение, чтобы предотвратить печать коротких незамкнутых " @@ -14976,7 +14400,7 @@ msgstr "Обнаруживать узкую область сплошного з msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Этот параметр автоматически определяет узкую внутреннюю область сплошного " "заполнения. Если включено, для ускорения печати будет использоваться " @@ -15063,7 +14487,7 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Положение экструдера в начале пользовательского G-кода. Если " "пользовательский G-код перемещает экструдер в другое место, то информация о " @@ -15073,29 +14497,19 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Статус отката в начале пользовательского G-кода. Если пользовательский G-код " "перемещает ось экструдера, то информация о статусе отката должна " "записываться в данную переменную, чтобы программа корректно совершала " "подачу, при возврате контроля над процессом печати." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Доп. выдавливание" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "Запланированная дополнительная предзарядка экструдера после подачи." -msgid "Absolute E position" -msgstr "Абсолютные координаты экструдера" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" -"Текущее положение оси экструдера. Используется только при абсолютной " -"адресации экструдера." - msgid "Current extruder" msgstr "Текущий экструдер" @@ -15141,20 +14555,11 @@ msgstr "" msgid "Is extruder used?" msgstr "Используется ли экструдер?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Вектор логического значения, указывающий, используется ли данный экструдер " "при печати." -msgid "Has single extruder MM priming" -msgstr "Имеется предзарядка для одноэкструдерного ММ принтера" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" -"Используется ли в этой печати дополнительная область предзарядки для " -"одноэкструдерного ММ принтера?" - msgid "Volume per extruder" msgstr "Объём для каждого экструдера" @@ -15319,16 +14724,6 @@ msgstr "Имя физического принтера" msgid "Name of the physical printer used for slicing." msgstr "Имя физического принтера, используемого для нарезки." -msgid "Number of extruders" -msgstr "Количество экструдеров" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Общее количество экструдеров, независимо от того, используются ли они в " -"текущей печати." - msgid "Layer number" msgstr "Номер слоя" @@ -16321,8 +15716,8 @@ msgstr "Запуск однопоточного теста" msgid "Export Log" msgstr "Журнал экспорта" -msgid "OrcaSlicer Version:" -msgstr "Версия OrcaSlicer:" +msgid "Snapmaker Orca Version:" +msgstr "Версия Snapmaker Orca:" msgid "System Version:" msgstr "Версия ОС:" @@ -16330,11 +15725,11 @@ msgstr "Версия ОС:" msgid "DNS Server:" msgstr "DNS-сервер:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Тест доступности OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Тест доступности Snapmaker Orca(GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Тест доступности OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Тест доступности Snapmaker Orca(GitHub):" msgid "Test Bing.com" msgstr "Тест доступности Bing.com" @@ -16408,9 +15803,8 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Не выбран тип прутка, пожалуйста, выберите его заново." -# ??? serial? -msgid "Filament serial is not entered, please enter serial." -msgstr "Пожалуйста, введите серию пластиковой нити." +msgid "Filament serial is not inputed, please input serial." +msgstr "Пожалуйста, введите серию прутка." msgid "" "There may be escape characters in the vendor or serial input of filament. " @@ -16483,7 +15877,7 @@ msgstr "Импорт профиля" msgid "Create Type" msgstr "Создать тип" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Модель не найдена, выберите производителя." msgid "Select Model" @@ -16536,10 +15930,10 @@ msgstr "Путь к профилю не найден, пожалуйста, вы msgid "The printer model was not found, please reselect." msgstr "Модель принтера не найдена, пожалуйста, выберите заново." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Диаметр сопла не задан, пожалуйста, выберите заново." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Профиль принтера не найдена, выберите заново." msgid "Printer Preset" @@ -16572,9 +15966,8 @@ msgstr "" "В разделе «Область печати» на первой странице введено недопустимое значение. " "Проверьте введение значение перед созданием." -# ??? "Не введено имя или модель пользовательского принтера, пожалуйста, введите их. -msgid "The custom printer or model is not entered, please enter it." -msgstr "Пожалуйста, введите имя пользовательского принтера и модель." +msgid "The custom printer or model is not inputed, place input." +msgstr "Пожалуйста, введите имя пользовательского принтера или модель." msgid "" "The printer preset you created already has a preset with the same name. Do " @@ -16612,7 +16005,7 @@ msgstr "" "заново." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "Вы не выбрали или не ввели производителя и модель принтера." @@ -16739,7 +16132,7 @@ msgstr "" "Можно будет поделиться с другими пользователями." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Набор пользовательских профилей пластиковых нитей.\n" @@ -16976,7 +16369,7 @@ msgstr "Подключение к Duet успешно установлено." msgid "Could not connect to Duet" msgstr "Не удалось подключиться к Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Произошла неизвестная ошибка" msgid "Wrong password" @@ -17418,38 +16811,38 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" -"Температура в термокамере\n" -"Знаете ли вы, что OrcaSlicer поддерживает управление температурой внутри " -"термокамеры принтера?" +"Температура термокамеры\n" +"Знаете ли вы, что Snapmaker Orca поддерживает управление температурой в камере " +"принтера?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Калибровка\n" "Знаете ли вы, что калибровка принтера может творить чудеса? Ознакомьтесь с " -"нашим избранными калибровками в OrcaSlicer." +"нашим избранными калибровками в Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Вспомогательный вентилятор для охлаждения моделей\n" -"Знаете ли вы, что OrcaSlicer поддерживает управление вспомогательным " +"Знаете ли вы, что Snapmaker Orca поддерживает управление вспомогательным " "вентилятором для охлаждения моделей?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Вытяжной вентилятор\n" -"Знаете ли вы, что OrcaSlicer поддерживает управление вытяжным вентилятором?" +"Знаете ли вы, что Snapmaker Orca поддерживает управление вытяжным вентилятором?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -17472,11 +16865,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Использование горячих клавиш\n" -"Знаете ли вы, что в Orca Slicer имеется большой список горячих клавиш для " +"Знаете ли вы, что в Snapmaker Orca имеется большой список горячих клавиш для " "облегчения и ускорения работы с программой?" #: resources/data/hints.ini: [hint:Reverse on odd] @@ -17565,7 +16958,7 @@ msgid "" msgstr "" "Функция поиска\n" "Знаете ли вы, что используя инструментПоискможно быстро найти нужную " -"вам настройку Orca Slicer?" +"вам настройку Snapmaker Orca?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -17603,25 +16996,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Вычитание объёмов\n" "Знаете ли вы, что можно вычесть одну сетку из другой с помощью модификатора " "«Объём для вычитания»? Таким образом, например, отверстия в модели можно " -"создавать непосредственно в Orca Slicer." +"создавать непосредственно в Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Знаете ли вы, что можно улучшить качество печати, используя STEP файлы " "вместо STL?\n" -"Orca Slicer поддерживает нарезку STEP файлов, что обеспечивает более точное " +"Snapmaker Orca поддерживает нарезку STEP файлов, что обеспечивает более точное " "представление геометрии, чем при нарезке STL файлов." #: resources/data/hints.ini: [hint:Z seam location] @@ -17783,15 +17176,35 @@ msgstr "" "ABS, повышение температуры подогреваемого стола может снизить эту " "вероятность?" -# ??? Если установлено 0, то изменение направления будет происходить на каждом чётном слое, независимо от величина (длины ) свеса. -#, no-c-format, no-boost-format +#~ msgid "Associate prusaslicer://" +#~ msgstr "Ассоциация c prusaslicer://" + +#~ msgid "Not associated to any application" +#~ msgstr "Нет ассоциации ни с одним приложением" + +#~ msgid "" +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " +#~ "models from Printable.com" +#~ msgstr "" +#~ "Ассоциировать Snapmaker Orca с ссылками prusaslicer://, чтобы она могла " +#~ "открывать модели сразу с printable.com" + +#~ msgid "Associate bambustudio://" +#~ msgstr "Ассоциация c bambustudio://" + +#~ msgid "" +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " +#~ "models from makerworld.com" +#~ msgstr "" +#~ "Ассоциировать Snapmaker Orca с ссылками bambustudio://, чтобы она могла " +#~ "открывать модели сразу с makerworld.com" + +#~ msgid "Associate cura://" +#~ msgstr "Ассоциация c cura://" + #~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " +#~ "thingiverse.com" #~ msgstr "" -#~ "Величина свеса периметра при которой она считается достаточной для " -#~ "активации функции реверса печати нависаний. Может быть в мм или в % от " -#~ "ширины периметра.\n" -#~ "При нуле разворот будет на каждом чётном слое, независимо от величина " -#~ "свеса." +#~ "Ассоциировать Snapmaker Orca с ссылками bambustudio://, чтобы она могла " +#~ "открывать модели сразу с thingiverse.com" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/Snapmaker_Orca_sv.po similarity index 93% rename from localization/i18n/sv/OrcaSlicer_sv.po rename to localization/i18n/sv/Snapmaker_Orca_sv.po index c255febe9ca..8f8734c7a3d 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/Snapmaker_Orca_sv.po @@ -1,9 +1,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -640,7 +640,7 @@ msgid "Angle" msgstr "Vinkel" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Inbäddat djup" @@ -1100,11 +1100,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1330,7 +1330,7 @@ msgstr "Oidentifierad" msgid "%1% was replaced with %2%" msgstr "%1% ersättes med %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" msgid "Some values have been replaced. Please check them:" @@ -1355,7 +1355,7 @@ msgstr "" "Konfigurations fil “%1%” har laddats, men vissa värden känns inte igen." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" @@ -1363,7 +1363,7 @@ msgid "Fatal error" msgstr "Allvarligt fel" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" @@ -1371,7 +1371,7 @@ msgid "Critical error" msgstr "Kritiskt fel" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" msgstr "" msgid "Untitled" @@ -1391,7 +1391,7 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Det gick inte att ansluta %s! [SN: %s, kod=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" @@ -1417,8 +1417,8 @@ msgstr "Konfigurationen laddas" msgid "Click to download new version in default browser: %s" msgstr "Tryck på ladda ner ny version ifrån standard webbläsaren: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer behöver uppdateras" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca behöver uppdateras" msgid "This is the newest version." msgstr "Det är den senaste versionen." @@ -1427,8 +1427,8 @@ msgid "Info" msgstr "Info" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1461,7 +1461,7 @@ msgid "Some presets are modified." msgstr "Några inställningar har ändrats." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Fortsätt med redigerings inställningarna till nytt projekt, avfärda dem " @@ -1478,10 +1478,10 @@ msgid "Open Project" msgstr "Öppna Projekt" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Versionen av Orca Slicer är för låg och behöver uppdateras till den senaste " +"Versionen av Snapmaker Orca är för låg och behöver uppdateras till den senaste " "versionen innan den kan användas normalt" msgid "Privacy Policy Update" @@ -1544,11 +1544,11 @@ msgstr "Öppna" msgid "Rename" msgstr "Döp om" -msgid "Orca Slicer GUI initialization failed" -msgstr "Orca Slicer GUI-initiering misslyckades" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Snapmaker Orca GUI-initiering misslyckades" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Allvarligt fel, undantag hittat: %1%" msgid "Quality" @@ -1924,9 +1924,6 @@ msgstr "Förenkla modellen" msgid "Center" msgstr "Center" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Redigera Process Inställningar" @@ -2045,7 +2042,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Denna åtgärd kommer att bryta en skuren korrespondens.\n" "Därefter kan inte modell konsistens garanteras .\n" @@ -2059,7 +2056,7 @@ msgstr "Ta bort alla kopplingar" msgid "Deleting the last solid part is not allowed." msgstr "Ej tillåtet att radera den senaste fasta delen." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Det valda objektet innehåller endast en del och kan inte delas." msgid "Assembly" @@ -2445,7 +2442,7 @@ msgstr "" "Alla valda objekt är på den låsta plattan,\n" "det går inte att auto-placera dessa objekten." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Inga placerbara objekt är valda." msgid "" @@ -2694,13 +2691,13 @@ msgstr "Upphovsrätt" msgid "License" msgstr "Licens" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer är licensierad under " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca är licensierad under " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, version 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2717,10 +2714,10 @@ msgstr "" msgid "About %s" msgstr "Om %s" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3140,7 +3137,7 @@ msgstr "Kör efterbearbetnings skript" msgid "Successfully executed post-processing script" msgstr "Successfully executed post-processing script" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "" #, boost-format @@ -3601,7 +3598,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3639,6 +3636,13 @@ msgstr "" "JA - Behåll Prime Torn\n" "NEJ - Behåll Oberoende Lagerhöjd på support" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Vid utskrift av objekt kan extrudern kollidera med en skirt.\n" +"Återställ därför skirt lagret till 1 för att undvika kollisioner." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4680,12 +4684,6 @@ msgstr "Kopia vald" msgid "Clone copies of selections" msgstr "Kopiera markeringen" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Välj allt" @@ -4707,7 +4705,7 @@ msgstr "Använd Ortogonal Vy" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4734,12 +4732,6 @@ msgstr "Visa & Överhäng" msgid "Show object overhang highlight in 3D scene" msgstr "Visa objektets överhäng i 3D-scen" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Inställningar" @@ -4761,18 +4753,6 @@ msgstr "Pass 2" msgid "Flow rate test - Pass 2" msgstr "Test av flödeshastighet - Godkänt 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Flödeshastighet" @@ -4939,7 +4919,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Printerns kamera fungerar inte som den ska." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Ett problem har uppstått. Uppdatera printerns programvara och försök igen." @@ -4985,11 +4965,11 @@ msgstr "Ladda ner Virtuella Kamerans Verktyg" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "En annan virtuell kamera körs.\n" -"Orca Slicer stöder endast en virtuell kamera.\n" +"Snapmaker Orca stöder endast en virtuell kamera.\n" "Vill du stoppa den här virtuella kameran?" #, c-format, boost-format @@ -5112,7 +5092,7 @@ msgstr "Vill du radera filen '%s' från skrivaren?" msgid "Delete file" msgstr "Radera fil" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Hämtar information om modellen..." msgid "Failed to fetch model information from printer." @@ -5122,7 +5102,7 @@ msgid "Failed to parse model information." msgstr "Det gick inte att analysera modellinformation" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" @@ -5384,7 +5364,7 @@ msgstr "Info" msgid "Get oss config failed." msgstr "Hämta konfigurationen för oss misslyckades." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Upload Pictures" msgid "Number of images successfully uploaded" @@ -5501,20 +5481,20 @@ msgid "Newer 3mf version" msgstr "Nyare 3mf version" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "Ladda ner betaversion" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5864,7 +5844,7 @@ msgstr "Det finns inga kompatibla filament och synkronisering utförs inte." msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" @@ -5925,8 +5905,8 @@ msgstr "" msgid "Loading file: %s" msgstr "Laddar fil: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "3mf kommer inte från Orca Slicer, laddar endast geometri data." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "3mf kommer inte från Snapmaker Orca, laddar endast geometri data." msgid "Load 3mf" msgstr "Ladda 3mf" @@ -6193,7 +6173,7 @@ msgid "Project downloaded %d%%" msgstr "Projektet har laddats ned %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" @@ -6393,7 +6373,7 @@ msgstr "Tips:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" #, c-format, boost-format @@ -6439,7 +6419,7 @@ msgstr "Välj Nedladdnings Register" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6495,7 +6475,7 @@ msgstr "Brittisk standard" msgid "Units" msgstr "Enheter" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6508,8 +6488,8 @@ msgstr "" "fall tillåter denna inställning endast en instans." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6568,10 +6548,10 @@ msgstr "Visa \"Dagens tips\" efter start" msgid "If enabled, useful hints are displayed at startup." msgstr "Om aktiverad visas användbara tips vid start." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Rensnings volymer: Beräkna automatiskt varje gång färgen ändras." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Om aktiverat, beräkna automatiskt varje gång färgen ändras." msgid "" @@ -6599,12 +6579,6 @@ msgstr "" "With this option enabled, you can send a task to multiple devices at the " "same time and manage multiple devices." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "" @@ -6625,31 +6599,31 @@ msgstr "Synkronisering av system" msgid "Clear my choice on the unsaved presets." msgstr "Rensa mitt val för de osparade förinställningarna." -msgid "Associate files to OrcaSlicer" -msgstr "Associerade filer till Orca Slicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Associerade filer till Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associerade .3mf files till Orca Slicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Associerade .3mf files till Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" -msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .3mf filer" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" +msgstr "Om aktiverad, väljs Snapmaker Orca som standard att öppna .3mf filer" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Associerade .stl filer till Orca Slicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Associerade .stl filer till Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" -msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .stl filer" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" +msgstr "Om aktiverad, väljs Snapmaker Orca som standard att öppna .stl filer" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Associera .step/.stp-filer till OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Associera .step/.stp-filer till Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" -msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .step filer" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" +msgstr "Om aktiverad, väljs Snapmaker Orca som standard att öppna .step filer" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6676,7 +6650,7 @@ msgstr "" msgid "every" msgstr "varje" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Säkerhetskopieringens varaktighet i sekunder." msgid "Downloads" @@ -6889,7 +6863,7 @@ msgstr "Laddar upp 3mf" msgid "Jump to model publish web page" msgstr "Växla till modell publicerings hemsidan" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Notera: Förberedelserna kan ta flera minuter. Vänligen vänta." msgid "Publish" @@ -7238,8 +7212,8 @@ msgstr "" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Ett MicroSD-kort måste sättas i innan du skickar till skrivaren." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Skrivaren måste finnas på samma LAN som Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Skrivaren måste finnas på samma LAN som Snapmaker Orca." msgid "The printer does not support sending to printer SD card." msgstr "Skrivaren har inte stöd för att skicka till skrivarens MicroSD kort." @@ -7316,8 +7290,8 @@ msgstr "Villkor och bestämmelser" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7406,7 +7380,7 @@ msgstr "" "förinställningen." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Prime tower krävs för smooth timelapse-läge. Det kan bli fel på modellen " @@ -7593,21 +7567,12 @@ msgstr "Support filament" msgid "Tree supports" msgstr "" -msgid "Multimaterial" +msgid "Skirt" msgstr "" msgid "Prime tower" msgstr "Prime torn" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "" - msgid "Special mode" msgstr "Special läge" @@ -7661,9 +7626,6 @@ msgstr "" "Rekommenderat nozzel temperaturs område för detta filament. 0 betyder inte " "fastställt" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "" @@ -7780,6 +7742,9 @@ msgstr "Filament start G-kod" msgid "Filament end G-code" msgstr "Filament stop G-kod" +msgid "Multimaterial" +msgstr "" + msgid "Wipe tower parameters" msgstr "" @@ -7866,31 +7831,13 @@ msgstr "Accelerations begränsning" msgid "Jerk limitation" msgstr "Jerk begränsning" -msgid "Single extruder multi-material setup" -msgstr "" - -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" +msgid "Single extruder multimaterial setup" msgstr "" -msgid "Nozzle diameter" -msgstr "Nozzel diameter" - msgid "Wipe tower" msgstr "" -msgid "Single extruder multi-material parameters" -msgstr "" - -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" +msgid "Single extruder multimaterial parameters" msgstr "" msgid "Layer height limits" @@ -8288,8 +8235,8 @@ msgid "Flushing volumes for filament change" msgstr "Rensnings volym för filament byte" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8333,7 +8280,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8344,7 +8291,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8633,7 +8580,7 @@ msgid "Network plug-in update" msgstr "Uppdatering av nätverks plugin" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Klicka på OK för att uppdatera Nätverks plugin programmet nästa gång Bambu " "Studio startar." @@ -8642,8 +8589,8 @@ msgstr "" msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "En ny nätverksplugin (%s) är tillgänglig. Vill du installera den?" -msgid "New version of Orca Slicer" -msgstr "Ny version av Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Ny version av Snapmaker Orca" msgid "Skip this Version" msgstr "Hoppa över denna version" @@ -8694,8 +8641,8 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN-anslutning misslyckades (skickar utskriftsfil)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." -msgstr "Steg 1: Bekräfta att Orca Slicer och din skrivare finns på samma LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." +msgstr "Steg 1: Bekräfta att Snapmaker Orca och din skrivare finns på samma LAN." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8782,7 +8729,7 @@ msgid "" msgstr "" "Firmware versionen är onormal. Reparation och uppdatering krävs före " "utskrift. Vill du uppdatera nu? Du kan också uppdatera senare på skrivaren " -"eller uppdatera nästa gång du startar Orca Slicer." +"eller uppdatera nästa gång du startar Snapmaker Orca." msgid "Extension Board" msgstr "Utöknings enhet" @@ -8876,11 +8823,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Inget objekt kan skrivas ut. Det kan vara för litet" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9095,12 +9037,6 @@ msgid "" msgstr "" "Spiral Vase läge fungerar inte när objektet innehåller mer än ett material." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "" @@ -9120,10 +9056,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Variabel lagerhöjd stöds inte med organiska support." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Olika nozzel diametrar och olika filament diametrar är inte tillåtna när " +"prime tower är aktiverat." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9133,9 +9070,9 @@ msgstr "" "(use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Förebyggande av läckage stöds för närvarande inte med prime tower aktiverat." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9262,11 +9199,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Skapar Skirt & Brim" @@ -9355,13 +9287,13 @@ msgid "Hostname, IP or URL" msgstr "Värdnamn, IP eller URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer kan ladda upp G-kod filer till en printer värd. Det här fältet " +"Snapmaker Orca kan ladda upp G-kod filer till en printer värd. Det här fältet " "ska innehålla värdnamn, IP-adress eller URL för printer värd platsen. Du kan " "få tillgång till printer värd till HAProxy med grundläggande autentisering " "aktiverad genom att ange användarnamn och lösenord i URL:en i följande " @@ -9380,10 +9312,10 @@ msgid "API Key / Password" msgstr "API Nyckel/Lösenord" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer kan ladda upp G-kod filer till en printer värd. Det här fältet " +"Snapmaker Orca kan ladda upp G-kod filer till en printer värd. Det här fältet " "ska innehålla API nyckeln eller lösenordet som krävs för autentisering." msgid "Name of the printer" @@ -9581,8 +9513,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Antal solida botten lager ökar om tjockleken beräknas om bottenskals lager " "är tunnare än detta värde. Detta kan undvikas genom att ha tunnare väggar " @@ -9593,31 +9525,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9658,7 +9573,7 @@ msgstr "Överhängs kylningens tröskel" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9690,11 +9605,10 @@ msgstr "Bridge/Brygg flöde" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Minska detta värde något (tex 0.9) för att minska material åtgång för " +"bridges/bryggor, detta för att förbättra kvaliteten" msgid "Internal bridge flow ratio" msgstr "" @@ -9702,11 +9616,7 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9714,20 +9624,15 @@ msgstr "Flödesförhållande för övre ytan" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Denna faktor påverkar mängden material för den övre solida fyllningen. Du " +"kan minska den något för att få en jämn ytfinish." msgid "Bottom surface flow ratio" msgstr "" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" msgid "Precise wall" @@ -9781,7 +9686,7 @@ msgid "" "bridges cannot be anchored. " msgstr "" -msgid "Reverse on even" +msgid "Reverse on odd" msgstr "" msgid "Overhang reversal" @@ -9789,7 +9694,7 @@ msgstr "" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9809,9 +9714,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9841,9 +9746,7 @@ msgstr "" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" msgid "Classic mode" @@ -9862,25 +9765,9 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" msgid "mm/s or %" @@ -9889,14 +9776,8 @@ msgstr "mm/s eller %." msgid "External" msgstr "" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Hastighet för bridges/bryggor och hela överhängs väggar" msgid "mm/s" msgstr "mm/s" @@ -9905,8 +9786,8 @@ msgid "Internal" msgstr "" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" msgid "Brim width" @@ -9920,7 +9801,7 @@ msgstr "Brim typ" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Detta styr genereringen av brim på modellens yttre och/eller inre sida. Auto " "innebär att brim bredd analyseras och beräknas automatiskt." @@ -9954,8 +9835,8 @@ msgid "Brim ear detection radius" msgstr "" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -10092,7 +9973,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10108,23 +9989,23 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" +msgid "Disabled" msgstr "" msgid "Limited filtering" @@ -10266,7 +10147,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10276,8 +10157,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10304,7 +10185,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10318,10 +10199,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10370,7 +10251,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10384,7 +10265,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10432,109 +10313,17 @@ msgstr "" "värdet är mellan 0.95 och 1.05. Du kan finjustera detta värde för att få en " "fin flat yta när visst överflöde eller underflöde finns" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Aktivera pressure advance" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10544,8 +10333,8 @@ msgid "Keep fan always on" msgstr "Behåll alltid fläkten på" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Om den här inställningen aktiveras, kommer en del kylfläkten aldrig stoppas " "och den kommer att åtminstone gå på lägsta hastighet för att minska " @@ -10561,8 +10350,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10616,29 +10405,17 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Inmatningstid för filament" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Ladda nytt filament vid byte av filament, endast för statistiska ändamål" msgid "Filament unload time" msgstr "Utmatningstid för filament" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Ladda ur gammalt filament vid byte av filament, endast för statistiska " +"ändamål" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10651,7 +10428,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10660,7 +10437,7 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" +msgid "Shrinkage" msgstr "" #, no-c-format, no-boost-format @@ -10672,16 +10449,6 @@ msgid "" "after the checks." msgstr "" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "" @@ -10726,21 +10493,6 @@ msgid "" "Specify desired number of these moves." msgstr "" -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "" @@ -10754,7 +10506,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" @@ -10764,6 +10516,12 @@ msgstr "" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + msgid "Ramming parameters" msgstr "" @@ -10772,23 +10530,29 @@ msgid "" "parameters." msgstr "" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + +msgid "Enable ramming for multitool setups" msgstr "" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "" msgid "The volume to be rammed before the toolchange." msgstr "" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "" msgid "Flow used for ramming the filament before the toolchange." @@ -10830,7 +10594,7 @@ msgstr "Mjuknings temperatur" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than this, it's highly recommended to open the front " @@ -10932,7 +10696,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -10954,7 +10718,7 @@ msgstr "" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11112,7 +10876,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" msgid "" @@ -11136,7 +10900,7 @@ msgid "Fuzzy skin thickness" msgstr "Fuzzy skin tjocklek" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Bredd på skakning: Det rekommenderas att hålla denna lägre än den yttre " @@ -11146,7 +10910,7 @@ msgid "Fuzzy skin point distance" msgstr "Fuzzy skin punktavstånd" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Den genomsnittliga distansen mellan de slumpmässiga punkter som införts på " @@ -11164,10 +10928,7 @@ msgstr "Filtrera bort små luckor" msgid "Layers and Perimeters" msgstr "Lager och perimetrar" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " +msgid "Filter out gaps smaller than the threshold specified" msgstr "" msgid "" @@ -11196,7 +10957,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11291,9 +11052,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11397,22 +11158,6 @@ msgstr "" "tillsammans för att minska tiden. Väggar skrivs fortfarande ut med vald " "lagerhöjd." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Filamentet är avsett för sparsam ifyllnad." @@ -11439,7 +11184,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11469,12 +11214,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Sammanhängande djup i en segmenterad region" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Sammankopplingsdjup för en segmenterad region. Noll inaktiverar denna " +"funktion." msgid "Use beam interlocking" msgstr "" @@ -11829,6 +11572,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "Nozzel diameter" + msgid "Diameter of nozzle" msgstr "Diametern på nozzeln" @@ -11844,10 +11590,10 @@ msgid "Host Type" msgstr "Värd typ" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer kan ladda upp G-kod filer till en skrivar värd. Det här fältet " +"Snapmaker Orca kan ladda upp G-kod filer till en skrivar värd. Det här fältet " "måste innehålla typ av värd." msgid "Nozzle volume" @@ -11914,11 +11660,6 @@ msgstr "" "indragning för komplexa modeller och spara utskriftstid, men gör beredning " "och generering av G-kod långsammare." -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Filnamns format" @@ -11963,9 +11704,6 @@ msgstr "" "hastigheter för att skriva ut. Vid 100%% överhäng, bridge/brygg hastighet " "användas." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -11995,25 +11733,16 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Printer notes" msgid "You can put your notes regarding the printer here." msgstr "You can put your notes regarding the printer here." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Raft kontakt Z avstånd" @@ -12052,7 +11781,7 @@ msgstr "" "för att undvika warping vid utskrift av ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12224,7 +11953,7 @@ msgstr "Retraktions hastighet" msgid "Speed of retractions" msgstr "Hastighet för retraktion" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Åter retraktions hastighet" msgid "" @@ -12410,15 +12139,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12441,14 +12170,6 @@ msgstr "Skirt avstånd" msgid "Distance from skirt to brim or object" msgstr "Avståndet ifrån skirt till brim eller objektet" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt höjd" @@ -12463,33 +12184,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" +msgid "Limited" msgstr "" msgid "Enabled" msgstr "" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Skirt varv" @@ -12510,9 +12219,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12533,12 +12240,6 @@ msgstr "" "Sparsam ifyllnads ytor som är mindre än detta gränsvärde ersätts med inre " "solid ifyllnad" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12560,11 +12261,11 @@ msgid "Smooth Spiral" msgstr "Smooth Spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgid "Max XY Smoothing" msgstr "Max XY Smoothing" @@ -12601,31 +12302,6 @@ msgstr "Traditionell" msgid "Temperature variation" msgstr "Temperatur variation" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Starta G-kod" @@ -12924,15 +12600,9 @@ msgid "" "overhangs." msgstr "" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Tight" -msgid "Organic" -msgstr "" - msgid "Tree Slim" msgstr "Tree Slim" @@ -12942,6 +12612,9 @@ msgstr "Tree Stark" msgid "Tree Hybrid" msgstr "Tree Hybrid" +msgid "Organic" +msgstr "" + msgid "Independent support layer height" msgstr "Oberoende support lagerhöjd" @@ -13081,40 +12754,29 @@ msgid "Activate temperature control" msgstr "" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" msgid "Chamber temperature" msgstr "Kammarens temperatur" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on. At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials, the actual chamber temperature should not " +"be high to avoid clogs, so 0 (turned off) is highly recommended." msgid "Nozzle temperature for layers after the initial one" msgstr "Nozzel temperatur efter första lager" @@ -13170,8 +12832,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Antal solida övre lager ökas när tjockleken kalkyleras och övre skalet är " "tunnare än detta värde. Detta kan undvika att ha för tunt skal när " @@ -13196,7 +12858,7 @@ msgid "Wipe Distance" msgstr "Avskrapnings avstånd" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13252,6 +12914,12 @@ msgid "" "Larger angle means wider base." msgstr "" +msgid "Wipe tower purge lines spacing" +msgstr "" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13277,6 +12945,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13327,30 +12998,6 @@ msgstr "" msgid "Maximal distance between supports on sparse infill sections." msgstr "" -msgid "Wipe tower purge lines spacing" -msgstr "" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y håls kompensation" @@ -13395,7 +13042,7 @@ msgstr "" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13427,7 +13074,7 @@ msgstr "Använd relativa E avstånd" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13528,9 +13175,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13563,7 +13210,7 @@ msgstr "Upptäck tight inre solid ifyllnad" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om " "aktiverat kommer det koncentriska mönstret att användas för området för att " @@ -13642,27 +13289,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" - -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -13704,14 +13343,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -13858,14 +13490,6 @@ msgstr "" msgid "Name of the physical printer used for slicing." msgstr "" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "" @@ -14808,7 +14432,7 @@ msgstr "Starta testet med en tråd" msgid "Export Log" msgstr "Exportera logg" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -14817,10 +14441,10 @@ msgstr "Systemversion:" msgid "DNS Server:" msgstr "DNS server:" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -14895,7 +14519,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Filament typ är inte vald, vänligen välj typ igen." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filament serial missing; please input serial." msgid "" @@ -14964,7 +14588,7 @@ msgstr "Importera inställning" msgid "Create Type" msgstr "Skapa typ" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "The model was not found; please reselect vendor." msgid "Select Model" @@ -15013,10 +14637,10 @@ msgstr "Inställd sökväg hittades inte; vänligen välj leverantör igen." msgid "The printer model was not found, please reselect." msgstr "Printer modellen hittades inte, välj igen." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "The nozzle diameter was not found; please reselect." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "The printer preset was not found; please reselect." msgid "Printer Preset" @@ -15048,7 +14672,7 @@ msgstr "" "Du har angett ett otillåtet tecken i det utskrivbara området på första " "sidan. Använd endast siffror." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "The custom printer or model missing; please input." msgid "" @@ -15087,7 +14711,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Nuvarande leverantör har inga modeller, vänligen välj om." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Du har inte valt leverantör och modell eller angett anpassad leverantör och " @@ -15205,7 +14829,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Användarens inställning för filament. \n" @@ -15437,7 +15061,7 @@ msgstr "Connection to Duet is working correctly." msgid "Could not connect to Duet" msgstr "Kunde inte ansluta till Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Okänt fel uppstod" msgid "Wrong password" @@ -15858,26 +15482,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -15896,7 +15520,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -16014,7 +15638,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -16022,7 +15646,7 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" @@ -16182,79 +15806,6 @@ msgstr "" "ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten " "för vridning." -#~ msgid "Cool Plate" -#~ msgstr "Cool Plate" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Vid utskrift av objekt kan extrudern kollidera med en skirt.\n" -#~ "Återställ därför skirt lagret till 1 för att undvika kollisioner." - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Minska detta värde något (tex 0.9) för att minska material åtgång för " -#~ "bridges/bryggor, detta för att förbättra kvaliteten" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Denna faktor påverkar mängden material för den övre solida fyllningen. Du " -#~ "kan minska den något för att få en jämn ytfinish." - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Hastighet för bridges/bryggor och hela överhängs väggar" - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Ladda nytt filament vid byte av filament, endast för statistiska ändamål" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Ladda ur gammalt filament vid byte av filament, endast för statistiska " -#~ "ändamål" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials, the actual chamber " -#~ "temperature should not be high to avoid clogs, so 0 (turned off) is " -#~ "highly recommended." - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Olika nozzel diametrar och olika filament diametrar är inte tillåtna när " -#~ "prime tower är aktiverat." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Förebyggande av läckage stöds för närvarande inte med prime tower " -#~ "aktiverat." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Sammankopplingsdjup för en segmenterad region. Noll inaktiverar denna " -#~ "funktion." - #~ msgid "Please input a valid value (K in 0~0.3)" #~ msgstr "Ange ett giltigt värde (K i 0~0.3)" @@ -16456,10 +16007,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Inläsning misslyckades [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Det gick inte att hämta modell information från skrivaren." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Det gick inte att analysera modellinformation" #, boost-format @@ -16810,7 +16361,7 @@ msgstr "" #~ "Visste du att du kan fixa en skadad 3D-modell för att undvika många " #~ "berednings problem?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Inbäddad" #~ msgid "Online Models" diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/Snapmaker_Orca_tr.po similarity index 83% rename from localization/i18n/tr/OrcaSlicer_tr.po rename to localization/i18n/tr/Snapmaker_Orca_tr.po index a2dbc8429d2..e88447e494f 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/Snapmaker_Orca_tr.po @@ -1,18 +1,18 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" -"PO-Revision-Date: 2024-10-01 22:31+0300\n" -"Last-Translator: GlauTech\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" +"PO-Revision-Date: 2024-07-11 00:22+0300\n" +"Last-Translator: Olcay ÖREN\n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.4.4\n" msgid "Supports Painting" msgstr "Destek boyama" @@ -650,7 +650,7 @@ msgid "Angle" msgstr "Açı" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "" "Gömülü\n" @@ -728,8 +728,8 @@ msgid "" "The text cannot be written using the selected font. Please try choosing a " "different font." msgstr "" -"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı " -"tipi seçmeyi deneyin." +"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı tipi " +"seçmeyi deneyin." msgid "Embossed text cannot contain only white spaces." msgstr "Kabartmalı metin yalnızca beyaz boşluklardan oluşamaz." @@ -1013,9 +1013,9 @@ msgid "" "Can't load exactly same font(\"%1%\"). Application selected a similar " "one(\"%2%\"). You have to specify font for enable edit text." msgstr "" -"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir " -"uygulama seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini " -"belirtmeniz gerekir." +"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir uygulama " +"seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini belirtmeniz " +"gerekir." msgid "No symbol" msgstr "Sembol yok" @@ -1127,15 +1127,15 @@ msgstr "Doldurulmuş yolu aç" msgid "Undefined stroke type" msgstr "Tanımlanmamış vuruş türü" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "Yol kendi kendine kesişmeden ve birden fazla noktadan iyileştirilemez." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" -"Son şekil, kendi kesişimini veya aynı koordinata sahip birden fazla noktayı " -"içerir." +"Son şekil, aynı koordinata sahip birden fazla noktanın kendi kendine " +"kesişimini içerir." #, boost-format msgid "Shape is marked as invisible (%1%)." @@ -1361,9 +1361,9 @@ msgstr "Tanımsız" msgid "%1% was replaced with %2%" msgstr "%1%, %2% ile değiştirildi" -msgid "The configuration may be generated by a newer version of OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." msgstr "" -"Yapılandırma, OrcaSlicer'ın daha yeni bir sürümü tarafından oluşturulabilir." +"Yapılandırma, Snapmaker Orca'ın daha yeni bir sürümü tarafından oluşturulabilir." msgid "Some values have been replaced. Please check them:" msgstr "Bazı değerler değiştirildi. Lütfen bunları kontrol edin:" @@ -1386,28 +1386,28 @@ msgid "" msgstr "\"%1%\" yapılandırma dosyası yüklendi ancak bazı değerler tanınamadı." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer hafızasının yetersiz olması nedeniyle sonlandırılacak. Bir hata " +"Snapmaker Orca hafızasının yetersiz olması nedeniyle sonlandırılacak. Bir hata " "olabilir. Sorunu ekibimize bildirirseniz seviniriz." msgid "Fatal error" msgstr "Kritik hata" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer bir yerelleştirme hatası nedeniyle sonlandırılacak. Bu sorunun " +"Snapmaker Orca bir yerelleştirme hatası nedeniyle sonlandırılacak. Bu sorunun " "gerçekleştiği spesifik senaryoyu bildirirseniz memnun oluruz." msgid "Critical error" msgstr "Kritik hata" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer'da işlenmeyen bir istisna oluştu: %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca'da işlenmeyen bir istisna oluştu: %1%" msgid "Untitled" msgstr "İsimsiz" @@ -1426,11 +1426,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "%s bağlantısı başarısız oldu! [SN:%s, kod=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer, belirli özellikleri çalıştırmak için Microsoft WebView2 Runtime " +"Snapmaker Orca, belirli özellikleri çalıştırmak için Microsoft WebView2 Runtime " "gerektirir.\n" "Şimdi yüklemek için Evet'e tıklayın." @@ -1455,7 +1455,7 @@ msgstr "Yapılandırma yükleniyor" msgid "Click to download new version in default browser: %s" msgstr "Yeni sürümü varsayılan tarayıcıda indirmek için tıklayın: %s" -msgid "The Orca Slicer needs an upgrade" +msgid "The Snapmaker Orca needs an upgrade" msgstr "Orca Dilimleyicinin yükseltilmesi gerekiyor" msgid "This is the newest version." @@ -1465,13 +1465,13 @@ msgid "Info" msgstr "Bilgi" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" -"Please note, application settings will be lost, but printer profiles will " -"not be affected." +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will not " +"be affected." msgstr "" -"OrcaSlicer konfigürasyon dosyası bozulmuş olabilir ve ayrıştırılamayabilir.\n" -"OrcaSlicer, konfigürasyon dosyasını yeniden oluşturmayı denedi.\n" +"Snapmaker Orca konfigürasyon dosyası bozulmuş olabilir ve ayrıştırılamayabilir.\n" +"Snapmaker Orca, konfigürasyon dosyasını yeniden oluşturmayı denedi.\n" "Lütfen dikkat edin, uygulama ayarları kaybolacak, ancak yazıcı profilleri " "etkilenmeyecek." @@ -1504,7 +1504,7 @@ msgid "Some presets are modified." msgstr "Bazı ön ayarlar değiştirildi." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Modifield ön ayarlarını yeni projede tutabilir, değişiklikleri atabilir veya " @@ -1521,10 +1521,10 @@ msgid "Open Project" msgstr "Projeyi Aç" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"Orca Slicer'ın sürümü çok düşük ve normal şekilde kullanılabilmesi için en " +"Snapmaker Orca'ın sürümü çok düşük ve normal şekilde kullanılabilmesi için en " "son sürüme güncellenmesi gerekiyor" msgid "Privacy Policy Update" @@ -1589,11 +1589,11 @@ msgstr "Aç" msgid "Rename" msgstr "Yeniden adlandır" -msgid "Orca Slicer GUI initialization failed" +msgid "Snapmaker Orca GUI initialization failed" msgstr "Orca Dilimleyici GUI'si başlatılamadı" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Önemli hata, istisna yakalandı: %1%" msgid "Quality" @@ -1816,16 +1816,16 @@ msgid "Scale an object to fit the build volume" msgstr "Bir nesneyi yapı hacmine uyacak şekilde ölçeklendirin" msgid "Flush Options" -msgstr "Akıtma Seçenekleri" +msgstr "Hizalama Seçenekleri" msgid "Flush into objects' infill" -msgstr "Nesnelerin dolgusuna akıtın" +msgstr "Nesnelerin dolgusuna hizalayın" msgid "Flush into this object" -msgstr "Bu nesneye akıt" +msgstr "Bu nesnenin içine hizala" msgid "Flush into objects' support" -msgstr "Nesnelerin desteğine akıt" +msgstr "Nesnelerin desteğine hizalayın" msgid "Edit in Parameter Table" msgstr "Parametre tablosunda düzenle" @@ -1974,9 +1974,6 @@ msgstr "Modeli basitleştir" msgid "Center" msgstr "Merkez" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "İşlem ayarlarını düzenle" @@ -2094,8 +2091,8 @@ msgid "" "This action will break a cut correspondence.\n" "After that model consistency can't be guaranteed .\n" "\n" -"To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"To manipulate with solid parts or negative volumes you have to invalidate cut " +"infornation first." msgstr "" "Bu eylem kesilmiş bir yazışmayı bozacaktır.\n" "Bundan sonra model tutarlılığı garanti edilemez.\n" @@ -2109,7 +2106,7 @@ msgstr "Tüm bağlayıcıları sil" msgid "Deleting the last solid part is not allowed." msgstr "Son katı kısmın silinmesine izin verilmez." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Hedef nesne yalnızca bir parça içerir ve bölünemez." msgid "Assembly" @@ -2158,8 +2155,7 @@ msgstr "İlk seçilen öğe bir nesne ise ikincisi de nesne olmalıdır." msgid "" "If first selected item is a part, the second one should be part in the same " "object." -msgstr "" -"İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." +msgstr "İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." msgid "The type of the last solid object part is not to be changed." msgstr "Son katı nesne parçasının tipi değiştirilNozullidir." @@ -2488,7 +2484,7 @@ msgstr "" "Seçilen tüm nesneler kilitli plaka üzerindedir,\n" "Bu nesneler üzerinde otomatik düzenleme yapamıyoruz." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "Düzenlenebilir hiçbir nesne seçilmedi." msgid "" @@ -2516,16 +2512,14 @@ msgstr "" msgid "Arranging done." msgstr "Hizalama tamamlandı." -msgid "" -"Arrange failed. Found some exceptions when processing object geometries." +msgid "Arrange failed. Found some exceptions when processing object geometries." msgstr "" "Hizalama başarısız oldu. Nesne geometrilerini işlerken bazı istisnalar " "bulundu." #, c-format, boost-format msgid "" -"Arrangement ignored the following objects which can't fit into a single " -"bed:\n" +"Arrangement ignored the following objects which can't fit into a single bed:\n" "%s" msgstr "" "Hizalama tek plakaya sığmayan aşağıdaki nesneler göz ardı edildi:\n" @@ -2625,8 +2619,7 @@ msgstr "" "deneyin." msgid "Print file not found, Please slice it again and send it for printing." -msgstr "" -"Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." +msgstr "Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." msgid "" "Failed to upload print file to FTP. Please check the network status and try " @@ -2682,8 +2675,8 @@ msgid "Importing SLA archive" msgstr "SLA arşivi içe aktarılıyor" msgid "" -"The SLA archive doesn't contain any presets. Please activate some SLA " -"printer preset first before importing that SLA archive." +"The SLA archive doesn't contain any presets. Please activate some SLA printer " +"preset first before importing that SLA archive." msgstr "" "SLA arşivi herhangi bir ön ayar içermez. Lütfen SLA arşivini içe aktarmadan " "önce bazı SLA yazıcı ön ayarlarını etkinleştirin." @@ -2695,8 +2688,8 @@ msgid "Importing done." msgstr "İçe aktarma tamamlandı." msgid "" -"The imported SLA archive did not contain any presets. The current SLA " -"presets were used as fallback." +"The imported SLA archive did not contain any presets. The current SLA presets " +"were used as fallback." msgstr "" "İçe aktarılan SLA arşivi herhangi bir ön ayar içermiyordu. Geçerli SLA ön " "ayarları geri dönüş olarak kullanıldı." @@ -2737,14 +2730,14 @@ msgstr "Telif hakkı" msgid "License" msgstr "Lisans" -msgid "Orca Slicer is licensed under " +msgid "Snapmaker Orca is licensed under " msgstr "Orca Dilimleyici şu lisansa sahiptir: " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero Genel Kamu Lisansı, sürüm 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer, PrusaSlicer ve BambuStudio’yu temel alır" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Kütüphaneler" @@ -2753,23 +2746,22 @@ msgid "" "This software uses open source components whose copyright and other " "proprietary rights belong to their respective owners" msgstr "" -"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait " -"olan açık kaynaklı bileşenleri kullanır" +"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait olan " +"açık kaynaklı bileşenleri kullanır" #, c-format, boost-format msgid "About %s" msgstr "Hakkında %s" -msgid "Orca Slicer " +msgid "Snapmaker Orca " msgstr "Orca Dilimleyici " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer, BambuStudio, PrusaSlicer ve SuperSlicer'ı temel alır." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca, BambuStudio, PrusaSlicer ve SuperSlicer'ı temel alır." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "" -"BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel " -"almaktadır." +"BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel almaktadır." msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci." msgstr "" @@ -2848,8 +2840,7 @@ msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde)" #, c-format, boost-format msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)" -msgstr "" -"Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" +msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" msgid "Other Color" msgstr "Diğer renk" @@ -2861,9 +2852,9 @@ msgid "Dynamic flow calibration" msgstr "Dinamik akış kalibrasyonu" msgid "" -"The nozzle temp and max volumetric speed will affect the calibration " -"results. Please fill in the same values as the actual printing. They can be " -"auto-filled by selecting a filament preset." +"The nozzle temp and max volumetric speed will affect the calibration results. " +"Please fill in the same values as the actual printing. They can be auto-" +"filled by selecting a filament preset." msgstr "" "Nozul sıcaklığı ve maksimum hacimsel hız kalibrasyon sonuçlarını " "etkileyecektir. Lütfen gerçek yazdırmayla aynı değerleri girin. Bir filament " @@ -2998,8 +2989,7 @@ msgid "" "When the current material run out, the printer will continue to print in the " "following order." msgstr "" -"Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam " -"edecektir." +"Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam edecektir." msgid "Group" msgstr "Grup" @@ -3037,8 +3027,8 @@ msgid "Insertion update" msgstr "Ekleme güncellemesi" msgid "" -"The AMS will automatically read the filament information when inserting a " -"new Bambu Lab filament. This takes about 20 seconds." +"The AMS will automatically read the filament information when inserting a new " +"Bambu Lab filament. This takes about 20 seconds." msgstr "" "AMS, yeni bir Bambu Lab filamenti takıldığında filament bilgilerini otomatik " "olarak okuyacaktır. Bu yaklaşık 20 saniye sürer." @@ -3061,17 +3051,16 @@ msgid "Power on update" msgstr "Güncellemeyi aç" msgid "" -"The AMS will automatically read the information of inserted filament on " -"start-up. It will take about 1 minute.The reading process will roll filament " -"spools." +"The AMS will automatically read the information of inserted filament on start-" +"up. It will take about 1 minute.The reading process will roll filament spools." msgstr "" "AMS, başlangıçta takılan filamentin bilgilerini otomatik olarak okuyacaktır. " "Yaklaşık 1 dakika sürecektir. Okuma işlemi filament makaralarını saracaktır." msgid "" -"The AMS will not automatically read information from inserted filament " -"during startup and will continue to use the information recorded before the " -"last shutdown." +"The AMS will not automatically read information from inserted filament during " +"startup and will continue to use the information recorded before the last " +"shutdown." msgstr "" "AMS, başlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz " "ve son kapatmadan önce kaydedilen bilgileri kullanmaya devam eder." @@ -3085,8 +3074,8 @@ msgid "" "automatically." msgstr "" "AMS, filament bilgisi güncellendikten sonra Bambu filamentin kalan " -"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik " -"olarak güncellenecektir." +"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik olarak " +"güncellenecektir." msgid "AMS filament backup" msgstr "AMS filament yedeklemesi" @@ -3118,8 +3107,8 @@ msgid "" "Failed to download the plug-in. Please check your firewall settings and vpn " "software, check and retry." msgstr "" -"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn " -"yazılımınızı kontrol edin, kontrol edip yeniden deneyin." +"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn yazılımınızı " +"kontrol edin, kontrol edip yeniden deneyin." msgid "" "Failed to install the plug-in. Please check whether it is blocked or deleted " @@ -3187,7 +3176,7 @@ msgstr "İşlem sonrası komut dosyalarını çalıştırma" msgid "Successfully executed post-processing script" msgstr "İşlem sonrası komut dosyası başarıyla çalıştırıldı" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "G kodu dışa aktarılırken bilinmeyen bir hata oluştu." #, boost-format @@ -3207,8 +3196,8 @@ msgid "" "device. The corrupted output G-code is at %1%.tmp." msgstr "" "Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Hedef cihazda " -"sorun olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz " -"kullanmayı deneyin. Bozuk çıktı G kodu %1%.tmp konumunda." +"sorun olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz kullanmayı " +"deneyin. Bozuk çıktı G kodu %1%.tmp konumunda." #, boost-format msgid "" @@ -3441,8 +3430,8 @@ msgid "Send to" msgstr "Gönderildi" msgid "" -"printers at the same time.(It depends on how many devices can undergo " -"heating at the same time.)" +"printers at the same time.(It depends on how many devices can undergo heating " +"at the same time.)" msgstr "" "aynı anda kaç yazıcının ısıtma işleminden geçebileceği, aynı anda " "ısıtılabilecek cihaz sayısına bağlıdır." @@ -3549,8 +3538,8 @@ msgid "" "The recommended minimum temperature is less than 190 degree or the " "recommended maximum temperature is greater than 300 degree.\n" msgstr "" -"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum " -"sıcaklık 300 dereceden yüksektir.\n" +"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum sıcaklık " +"300 dereceden yüksektir.\n" msgid "" "The recommended minimum temperature cannot be higher than the recommended " @@ -3587,13 +3576,13 @@ msgstr "" #, c-format, boost-format msgid "" -"Current chamber temperature is higher than the material's safe temperature," -"it may result in material softening and clogging.The maximum safe " -"temperature for the material is %d" +"Current chamber temperature is higher than the material's safe temperature,it " +"may result in material softening and clogging.The maximum safe temperature " +"for the material is %d" msgstr "" -"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, " -"malzemenin yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum " -"güvenli sıcaklık %d'dir" +"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, malzemenin " +"yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum güvenli " +"sıcaklık %d'dir" msgid "" "Too small layer height.\n" @@ -3647,17 +3636,17 @@ msgstr "" "Değer 0'a sıfırlanacaktır." msgid "" -"Alternate extra wall does't work well when ensure vertical shell thickness " -"is set to All. " +"Alternate extra wall does't work well when ensure vertical shell thickness is " +"set to All. " msgstr "" -"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak " -"ayarlandığından emin olunduğunda iyi çalışmaz. " +"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak ayarlandığından " +"emin olunduğunda iyi çalışmaz. " msgid "" "Change these settings automatically? \n" -"Yes - Change ensure vertical shell thickness to Moderate and enable " -"alternate extra wall\n" -"No - Don't use alternate extra wall" +"Yes - Change ensure vertical shell thickness to Moderate and enable alternate " +"extra wall\n" +"No - Dont use alternate extra wall" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi? \n" "Evet - Dikey kabuk kalınlığını Orta olarak değiştirin ve alternatif ekstra " @@ -3700,6 +3689,13 @@ msgstr "" "EVET - Prime Tower'ı Koruyun\n" "HAYIR - Bağımsız Destek Katmanı Yüksekliğini Koruyun" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Nesne ile yazdırma sırasında ekstruder etekle çarpışabilir.\n" +"Bu durumu önlemek için etek katmanını 1'e sıfırlayın." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -3726,8 +3722,7 @@ msgid "" "No - Give up using spiral mode this time" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi?\n" -"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak " -"etkinleştirin\n" +"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak etkinleştirin\n" "Hayır - Bu sefer spiral modunu kullanmaktan vazgeçin" msgid "Auto bed leveling" @@ -3860,9 +3855,9 @@ msgid "Update failed." msgstr "Güncelleme başarısız." msgid "" -"The current chamber temperature or the target chamber temperature exceeds " -"45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/" -"TPU) is not allowed to be loaded." +"The current chamber temperature or the target chamber temperature exceeds 45℃." +"In order to avoid extruder clogging,low temperature filament(PLA/PETG/TPU) is " +"not allowed to be loaded." msgstr "" "Mevcut hazne sıcaklığı veya hedef hazne sıcaklığı 45 ° C'yi aşıyor Ekstruder " "tıkanmasını önlemek için düşük sıcaklıkta filament (PLA / PETG / TPU) " @@ -3889,8 +3884,7 @@ msgstr "" msgid "Failed to start printing job" msgstr "Yazdırma işi başlatılamadı" -msgid "" -"This calibration does not support the currently selected nozzle diameter" +msgid "This calibration does not support the currently selected nozzle diameter" msgstr "Bu kalibrasyon, şu anda seçilen nozzle çapını desteklememektedir" msgid "Current flowrate cali param is invalid" @@ -3915,12 +3909,12 @@ msgid "" "Damp PVA will become flexible and get stuck inside AMS,please take care to " "dry it before use." msgstr "" -"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan " -"önce kurutmaya dikkat edin." +"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan önce " +"kurutmaya dikkat edin." msgid "" -"CF/GF filaments are hard and brittle, It's easy to break or get stuck in " -"AMS, please use with caution." +"CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, " +"please use with caution." msgstr "" "CF/GF filamentleri sert ve kırılgandır. AMS'de kırılması veya sıkışması " "kolaydır, lütfen dikkatli kullanın." @@ -4212,7 +4206,7 @@ msgid "Total Filament" msgstr "Toplam filament" msgid "Model Filament" -msgstr "Model filament" +msgstr "Model Filament" msgid "Prepare time" msgstr "Hazırlık süresi" @@ -4749,12 +4743,6 @@ msgstr "Seçili olanı klonla" msgid "Clone copies of selections" msgstr "Seçimlerin kopyalarını kopyala" -msgid "Duplicate Current Plate" -msgstr "Geçerli plakayı çoğalt" - -msgid "Duplicate the current plate" -msgstr "Geçerli plakayı çoğalt" - msgid "Select all" msgstr "Hepsini seç" @@ -4776,7 +4764,7 @@ msgstr "Ortogonal Görünüm" msgid "Show &G-code Window" msgstr "&G-code Penceresini Göster" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Previce sahnesinde G-kodu penceresini göster" msgid "Show 3D Navigator" @@ -4803,12 +4791,6 @@ msgstr "Çıkıntıyı Göster" msgid "Show object overhang highlight in 3D scene" msgstr "3B sahnede nesne çıkıntısı vurgusunu göster" -msgid "Show Selected Outline (Experimental)" -msgstr "Seçilen Taslağı Göster (Deneysel)" - -msgid "Show outline around selected object in 3D scene" -msgstr "3D sahnede seçilen nesnenin etrafındaki ana hatları göster" - msgid "Preferences" msgstr "Tercihler" @@ -4830,18 +4812,6 @@ msgstr "Geçiş 2" msgid "Flow rate test - Pass 2" msgstr "Akış hızı testi - Geçiş 2" -msgid "YOLO (Recommended)" -msgstr "YOLO (Önerilen)" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "Orca YOLO akış hızı kalibrasyonu, 0,01 adım" - -msgid "YOLO (perfectionist version)" -msgstr "YOLO (Mükemmeliyetçi)" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "Orca YOLO akış hızı kalibrasyonu, 0,005 adım" - msgid "Flow rate" msgstr "Akış hızı" @@ -4959,8 +4929,8 @@ msgstr[1] "" msgid "" "\n" -"Hint: Make sure you have added the corresponding printer before importing " -"the configs." +"Hint: Make sure you have added the corresponding printer before importing the " +"configs." msgstr "" "\n" "İpucu: Yapılandırmaları içe aktarmadan önce ilgili yazıcıyı eklediğinizden " @@ -5009,20 +4979,18 @@ msgid "Please confirm if the printer is connected." msgstr "Lütfen yazıcının bağlı olup olmadığını onaylayın." msgid "" -"The printer is currently busy downloading. Please try again after it " -"finishes." +"The printer is currently busy downloading. Please try again after it finishes." msgstr "" "Yazıcı şu anda indirmeyle meşgul. Lütfen bittikten sonra tekrar deneyin." msgid "Printer camera is malfunctioning." msgstr "Yazıcı kamerası arızalı." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Sorun oluştu. Lütfen yazıcının ürün yazılımını güncelleyin ve tekrar deneyin." -msgid "" -"LAN Only Liveview is off. Please turn on the liveview on printer screen." +msgid "LAN Only Liveview is off. Please turn on the liveview on printer screen." msgstr "" "Yalnızca LAN Canlı İzleme kapalı. Lütfen yazıcı ekranındaki canlı " "görüntülemeyi açın." @@ -5037,8 +5005,8 @@ msgid "Connection Failed. Please check the network and try again" msgstr "Bağlantı Başarısız. Lütfen ağı kontrol edip tekrar deneyin" msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." +"Please check the network and try again, You can restart or update the printer " +"if the issue persists." msgstr "" "Lütfen ağı kontrol edip tekrar deneyin. Sorun devam ederse yazıcıyı yeniden " "başlatabilir veya güncelleyebilirsiniz." @@ -5064,11 +5032,11 @@ msgstr "Sanal Kamera Araçlarını İndirme" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Başka bir sanal kamera çalışıyor.\n" -"Orca Slicer yalnızca tek bir sanal kamerayı destekler.\n" +"Snapmaker Orca yalnızca tek bir sanal kamerayı destekler.\n" "Bu sanal kamerayı durdurmak istiyor musunuz?" #, c-format, boost-format @@ -5181,8 +5149,7 @@ msgid_plural "" "You are going to delete %u files from printer. Are you sure to continue?" msgstr[0] "" "%u dosyasını yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" -msgstr[1] "" -"%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" +msgstr[1] "%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" msgid "Delete files" msgstr "Dosyaları sil" @@ -5194,7 +5161,7 @@ msgstr "'%s' dosyasını yazıcıdan silmek istiyor musunuz?" msgid "Delete file" msgstr "Dosyayı sil" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Model bilgileri alınıyor..." msgid "Failed to fetch model information from printer." @@ -5204,7 +5171,7 @@ msgid "Failed to parse model information." msgstr "Model bilgileri ayrıştırılamadı." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" ".gcode.3mf dosyası hiçbir G kodu verisi içermiyor. Lütfen dosyayı Bambu " @@ -5242,8 +5209,8 @@ msgid "" "Reconnecting the printer, the operation cannot be completed immediately, " "please try again later." msgstr "" -"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha " -"sonra tekrar deneyin." +"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha sonra " +"tekrar deneyin." msgid "File does not exist." msgstr "Dosya bulunmuyor." @@ -5326,8 +5293,8 @@ msgid "" "(The model has already been rated. Your rating will overwrite the previous " "rating.)" msgstr "" -"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki " -"derecelendirmenin üzerine yazılacaktır)" +"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki derecelendirmenin " +"üzerine yazılacaktır)" msgid "Rate" msgstr "Derecelendir" @@ -5469,7 +5436,7 @@ msgstr "Bilgi" msgid "Get oss config failed." msgstr "Oss yapılandırması başarısız." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Resim Yükle" msgid "Number of images successfully uploaded" @@ -5588,21 +5555,21 @@ msgid "Newer 3mf version" msgstr "Daha yeni 3mf sürümü" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -"3mf dosya sürümü Beta’dadır ve mevcut OrcaSlicer sürümünden daha yenidir." +"3mf dosya sürümü Beta’dadır ve mevcut Snapmaker Orca sürümünden daha yenidir." -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "Orca Slicer Beta’yı denemek isterseniz tıklayabilirsiniz." +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "Snapmaker Orca Beta’yı denemek isterseniz tıklayabilirsiniz." msgid "Download Beta Version" msgstr "Beta Sürümünü İndirin" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "3mf dosya sürümü mevcut Orca Slicer sürümünden daha yenidir." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "3mf dosya sürümü mevcut Snapmaker Orca sürümünden daha yenidir." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" "Orca Dilimleyicinizi güncellemek, 3mf dosyasındaki tüm işlevleri " "etkinleştirebilir." @@ -5926,8 +5893,8 @@ msgstr "Peletler" msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." msgstr "" -"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' " -"sayfasında bir yazıcı seçin." +"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' sayfasında " +"bir yazıcı seçin." msgid "Sync filaments with AMS" msgstr "Filamentleri AMS ile senkronize et" @@ -5940,8 +5907,7 @@ msgstr "" "ayarlarını ve renklerini kaldıracaktır. Devam etmek istiyor musun?" msgid "" -"Already did a synchronization, do you want to sync only changes or resync " -"all?" +"Already did a synchronization, do you want to sync only changes or resync all?" msgstr "" "Zaten bir senkronizasyon yaptınız. Yalnızca değişiklikleri senkronize etmek " "mi yoksa tümünü yeniden senkronize etmek mi istiyorsunuz?" @@ -5956,13 +5922,13 @@ msgid "There are no compatible filaments, and sync is not performed." msgstr "Uyumlu filament yok ve senkronizasyon gerçekleştirilmiyor." msgid "" -"There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"There are some unknown filaments mapped to generic preset. Please update Orca " +"Slicer or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" -"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön " -"ayarlarında bir güncelleme olup olmadığını kontrol etmek için lütfen Orca " -"Slicer'ı güncelleyin veya Orca Slicer'ı yeniden başlatın." +"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön ayarlarında " +"bir güncelleme olup olmadığını kontrol etmek için lütfen Snapmaker Orca'ı " +"güncelleyin veya Snapmaker Orca'ı yeniden başlatın." #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -5987,13 +5953,13 @@ msgid "Restore" msgstr "Geri Yükleme" msgid "" -"The current hot bed temperature is relatively high. The nozzle may be " -"clogged when printing this filament in a closed enclosure. Please open the " -"front door and/or remove the upper glass." +"The current hot bed temperature is relatively high. The nozzle may be clogged " +"when printing this filament in a closed enclosure. Please open the front door " +"and/or remove the upper glass." msgstr "" -"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir " -"muhafaza içinde bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/" -"veya üst camı çıkarın." +"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir muhafaza " +"içinde bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/veya üst camı " +"çıkarın." msgid "" "The nozzle hardness required by the filament is higher than the default " @@ -6021,9 +5987,9 @@ msgstr "Kenar çubuğunu daralt" msgid "Loading file: %s" msgstr "Dosya yükleniyor: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." msgstr "" -"OrcaSlicer, 3mf formatını desteklememektedir. Sadece geometri verilerini " +"Snapmaker Orca, 3mf formatını desteklememektedir. Sadece geometri verilerini " "yükle." msgid "Load 3mf" @@ -6056,8 +6022,8 @@ msgstr "Lütfen bunları parametre sekmelerinde düzeltin" msgid "The 3mf has following modified G-codes in filament or printer presets:" msgstr "" -"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-" -"kodları bulunmaktadır:" +"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-kodları " +"bulunmaktadır:" msgid "" "Please confirm that these modified G-codes are safe to prevent any damage to " @@ -6138,7 +6104,7 @@ msgid "" "Your object appears to be too large, Do you want to scale it down to fit the " "heat bed automatically?" msgstr "" -"Nesneniz çok büyük görünüyor. Plakaya sığacak şekilde otomatik olarak " +"Nesneniz çok büyük görünüyor. Isı yatağına sığacak şekilde otomatik olarak " "küçültmek istiyor musunuz?" msgid "Object too large" @@ -6291,10 +6257,10 @@ msgstr "" "dosyayı indirin ve manuel olarak içe aktarın." msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " -"import it." +"Importing to Snapmaker Orca failed. Please download the file and manually import " +"it." msgstr "" -"Orca Slicer'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel " +"Snapmaker Orca'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel " "olarak İçe aktarın." msgid "Import SLA archive" @@ -6380,15 +6346,15 @@ msgstr "Dilimlenmiş dosyayı şu şekilde kaydedin:" #, c-format, boost-format msgid "" -"The file %s has been sent to the printer's storage space and can be viewed " -"on the printer." +"The file %s has been sent to the printer's storage space and can be viewed on " +"the printer." msgstr "" "%s dosyası yazıcının depolama alanına gönderildi ve yazıcıda " "görüntülenebiliyor." msgid "" -"Unable to perform boolean operation on model meshes. Only positive parts " -"will be kept. You may fix the meshes and try again." +"Unable to perform boolean operation on model meshes. Only positive parts will " +"be kept. You may fix the meshes and try again." msgstr "" "Model ağlarında boole işlemi gerçekleştirilemiyor. Yalnızca olumlu kısımlar " "tutulacaktır. Kafesleri düzeltip tekrar deneyebilirsiniz." @@ -6501,16 +6467,16 @@ msgstr "İpuçları:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "\"Modeli Onar\" özelliği şu anda yalnızca Windows'ta bulunmaktadır. Lütfen " -"modeli Orca Slicer (windows) veya CAD yazılımlarında onarın." +"modeli Snapmaker Orca (windows) veya CAD yazılımlarında onarın." #, c-format, boost-format msgid "" "Plate% d: %s is not suggested to be used to print filament %s(%s). If you " -"still want to do this printing, please set this filament's bed temperature " -"to non zero." +"still want to do this printing, please set this filament's bed temperature to " +"non zero." msgstr "" "Plaka% d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. " "Eğer yine de bu baskıyı yapmak istiyorsanız, lütfen bu filamentin yatak " @@ -6549,8 +6515,8 @@ msgstr "İndirme Dizini seçin" msgid "Associate" msgstr "Ortak" -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "Orca’nın modelleri açabilmesi için OrcaSlicer ile" +msgid "with Snapmaker Orca so that Orca can open models from" +msgstr "Orca’nın modelleri açabilmesi için Snapmaker Orca ile" msgid "Current Association: " msgstr "Mevcut Ortak:" @@ -6608,13 +6574,13 @@ msgstr "Imperial" msgid "Units" msgstr "Birimler" -msgid "Allow only one OrcaSlicer instance" -msgstr "Yalnızca bir OrcaSlicer örneğine izin ver" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Yalnızca bir Snapmaker Orca örneğine izin ver" msgid "" "On OSX there is always only one instance of app running by default. However " -"it is allowed to run multiple instances of same app from the command line. " -"In such case this settings will allow only one instance." +"it is allowed to run multiple instances of same app from the command line. In " +"such case this settings will allow only one instance." msgstr "" "OSX’te her zaman varsayılan olarak çalışan tek bir uygulama örneği vardır. " "Ancak aynı uygulamanın birden fazla örneğinin komut satırından " @@ -6622,11 +6588,10 @@ msgstr "" "örneğe izin verecektir." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " -"instead." +"If this is enabled, when starting Snapmaker Orca and another instance of the same " +"Snapmaker Orca is already running, that instance will be reactivated instead." msgstr "" -"Bu etkinleştirilirse, OrcaSlicer başlatıldığında ve aynı OrcaSlicer’ın başka " +"Bu etkinleştirilirse, Snapmaker Orca başlatıldığında ve aynı Snapmaker Orca’ın başka " "bir örneği zaten çalışıyorken, bunun yerine bu örnek yeniden " "etkinleştirilecektir." @@ -6691,10 +6656,10 @@ msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster" msgid "If enabled, useful hints are displayed at startup." msgstr "Etkinleştirilirse başlangıçta faydalı ipuçları görüntülenir." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "Hacimleri temizleme: Renk her değiştiğinde otomatik olarak hesapla." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "Etkinleştirilirse, renk her değiştiğinde otomatik hesapla." msgid "" @@ -6716,22 +6681,15 @@ msgstr "" "hatırlayacak ve otomatik olarak değiştirecektir." msgid "Multi-device Management(Take effect after restarting Orca)." -msgstr "" -"Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." +msgstr "Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." msgid "" -"With this option enabled, you can send a task to multiple devices at the " -"same time and manage multiple devices." +"With this option enabled, you can send a task to multiple devices at the same " +"time and manage multiple devices." msgstr "" "Bu seçenek etkinleştirildiğinde, aynı anda birden fazla cihaza bir görev " "gönderebilir ve birden fazla cihazı yönetebilirsiniz." -msgid "Auto arrange plate after cloning" -msgstr "Klonlamadan sonra plakayı otomatik düzenle" - -msgid "Auto arrange plate after object cloning" -msgstr "Nesne klonlamadan sonra plakayı otomatik düzenleme" - msgid "Network" msgstr "Ağ" @@ -6750,38 +6708,38 @@ msgstr "Sistem Senkronizasyonu" msgid "Clear my choice on the unsaved presets." msgstr "Kaydedilmemiş ön ayarlardaki seçimimi temizle." -msgid "Associate files to OrcaSlicer" -msgstr "Dosyaları OrcaSlicer ile ilişkilendirin" +msgid "Associate files to Snapmaker Orca" +msgstr "Dosyaları Snapmaker Orca ile ilişkilendirin" -msgid "Associate .3mf files to OrcaSlicer" -msgstr ".3mf dosyalarını OrcaSlicer ile ilişkilendirin" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr ".3mf dosyalarını Snapmaker Orca ile ilişkilendirin" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Etkinleştirilirse, OrcaSlicer'ı .3mf dosyalarını açacak varsayılan uygulama " +"Etkinleştirilirse, Snapmaker Orca'ı .3mf dosyalarını açacak varsayılan uygulama " "olarak ayarlar" -msgid "Associate .stl files to OrcaSlicer" -msgstr ".stl dosyalarını OrcaSlicer ile ilişkilendirin" +msgid "Associate .stl files to Snapmaker Orca" +msgstr ".stl dosyalarını Snapmaker Orca ile ilişkilendirin" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Etkinleştirilirse OrcaSlicer'ı .stl dosyalarını açmak için varsayılan " +"Etkinleştirilirse Snapmaker Orca'ı .stl dosyalarını açmak için varsayılan " "uygulama olarak ayarlar" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr ".step/.stp dosyalarını OrcaSlicer ile ilişkilendirin" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr ".step/.stp dosyalarını Snapmaker Orca ile ilişkilendirin" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan " +"Etkinleştirilirse, Snapmaker Orca'ı .step dosyalarını açmak için varsayılan " "uygulama olarak ayarlar" -msgid "Associate web links to OrcaSlicer" -msgstr "Web bağlantılarını OrcaSlicer ile ilişkilendirin" +msgid "Associate web links to Snapmaker Orca" +msgstr "Web bağlantılarını Snapmaker Orca ile ilişkilendirin" -msgid "Associate URLs to OrcaSlicer" -msgstr "URL’leri OrcaSlicer ile ilişkilendirin" +msgid "Associate URLs to Snapmaker Orca" +msgstr "URL’leri Snapmaker Orca ile ilişkilendirin" msgid "Maximum recent projects" msgstr "Maksimum yeni proje" @@ -6801,13 +6759,13 @@ msgstr "Otomatik yedekleme" msgid "" "Backup your project periodically for restoring from the occasional crash." msgstr "" -"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi " -"düzenli aralıklarla yedekleyin." +"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi düzenli " +"aralıklarla yedekleyin." msgid "every" msgstr "her" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Saniye cinsinden yedekleme periyodu." msgid "Downloads" @@ -7020,7 +6978,7 @@ msgstr "3mf yükleniyor" msgid "Jump to model publish web page" msgstr "Model yayınlama web sayfasına git" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "Not: Hazırlık birkaç dakika sürebilir. Lütfen sabırlı olun." msgid "Publish" @@ -7159,8 +7117,7 @@ msgid "Error code" msgstr "Hata kodu" msgid "No login account, only printers in LAN mode are displayed" -msgstr "" -"Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" +msgstr "Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" msgid "Connecting to server" msgstr "Sunucuya baglanıyor" @@ -7228,8 +7185,7 @@ msgstr "" "desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" -"The printer firmware only supports sequential mapping of filament => AMS " -"slot." +"The printer firmware only supports sequential mapping of filament => AMS slot." msgstr "" "Yazıcı ürün yazılımı yalnızca filament => AMS yuvasının sıralı eşlemesini " "destekler." @@ -7290,8 +7246,8 @@ msgstr "" msgid "" "There are some unknown filaments in the AMS mappings. Please check whether " -"they are the required filaments. If they are okay, press \"Confirm\" to " -"start printing." +"they are the required filaments. If they are okay, press \"Confirm\" to start " +"printing." msgstr "" "AMS eşlemelerinde bazı bilinmeyen filamentler var. Lütfen bunların gerekli " "filamentler olup olmadığını kontrol edin. Sorun yoksa, yazdırmayı başlatmak " @@ -7323,8 +7279,7 @@ msgstr "" "hasarına neden olabilir" msgid "Please fix the error above, otherwise printing cannot continue." -msgstr "" -"Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." +msgstr "Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." msgid "" "Please click the confirm button if you still want to proceed with printing." @@ -7364,8 +7319,8 @@ msgstr "Seçilen yazıcı, seçilen yazıcı ön ayarlarıyla uyumlu değil." msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Yazıcı SD kartına gönderilmeden önce bir SD kartın takılması gerekir." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Yazıcının Orca Slicer ile aynı LAN'da olması gerekir." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "Yazıcının Snapmaker Orca ile aynı LAN'da olması gerekir." msgid "The printer does not support sending to printer SD card." msgstr "Yazıcı, yazıcı SD kartına gönderimi desteklemiyor." @@ -7442,8 +7397,8 @@ msgstr "Şartlar ve koşullar" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7475,11 +7430,11 @@ msgid "" "successes and failures of the vast number of prints by our users. We are " "training %s to be smarter by feeding them the real-world data. If you are " "willing, this service will access information from your error logs and usage " -"logs, which may include information described in Privacy Policy. We will " -"not collect any Personal Data by which an individual can be identified " -"directly or indirectly, including without limitation names, addresses, " -"payment information, or phone numbers. By enabling this service, you agree " -"to these terms and the statement about Privacy Policy." +"logs, which may include information described in Privacy Policy. We will not " +"collect any Personal Data by which an individual can be identified directly " +"or indirectly, including without limitation names, addresses, payment " +"information, or phone numbers. By enabling this service, you agree to these " +"terms and the statement about Privacy Policy." msgstr "" "3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı " "düzenlerken birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. " @@ -7530,16 +7485,16 @@ msgid "Click to reset all settings to the last saved preset." msgstr "Tüm ayarları en son kaydedilen ön ayara sıfırlamak için tıklayın." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " -"model without prime tower. Are you sure you want to disable prime tower?" +"Prime tower is required for smooth timeplase. There may be flaws on the model " +"without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Sorunsuz timeplace için Prime Tower gereklidir. Prime tower olmayan modelde " "kusurlar olabilir. Prime tower'ı devre dışı bırakmak istediğinizden emin " "misiniz?" msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " -"model without prime tower. Do you want to enable prime tower?" +"Prime tower is required for smooth timelapse. There may be flaws on the model " +"without prime tower. Do you want to enable prime tower?" msgstr "" "Sorunsuz hızlandırılmış çekim için Prime Tower gereklidir. Prime tower " "olmayan modelde kusurlar olabilir. Prime tower'ı etkinleştirmek istiyor " @@ -7568,11 +7523,11 @@ msgstr "" msgid "" "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following " -"settings: at least 2 interface layers, at least 0.1mm top z distance or " -"using support materials on interface." +"settings: at least 2 interface layers, at least 0.1mm top z distance or using " +"support materials on interface." msgstr "" -"\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: en " -"az 2 arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek " +"\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: en az " +"2 arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek " "malzemeleri kullanılması." msgid "" @@ -7611,8 +7566,8 @@ msgid "" "height limits ,this may cause printing quality issues." msgstr "" "Katman yüksekliği, Yazıcı Ayarları -> Ekstruder -> Katman yüksekliği " -"sınırları bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına " -"neden olabilir." +"sınırları bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına neden " +"olabilir." msgid "Adjust to the set range automatically? \n" msgstr "Ayarlanan aralığa otomatik olarak ayarlansın mı? \n" @@ -7626,8 +7581,8 @@ msgstr "Atla" msgid "" "Experimental feature: Retracting and cutting off the filament at a greater " "distance during filament changes to minimize flush.Although it can notably " -"reduce flush, it may also elevate the risk of nozzle clogs or other " -"printing complications." +"reduce flush, it may also elevate the risk of nozzle clogs or other printing " +"complications." msgstr "" "Deneysel özellik: Filament değişiklikleri sırasında, floşu en aza indirmek " "için filamanı daha büyük bir mesafeden geri çekmek ve kesmek. Flush’u önemli " @@ -7649,8 +7604,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive\"-" +">\"Timelapse Wipe Tower\"." msgstr "" "Araç başlığı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" " "eklenmesi önerilir.\n" @@ -7699,8 +7654,8 @@ msgid "" "the overhang degree range and wall speed is used" msgstr "" "Bu, çeşitli sarkma dereceleri için hızdır. Çıkıntı dereceleri çizgi " -"genişliğinin yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı " -"için yavaşlamanın olmadığı anlamına gelir ve duvar hızı kullanılır" +"genişliğinin yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı için " +"yavaşlamanın olmadığı anlamına gelir ve duvar hızı kullanılır" msgid "Bridge" msgstr "Köprü" @@ -7726,21 +7681,12 @@ msgstr "Destek Filamenti" msgid "Tree supports" msgstr "Ağaç destekler" -msgid "Multimaterial" -msgstr "Çoklu Malzeme" - -msgid "Prime tower" -msgstr "Prime kulesi" - -msgid "Filament for Features" -msgstr "Filament Kullanım Alanları" - -msgid "Ooze prevention" -msgstr "Sızıntı Önleme" - msgid "Skirt" msgstr "Etek" +msgid "Prime tower" +msgstr "Prime Kulesi" + msgid "Special mode" msgstr "Özel Mod" @@ -7793,9 +7739,6 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" "Bu filamentin önerilen Nozul sıcaklığı aralığı. 0 ayar yok anlamına gelir" -msgid "Flow ratio and Pressure Advance" -msgstr "Akış Oranı Ve Basınç İlerlemesi" - msgid "Print chamber temperature" msgstr "Baskı Odası Sıcaklığı" @@ -7812,11 +7755,11 @@ msgid "Cool plate" msgstr "Soğuk plaka" msgid "" -"Bed temperature when cool plate is installed. Value 0 means the filament " -"does not support to print on the Cool Plate" +"Bed temperature when cool plate is installed. Value 0 means the filament does " +"not support to print on the Cool Plate" msgstr "" -"Soğutma plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool " -"Plate üzerine yazdırmayı desteklemediği anlamına gelir" +"Soğutma plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool Plate " +"üzerine yazdırmayı desteklemediği anlamına gelir" msgid "Textured Cool plate" msgstr "Dokulu Soğuk Plaka" @@ -7914,6 +7857,9 @@ msgstr "Filament Başlangıç G Kodu" msgid "Filament end G-code" msgstr "Filament Bitiş G Kodu" +msgid "Multimaterial" +msgstr "Çoklu Malzeme" + msgid "Wipe tower parameters" msgstr "Silme Kulesi Parametreleri" @@ -8000,39 +7946,15 @@ msgstr "Hızlanma Sınırlaması" msgid "Jerk limitation" msgstr "Sarsıntı Sınırlaması" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Tek Ekstruder Çoklu Malzeme Kurulumu" -msgid "Number of extruders of the printer." -msgstr "Yazıcının ekstruder sayısı." - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" -"Tek Ekstruder Çoklu Malzeme seçilir, \n" -"ve tüm ekstrüderlerin aynı çapa sahip olması gerekir.\n" -"Tüm ekstruderlerin çapını ilk ekstruder bozul çapı değerine değiştirmek " -"ister misiniz?" - -msgid "Nozzle diameter" -msgstr "Nozul çapı" - msgid "Wipe tower" msgstr "Silme Kulesi" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Tek Ekstruder Çoklu Malzeme Parametreleri" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" -"Bu tek ekstruderli çok malzemeli bir yazıcıdır, tüm ekstruderlerin çapları " -"yeni değere ayarlanacaktır. Devam etmek istiyor musunuz?" - msgid "Layer height limits" msgstr "Katman Yüksekliği Sınırları" @@ -8176,16 +8098,16 @@ msgstr "\"%1%\" ön ayarı aşağıdaki kaydedilmemiş değişiklikleri içeriyo #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new printer profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" is not compatible with the new printer profile and it contains " +"the following unsaved changes:" msgstr "" "Ön ayar \"%1%\", yeni yazıcı profiliyle uyumlu değil ve aşağıdaki " "kaydedilmemiş değişiklikleri içeriyor:" #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new process profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" is not compatible with the new process profile and it contains " +"the following unsaved changes:" msgstr "" "Ön ayar \"%1%\", yeni işlem profiliyle uyumlu değil ve aşağıdaki " "kaydedilmemiş değişiklikleri içeriyor:" @@ -8219,8 +8141,8 @@ msgid "" "the modified values to the new project" msgstr "" "\n" -"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri " -"yeni projeye aktarmayı seçebilirsiniz." +"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri yeni " +"projeye aktarmayı seçebilirsiniz." msgid "Extruders count" msgstr "Ekstruder sayısı" @@ -8244,19 +8166,19 @@ msgstr "" msgid "" "Transfer the selected options from left preset to the right.\n" -"Note: New modified presets will be selected in settings tabs after close " -"this dialog." +"Note: New modified presets will be selected in settings tabs after close this " +"dialog." msgstr "" "Seçilen seçenekleri sol ön ayardan sağa aktarın.\n" -"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde " -"değiştirilen yeni ön ayarlar seçilecektir." +"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde değiştirilen " +"yeni ön ayarlar seçilecektir." msgid "Transfer values from left to right" msgstr "Değerleri soldan sağa aktarın" msgid "" -"If enabled, this dialog can be used for transfer selected values from left " -"to right preset." +"If enabled, this dialog can be used for transfer selected values from left to " +"right preset." msgstr "" "Etkinleştirilirse, bu iletişim kutusu seçilen değerleri soldan sağa ön ayara " "aktarmak için kullanılabilir." @@ -8397,11 +8319,11 @@ msgstr "Sıkıştırma özelleştirme" msgid "" "Ramming denotes the rapid extrusion just before a tool change in a single-" -"extruder MM printer. Its purpose is to properly shape the end of the " -"unloaded filament so it does not prevent insertion of the new filament and " -"can itself be reinserted later. This phase is important and different " -"materials can require different extrusion speeds to get the good shape. For " -"this reason, the extrusion rates during ramming are adjustable.\n" +"extruder MM printer. Its purpose is to properly shape the end of the unloaded " +"filament so it does not prevent insertion of the new filament and can itself " +"be reinserted later. This phase is important and different materials can " +"require different extrusion speeds to get the good shape. For this reason, " +"the extrusion rates during ramming are adjustable.\n" "\n" "This is an expert-level setting, incorrect adjustment will likely lead to " "jams, extruder wheel grinding into filament etc." @@ -8442,11 +8364,11 @@ msgid "Flushing volumes for filament change" msgstr "Filament değişimi için temizleme hacmi" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca, filamentlerin rengi her değiştiğinde yıkama hacimlerinizi yeniden " -"hesaplar. Otomatik hesaplamayı Orca Slicer > Tercihler bölümünden devre dışı " +"hesaplar. Otomatik hesaplamayı Snapmaker Orca > Tercihler bölümünden devre dışı " "bırakabilirsiniz." msgid "Flushing volume (mm³) for each filament pair." @@ -8486,17 +8408,17 @@ msgstr "" "‘Windows Media Player’ı etkinleştirmek istiyor musunuz?" msgid "" -"BambuSource has not correctly been registered for media playing! Press Yes " -"to re-register it. You will be promoted twice" +"BambuSource has not correctly been registered for media playing! Press Yes to " +"re-register it. You will be promoted twice" msgstr "" "BambuSource medya oynatımı için doğru şekilde kaydedilmemiş! Yeniden " "kaydetmek için Evet’e basın." msgid "" -"Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"Missing BambuSource component registered for media playing! Please re-install " +"BambuStutio or seek after-sales help." msgstr "" -"Medya oynatma için kayıtlı BambuSource bileşeni eksik! Lütfen BambuStudio’yu " +"Medya oynatma için kayıtlı BambuSource bileşeni eksik! Lütfen BambuStutio’yu " "yeniden yükleyin veya satış sonrası yardım isteyin." msgid "" @@ -8507,13 +8429,13 @@ msgstr "" "çalışmayabilir! Düzeltmek için Evet’e basın." msgid "" -"Your system is missing H.264 codecs for GStreamer, which are required to " -"play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"Your system is missing H.264 codecs for GStreamer, which are required to play " +"video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-libav " +"packages, then restart Snapmaker Orca?)" msgstr "" "Sisteminizde video oynatmak için gerekli olan GStreamer H.264 codec " "bileşenleri eksik. (gstreamer1.0-plugins-bad veya gstreamer1.0-libav " -"paketlerini kurmayı deneyin, ardından Orca Slicer’ı yeniden başlatın)" +"paketlerini kurmayı deneyin, ardından Snapmaker Orca’ı yeniden başlatın)" msgid "Bambu Network plug-in not detected." msgstr "Bambu Ağı eklentisi algılanmadı." @@ -8802,17 +8724,17 @@ msgid "Network plug-in update" msgstr "Ağ eklentisi güncellemesi" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" -"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek " -"için Tamam'a tıklayın." +"Snapmaker Orca bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek için " +"Tamam'a tıklayın." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Yeni bir Ağ eklentisi(%s) mevcut, Yüklemek istiyor musunuz?" -msgid "New version of Orca Slicer" -msgstr "Orca Slicer’ın yeni versiyonu" +msgid "New version of Snapmaker Orca" +msgstr "Snapmaker Orca’ın yeni versiyonu" msgid "Skip this Version" msgstr "Bu versiyonu atla" @@ -8862,10 +8784,9 @@ msgstr "Nozulu Onaylayın ve Güncelleyin" msgid "LAN Connection Failed (Sending print file)" msgstr "LAN Bağlantısı Başarısız (Yazdırma dosyası gönderiliyor)" -msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +msgid "Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Adım 1, lütfen Orca Slicer ile yazıcınızın aynı LAN'da olduğunu doğrulayın." +"Adım 1, lütfen Snapmaker Orca ile yazıcınızın aynı LAN'da olduğunu doğrulayın." msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8932,8 +8853,8 @@ msgid "Updating successful" msgstr "Güncelleme başarılı" msgid "" -"Are you sure you want to update? This will take about 10 minutes. Do not " -"turn off the power while the printer is updating." +"Are you sure you want to update? This will take about 10 minutes. Do not turn " +"off the power while the printer is updating." msgstr "" "Güncellemek istediğinizden emin misiniz? Bu yaklaşık 10 dakika sürecektir. " "Yazıcı güncellenirken gücü kapatmayın." @@ -8952,10 +8873,9 @@ msgid "" "printing. Do you want to update now? You can also update later on printer or " "update next time starting Orca." msgstr "" -"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme " -"yapılması gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra " -"yazıcıda güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda " -"güncelleyebilirsiniz." +"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme yapılması " +"gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra yazıcıda " +"güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda güncelleyebilirsiniz." msgid "Extension Board" msgstr "Uzatma Kartı" @@ -9051,12 +8971,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Hiçbir nesne yazdırılamaz. Belki çok küçük" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" -"Baskınız hazırlama bölgelerine çok yakın. Çarpışma olmadığından emin olun." - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9113,8 +9027,8 @@ msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" " msgstr "%1% çizgi genişliği hesaplanamadı. \"%2%\" değeri alınamıyor " msgid "" -"Invalid spacing supplied to Flow::with_spacing(), check your layer height " -"and extrusion width" +"Invalid spacing supplied to Flow::with_spacing(), check your layer height and " +"extrusion width" msgstr "" "Flow::with_spacing()'e sağlanan geçersiz boşluk, kat yüksekliğinizi ve " "ekstrüzyon genişliğinizi kontrol edin" @@ -9247,8 +9161,8 @@ msgstr " dışlama alanına çok yakın ve çarpışmalara neden olacak.\n" msgid "" "Can not print multiple filaments which have large difference of temperature " -"together. Otherwise, the extruder and nozzle may be blocked or damaged " -"during printing" +"together. Otherwise, the extruder and nozzle may be blocked or damaged during " +"printing" msgstr "" "Birlikte büyük sıcaklık farkına sahip birden fazla filament basılamaz. Aksi " "takdirde baskı sırasında ekstruder ve nozul tıkanabilir veya hasar görebilir" @@ -9275,22 +9189,14 @@ msgid "" "materials." msgstr "Bir nesne birden fazla malzeme içerdiğinde spiral vazo modu çalışmaz." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" -"%1% nesnesinin kendisi yapı hacmine uysa da, malzeme büzülme telafisi " -"nedeniyle maksimum yapı hacmi yüksekliğini aşıyor." - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "%1% nesnesi maksimum yapı hacmi yüksekliğini aşıyor." #, boost-format msgid "" -"While the object %1% itself fits the build volume, its last layer exceeds " -"the maximum build volume height." +"While the object %1% itself fits the build volume, its last layer exceeds the " +"maximum build volume height." msgstr "" "%1% nesnesinin kendisi yapı hacmine uysa da, son katmanı maksimum yapı hacmi " "yüksekliğini aşıyor." @@ -9306,13 +9212,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Değişken katman yüksekliği Organik desteklerle desteklenmez." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" -"Farklı püskürtme ucu çapları ve farklı filaman çapları, ana kule " -"etkinleştirildiğinde iyi çalışmayabilir. Oldukça deneysel olduğundan lütfen " -"dikkatli ilerleyin." +"Ana kule etkinleştirildiğinde farklı nozul çaplarına ve farklı filament " +"çaplarına izin verilmez." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9321,12 +9225,8 @@ msgstr "" "Temizleme Kulesi şu anda yalnızca ilgili ekstruder adreslemesiyle " "desteklenmektedir (use_relative_e_distances=1)." -msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." -msgstr "" -"Sızıntı önleme yalnızca ‘tek ekstruder çoklu malzeme’ kapalıyken silme " -"kulesiyle desteklenir." +msgid "Ooze prevention is currently not supported with the prime tower enabled." +msgstr "Sızıntı önleme şu anda ana kule etkinken desteklenmemektedir." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9342,8 +9242,8 @@ msgid "" "The prime tower is not supported when adaptive layer height is on. It " "requires that all objects have the same layer height." msgstr "" -"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm " -"nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir." +"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm nesnelerin " +"aynı katman yüksekliğine sahip olmasını gerektirir." msgid "The prime tower requires \"support gap\" to be multiple of layer height" msgstr "" @@ -9351,12 +9251,11 @@ msgstr "" msgid "The prime tower requires that all objects have the same layer heights" msgstr "" -"Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını " -"gerektirir" +"Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir" msgid "" -"The prime tower requires that all objects are printed over the same number " -"of raft layers" +"The prime tower requires that all objects are printed over the same number of " +"raft layers" msgstr "" "Ana kule, tüm nesnelerin aynı sayıda sal katmanı üzerine yazdırılmasını " "gerektirir" @@ -9369,8 +9268,8 @@ msgstr "" "gerektirir." msgid "" -"The prime tower is only supported if all objects have the same variable " -"layer height" +"The prime tower is only supported if all objects have the same variable layer " +"height" msgstr "" "Prime tower yalnızca tüm nesnelerin aynı değişken katman yüksekliğine sahip " "olması durumunda desteklenir" @@ -9384,8 +9283,7 @@ msgstr "Çok büyük çizgi genişliği" msgid "" "The prime tower requires that support has the same layer height with object." msgstr "" -"Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip " -"olmalıdır." +"Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip olmalıdır." msgid "" "Organic support tree tip diameter must not be smaller than support material " @@ -9398,8 +9296,8 @@ msgid "" "Organic support branch diameter must not be smaller than 2x support material " "extrusion width." msgstr "" -"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 " -"katından daha küçük olamaz." +"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 katından " +"daha küçük olamaz." msgid "" "Organic support branch diameter must not be smaller than support tree tip " @@ -9416,20 +9314,20 @@ msgid "Layer height cannot exceed nozzle diameter" msgstr "Katman yüksekliği nozul çapını aşamaz" msgid "" -"Relative extruder addressing requires resetting the extruder position at " -"each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " +"Relative extruder addressing requires resetting the extruder position at each " +"layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " "layer_gcode." msgstr "" -"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek " -"için her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. " -"Layer_gcode'a \"G92 E0\" ekleyin." +"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek için " +"her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. Layer_gcode'a " +"\"G92 E0\" ekleyin." msgid "" "\"G92 E0\" was found in before_layer_gcode, which is incompatible with " "absolute extruder addressing." msgstr "" -"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder " -"adreslemeyle uyumsuzdu." +"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder adreslemeyle " +"uyumsuzdu." msgid "" "\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " @@ -9468,8 +9366,8 @@ msgid "" "(machine_max_acceleration_extruding).\n" "Orca will automatically cap the acceleration speed to ensure it doesn't " "surpass the printer's capabilities.\n" -"You can adjust the machine_max_acceleration_extruding value in your " -"printer's configuration to get higher speeds." +"You can adjust the machine_max_acceleration_extruding value in your printer's " +"configuration to get higher speeds." msgstr "" "Hızlanma ayarı yazıcının maksimum hızlanmasını aşıyor " "(machine_max_acceleration_extruding).\n" @@ -9493,13 +9391,6 @@ msgstr "" "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " "machine_max_acceleration_travel değerini ayarlayabilirsiniz." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" -"Filament büzülmesi kullanılmayacaktır çünkü kullanılan filamentlerin " -"filament büzülmesi önemli ölçüde farklılık göstermektedir." - msgid "Generating skirt & brim" msgstr "Etek ve kenar oluşturma" @@ -9537,8 +9428,7 @@ msgid "Elephant foot compensation" msgstr "Fil ayağı telafi oranı" msgid "" -"Shrink the initial layer on build plate to compensate for elephant foot " -"effect" +"Shrink the initial layer on build plate to compensate for elephant foot effect" msgstr "" "Fil ayağı etkisini telafi etmek için baskı plakasındaki ilk katmanı küçültün" @@ -9594,18 +9484,18 @@ msgid "Hostname, IP or URL" msgstr "Ana bilgisayar adı, IP veya URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " -"user name and password into the URL in the following format: https://" -"username:password@your-octopi-address/" +"user name and password into the URL in the following format: https://username:" +"password@your-octopi-address/" msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan, yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini " -"veya URL'sini içermelidir. Temel kimlik doğrulamanın etkin olduğu " -"HAProxy'nin arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve " -"parolanın aşağıdaki biçimdeki URL'ye girilmesiyle erişilebilir: https://" -"username:password@your-octopi-address/" +"Snapmaker Orca, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan, yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini veya " +"URL'sini içermelidir. Temel kimlik doğrulamanın etkin olduğu HAProxy'nin " +"arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve parolanın aşağıdaki " +"biçimdeki URL'ye girilmesiyle erişilebilir: https://username:password@your-" +"octopi-address/" msgid "Device UI" msgstr "Cihaz kullanıcı arayüzü" @@ -9613,19 +9503,17 @@ msgstr "Cihaz kullanıcı arayüzü" msgid "" "Specify the URL of your device user interface if it's not same as print_host" msgstr "" -"Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini " -"belirtin" +"Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini belirtin" msgid "API Key / Password" msgstr "API Anahtarı / Şifre" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan, kimlik doğrulama için gereken API Anahtarını veya şifreyi " -"içermelidir." +"Snapmaker Orca, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan, kimlik doğrulama için gereken API Anahtarını veya şifreyi içermelidir." msgid "Name of the printer" msgstr "Yazıcı adı" @@ -9635,8 +9523,8 @@ msgstr "HTTPS CA Dosyası" msgid "" "Custom CA certificate file can be specified for HTTPS OctoPrint connections, " -"in crt/pem format. If left blank, the default OS CA certificate repository " -"is used." +"in crt/pem format. If left blank, the default OS CA certificate repository is " +"used." msgstr "" "HTTPS OctoPrint bağlantıları için crt/pem formatında özel CA sertifika " "dosyası belirtilebilir. Boş bırakılırsa varsayılan OS CA sertifika deposu " @@ -9687,10 +9575,10 @@ msgid "" "either as an absolute value or as percentage (for example 50%) of a direct " "travel path. Zero to disable" msgstr "" -"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma " -"mesafesi bu değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer " -"olarak veya doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak " -"belirtilebilir. Devre dışı bırakmak için sıfır" +"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma mesafesi " +"bu değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer olarak " +"veya doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak belirtilebilir. " +"Devre dışı bırakmak için sıfır" msgid "mm or %" msgstr "mm veya %" @@ -9699,8 +9587,8 @@ msgid "Other layers" msgstr "Diğer katmanlar" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Cool Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Cool Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " "Cool Plate üzerine yazdırmayı desteklemediği anlamına gelir" @@ -9709,29 +9597,22 @@ msgid "°C" msgstr "°C" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Textured Cool Plate" -msgstr "" -"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin " -"Dokulu Soğuk Plaka üzerine yazdırmayı desteklemediği anlamına gelir." - -msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Engineering Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Engineering Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. Değer 0, filamentin " "Mühendislik Plakasına yazdırmayı desteklemediği anlamına gelir" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the High Temp Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the High Temp Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " "Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Textured PEI Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Textured PEI Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin " "Dokulu PEI Plaka üzerine yazdırmayı desteklemediği anlamına gelir" @@ -9826,11 +9707,11 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " +"is disabled and thickness of bottom shell is absolutely determained by bottom " "shell layers" msgstr "" -"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " -"ise dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman " +"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " +"dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman " "yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " "ayarın devre dışı olduğu ve alt kabuğun kalınlığının mutlaka alt kabuk " "katmanları tarafından belirlendiği anlamına gelir" @@ -9839,59 +9720,23 @@ msgid "Apply gap fill" msgstr "Boşluk doldurmayı uygula" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" -"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" -msgstr "" -"Seçilen katı yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak " -"minimum boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden " -"kontrol edilebilir.\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" +"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces only\n" +"3. Nowhere: Disables gap fill\n" +msgstr "" +"Seçilen yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak minimum " +"boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden kontrol " +"edilebilir.\n" "\n" "Seçenekler:\n" -"1. Her Yerde: Maksimum dayanıklılık için üst, alt ve iç katı yüzeylere " -"boşluk dolgusu uygular\n" -"2. Üst ve Alt yüzeyler: Boşluk dolgusunu yalnızca üst ve alt yüzeylere " -"uygulayarak baskı hızını dengeler, katı dolgudaki aşırı ekstrüzyon " -"potansiyelini azaltır ve üst ve alt yüzeylerde iğne deliği boşluğu " -"kalmamasını sağlar\n" -"3. Hiçbir Yer: Tüm katı dolgu alanları için boşluk doldurmayı devre dışı " -"bırakır. \n" -"\n" -"Klasik çevre oluşturucu kullanılıyorsa, aralarına tam genişlikte bir çizgi " -"sığmazsa, çevreler arasında boşluk doldurmanın da oluşturulabileceğini " -"unutmayın. Bu çevre boşluğu dolgusu bu ayarla kontrol edilmez. \n" -"\n" -"Oluşturulan klasik çevre de dahil olmak üzere tüm boşluk doldurmanın " -"kaldırılmasını istiyorsanız, filtreyi küçük boşluklar dışında değerini " -"999999 gibi büyük bir sayıya ayarlayın. \n" -"\n" -"Ancak çevreler arasındaki boşluğun doldurulması modelin gücüne katkıda " -"bulunduğundan bu önerilmez. Çevreler arasında aşırı boşluk dolgusunun " -"oluşturulduğu modeller için, arakne duvar oluşturucuya geçmek ve bu seçeneği " -"kozmetik üst ve alt yüzey boşluk dolgusunun oluşturulup oluşturulmayacağını " -"kontrol etmek için kullanmak daha iyi bir seçenek olacaktır." +"1. Her Yerde: Üst, alt ve iç katı yüzeylere boşluk doldurma uygular\n" +"2. Üst ve Alt yüzeyler: Boşluk doldurmayı yalnızca üst ve alt yüzeylere " +"uygular\n" +"3. Hiçbir Yerde: Boşluk doldurmayı devre dışı bırakır\n" msgid "Everywhere" msgstr "Her yerde" @@ -9906,19 +9751,19 @@ msgid "Force cooling for overhang and bridge" msgstr "Çıkıntı ve köprüler için soğutmayı zorla" msgid "" -"Enable this option to optimize part cooling fan speed for overhang and " -"bridge to get better cooling" +"Enable this option to optimize part cooling fan speed for overhang and bridge " +"to get better cooling" msgstr "" -"Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma " -"fanı hızını optimize etmek amacıyla bu seçeneği etkinleştirin" +"Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma fanı " +"hızını optimize etmek amacıyla bu seçeneği etkinleştirin" msgid "Fan speed for overhang" msgstr "Çıkıntılar için fan hızı" msgid "" -"Force part cooling fan to be this speed when printing bridge or overhang " -"wall which has large overhang degree. Forcing cooling for overhang and " -"bridge can get better quality for these part" +"Force part cooling fan to be this speed when printing bridge or overhang wall " +"which has large overhang degree. Forcing cooling for overhang and bridge can " +"get better quality for these part" msgstr "" "Çıkıntı derecesi büyük olan köprü veya çıkıntılı duvara baskı yaparken parça " "soğutma fanını bu hızda olmaya zorlayın. Çıkıntı ve köprü için soğutmayı " @@ -9930,9 +9775,9 @@ msgstr "Çıkıntı soğutması" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " -"of the line without support from lower layer. 0% means forcing cooling for " -"all outer wall no matter how much overhang degree" +"exceeds this value. Expressed as percentage which indicides how much width of " +"the line without support from lower layer. 0% means forcing cooling for all " +"outer wall no matter how much overhang degree" msgstr "" "Yazdırılan parçanın çıkıntı derecesi bu değeri aştığında soğutma fanını " "belirli bir hıza zorlar. Alt katmandan destek almadan çizginin ne kadar " @@ -9964,16 +9809,10 @@ msgstr "Köprülerde akış oranı" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" -"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek amacıyla bu " -"değeri biraz azaltın (örneğin 0,9). \n" -"\n" -"Kullanılan gerçek köprü akışı, bu değerin filament akış oranıyla ve " -"ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu değeri " +"biraz azaltın (örneğin 0,9)" msgid "Internal bridge flow ratio" msgstr "İç köprü akış oranı" @@ -9981,48 +9820,27 @@ msgstr "İç köprü akış oranı" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" "Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun " "üzerindeki ilk katmandır. Seyrek dolguya göre yüzey kalitesini iyileştirmek " -"için bu değeri biraz azaltın (örneğin 0,9).\n" -"\n" -"Kullanılan gerçek iç köprü akışı, bu değerin köprü akış oranı, filament akış " -"oranı ve ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"için bu değeri biraz azaltın (örneğin 0,9)." msgid "Top surface flow ratio" msgstr "Üst katı dolgu akış oranı" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" "Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir yüzey " -"elde etmek için bunu biraz azaltabilirsiniz. \n" -"\n" -"Kullanılan gerçek üst yüzey akışı, bu değerin filament akış oranıyla ve " -"ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." +"elde etmek için biraz azaltabilirsiniz" msgid "Bottom surface flow ratio" msgstr "Alt katı dolgu akış oranı" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" -"Bu faktör alt katı dolgu için malzeme miktarını etkiler. \n" -"\n" -"Kullanılan gerçek alt katı dolgu akışı, bu değerin filament akış oranıyla ve " -"ayarlandıysa nesnenin akış oranıyla çarpılmasıyla hesaplanır." +msgid "This factor affects the amount of material for bottom solid infill" +msgstr "Bu faktör alt katı dolgu için malzeme miktarını etkiler" msgid "Precise wall" msgstr "Hassas duvar" @@ -10062,11 +9880,11 @@ msgid "" "on the next layer, like letters. Set this setting to 0 to remove these " "artifacts." msgstr "" -"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından " -"kaplıysa layer genişliği bu değerin altında olan bir üst katman olarak " +"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından kaplıysa " +"layer genişliği bu değerin altında olan bir üst katman olarak " "değerlendirilmeyecek. Yalnızca çevrelerle kaplanması gereken yüzeyde 'bir " -"çevre üstte' tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya " -"a % çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" +"çevre üstte' tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya a " +"% çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" "Uyarı: Etkinleştirilirse bir sonraki katmanda harfler gibi bazı ince " "özelliklerin olması durumunda yapay yapılar oluşturulabilir. Bu yapıları " "kaldırmak için bu ayarı 0 olarak ayarlayın." @@ -10091,23 +9909,23 @@ msgstr "" "Dik çıkıntılar ve köprülerin sabitlenemediği alanlar üzerinde ek çevre " "yolları (perimeter) oluşturun. " -msgid "Reverse on even" -msgstr "Çiftleri ters çevirin" +msgid "Reverse on odd" +msgstr "Tersine çevir" msgid "Overhang reversal" msgstr "Çıkıntıyı tersine çevir" msgid "" -"Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " -"steep overhangs.\n" +"Extrude perimeters that have a part over an overhang in the reverse direction " +"on odd layers. This alternating pattern can drastically improve steep " +"overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"Eşit katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " -"çevreleri ekstrüde edin. Bu alternatif desen, dik çıkıntıları büyük ölçüde " -"iyileştirebilir.\n" +"Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " +"çevreleri ekstrüzyonla çıkarın. Bu alternatif desen, dik çıkıntıları büyük " +"ölçüde iyileştirebilir.\n" "\n" "Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle " "parçanın bükülmesinin azaltılmasına da yardımcı olabilir." @@ -10122,12 +9940,11 @@ msgid "" "alternating directions. This should reduce part warping while also " "maintaining external wall quality. This feature can be very useful for warp " "prone material, like ABS/ASA, and also for elastic filaments, like TPU and " -"Silk PLA. It can also help reduce warping on floating regions over " -"supports.\n" +"Silk PLA. It can also help reduce warping on floating regions over supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "Ters çevre mantığını yalnızca iç çevrelere uygulayın. \n" "\n" @@ -10138,9 +9955,9 @@ msgstr "" "Ayrıca destekler üzerindeki yüzen bölgelerdeki bükülmenin azaltılmasına da " "yardımcı olabilir.\n" "\n" -"Bu ayarın en etkili olması için, Ters Eşiğin 0’a ayarlanması önerilir; " -"böylece tüm iç duvarlar, çıkıntı derecelerine bakılmaksızın eşit katmanlara " -"alternatif yönlerde yazdırılır." +"Bu ayarın en etkili olması için, tüm iç duvarların çıkıntı derecelerine " +"bakılmaksızın tek katmanlar üzerine değişen yönlerde yazdırılması için Ters " +"Eşiği 0'a ayarlamanız önerilir." msgid "Bridge counterbore holes" msgstr "Köprü havşa delikleri" @@ -10155,8 +9972,7 @@ msgstr "" "Bu seçenek, havşa delikleri için köprüler oluşturarak bunların desteksiz " "yazdırılmasına olanak tanır. Mevcut modlar şunları içerir:\n" "1. Yok: Köprü oluşturulmaz.\n" -"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı " -"köprülenecek.\n" +"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı köprülenecek.\n" "3. Feda Katman: Tam bir feda köprü katmanı oluşturulur." msgid "Partially bridged" @@ -10175,10 +9991,11 @@ msgstr "Çıkıntıyı tersine çevirme eşiği" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. " +"Çevre genişliğinin %'si olabilir.\n" +"Değer 0 her tek katmanda terslemeyi etkinleştirir." msgid "Classic mode" msgstr "Klasik mod" @@ -10197,43 +10014,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Kıvrılmış çevre çizgilerinde yavaşlat" -#, fuzzy, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" -"Çevrelerin yukarıya doğru kıvrılmış olabileceği alanlarda yazdırmayı " -"yavaşlatmak için bu seçeneği etkinleştirin. Örneğin, Benchy gövdesinin önü " -"gibi keskin köşelerdeki çıkıntılara yazdırırken birden fazla katman üzerinde " -"oluşan kıvrılmayı azaltacak şekilde ek yavaşlama uygulanacaktır.\n" -"\n" -" Yazıcınızın soğutması yeterince güçlü olmadığı veya yazdırma hızı çevre " -"kıvrılmasını önleyecek kadar yavaş olmadığı sürece, genellikle bu seçeneğin " -"açık olması önerilir. Yüksek harici çevre hızıyla yazdırılıyorsa, bu " -"parametre, yazdırma hızlarındaki büyük farklılıklar nedeniyle yavaşlama " -"sırasında hafif bozulmalara neden olabilir. Artefaktlar fark ederseniz " -"basınç ilerlemenizin doğru şekilde ayarlandığından emin olun.\n" -"\n" -"Not: Bu seçenek etkinleştirildiğinde, çıkıntı çevreleri çıkıntılar gibi ele " -"alınır; bu, çıkıntının çevresi bir köprünün parçası olsa bile çıkıntı " -"hızının uygulandığı anlamına gelir. Örneğin, çevreler 100% çıkıntılı " -"olduğunda ve onları alttan destekleyen bir duvar olmadığında 100% çıkıntı " -"hızı uygulanacaktır." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "" +"Potansiyel kıvrılmış çevrelerin bulunabileceği alanlarda yazdırmayı " +"yavaşlatmak için bu seçeneği etkinleştirin" msgid "mm/s or %" msgstr "mm/s veya %" @@ -10241,20 +10027,8 @@ msgstr "mm/s veya %" msgid "External" msgstr "Harici" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" -"Dışarıdan görülebilen köprü ekstrüzyonlarının hızı. \n" -"\n" -"Ayrıca, kıvrılmış çevreler için yavaşlama devre dışı bırakılırsa veya Klasik " -"çıkıntı modu etkinleştirilirse, ister bir köprünün ister bir çıkıntının " -"parçası olsun, %13’ten daha az desteklenen çıkıntılı duvarların yazdırma " -"hızı olacaktır." +msgid "Speed of bridge and completely overhang wall" +msgstr "Köprü hızı ve tamamen sarkan duvar" msgid "mm/s" msgstr "mm/s" @@ -10263,11 +10037,11 @@ msgid "Internal" msgstr "Dahili" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" -"İç köprülerin hızı. Değer yüzde olarak ifade edilirse köprü hızına göre " -"hesaplanacaktır. Varsayılan değer %150’dir." +"Dahili köprünün hızı. Değer yüzde olarak ifade edilirse köprü_hızına göre " +"hesaplanacaktır. Varsayılan değer %150'dir." msgid "Brim width" msgstr "Kenar genişliği" @@ -10280,7 +10054,7 @@ msgstr "Kenar tipi" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Bu, modellerin dış ve/veya iç kısmındaki Kenar oluşumunu kontrol eder. " "Otomatik, kenar genişliğinin otomatik olarak analiz edilip hesaplandığı " @@ -10318,7 +10092,7 @@ msgid "Brim ear detection radius" msgstr "Kenar kulak algılama yarıçapı" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " +"The geometry will be decimated before dectecting sharp angles. This parameter " "indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" @@ -10368,10 +10142,10 @@ msgid "" "that layer can be cooled for longer time. This can improve the cooling " "quality for needle and small details" msgstr "" -"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi " -"eşiğinden kısa olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için " -"bu seçeneği etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, " -"iğne ve küçük detaylar için soğutma kalitesini artırabilir" +"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi eşiğinden " +"kısa olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için bu " +"seçeneği etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, iğne " +"ve küçük detaylar için soğutma kalitesini artırabilir" msgid "Normal printing" msgstr "Normal baskı" @@ -10380,8 +10154,7 @@ msgid "" "The default acceleration of both normal printing and travel except initial " "layer" msgstr "" -"İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan " -"ivmesi" +"İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan ivmesi" msgid "mm/s²" msgstr "mm/s²" @@ -10425,8 +10198,8 @@ msgid "" "Close all cooling fan for the first certain layers. Cooling fan of the first " "layer used to be closed to get better build plate adhesion" msgstr "" -"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı " -"plakası yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı" +"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı plakası " +"yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı" msgid "Don't support bridges" msgstr "Köprülerde destek olmasın" @@ -10463,12 +10236,12 @@ msgstr "" "açık olması önerilir. Ancak büyük nozul uçları kullanıyorsanız kapatmayı " "düşünün." -msgid "Filter out small internal bridges (beta)" -msgstr "Küçük iç köprüleri filtreleyin (beta)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Küçük iç köprüleri filtrelemeyin (deneysel)" msgid "" -"This option can help reducing pillowing on top surfaces in heavily slanted " -"or curved models.\n" +"This option can help reducing pillowing on top surfaces in heavily slanted or " +"curved models.\n" "\n" "By default, small internal bridges are filtered out and the internal solid " "infill is printed directly over the sparse infill. This works well in most " @@ -10479,20 +10252,20 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works well " +"in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " -"most difficult models.\n" +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for most " +"difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " -"overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"No filtering - Creates internal bridges on every potential internal overhang. " +"This option is useful for heavily slanted top surface models. However, in " +"most cases it creates too many unecessary bridges." msgstr "" "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " "yastıklamanın azaltılmasına yardımcı olabilir.\n" @@ -10505,25 +10278,25 @@ msgstr "" "aşırı eğimli veya kavisli modellerde, bu durum desteklenmeyen katı dolgunun " "kıvrılmasına ve yastıklanmaya neden olmasına neden olabilir.\n" "\n" -"Bu seçeneğin devre dışı bırakılması, iç köprü katmanını hafif desteklenmeyen " +"Bu seçeneğin etkinleştirilmesi, iç köprü katmanını hafif desteklenmeyen " "dahili katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler filtreleme " "miktarını, yani oluşturulan dahili köprülerin miktarını kontrol eder.\n" "\n" -"Filtreli - bu seçeneği etkinleştirin. Bu varsayılan davranıştır ve çoğu " -"durumda iyi çalışır.\n" +"Devre Dışı - Bu seçeneği devre dışı bırakır. Bu varsayılan davranıştır ve " +"çoğu durumda iyi çalışır.\n" "\n" -"Sınırlı filtreli - aşırı eğimli yüzeylerde iç köprüler oluştururken gereksiz " -"iç köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe yarar.\n" +"Sınırlı filtreleme - Aşırı eğimli yüzeylerde iç köprüler oluştururken " +"gereksiz iç köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe yarar.\n" "\n" -"Filtresiz - her potansiyel dahili çıkıntıda dahili köprüler oluşturur. Bu " -"seçenek aşırı eğimli üst yüzey modelleri için kullanışlıdır. Ancak çoğu " +"Filtreleme yok - Her potansiyel dahili çıkıntıda dahili köprüler oluşturur. " +"Bu seçenek, aşırı eğimli üst yüzey modelleri için kullanışlıdır. Ancak çoğu " "durumda çok fazla gereksiz köprü oluşturur." -msgid "Filter" -msgstr "Filtreli" +msgid "Disabled" +msgstr "Devredışı" msgid "Limited filtering" -msgstr "Sınırlı filtreli" +msgstr "Sınırlı filtreleme" msgid "No filtering" msgstr "Filtresiz" @@ -10644,8 +10417,8 @@ msgid "" "Speed of outer wall which is outermost and visible. It's used to be slower " "than inner wall speed to get better quality." msgstr "" -"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek " -"için iç duvar hızından daha yavaş olması kullanılır." +"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek için " +"iç duvar hızından daha yavaş olması kullanılır." msgid "Small perimeters" msgstr "Küçük çevre (perimeter)" @@ -10674,8 +10447,8 @@ msgstr "Duvar baskı sırası" msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" -"Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"Use Inner/Outer for best overhangs. This is because the overhanging walls can " +"adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10685,8 +10458,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10706,14 +10479,14 @@ msgstr "" "kalitesi ve boyutsal doğruluk için İç/Dış/İç seçeneğini kullanın. Ancak, dış " "duvarın üzerine baskı yapılacak bir iç çevre olmadığından sarkma performansı " "düşecektir. Bu seçenek, önce 3. çevreden itibaren iç duvarları, ardından dış " -"çevreyi ve son olarak da birinci iç çevreyi yazdırdığından etkili olması " -"için en az 3 duvar gerektirir. Bu seçenek çoğu durumda Dış/İç seçeneğine " -"karşı önerilir. \n" +"çevreyi ve son olarak da birinci iç çevreyi yazdırdığından etkili olması için " +"en az 3 duvar gerektirir. Bu seçenek çoğu durumda Dış/İç seçeneğine karşı " +"önerilir. \n" "\n" "İç/Dış/İç seçeneğinin aynı dış duvar kalitesi ve boyutsal doğruluk " "avantajları için Dış/İç seçeneğini kullanın. Bununla birlikte, yeni bir " -"katmanın ilk ekstrüzyonu görünür bir yüzey üzerinde başladığından z " -"dikişleri daha az tutarlı görünecektir.\n" +"katmanın ilk ekstrüzyonu görünür bir yüzey üzerinde başladığından z dikişleri " +"daha az tutarlı görünecektir.\n" "\n" " " @@ -10734,10 +10507,10 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " -"the printed walls where it is attached to them, resulting in a worse " -"external surface finish. It can also cause the infill to shine through the " -"external surfaces of the part." +"neighbouring infill to adhere to. However, the infill will slighly push out " +"the printed walls where it is attached to them, resulting in a worse external " +"surface finish. It can also cause the infill to shine through the external " +"surfaces of the part." msgstr "" "Duvar/dolgu sırası. Onay kutusu işaretlenmediğinde duvarlar önce yazdırılır, " "bu çoğu durumda en iyi şekilde çalışır.\n" @@ -10755,18 +10528,18 @@ msgid "" "The direction which the wall loops are extruded when looking down from the " "top.\n" "\n" -"By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"By default all walls are extruded in counter-clockwise, unless Reverse on odd " +"is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı yön.\n" "\n" -"Çift yönlü ters çevirme seçeneği etkinleştirilmediği sürece, varsayılan " -"olarak tüm duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik " -"dışında herhangi bir seçeneğe ayarlayın, Ters çevirmeden bağımsız olarak " -"duvar yönünü eşit olarak zorlayacaktır.\n" +"Tek sayıyı ters çevir seçeneği etkinleştirilmedikçe, varsayılan olarak tüm " +"duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında herhangi " +"bir seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü " +"zorlayacaktır.\n" "\n" "Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır." @@ -10793,8 +10566,8 @@ msgid "" "Distance of the nozzle tip to the lid. Used for collision avoidance in by-" "object printing." msgstr "" -"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı " -"önlemek için kullanılır." +"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı önlemek " +"için kullanılır." msgid "" "Clearance radius around extruder. Used for collision avoidance in by-object " @@ -10816,21 +10589,20 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " -"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " -"exceed these min/max points. This information can usually be obtained from " -"your printer manufacturer. The default setting is (-99999, -99999), which " -"means there are no limits, thus allowing probing across the entire bed." -msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob " -"XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " -"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve " -"maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " -"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " -"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " -"edinilebilir. Varsayılan ayar (-99999, -99999) şeklindedir; bu, herhangi bir " -"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " -"izin verilir." +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed " +"these min/max points. This information can usually be obtained from your " +"printer manufacturer. The default setting is (-99999, -99999), which means " +"there are no limits, thus allowing probing across the entire bed." +msgstr "" +"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob XY " +"ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " +"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve maksimum " +"noktaları uygun şekilde ayarlanmalıdır. Snapmaker Orca, adaptive_bed_mesh_min/" +"adaptive_bed_mesh_max değerlerinin bu min/maks noktalarını aşmamasını sağlar. " +"Bu bilgi genellikle yazıcınızın üreticisinden edinilebilir. Varsayılan ayar " +"(-99999, -99999) şeklindedir; bu, herhangi bir sınırın olmadığı anlamına " +"gelir, dolayısıyla yatağın tamamında problamaya izin verilir." msgid "Bed mesh max" msgstr "Maksimum yatak ağı" @@ -10839,21 +10611,20 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " -"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " -"exceed these min/max points. This information can usually be obtained from " -"your printer manufacturer. The default setting is (99999, 99999), which " -"means there are no limits, thus allowing probing across the entire bed." -msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. " -"Probun XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob " -"noktasının yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum " -"ve maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " -"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " -"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " -"edinilebilir. Varsayılan ayar (99999, 99999) şeklindedir; bu, herhangi bir " -"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " -"izin verilir." +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed " +"these min/max points. This information can usually be obtained from your " +"printer manufacturer. The default setting is (99999, 99999), which means " +"there are no limits, thus allowing probing across the entire bed." +msgstr "" +"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. Probun " +"XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " +"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve maksimum " +"noktaları uygun şekilde ayarlanmalıdır. Snapmaker Orca, adaptive_bed_mesh_min/" +"adaptive_bed_mesh_max değerlerinin bu min/maks noktalarını aşmamasını sağlar. " +"Bu bilgi genellikle yazıcınızın üreticisinden edinilebilir. Varsayılan ayar " +"(99999, 99999) şeklindedir; bu, herhangi bir sınırın olmadığı anlamına gelir, " +"dolayısıyla yatağın tamamında problamaya izin verilir." msgid "Probe point distance" msgstr "Prob noktası mesafesi" @@ -10870,8 +10641,8 @@ msgid "Mesh margin" msgstr "Yatak ağı boşluğu" msgid "" -"This option determines the additional distance by which the adaptive bed " -"mesh area should be expanded in the XY directions." +"This option determines the additional distance by which the adaptive bed mesh " +"area should be expanded in the XY directions." msgstr "" "Bu seçenek, uyarlanabilir yatak ağ alanının XY yönlerinde genişletilmesi " "gereken ek mesafeyi belirler." @@ -10891,9 +10662,9 @@ msgstr "Akış oranı" msgid "" "The material may have volumetric change after switching between molten state " "and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow" +"filament in gcode proportionally. Recommended value range is between 0.95 and " +"1.05. Maybe you can tune this value to get nice flat surface when there has " +"slight overflow or underflow" msgstr "" "Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " "değişime sahip olabilir. Bu ayar, bu filamentin gcode'daki tüm ekstrüzyon " @@ -10901,30 +10672,11 @@ msgstr "" "arasındadır. Belki hafif taşma veya taşma olduğunda güzel düz bir yüzey elde " "etmek için bu değeri ayarlayabilirsiniz" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" -"Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " -"değişime sahip olabilir. Bu ayar, bu filamentin gcode’daki tüm ekstrüzyon " -"akışını orantılı olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 " -"arasındadır. Belki hafif taşma veya taşma olduğunda güzel düz bir yüzey elde " -"etmek için bu değeri ayarlayabilirsiniz. \n" -"\n" -"Nihai nesne akış oranı, bu değerin filament akış oranıyla çarpılmasıyla elde " -"edilir." - msgid "Enable pressure advance" msgstr "Basınç Avansı (PA)" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Basınç avansını etkinleştirin; etkinleştirildiğinde otomatik kalibrasyon " @@ -10933,144 +10685,9 @@ msgstr "" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Basınç avansı (Klipper) Doğrusal ilerleme faktörü (Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "Uyarlanabilir basınç ilerlemesini etkinleştir (beta)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" -"Baskı hızlarının artmasıyla (ve dolayısıyla püskürtme ucunda hacimsel akışın " -"artmasıyla) ve hızlanmaların artmasıyla, etkin basınç değerinin tipik olarak " -"azaldığı gözlemlenmiştir. Bu, tek bir basınç değerinin tüm özellikler için " -"her zaman 100% optimal olmadığı ve genellikle daha düşük akış hızına ve " -"ivmeye sahip özelliklerde çok fazla çıkıntıya neden olmayan ve aynı zamanda " -"daha hızlı özelliklerde boşluklara neden olmayan bir uzlaşma değerinin " -"kullanıldığı anlamına gelir.\n" -"\n" -"Bu özellik, yazıcınızın ekstrüzyon sisteminin tepkisini hacimsel akış hızına " -"ve baskı yaptığı ivmeye bağlı olarak modelleyerek bu sınırlamayı gidermeyi " -"amaçlamaktadır. Dahili olarak, herhangi bir hacimsel akış hızı ve ivme için " -"gerekli basınç ilerlemesini tahmin edebilen uygun bir model oluşturur ve bu " -"daha sonra mevcut yazdırma koşullarına bağlı olarak yazıcıya gönderilir.\n" -"\n" -"Etkinleştirildiğinde yukarıdaki basınç ilerleme değeri geçersiz kılınır. " -"Bununla birlikte, yukarıdaki makul bir varsayılan değerin, bir geri dönüş " -"olarak ve takım değişimi sırasında kullanılması önemle tavsiye edilir.\n" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "Uyarlanabilir basınç ilerleme ölçümleri (beta)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" -"Basınç ilerlemesi (basınç) değerlerinin setlerini, hacimsel akış hızlarını " -"ve ölçüldükleri ivmeleri virgülle ayırarak ekleyin. Satır başına bir değer " -"kümesi. Örneğin\n" -"0.04,3.96,3000\n" -"0,033,3,96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"Nasıl kalibre edilir:\n" -"1. Hızlanma değeri başına en az 3 hız için basınç ilerleme testini " -"çalıştırın. Testin en azından dış çevrelerin hızı, iç çevrelerin hızı ve " -"profilinizdeki en hızlı özellik yazdırma hızı (genellikle seyrek veya katı " -"dolgudur) için çalıştırılması önerilir. Daha sonra bunları, en yavaş ve en " -"hızlı yazdırma hızlanmaları için aynı hızlarda çalıştırın ve klipper giriş " -"şekillendirici tarafından verilen önerilen maksimum hızlanmadan daha hızlı " -"değil.\n" -"2. Her hacimsel akış hızı ve ivme için en uygun PA değerini not edin. Renk " -"şeması açılır menüsünden akışı seçerek ve yatay kaydırıcıyı PA desen " -"çizgileri üzerinde hareket ettirerek akış numarasını bulabilirsiniz. Numara " -"sayfanın altında görünmelidir. İdeal PA değeri hacimsel akış ne kadar yüksek " -"olursa o kadar azalmalıdır. Değilse, ekstruderinizin doğru şekilde " -"çalıştığını doğrulayın. Ne kadar yavaş ve daha az ivmeyle yazdırırsanız, " -"kabul edilebilir PA değerleri aralığı o kadar geniş olur. Hiçbir fark " -"görünmüyorsa, daha hızlı olan testteki PA değerini kullanın.3. Buradaki " -"metin kutusuna PA değerleri, Akış ve Hızlanma üçlüsünü girin ve filament " -"profilinizi kaydedin\n" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Çıkıntılar için uyarlanabilir basınç ilerlemesini etkinleştirin (beta)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" -"Aynı özellik içinde akış değiştiğinde ve çıkıntılar için uyarlanabilir PA’yı " -"etkinleştirin. Bu deneysel bir seçenektir, sanki basınç profili doğru " -"ayarlanmazsa, çıkma öncesi ve sonrası dış yüzeylerde yeknesaklık sorunlarına " -"neden olacaktır.\n" - -msgid "Pressure advance for bridges" -msgstr "Köprüler için basınç ilerlemesi" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" -"Köprüler için basınç ilerleme değeri. Devre dışı bırakmak için 0’a " -"ayarlayın. \n" -"\n" -" Köprüleri yazdırırken daha düşük bir basınç değeri, köprülerden hemen sonra " -"hafif ekstrüzyon görünümünün azaltılmasına yardımcı olur. Bunun nedeni, " -"havada yazdırma sırasında nozuldaki basınç düşüşüdür ve daha düşük bir " -"basınç, bunu önlemeye yardımcı olur." - msgid "" -"Default line width if other line widths are set to 0. If expressed as a %, " -"it will be computed over the nozzle diameter." +"Default line width if other line widths are set to 0. If expressed as a %, it " +"will be computed over the nozzle diameter." msgstr "" "Diğer çizgi genişlikleri 0'a ayarlanmışsa varsayılan çizgi genişliği. % " "olarak ifade edilirse nozul çapı üzerinden hesaplanacaktır." @@ -11079,8 +10696,8 @@ msgid "Keep fan always on" msgstr "Fanı her zaman açık tut" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run at " +"least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Bu ayarı etkinleştirirseniz, parça soğutma fanı hiçbir zaman durdurulmayacak " "ve başlatma ve durdurma sıklığını azaltmak için en azından minimum hızda " @@ -11096,8 +10713,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11161,40 +10778,18 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "Filament yükleme süresi" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Genellikle tek " -"ekstruderli çok malzemeli makineler için geçerlidir. Araç değiştiriciler " -"veya çok takımlı makineler için bu değer genellikle 0’dır. Yalnızca " -"istatistikler için." +"Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Yalnızca " +"istatistikler için" msgid "Filament unload time" msgstr "Filament boşaltma süresi" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" -"Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Genellikle tek " -"ekstruderli çok malzemeli makineler için geçerlidir. Araç değiştiriciler " -"veya çok takımlı makineler için bu değer genellikle 0’dır. Yalnızca " -"istatistikler için." - -msgid "Tool change time" -msgstr "Takım değiştirme süresi" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Araç değiştirmek için harcanan zaman. Genellikle araç değiştiriciler veya " -"çok araçlı makineler için geçerlidir. Tek ekstruderli çok malzemeli " -"makineler için bu değer genellikle 0’dır. Yalnızca istatistikler için." +"Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Yalnızca " +"istatistikler için" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11207,7 +10802,7 @@ msgid "Pellet flow coefficient" msgstr "Pelet akış katsayısı" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11223,8 +10818,8 @@ msgstr "" "\n" "filament_çapı = sqrt( (4 * pellet_akış_katsayısı) / PI )" -msgid "Shrinkage (XY)" -msgstr "Büzülme (XY)" +msgid "Shrinkage" +msgstr "Büzüşme" #, no-c-format, no-boost-format msgid "" @@ -11234,23 +10829,11 @@ msgid "" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" -"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine " -"94 mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. " +"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine 94 " +"mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. " "Yalnızca çevre için kullanılan filament dikkate alınır.\n" -"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli " -"boşluk bıraktığınızdan emin olun." - -msgid "Shrinkage (Z)" -msgstr "Büzülme (Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"Filamentin soğuduktan sonra alacağı çekme yüzdesini girin (100 mm yerine 94 " -"mm ölçerseniz %94). Telafi etmek için parça Z olarak ölçeklendirilecektir." +"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli boşluk " +"bıraktığınızdan emin olun." msgid "Loading speed" msgstr "Yükleme hızı" @@ -11301,27 +10884,8 @@ msgid "" "Filament is cooled by being moved back and forth in the cooling tubes. " "Specify desired number of these moves." msgstr "" -"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. " -"Bu sayısını belirtin." - -msgid "Stamping loading speed" -msgstr "Damgalama yükleme hızı" - -msgid "Speed used for stamping." -msgstr "Damgalama için kullanılan hız." - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "Soğutma tüpünün merkezinden ölçülen damgalama mesafesi" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" -"Sıfırdan farklı bir değere ayarlanırsa filaman bireysel soğutma hareketleri " -"arasında (“damgalama”) nüzule doğru hareket ettirilir. Bu seçenek, filamanın " -"tekrar geri çekilmesinden önce bu hareketin ne kadar sürmesi gerektiğini " -"yapılandırır." +"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. Bu " +"sayısını belirtin." msgid "Speed of the first cooling move" msgstr "İlk soğutma hareketi hızı" @@ -11335,9 +10899,9 @@ msgstr "Silme kulesi üzerinde minimum boşaltım" msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " -"stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " -"tower to produce successive infill or sacrificial object extrusions reliably." +"stable. Before purging the print head into an infill or a sacrificial object, " +"Snapmaker Orca will always prime this amount of material into the wipe tower to " +"produce successive infill or sacrificial object extrusions reliably." msgstr "" "Bir takım değişiminden sonra, yeni yüklenen filamentin nozul içindeki kesin " "konumu bilinmeyebilir ve filament basıncı muhtemelen henüz stabil değildir. " @@ -11352,6 +10916,15 @@ msgstr "Son soğutma hareketi hızı" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Soğutma hareketleri bu hıza doğru giderek hızlanır." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is added " +"to the total print time by the G-code time estimator." +msgstr "" +"Yazıcı donanım yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " +"değişikliği sırasında (T kodu yürütülürken) yeni bir filament yükleme süresi. " +"Bu süre, G kodu zaman tahmincisi tarafından toplam baskı süresine eklenir." + msgid "Ramming parameters" msgstr "Sıkıştırma parametreleri" @@ -11362,14 +10935,23 @@ msgstr "" "Bu dize RammingDialog tarafından düzenlenir ve ramming'e özgü parametreleri " "içerir." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is added " +"to the total print time by the G-code time estimator." +msgstr "" +"Yazıcı ürün yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım değişimi " +"sırasında (T kodu yürütülürken) filamenti boşaltma süresi. Bu süre, G kodu " +"süre tahmincisi tarafından toplam baskı süresine eklenir." + +msgid "Enable ramming for multitool setups" msgstr "Çoklu araç kurulumları için sıkıştırmayı etkinleştirin" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Çok takımlı yazıcı kullanırken sıkıştırma gerçekleştirin (yani Yazıcı " "Ayarları'ndaki 'Tek Ekstruder Çoklu Malzeme' işaretli olmadığında). " @@ -11377,13 +10959,13 @@ msgstr "" "filament hızla ekstrude edilir. Bu seçenek yalnızca silme kulesi " "etkinleştirildiğinde kullanılır." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Çoklu araç sıkıştırma hacmi" msgid "The volume to be rammed before the toolchange." msgstr "Takım değişiminden önce sıkıştırılacak hacim." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Çoklu araç sıkıştırma akışı" msgid "Flow used for ramming the filament before the toolchange." @@ -11404,8 +10986,7 @@ msgstr "Filament malzeme türü" msgid "Soluble material" msgstr "Çözünür malzeme" -msgid "" -"Soluble material is commonly used to print support and support interface" +msgid "Soluble material is commonly used to print support and support interface" msgstr "" "Çözünür malzeme genellikle destek ve destek arayüzünü yazdırmak için " "kullanılır" @@ -11413,8 +10994,7 @@ msgstr "" msgid "Support material" msgstr "Destek malzemesi" -msgid "" -"Support material is commonly used to print support and support interface" +msgid "Support material is commonly used to print support and support interface" msgstr "" "Destek malzemesi yaygın olarak destek ve destek arayüzünü yazdırmak için " "kullanılır" @@ -11425,7 +11005,7 @@ msgstr "Yumuşama sıcaklığı" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Filament bu sıcaklıkta yumuşar, bu nedenle yatak sıcaklığı bununla eşit veya " "daha yüksekse, tıkanmaları önlemek için ön kapağı açmanız ve/veya üst camı " @@ -11462,8 +11042,8 @@ msgid "Solid infill direction" msgstr "Katı dolgu yönü" msgid "" -"Angle for solid infill pattern, which controls the start or main direction " -"of line" +"Angle for solid infill pattern, which controls the start or main direction of " +"line" msgstr "" "Hattın başlangıcını veya ana yönünü kontrol eden katı dolgu deseni açısı" @@ -11481,8 +11061,8 @@ msgid "" "Density of internal sparse infill, 100% turns all sparse infill into solid " "infill and internal solid infill pattern will be used" msgstr "" -"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya " -"dönüştürür ve iç katı dolgu modeli kullanılacaktır" +"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya dönüştürür " +"ve iç katı dolgu modeli kullanılacaktır" msgid "Sparse infill pattern" msgstr "Dolgu deseni" @@ -11529,24 +11109,23 @@ msgstr "Dolgu uzunluğu" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " -"close infill lines to a short perimeter segment. If no such perimeter " -"segment shorter than infill_anchor_max is found, the infill line is " -"connected to a perimeter segment at just one side and the length of the " -"perimeter segment taken is limited to this parameter, but no longer than " -"anchor_length_max. \n" +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " +"close infill lines to a short perimeter segment. If no such perimeter segment " +"shorter than infill_anchor_max is found, the infill line is connected to a " +"perimeter segment at just one side and the length of the perimeter segment " +"taken is limited to this parameter, but no longer than anchor_length_max. \n" "Set this parameter to zero to disable anchoring perimeters connected to a " "single infill line." msgstr "" "Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " -"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " -"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " -"çevre segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle " -"bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre " +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği " +"üzerinden hesaplanır. Snapmaker Orca iki yakın dolgu hattını kısa bir çevre " +"segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle bir " +"çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre " "segmentine bağlanır ve alınan çevre segmentinin uzunluğu bu parametreyle " "sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n" -"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için " -"bu parametreyi sıfıra ayarlayın." +"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için bu " +"parametreyi sıfıra ayarlayın." msgid "0 (no open anchors)" msgstr "0 (açık bağlantı yok)" @@ -11560,24 +11139,23 @@ msgstr "Dolgu maksimum uzunluk" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " -"close infill lines to a short perimeter segment. If no such perimeter " -"segment shorter than this parameter is found, the infill line is connected " -"to a perimeter segment at just one side and the length of the perimeter " -"segment taken is limited to infill_anchor, but no longer than this " -"parameter. \n" +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " +"close infill lines to a short perimeter segment. If no such perimeter segment " +"shorter than this parameter is found, the infill line is connected to a " +"perimeter segment at just one side and the length of the perimeter segment " +"taken is limited to infill_anchor, but no longer than this parameter. \n" "If set to 0, the old algorithm for infill connection will be used, it should " "create the same result as with 1000 & 0." msgstr "" "Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " -"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " -"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " -"çevre segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre " -"segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine " -"bağlanır ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır " -"ancak bu parametreden daha uzun olamaz.\n" -"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 " -"ve 0 ile aynı sonucu oluşturmalıdır." +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği " +"üzerinden hesaplanır. Snapmaker Orca iki yakın dolgu hattını kısa bir çevre " +"segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre segmenti " +"bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine bağlanır " +"ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır ancak bu " +"parametreden daha uzun olamaz.\n" +"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 ve " +"0 ile aynı sonucu oluşturmalıdır." msgid "0 (Simple connect)" msgstr "0 (Basit bağlantı)" @@ -11595,8 +11173,8 @@ msgid "" "Acceleration of top surface infill. Using a lower value may improve top " "surface quality" msgstr "" -"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması " -"üst yüzey kalitesini iyileştirebilir" +"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması üst " +"yüzey kalitesini iyileştirebilir" msgid "Acceleration of outer wall. Using a lower value can improve quality" msgstr "" @@ -11606,8 +11184,8 @@ msgid "" "Acceleration of bridges. If the value is expressed as a percentage (e.g. " "50%), it will be calculated based on the outer wall acceleration." msgstr "" -"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), " -"dış duvar ivmesine göre hesaplanacaktır." +"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), dış " +"duvar ivmesine göre hesaplanacaktır." msgid "mm/s² or %" msgstr "mm/s² veya %" @@ -11644,8 +11222,7 @@ msgid "accel_to_decel" msgstr "Accel_to_decel" #, c-format, boost-format -msgid "" -"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" +msgid "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" msgstr "" "Klipper'ın max_accel_to_decel değeri ivmenin bu %%'sine göre ayarlanacak" @@ -11678,8 +11255,8 @@ msgid "Initial layer height" msgstr "Başlangıç katman yüksekliği" msgid "" -"Height of initial layer. Making initial layer height to be thick slightly " -"can improve build plate adhesion" +"Height of initial layer. Making initial layer height to be thick slightly can " +"improve build plate adhension" msgstr "" "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, baskı " "plakasının yapışmasını iyileştirebilir" @@ -11727,9 +11304,9 @@ msgid "" msgstr "" "Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan " "\"ful_fan_speed_layer\" katmanında maksimuma doğrusal olarak artırılacaktır. " -"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden " -"düşükse göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers" -"\" + 1 katmanında izin verilen maksimum hızda çalışacaktır." +"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden düşükse " +"göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers\" + 1 " +"katmanında izin verilen maksimum hızda çalışacaktır." msgid "layer" msgstr "katman" @@ -11741,7 +11318,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Bu fan hızı, yüksek fan hızıyla bağlarını zayıflatabilmek için tüm destek " "arayüzlerinde uygulanır.\n" @@ -11768,7 +11345,7 @@ msgid "Fuzzy skin thickness" msgstr "Bulanık kaplama kalınlığı" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Titremenin gerçekleşeceği genişlik. Dış duvar çizgi genişliğinin altında " @@ -11778,7 +11355,7 @@ msgid "Fuzzy skin point distance" msgstr "Bulanık kaplama noktası mesafesi" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Her çizgi parçasına eklenen rastgele noktalar arasındaki ortalama mesafe" @@ -11795,14 +11372,8 @@ msgstr "Küçük boşlukları filtrele" msgid "Layers and Perimeters" msgstr "Katmanlar ve Çevreler" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" -"Belirtilen eşikten (mm cinsinden) daha küçük bir uzunluğa sahip boşluk " -"dolgusunu yazdırmayın. Bu ayar üst, alt ve katı dolgu için ve klasik çevre " -"oluşturucu kullanılıyorsa duvar boşluğu dolgusu için geçerlidir." +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Belirtilen eşikten daha küçük boşlukları filtrele" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11831,11 +11402,11 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " -"Klipper does not benefit from arc commands as these are split again into " -"line segments by the firmware. This results in a reduction in surface " -"quality as line segments are converted to arcs by the slicer and then back " -"to line segments by the firmware." +"Note: For klipper machines, this option is recomended to be disabled. Klipper " +"does not benefit from arc commands as these are split again into line " +"segments by the firmware. This results in a reduction in surface quality as " +"line segments are converted to arcs by the slicer and then back to line " +"segments by the firmware." msgstr "" "G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu " "etkinleştirin. Montaj toleransı çözünürlükle aynıdır. \n" @@ -11872,8 +11443,8 @@ msgid "" "The metallic material of nozzle. This determines the abrasive resistance of " "nozzle, and what kind of filament can be printed" msgstr "" -"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür " -"filamentin basılabileceğini belirler" +"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür filamentin " +"basılabileceğini belirler" msgid "Undefine" msgstr "Tanımsız" @@ -11925,8 +11496,8 @@ msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." msgstr "Yatak şekline göre [0,1] aralığında en iyi otomatik düzenleme konumu." msgid "" -"Enable this option if machine has auxiliary part cooling fan. G-code " -"command: M106 P2 S(0-255)." +"Enable this option if machine has auxiliary part cooling fan. G-code command: " +"M106 P2 S(0-255)." msgstr "" "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin. G-code " "komut: M106 P2 S(0-255)." @@ -11936,9 +11507,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11969,8 +11540,8 @@ msgid "" msgstr "" "Soğutma fanını başlatmak için hedef hıza düşmeden önce bu süre boyunca " "maksimum fan hızı komutunu verin.\n" -"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın " -"daha hızlı hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" +"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın daha " +"hızlı hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" "Devre dışı bırakmak için 0'a ayarlayın." msgid "Time cost" @@ -12016,8 +11587,7 @@ msgid "Pellet Modded Printer" msgstr "Pelet modlu yazıcı" msgid "Enable this option if your printer uses pellets instead of filaments" -msgstr "" -"Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin" +msgstr "Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin" msgid "Support multi bed types" msgstr "Çoklu plaka" @@ -12031,21 +11601,20 @@ msgstr "Nesneleri etiketle" msgid "" "Enable this to add comments into the G-Code labeling print moves with what " -"object they belong to, which is useful for the Octoprint CancelObject " -"plugin. This settings is NOT compatible with Single Extruder Multi Material " -"setup and Wipe into Object / Wipe into Infill." +"object they belong to, which is useful for the Octoprint CancelObject plugin. " +"This settings is NOT compatible with Single Extruder Multi Material setup and " +"Wipe into Object / Wipe into Infill." msgstr "" "G-Code etiketleme yazdırma hareketlerine ait oldukları nesneyle ilgili " "yorumlar eklemek için bunu etkinleştirin; bu, Octoprint CancelObject " -"eklentisi için kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme " -"kurulumu ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." +"eklentisi için kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme kurulumu " +"ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." msgid "Exclude objects" msgstr "Nesneleri hariç tut" msgid "Enable this option to add EXCLUDE OBJECT command in g-code" -msgstr "" -"G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin" +msgstr "G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin" msgid "Verbose G-code" msgstr "Ayrıntılı G kodu" @@ -12070,33 +11639,6 @@ msgstr "" "olarak birleştirerek birlikte yazdırın. Duvar hala orijinal katman " "yüksekliğinde basılmaktadır." -msgid "Infill combination - Max layer height" -msgstr "Dolgu kombinasyonu - Maksimum katman yüksekliği" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" -"Birleşik seyrek dolgu için maksimum katman yüksekliği. \n" -"\n" -"Nozül çapını kullanmak için (baskı süresinde maksimum azalma için) %0 veya " -"%100’e veya seyrek dolgu mukavemetini maksimuma çıkarmak için ~%80’lik bir " -"değere ayarlayın.\n" -"\n" -"Dolgunun birleştirildiği katmanların sayısı, bu değerin katman yüksekliğine " -"bölünmesiyle elde edilir ve en yakın ondalık sayıya yuvarlanır.\n" -"\n" -"Mutlak mm değerlerini (örn. 0,4 mm’lik nozul için 0,32 mm) veya % " -"değerlerini (örn. %80) kullanın. Bu değer nozul çapından büyük olmamalıdır." - msgid "Filament to print internal sparse infill." msgstr "İç seyrek dolguyu yazdırmak için filament." @@ -12112,10 +11654,10 @@ msgstr "Dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" -"Infill area is enlarged slightly to overlap with wall for better bonding. " -"The percentage value is relative to line width of sparse infill. Set this " -"value to ~10-15% to minimize potential over extrusion and accumulation of " -"material resulting in rough top surfaces." +"Infill area is enlarged slightly to overlap with wall for better bonding. The " +"percentage value is relative to line width of sparse infill. Set this value " +"to ~10-15% to minimize potential over extrusion and accumulation of material " +"resulting in rough top surfaces." msgstr "" "Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe " "genişletilir. Yüzde değeri seyrek dolgunun çizgi genişliğine göredir. Aşırı " @@ -12128,8 +11670,8 @@ msgstr "Üst/Alt katı dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " -"bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"bonding and to minimize the appearance of pinholes where the top infill meets " +"the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -12147,12 +11689,12 @@ msgstr "Arayüz kabukları" msgid "" "Force the generation of solid shells between adjacent materials/volumes. " -"Useful for multi-extruder prints with translucent materials or manual " -"soluble support material" +"Useful for multi-extruder prints with translucent materials or manual soluble " +"support material" msgstr "" "Bitişik malzemeler/hacimler arasında katı kabuk oluşumunu zorlayın. Yarı " -"saydam malzemelerle veya elle çözülebilen destek malzemesiyle çoklu " -"ekstruder baskıları için kullanışlıdır" +"saydam malzemelerle veya elle çözülebilen destek malzemesiyle çoklu ekstruder " +"baskıları için kullanışlıdır" msgid "Maximum width of a segmented region" msgstr "Bölümlere ayrılmış bir bölgenin maksimum genişliği" @@ -12165,17 +11707,10 @@ msgstr "" msgid "Interlocking depth of a segmented region" msgstr "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. " -"“mmu_segmented_region_max_width” sıfırsa veya " -"“mmu_segmented_region_interlocking_length”, “mmu_segmented_region_max_width” " -"değerinden büyükse göz ardı edilecektir. Sıfır bu özelliği devre dışı " -"bırakır." +"Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu özelliği " +"devre dışı bırakır." msgid "Use beam interlocking" msgstr "Işın kilitlemeyi kullanın" @@ -12219,8 +11754,7 @@ msgid "" "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" "Hücrelerde ölçülen, birbirine kenetlenen yapıyı oluşturmak için filamentler " -"arasındaki sınırdan mesafe. Çok az hücre yapışmanın zayıf olmasına neden " -"olur." +"arasındaki sınırdan mesafe. Çok az hücre yapışmanın zayıf olmasına neden olur." msgid "Interlocking boundary avoidance" msgstr "Birbirine kenetlenen sınırdan kaçınma" @@ -12321,8 +11855,8 @@ msgstr "" "G kodu tadı Klipper olarak ayarlandığında bu seçenek göz ardı edilecektir." msgid "" -"This G-code will be used as a code for the pause print. User can insert " -"pause G-code in gcode viewer" +"This G-code will be used as a code for the pause print. User can insert pause " +"G-code in gcode viewer" msgstr "" "Bu G kodu duraklatma yazdırması için bir kod olarak kullanılacaktır. " "Kullanıcı gcode görüntüleyiciye duraklatma G kodunu ekleyebilir" @@ -12453,8 +11987,8 @@ msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2" msgstr "Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir" msgid "" -"Part cooling fan speed may be increased when auto cooling is enabled. This " -"is the maximum speed limitation of part cooling fan" +"Part cooling fan speed may be increased when auto cooling is enabled. This is " +"the maximum speed limitation of part cooling fan" msgstr "" "Otomatik soğutma etkinleştirildiğinde parça soğutma fanı hızı artırılabilir. " "Bu, parça soğutma fanının maksimum hız sınırlamasıdır" @@ -12474,8 +12008,8 @@ msgid "Extrusion rate smoothing" msgstr "Ekstrüzyon hızını yumuşatma" msgid "" -"This parameter smooths out sudden extrusion rate changes that happen when " -"the printer transitions from printing a high flow (high speed/larger width) " +"This parameter smooths out sudden extrusion rate changes that happen when the " +"printer transitions from printing a high flow (high speed/larger width) " "extrusion to a lower flow (lower speed/smaller width) extrusion and vice " "versa.\n" "\n" @@ -12486,12 +12020,11 @@ msgid "" "A value of 0 disables the feature. \n" "\n" "For a high speed, high flow direct drive printer (like the Bambu lab or " -"Voron) this value is usually not needed. However it can provide some " -"marginal benefit in certain cases where feature speeds vary greatly. For " -"example, when there are aggressive slowdowns due to overhangs. In these " -"cases a high value of around 300-350mm3/s2 is recommended as this allows for " -"just enough smoothing to assist pressure advance achieve a smoother flow " -"transition.\n" +"Voron) this value is usually not needed. However it can provide some marginal " +"benefit in certain cases where feature speeds vary greatly. For example, when " +"there are aggressive slowdowns due to overhangs. In these cases a high value " +"of around 300-350mm3/s2 is recommended as this allows for just enough " +"smoothing to assist pressure advance achieve a smoother flow transition.\n" "\n" "For slower printers without pressure advance, the value should be set much " "lower. A value of 10-15mm3/s2 is a good starting point for direct drive " @@ -12513,13 +12046,13 @@ msgstr "" "\n" "0 değeri özelliği devre dışı bırakır. \n" "\n" -"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab " -"veya Voron gibi) bu değer genellikle gerekli değildir. Ancak özellik " -"hızlarının büyük ölçüde değiştiği bazı durumlarda marjinal bir fayda " -"sağlayabilir. Örneğin, çıkıntılar nedeniyle agresif yavaşlamalar olduğunda. " -"Bu durumlarda 300-350mm3/s2 civarında yüksek bir değer önerilir çünkü bu, " -"basınç ilerlemesinin daha yumuşak bir akış geçişi elde etmesine yardımcı " -"olmak için yeterli yumuşatmaya izin verir.\n" +"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab veya " +"Voron gibi) bu değer genellikle gerekli değildir. Ancak özellik hızlarının " +"büyük ölçüde değiştiği bazı durumlarda marjinal bir fayda sağlayabilir. " +"Örneğin, çıkıntılar nedeniyle agresif yavaşlamalar olduğunda. Bu durumlarda " +"300-350mm3/s2 civarında yüksek bir değer önerilir çünkü bu, basınç " +"ilerlemesinin daha yumuşak bir akış geçişi elde etmesine yardımcı olmak için " +"yeterli yumuşatmaya izin verir.\n" "\n" "Basınç avansı olmayan daha yavaş yazıcılar için değer çok daha düşük " "ayarlanmalıdır. Doğrudan tahrikli ekstruderler için 10-15mm3/s2 ve Bowden " @@ -12593,6 +12126,9 @@ msgstr "" "minimum katman süresini korumaya çalışmak için yazıcının yavaşlayacağı " "minimum yazdırma hızı." +msgid "Nozzle diameter" +msgstr "Nozul çapı" + msgid "Diameter of nozzle" msgstr "Nozul çapı" @@ -12610,11 +12146,11 @@ msgid "Host Type" msgstr "Bağlantı Türü" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan ana bilgisayarın türünü içermelidir." +"Snapmaker Orca, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan ana bilgisayarın türünü içermelidir." msgid "Nozzle volume" msgstr "Nozul hacmi" @@ -12655,8 +12191,8 @@ msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan " -"uzaklığı. Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." +"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan uzaklığı. " +"Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." msgid "Extra loading distance" msgstr "Ekstra yükleme mesafesi" @@ -12683,21 +12219,14 @@ msgstr "Dolguda geri çekmeyi azalt" msgid "" "Don't retract when the travel is in infill area absolutely. That means the " -"oozing can't been seen. This can reduce times of retraction for complex " -"model and save printing time, but make slicing and G-code generating slower" +"oozing can't been seen. This can reduce times of retraction for complex model " +"and save printing time, but make slicing and G-code generating slower" msgstr "" "Hareket kesinlikle dolgu alanına girdiğinde geri çekilmeyin. Bu, sızıntının " "görülemeyeceği anlamına gelir. Bu, karmaşık model için geri çekme sürelerini " "azaltabilir ve yazdırma süresinden tasarruf sağlayabilir, ancak dilimlemeyi " "ve G kodu oluşturmayı yavaşlatır" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" -"Bu seçenek sızıntıyı önlemek için aktif olmayan ekstrüderlerin sıcaklığını " -"düşürecektir." - msgid "Filename format" msgstr "Dosya adı formatı" @@ -12728,11 +12257,11 @@ msgid "Make overhangs printable - Hole area" msgstr "Yazdırılabilir çıkıntı delik alanı oluşturun" msgid "" -"Maximum area of a hole in the base of the model before it's filled by " -"conical material.A value of 0 will fill all the holes in the model base." +"Maximum area of a hole in the base of the model before it's filled by conical " +"material.A value of 0 will fill all the holes in the model base." msgstr "" -"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce " -"maksimum alanı. 0 değeri, model tabanındaki tüm delikleri dolduracaktır." +"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce maksimum " +"alanı. 0 değeri, model tabanındaki tüm delikleri dolduracaktır." msgid "mm²" msgstr "mm²" @@ -12742,14 +12271,11 @@ msgstr "Çıkıntılı duvarı algıla" #, c-format, boost-format msgid "" -"Detect the overhang percentage relative to line width and use different " -"speed to print. For 100%% overhang, bridge speed is used." +"Detect the overhang percentage relative to line width and use different speed " +"to print. For 100%% overhang, bridge speed is used." msgstr "" -"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için " -"farklı hızlar kullanın. %%100 çıkıntı için köprü hızı kullanılır." - -msgid "Filament to print walls" -msgstr "Duvarları yazdırmak için filament" +"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için farklı " +"hızlar kullanın. %%100 çıkıntı için köprü hızı kullanılır." msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " @@ -12771,8 +12297,8 @@ msgid "" "This setting adds an extra wall to every other layer. This way the infill " "gets wedged vertically between the walls, resulting in stronger prints. \n" "\n" -"When this option is enabled, the ensure vertical shell thickness option " -"needs to be disabled. \n" +"When this option is enabled, the ensure vertical shell thickness option needs " +"to be disabled. \n" "\n" "Using lightning infill together with this option is not recommended as there " "is limited infill to anchor the extra perimeters to." @@ -12790,20 +12316,13 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, " -"mutlak yollarını burada listeleyin. Birden fazla betiği noktalı virgülle " -"ayırın. Betiklere ilk argüman olarak G-code dosyasının mutlak yolu aktarılır " -"ve ortam değişkenlerini okuyarak Orca Slicer yapılandırma ayarlarına " -"erişebilirler." - -msgid "Printer type" -msgstr "Yazıcı türü" - -msgid "Type of the printer" -msgstr "Yazıcı türü" +"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, mutlak " +"yollarını burada listeleyin. Birden fazla betiği noktalı virgülle ayırın. " +"Betiklere ilk argüman olarak G-code dosyasının mutlak yolu aktarılır ve ortam " +"değişkenlerini okuyarak Snapmaker Orca yapılandırma ayarlarına erişebilirler." msgid "Printer notes" msgstr "Yazıcı notları" @@ -12811,15 +12330,11 @@ msgstr "Yazıcı notları" msgid "You can put your notes regarding the printer here." msgstr "Yazıcı ile ilgili notlarınızı buraya yazabilirsiniz." -msgid "Printer variant" -msgstr "Yazıcı çeşidi" - msgid "Raft contact Z distance" msgstr "Raft kontak Z mesafesi" msgid "Z gap between object and raft. Ignored for soluble interface" -msgstr "" -"Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi" +msgstr "Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi" msgid "Raft expansion" msgstr "Raft genişletme" @@ -12848,11 +12363,11 @@ msgid "" "Object will be raised by this number of support layers. Use this function to " "avoid wrapping when print ABS" msgstr "" -"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS " -"yazdırırken sarmayı önlemek için bu işlevi kullanın" +"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS yazdırırken " +"sarmayı önlemek için bu işlevi kullanın" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12864,8 +12379,7 @@ msgid "Travel distance threshold" msgstr "Seyahat mesafesi" msgid "" -"Only trigger retraction when the travel distance is longer than this " -"threshold" +"Only trigger retraction when the travel distance is longer than this threshold" msgstr "" "Geri çekmeyi yalnızca hareket mesafesi bu eşikten daha uzun olduğunda " "tetikleyin" @@ -12873,8 +12387,7 @@ msgstr "" msgid "Retract amount before wipe" msgstr "Temizleme işlemi öncesi geri çekme miktarı" -msgid "" -"The length of fast retraction before wipe, relative to retraction length" +msgid "The length of fast retraction before wipe, relative to retraction length" msgstr "" "Geri çekme uzunluğuna göre, temizlemeden önce hızlı geri çekilmenin uzunluğu" @@ -12962,14 +12475,12 @@ msgid "Spiral" msgstr "Spiral" msgid "Traveling angle" -msgstr "Seyahat açısı" +msgstr "" msgid "" -"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " -"in Normal Lift" +"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results in " +"Normal Lift" msgstr "" -"Eğim ve Spiral Z atlama tipi için ilerleme açısı. 90°’ye ayarlamak normal " -"kaldırmayla sonuçlanır" msgid "Only lift Z above" msgstr "Z'yi sadece şu değerin üstündeki durumlarda kaldır" @@ -13036,8 +12547,8 @@ msgstr "Geri çekme hızı" msgid "Speed of retractions" msgstr "Geri çekme hızları" -msgid "De-retraction Speed" -msgstr "İleri itme hızı" +msgid "Deretraction Speed" +msgstr "İleri itme Hızı" msgid "" "Speed for reloading filament into extruder. Zero means same speed with " @@ -13101,13 +12612,13 @@ msgid "Seam gap" msgstr "Dikiş boşluğu" msgid "" -"In order to reduce the visibility of the seam in a closed loop extrusion, " -"the loop is interrupted and shortened by a specified amount.\n" -"This amount can be specified in millimeters or as a percentage of the " -"current extruder diameter. The default value for this parameter is 10%." +"In order to reduce the visibility of the seam in a closed loop extrusion, the " +"loop is interrupted and shortened by a specified amount.\n" +"This amount can be specified in millimeters or as a percentage of the current " +"extruder diameter. The default value for this parameter is 10%." msgstr "" -"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü " -"kesintiye uğrar ve belirli bir miktarda kısaltılır.\n" +"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü kesintiye " +"uğrar ve belirli bir miktarda kısaltılır.\n" "Bu miktar milimetre cinsinden veya mevcut ekstruder çapının yüzdesi olarak " "belirtilebilir. Bu parametrenin varsayılan değeri %10'dur." @@ -13116,8 +12627,8 @@ msgstr "Atkı birleşim dikişi (beta)" msgid "Use scarf joint to minimize seam visibility and increase seam strength." msgstr "" -"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için " -"atkı birleşimini kullanın." +"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için atkı " +"birleşimini kullanın." msgid "Conditional scarf joint" msgstr "Koşullu atkı birleşimi" @@ -13135,9 +12646,9 @@ msgstr "Koşullu açı eşiği" msgid "" "This option sets the threshold angle for applying a conditional scarf joint " "seam.\n" -"If the maximum angle within the perimeter loop exceeds this value " -"(indicating the absence of sharp corners), a scarf joint seam will be used. " -"The default value is 155°." +"If the maximum angle within the perimeter loop exceeds this value (indicating " +"the absence of sharp corners), a scarf joint seam will be used. The default " +"value is 155°." msgstr "" "Bu seçenek, koşullu bir atkı eklem dikişi uygulamak için eşik açısını " "ayarlar.\n" @@ -13152,8 +12663,8 @@ msgstr "Koşullu çıkıntı eşiği" msgid "" "This option determines the overhang threshold for the application of scarf " "joint seams. If the unsupported portion of the perimeter is less than this " -"threshold, scarf joint seams will be applied. The default threshold is set " -"at 40% of the external wall's width. Due to performance considerations, the " +"threshold, scarf joint seams will be applied. The default threshold is set at " +"40% of the external wall's width. Due to performance considerations, the " "degree of overhang is estimated." msgstr "" "Bu seçenek, atkı bağlantı dikişlerinin uygulanması için sarkma eşiğini " @@ -13167,22 +12678,22 @@ msgstr "Atkı birleşim hızı" msgid "" "This option sets the printing speed for scarf joints. It is recommended to " -"print scarf joints at a slow speed (less than 100 mm/s). It's also " -"advisable to enable 'Extrusion rate smoothing' if the set speed varies " -"significantly from the speed of the outer or inner walls. If the speed " -"specified here is higher than the speed of the outer or inner walls, the " -"printer will default to the slower of the two speeds. When specified as a " -"percentage (e.g., 80%), the speed is calculated based on the respective " -"outer or inner wall speed. The default value is set to 100%." +"print scarf joints at a slow speed (less than 100 mm/s). It's also advisable " +"to enable 'Extrusion rate smoothing' if the set speed varies significantly " +"from the speed of the outer or inner walls. If the speed specified here is " +"higher than the speed of the outer or inner walls, the printer will default " +"to the slower of the two speeds. When specified as a percentage (e.g., 80%), " +"the speed is calculated based on the respective outer or inner wall speed. " +"The default value is set to 100%." msgstr "" "Bu seçenek, atkı bağlantılarının yazdırma hızını ayarlar. Atkı " "bağlantılarının yavaş bir hızda (100 mm/s'den az) yazdırılması tavsiye " "edilir. Ayarlanan hızın dış veya iç duvarların hızından önemli ölçüde farklı " -"olması durumunda 'Ekstrüzyon hızı yumuşatma' seçeneğinin etkinleştirilmesi " -"de tavsiye edilir. Burada belirtilen hız, dış veya iç duvarların hızından " -"daha yüksekse, yazıcı varsayılan olarak iki hızdan daha yavaş olanı " -"seçecektir. Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili dış veya iç " -"duvar hızına göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." +"olması durumunda 'Ekstrüzyon hızı yumuşatma' seçeneğinin etkinleştirilmesi de " +"tavsiye edilir. Burada belirtilen hız, dış veya iç duvarların hızından daha " +"yüksekse, yazıcı varsayılan olarak iki hızdan daha yavaş olanı seçecektir. " +"Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili dış veya iç duvar hızına " +"göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." msgid "Scarf joint flow ratio" msgstr "Atkı birleşimi akış oranı" @@ -13196,8 +12707,8 @@ msgstr "Atkı başlangıç ​​yüksekliği" msgid "" "Start height of the scarf.\n" -"This amount can be specified in millimeters or as a percentage of the " -"current layer height. The default value for this parameter is 0." +"This amount can be specified in millimeters or as a percentage of the current " +"layer height. The default value for this parameter is 0." msgstr "" "Atkı başlangıç yüksekliği.\n" "Bu miktar milimetre cinsinden veya geçerli katman yüksekliğinin yüzdesi " @@ -13216,8 +12727,8 @@ msgid "" "Length of the scarf. Setting this parameter to zero effectively disables the " "scarf." msgstr "" -"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan " -"devre dışı bırakır." +"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan devre " +"dışı bırakır." msgid "Scarf steps" msgstr "Atkı kademesi" @@ -13258,15 +12769,15 @@ msgid "Wipe before external loop" msgstr "Harici döngüden önce silin" msgid "" -"To minimize visibility of potential overextrusion at the start of an " -"external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " -"start of the external perimeter. That way any potential over extrusion is " -"hidden from the outside surface. \n" +"To minimise visibility of potential overextrusion at the start of an external " +"perimeter when printing with Outer/Inner or Inner/Outer/Inner wall print " +"order, the deretraction is performed slightly on the inside from the start of " +"the external perimeter. That way any potential over extrusion is hidden from " +"the outside surface. \n" "\n" -"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall print " +"order as in these modes it is more likely an external perimeter is printed " +"immediately after a deretraction move." msgstr "" "Dış/İç veya İç/Dış/İç duvar baskı sırası ile yazdırırken, dış çevrenin " "başlangıcında olası aşırı çıkıntının görünürlüğünü en aza indirmek için, " @@ -13275,8 +12786,8 @@ msgstr "" "yüzeyden gizlenir. \n" "\n" "Bu, Dış/İç veya İç/Dış/İç duvar yazdırma sırası ile yazdırırken " -"kullanışlıdır, çünkü bu modlarda, bir geri çekilme hareketinin hemen " -"ardından bir dış çevrenin yazdırılması daha olasıdır." +"kullanışlıdır, çünkü bu modlarda, bir geri çekilme hareketinin hemen ardından " +"bir dış çevrenin yazdırılması daha olasıdır." msgid "Wipe speed" msgstr "Temizleme hızı" @@ -13297,16 +12808,6 @@ msgstr "Etek mesafesi" msgid "Distance from skirt to brim or object" msgstr "Etekten kenara veya nesneye olan mesafe" -msgid "Skirt start point" -msgstr "Etek başlangıç ​​noktası" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" -"Nesnenin merkezinden etek başlangıç ​​noktasına kadar olan açı. Sıfır en doğru " -"konumdur, saat yönünün tersine ise pozitif açıdır." - msgid "Skirt height" msgstr "Etek yüksekliği" @@ -13321,8 +12822,10 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" @@ -13332,39 +12835,25 @@ msgstr "" "kullanışlıdır. Genellikle yalnızca açık çerçeveli, yani muhafazasız " "yazıcılarda gereklidir. \n" "\n" -"Etkin = etek, yazdırılan en yüksek nesne kadar uzun. Aksi takdirde ‘Etek " -"yüksekliği’ kullanılır.\n" +"Seçenekler:\n" +"Etkin = etek, yazdırılan en yüksek nesne kadar uzundur.\n" +"Sınırlı = etek, etek yüksekliğinin belirttiği kadar uzundur.\n" +"\n" "Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. Bu " "nedenle eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için etek " "mesafesi değerini artırın.\n" -msgid "Disabled" -msgstr "Devredışı" +msgid "Limited" +msgstr "Sınırlı" msgid "Enabled" msgstr "Etkin" -msgid "Skirt type" -msgstr "Etek tipi" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" -"Birleşik - tüm nesneler için tek etek, Nesneye göre - ayrı nesne eteği." - -msgid "Combined" -msgstr "Birleşik" - -msgid "Per object" -msgstr "Nesneye göre" - msgid "Skirt loops" msgstr "Etek sayısı" msgid "Number of loops for the skirt. Zero means disabling skirt" -msgstr "" -"Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir" +msgstr "Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir" msgid "Skirt speed" msgstr "Etek hızı" @@ -13382,17 +12871,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" "Etek yazdırılırken mm cinsinden minimum filaman ekstrüzyon uzunluğu. Sıfır, " "bu özelliğin devre dışı olduğu anlamına gelir.\n" "\n" "Yazıcı ana hat olmadan yazdırmak üzere ayarlanmışsa sıfır dışında bir değer " -"kullanmak yararlı olur.\n" -"Nihai döngü sayısı, nesnelerin mesafesini düzenlerken veya doğrularken " -"dikkate alınmaz. Böyle bir durumda döngü sayısını artırın." +"kullanmak yararlı olur." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13412,15 +12897,9 @@ msgstr "" "Eşik değerinden küçük olan seyrek dolgu alanı, yerini iç katı dolguya " "bırakmıştır" -msgid "Solid infill" -msgstr "Katı dolgu" - -msgid "Filament to print solid infill" -msgstr "Katı dolguyu yazdırmak için filament" - msgid "" -"Line width of internal solid infill. If expressed as a %, it will be " -"computed over the nozzle diameter." +"Line width of internal solid infill. If expressed as a %, it will be computed " +"over the nozzle diameter." msgstr "" "İç katı dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı " "üzerinden hesaplanacaktır." @@ -13434,15 +12913,15 @@ msgid "" "generated model has no seam" msgstr "" "Spiralleştirme, dış konturun z hareketlerini yumuşatır. Ve katı bir modeli, " -"katı alt katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan " -"son modelde dikiş yok." +"katı alt katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan son " +"modelde dikiş yok." msgid "Smooth Spiral" msgstr "Pürüzsüz spiral" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Pürüzsüz Spiral, X ve Y hareketlerini de yumuşatır ve dikey olmayan " "duvarlarda XY yönlerinde bile hiçbir görünür ek yeri oluşmamasını sağlar." @@ -13460,12 +12939,11 @@ msgstr "" msgid "" "If smooth or traditional mode is selected, a timelapse video will be " "generated for each print. After each layer is printed, a snapshot is taken " -"with the chamber camera. All of these snapshots are composed into a " -"timelapse video when printing completes. If smooth mode is selected, the " -"toolhead will move to the excess chute after each layer is printed and then " -"take a snapshot. Since the melt filament may leak from the nozzle during the " -"process of taking a snapshot, prime tower is required for smooth mode to " -"wipe nozzle." +"with the chamber camera. All of these snapshots are composed into a timelapse " +"video when printing completes. If smooth mode is selected, the toolhead will " +"move to the excess chute after each layer is printed and then take a " +"snapshot. Since the melt filament may leak from the nozzle during the process " +"of taking a snapshot, prime tower is required for smooth mode to wipe nozzle." msgstr "" "Düzgün veya geleneksel mod seçilirse her baskı için bir hızlandırılmış video " "oluşturulacaktır. Her katman basıldıktan sonra oda kamerasıyla anlık görüntü " @@ -13482,40 +12960,6 @@ msgstr "Geleneksel" msgid "Temperature variation" msgstr "Sıcaklık değişimi" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" -"Ekstruder aktif olmadığında uygulanacak sıcaklık farkı. Filament ayarlarında " -"‘rölanti sıcaklığı’ sıfır olmayan bir değere ayarlandığında bu değer " -"kullanılmaz." - -msgid "Preheat time" -msgstr "Ön ısıtma süresi" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" -"Takım değişiminden sonra bekleme süresini azaltmak için Orca, mevcut takım " -"hala kullanımdayken bir sonraki takıma ön ısıtma yapabilir. Bu ayar, bir " -"sonraki takımın ön ısıtılması için gereken süreyi saniye cinsinden belirtir. " -"Orca, aleti önceden ısıtmak için bir M104 komutu ekleyecektir." - -msgid "Preheat steps" -msgstr "Ön ısıtma adımları" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" -"Birden fazla ön ısıtma komutu ekleyin (örn. M104.1). Yalnızca Prusa XL için " -"kullanışlıdır. Diğer yazıcılar için lütfen 1’e ayarlayın." - msgid "Start G-code" msgstr "Başlangıç G Kodu" @@ -13560,10 +13004,9 @@ msgid "No sparse layers (beta)" msgstr "Seyrek katman yok (beta)" msgid "" -"If enabled, the wipe tower will not be printed on layers with no " -"toolchanges. On layers with a toolchange, extruder will travel downward to " -"print the wipe tower. User is responsible for ensuring there is no collision " -"with the print." +"If enabled, the wipe tower will not be printed on layers with no toolchanges. " +"On layers with a toolchange, extruder will travel downward to print the wipe " +"tower. User is responsible for ensuring there is no collision with the print." msgstr "" "Etkinleştirilirse, silme kulesi araç değişimi olmayan katmanlarda " "yazdırılmayacaktır. Araç değişimi olan katmanlarda, ekstruder silme kulesini " @@ -13588,16 +13031,16 @@ msgid "" "triangle mesh slicing. The gap closing operation may reduce the final print " "resolution, therefore it is advisable to keep the value reasonably low." msgstr "" -"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük " -"çatlaklar doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü " +"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük çatlaklar " +"doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü " "düşürebilir, bu nedenle değerin oldukça düşük tutulması tavsiye edilir." msgid "Slicing Mode" msgstr "Dilimleme modu" msgid "" -"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to " -"close all holes in the model." +"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close " +"all holes in the model." msgstr "" "3DLabPrint uçak modelleri için \"Çift-tek\" seçeneğini kullanın. Modeldeki " "tüm delikleri kapatmak için \"Delikleri kapat\"ı kullanın." @@ -13621,10 +13064,9 @@ msgid "" "print bed, set this to -0.3 (or fix your endstop)." msgstr "" "Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya " -"çıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: " -"örneğin, endstop sıfır noktanız aslında nozulu baskı plakasından 0.3mm " -"uzakta bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu " -"düzeltin)." +"çıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: örneğin, " +"endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm uzakta " +"bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu düzeltin)." msgid "Enable support" msgstr "Desteği etkinleştir" @@ -13678,8 +13120,7 @@ msgid "" "Only create support for critical regions including sharp tail, cantilever, " "etc." msgstr "" -"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek " -"oluşturun." +"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek oluşturun." msgid "Remove small overhangs" msgstr "Küçük çıkıntıları kaldır" @@ -13716,8 +13157,7 @@ msgstr "Taban için arayüz filamentini azaltın" msgid "" "Avoid using support interface filament to print support base if possible." msgstr "" -"Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan " -"kaçının" +"Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan kaçının" msgid "" "Line width of support. If expressed as a %, it will be computed over the " @@ -13792,8 +13232,8 @@ msgstr "Arayüz deseni" msgid "" "Line pattern of support interface. Default pattern for non-soluble support " -"interface is Rectilinear, while default pattern for soluble support " -"interface is Concentric" +"interface is Rectilinear, while default pattern for soluble support interface " +"is Concentric" msgstr "" "Destek arayüzünün çizgi deseni. Çözünmeyen destek arayüzü için varsayılan " "model Doğrusaldır, çözünebilir destek arayüzü için varsayılan model ise " @@ -13822,12 +13262,11 @@ msgid "" "into a regular grid will create more stable supports (default), while snug " "support towers will save material and reduce object scarring.\n" "For tree support, slim and organic style will merge branches more " -"aggressively and save a lot of material (default organic), while hybrid " -"style will create similar structure to normal support under large flat " -"overhangs." +"aggressively and save a lot of material (default organic), while hybrid style " +"will create similar structure to normal support under large flat overhangs." msgstr "" -"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara " -"içine projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı " +"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara içine " +"projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı " "zamanda sıkı destek kuleleri malzeme tasarrufu sağlar ve nesne üzerindeki " "izleri azaltır.\n" "Ağaç destek için, ince ve organik tarz, dalları daha etkili bir şekilde " @@ -13836,15 +13275,9 @@ msgstr "" "Hybrid stil, büyük düz çıkıntıların altında normal destekle benzer bir yapı " "oluşturacaktır." -msgid "Default (Grid/Organic" -msgstr "Varsayılan (Izgara/Organik)" - msgid "Snug" msgstr "Snug" -msgid "Organic" -msgstr "Organik" - msgid "Tree Slim" msgstr "İnce Ağaç" @@ -13854,6 +13287,9 @@ msgstr "Güçlü Ağaç" msgid "Tree Hybrid" msgstr "Hibrit Ağaç" +msgid "Organic" +msgstr "Organik" + msgid "Independent support layer height" msgstr "Bağımsız destek katmanı yüksekliği" @@ -13879,8 +13315,8 @@ msgid "Tree support branch angle" msgstr "Ağaç desteği dal açısı" msgid "" -"This setting determines the maximum overhang angle that t he branches of " -"tree support allowed to make.If the angle is increased, the branches can be " +"This setting determines the maximum overhang angle that t he branches of tree " +"support allowed to make.If the angle is increased, the branches can be " "printed more horizontally, allowing them to reach farther." msgstr "" "Bu ayar, ağaç desteğinin dallarının oluşmasına izin verilen maksimum çıkıntı " @@ -13912,11 +13348,10 @@ msgstr "Dal Yoğunluğu" #. TRN PrintSettings: "Organic supports" > "Branch Density" 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, thus it is recommended to enable top support " -"interfaces instead of a high branch density value if dense interfaces are " -"needed." +"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, thus it is recommended to enable top support interfaces " +"instead of a high branch density value if dense interfaces are needed." msgstr "" "Dalların uçlarını oluşturmak için kullanılan destek yapısının yoğunluğunu " "ayarlar. Daha yüksek bir değer daha iyi çıkıntılarla sonuçlanır, ancak " @@ -13928,8 +13363,8 @@ msgid "Adaptive layer height" msgstr "Uyarlanabilir katman yüksekliği" msgid "" -"Enabling this option means the height of tree support layer except the " -"first will be automatically calculated " +"Enabling this option means the height of tree support layer except the first " +"will be automatically calculated " msgstr "" "Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının " "yüksekliğinin otomatik olarak hesaplanacağı anlamına gelir " @@ -13984,8 +13419,8 @@ msgstr "Çift duvarlı dal çapı" #. TRN PrintSettings: "Organic supports" > "Branch Diameter" msgid "" "Branches with area larger than the area of a circle of this diameter will be " -"printed with double walls for stability. Set this value to zero for no " -"double walls." +"printed with double walls for stability. Set this value to zero for no double " +"walls." msgstr "" "Bu çaptaki bir dairenin alanından daha büyük alana sahip dallar, stabilite " "için çift duvarlı olarak basılacaktır. Çift duvar olmaması için bu değeri " @@ -14011,68 +13446,33 @@ msgid "Activate temperature control" msgstr "Sıcaklık kontrolünü etkinleştirin" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." -msgstr "" -"Otomatik hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Bu " -"seçenek, “yazıcı başlangıç kodu”ndan önce bir M191 komutunun yayınlanmasını " -"etkinleştirir\n" -" oda sıcaklığını ayarlar ve bu sıcaklığa ulaşılıncaya kadar bekler. Ayrıca " -"baskı sonunda M141 komutu vererek varsa hazne ısıtıcısının kapatılmasını " -"sağlar. \n" -"\n" -"Bu seçenek, M191 ve M141 komutlarını makrolar aracılığıyla veya yerel olarak " -"destekleyen bellenime dayanır ve genellikle aktif bir oda ısıtıcısı " -"kurulduğunda kullanılır." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 komutu " +"eklenecek \"machine_start_gcode\"\n" +"G-code komut: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Bölme sıcaklığı" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." -msgstr "" -"ABS, ASA, PC ve PA gibi yüksek sıcaklıktaki malzemeler için daha yüksek bir " -"oda sıcaklığı, bükülmenin bastırılmasına veya azaltılmasına yardımcı " -"olabilir ve potansiyel olarak daha yüksek katmanlar arası bağlanma " -"mukavemetine yol açabilir. Ancak aynı zamanda daha yüksek oda sıcaklığı, ABS " -"ve ASA için hava filtreleme verimliliğini azaltacaktır. \n" -"\n" -"PLA, PETG, TPU, PVA ve diğer düşük sıcaklıktaki malzemeler için, ısı " -"kırılmasında malzemenin yumuşamasından kaynaklanan ekstrüderin tıkanmasını " -"önlemek için oda sıcaklığının düşük olması gerektiğinden bu seçenek devre " -"dışı bırakılmalıdır (0’a ayarlanmalıdır).\n" -"\n" -"Etkinleştirilirse, bu parametre aynı zamanda istenen oda sıcaklığını " -"yazdırma başlatma makronuza veya şuna benzer bir ısı emme makrosuna iletmek " -"için kullanılabilecek Chamber_temperature adlı bir gcode değişkenini de " -"ayarlar: PRINT_START (diğer değişkenler) CHAMBER_TEMP=[chamber_temperature]. " -"Yazıcınız M141/M191 komutlarını desteklemiyorsa veya aktif oda ısıtıcısı " -"takılı değilse yazdırma başlatma makrosunda ısı bekletme işlemini " -"gerçekleştirmek istiyorsanız bu yararlı olabilir." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" +msgstr "" +"Daha yüksek hazne sıcaklığı, eğrilmeyi bastırmaya veya azaltmaya yardımcı " +"olabilir ve ABS, ASA, PC, PA ve benzeri gibi yüksek sıcaklıktaki malzemeler " +"için potansiyel olarak daha yüksek ara katman yapışmasına yol açabilir Aynı " +"zamanda, ABS ve ASA'nın hava filtrasyonu daha da kötüleşecektir. PLA, PETG, " +"TPU, PVA ve diğer düşük sıcaklıktaki malzemeler için, tıkanmaları önlemek " +"için gerçek hazne sıcaklığı yüksek olmamalıdır, bu nedenle kapatma anlamına " +"gelen 0 şiddetle tavsiye edilir" msgid "Nozzle temperature for layers after the initial one" msgstr "İlk katmandan sonraki katmanlar için nozul sıcaklığı" @@ -14129,11 +13529,11 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " +"is disabled and thickness of top shell is absolutely determained by top shell " "layers" msgstr "" -"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " -"ise dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman " +"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " +"dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman " "yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " "ayarın devre dışı olduğu ve üst kabuğun kalınlığının kesinlikle üst kabuk " "katmanları tarafından belirlendiği anlamına gelir" @@ -14156,12 +13556,11 @@ msgid "Wipe Distance" msgstr "Temizleme mesafesi" msgid "" -"Describe how long the nozzle will move along the last path when " -"retracting. \n" +"Discribe how long the nozzle will move along the last path when retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " -"extruder/filament retraction settings are, a retraction move may be needed " -"to retract the remaining filament. \n" +"extruder/filament retraction settings are, a retraction move may be needed to " +"retract the remaining filament. \n" "\n" "Setting a value in the retract amount before wipe setting below will perform " "any excess retraction before the wipe, else it will be performed after." @@ -14169,9 +13568,9 @@ msgstr "" "Geri çekilirken nozulun son yol boyunca ne kadar süre hareket edeceğini " "açıklayın. \n" "\n" -"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme " -"ayarlarının ne kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı " -"geri çekmek için bir geri çekme hareketine ihtiyaç duyulabilir. \n" +"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme ayarlarının " +"ne kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı geri çekmek için " +"bir geri çekme hareketine ihtiyaç duyulabilir. \n" "\n" "Aşağıdaki silme ayarından önce geri çekme miktarına bir değer ayarlamak, " "silme işleminden önce aşırı geri çekme işlemini gerçekleştirecektir, aksi " @@ -14221,8 +13620,14 @@ msgid "" "Angle at the apex of the cone that is used to stabilize the wipe tower. " "Larger angle means wider base." msgstr "" -"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki " -"açı. Daha büyük açı daha geniş taban anlamına gelir." +"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki açı. " +"Daha büyük açı daha geniş taban anlamına gelir." + +msgid "Wipe tower purge lines spacing" +msgstr "Silme kulesi temizleme hatları aralığı" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Silme kulesindeki boşaltma hatlarının aralığı." msgid "Maximum wipe tower print speed" msgstr "Maksimum silme kulesi yazdırma hızı" @@ -14268,6 +13673,9 @@ msgstr "" "Silme kulesi dış çevreleri için bu ayardan bağımsız olarak iç çevre hızı " "kullanılır." +msgid "Wipe tower extruder" +msgstr "Silme kulesi ekstruderi" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14284,8 +13692,8 @@ msgid "" "volumes below." msgstr "" "Bu vektör, silme kulesinde kullanılan her bir araçtan/araca geçiş için " -"gerekli hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme " -"hacimlerinin oluşturulmasını basitleştirmek için kullanılır." +"gerekli hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme hacimlerinin " +"oluşturulmasını basitleştirmek için kullanılır." msgid "" "Purging after filament change will be done inside objects' infills. This may " @@ -14309,13 +13717,13 @@ msgstr "" msgid "" "This object will be used to purge the nozzle after a filament change to save " -"filament and decrease the print time. Colours of the objects will be mixed " -"as a result. It will not take effect, unless the prime tower is enabled." +"filament and decrease the print time. Colours of the objects will be mixed as " +"a result. It will not take effect, unless the prime tower is enabled." msgstr "" -"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için " -"filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " -"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " -"etkinleştirilmediği sürece etkili olmayacaktır." +"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için filament " +"değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç olarak " +"nesnelerin renkleri karıştırılacaktır. Prime tower etkinleştirilmediği sürece " +"etkili olmayacaktır." msgid "Maximal bridging distance" msgstr "Maksimum köprüleme mesafesi" @@ -14324,38 +13732,8 @@ msgid "Maximal distance between supports on sparse infill sections." msgstr "" "Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için bir " "filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " -"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " -"etkinleştirilmediği sürece etkili olmayacaktır." - -msgid "Wipe tower purge lines spacing" -msgstr "Silme kulesi temizleme hatları aralığı" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Silme kulesindeki boşaltma hatlarının aralığı." - -msgid "Extra flow for purging" -msgstr "Temizleme için ekstra akış" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" -"Silme kulesindeki temizleme hatları için ekstra akış kullanılır. Bu, " -"temizleme hatlarının normalde olduğundan daha kalın veya daha dar olmasına " -"neden olur. Aralık otomatik olarak ayarlanır." - -msgid "Idle temperature" -msgstr "Boşta sıcaklık" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" -"Alet şu anda çoklu alet kurulumlarında kullanılmadığında püskürtme ucu " -"sıcaklığı. Bu yalnızca Yazdırma Ayarlarında ‘Sızıntı önleme’ etkin olduğunda " -"kullanılır. Devre dışı bırakmak için 0’a ayarlayın." +"olarak nesnelerin renkleri karıştırılacaktır. Prime tower etkinleştirilmediği " +"sürece etkili olmayacaktır." msgid "X-Y hole compensation" msgstr "X-Y delik dengeleme" @@ -14380,8 +13758,8 @@ msgid "" "assembling issue" msgstr "" "Nesnenin konturu XY düzleminde yapılandırılan değer kadar büyütülür veya " -"küçültülür. Pozitif değer konturu büyütür. Negatif değer konturu küçültür. " -"Bu fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için " +"küçültülür. Pozitif değer konturu büyütür. Negatif değer konturu küçültür. Bu " +"fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için " "kullanılır" msgid "Convert holes to polyholes" @@ -14405,14 +13783,14 @@ msgstr "Çokgen delik tespiti marjı" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " -"broaden the detection.\n" +"be on the circle circumference. This setting allows you some leway to broaden " +"the detection.\n" "In mm or in % of the radius." msgstr "" "Bir noktanın dairenin tahmini yarıçapına göre maksimum sapması.\n" "Silindirler genellikle farklı boyutlarda üçgenler olarak ihraç edildiğinden, " -"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz " -"için size biraz alan sağlar.\n" +"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz için " +"size biraz alan sağlar.\n" "inc mm cinsinden veya yarıçapın %'si cinsinden." msgid "Polyhole twist" @@ -14435,8 +13813,8 @@ msgid "Format of G-code thumbnails" msgstr "G kodu küçük resimlerinin formatı" msgid "" -"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " -"QOI for low memory firmware" +"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, QOI " +"for low memory firmware" msgstr "" "G kodu küçük resimlerinin formatı: En iyi kalite için PNG, en küçük boyut " "için JPG, düşük bellekli donanım yazılımı için QOI" @@ -14446,7 +13824,7 @@ msgstr "Göreceli (relative) E mesafelerini kullan" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14457,11 +13835,11 @@ msgstr "" msgid "" "Classic wall generator produces walls with constant extrusion width and for " -"very thin areas is used gap-fill. Arachne engine produces walls with " -"variable extrusion width" +"very thin areas is used gap-fill. Arachne engine produces walls with variable " +"extrusion width" msgstr "" -"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir " -"ve çok ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken " +"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir ve " +"çok ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken " "ekstrüzyon genişliğine sahip duvarlar üretir" msgid "Classic" @@ -14488,20 +13866,19 @@ msgstr "Duvar geçiş filtresi oranı" msgid "" "Prevent transitioning back and forth between one extra wall and one less. " "This margin extends the range of extrusion widths which follow to [Minimum " -"wall width - margin, 2 * Minimum wall width + margin]. Increasing this " -"margin reduces the number of transitions, which reduces the number of " -"extrusion starts/stops and travel time. However, large extrusion width " -"variation can lead to under- or overextrusion problems. It's expressed as a " -"percentage over nozzle diameter" -msgstr "" -"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu " -"kenar boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar " +"wall width - margin, 2 * Minimum wall width + margin]. Increasing this margin " +"reduces the number of transitions, which reduces the number of extrusion " +"starts/stops and travel time. However, large extrusion width variation can " +"lead to under- or overextrusion problems. It's expressed as a percentage over " +"nozzle diameter" +msgstr "" +"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu kenar " +"boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar " "genişliği + kenar boşluğu] şeklinde takip eden ekstrüzyon genişlikleri " "aralığını genişletir. Bu marjın arttırılması geçiş sayısını azaltır, bu da " "ekstrüzyonun başlama/durma sayısını ve seyahat süresini azaltır. Bununla " -"birlikte, büyük ekstrüzyon genişliği değişimi, yetersiz veya aşırı " -"ekstrüzyon sorunlarına yol açabilir. Nozul çapına göre yüzde olarak ifade " -"edilir" +"birlikte, büyük ekstrüzyon genişliği değişimi, yetersiz veya aşırı ekstrüzyon " +"sorunlarına yol açabilir. Nozul çapına göre yüzde olarak ifade edilir" msgid "Wall transitioning threshold angle" msgstr "Duvar geçiş açısı" @@ -14513,11 +13890,11 @@ msgid "" "this setting reduces the number and length of these center walls, but may " "leave gaps or overextrude" msgstr "" -"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? " -"Bu ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak " -"ve kalan alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu " -"ayarın düşürülmesi, bu merkez duvarların sayısını ve uzunluğunu azaltır " -"ancak boşluklara veya aşırı çıkıntıya neden olabilir" +"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? Bu " +"ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak ve " +"kalan alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu ayarın " +"düşürülmesi, bu merkez duvarların sayısını ve uzunluğunu azaltır ancak " +"boşluklara veya aşırı çıkıntıya neden olabilir" msgid "Wall distribution count" msgstr "Duvar dağılım sayısı" @@ -14533,9 +13910,9 @@ msgid "Minimum feature size" msgstr "Minimum özellik boyutu" msgid "" -"Minimum thickness of thin features. Model features that are thinner than " -"this value will not be printed, while features thicker than the Minimum " -"feature size will be widened to the Minimum wall width. It's expressed as a " +"Minimum thickness of thin features. Model features that are thinner than this " +"value will not be printed, while features thicker than the Minimum feature " +"size will be widened to the Minimum wall width. It's expressed as a " "percentage over nozzle diameter" msgstr "" "İnce özellikler için minimum kalınlık. Bu değerden daha ince olan model " @@ -14551,29 +13928,28 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " -"Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " -"above the default value of 0.5, or if single-wall top surfaces is enabled." +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " +"Advanced settings below to adjust the sensitivity of what is considered a top-" +"surface. 'One wall threshold' is only visibile if this setting is set above " +"the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların yazdırılmasını " "önlemek için bu değeri ayarlayın. Daha yüksek değerler daha fazla ve daha " "uzun duvarları kaldırır.\n" "\n" -"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler " -"bu değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin " -"hassasiyetini ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar " -"eşiği'ni ayarlayın. 'Tek duvar eşiği' yalnızca bu ayar varsayılan değer olan " -"0,5'in üzerine ayarlandığında veya tek duvarlı üst yüzeyler " -"etkinleştirildiğinde görünür." +"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler bu " +"değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin hassasiyetini " +"ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar eşiği'ni ayarlayın. " +"'Tek duvar eşiği' yalnızca bu ayar varsayılan değer olan 0,5'in üzerine " +"ayarlandığında veya tek duvarlı üst yüzeyler etkinleştirildiğinde görünür." msgid "First layer minimum wall width" msgstr "İlk katman minimum duvar genişliği" msgid "" -"The minimum wall width that should be used for the first layer is " -"recommended to be set to the same size as the nozzle. This adjustment is " -"expected to enhance adhesion." +"The minimum wall width that should be used for the first layer is recommended " +"to be set to the same size as the nozzle. This adjustment is expected to " +"enhance adhesion." msgstr "" "İlk katman için kullanılması gereken minimum duvar genişliğinin nozul ile " "aynı boyuta ayarlanması tavsiye edilir. Bu ayarlamanın yapışmayı artırması " @@ -14598,8 +13974,8 @@ msgstr "Dar iç katı dolguyu tespit et" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " -"concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"concentric pattern will be used for the area to speed printing up. Otherwise, " +"rectilinear pattern is used defaultly." msgstr "" "Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. " "Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli desen " @@ -14645,8 +14021,7 @@ msgstr "Yönlendirme Seçenekleri" msgid "Orient options: 0-disable, 1-enable, others-auto" msgstr "" -"Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-" -"otomatik" +"Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-otomatik" msgid "Rotation angle around the Z axis in degrees." msgstr "Z ekseni etrafında derece cinsinden dönüş açısı." @@ -14684,38 +14059,28 @@ msgstr "Özel G kodu bloğunun başında bulunan z-hop'u içerir." msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Ekstruderin özel G kodu bloğunun başlangıcındaki konumu. Özel G kodu başka " "bir yere seyahat ederse, Slicer'ın kontrolü geri aldığında nereden seyahat " "ettiğini bilmesi için bu değişkene yazması gerekir." msgid "" -"Retraction state at the beginning of the custom G-code block. If the custom " -"G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"Retraction state at the beginning of the custom G-code block. If the custom G-" +"code moves the extruder axis, it should write to this variable so PrusaSlicer " +"deretracts correctly when it gets control back." msgstr "" "Özel G kodu bloğunun başlangıcındaki geri çekilme durumu. Özel G kodu " -"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında " -"doğru şekilde geri çekme yapması için bu değişkene yazması gerekir." +"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında doğru " +"şekilde geri çekme yapması için bu değişkene yazması gerekir." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Ekstra deretraksiyon" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" "Şu anda, geri çekilmeden sonra ekstra ekstruder hazırlaması planlanıyor." -msgid "Absolute E position" -msgstr "Mutlak E konumu" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" -"Ekstruder ekseninin mevcut konumu. Yalnızca mutlak ekstruder adreslemeyle " -"kullanılır." - msgid "Current extruder" msgstr "Mevcut ekstruder" @@ -14760,18 +14125,11 @@ msgstr "" msgid "Is extruder used?" msgstr "Ekstruder kullanılıyor mu?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Belirli bir ekstruderin baskıda kullanılıp kullanılmadığını belirten bool " "vektörü." -msgid "Has single extruder MM priming" -msgstr "Tek ekstruder MM astarına sahiptir" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "Bu baskıda ekstra çok malzemeli astarlama bölgeleri kullanılıyor mu?" - msgid "Volume per extruder" msgstr "Ekstruder başına hacim" @@ -14799,18 +14157,18 @@ msgid "" "Weight per extruder extruded during the entire print. Calculated from " "filament_density value in Filament Settings." msgstr "" -"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. " -"Filament Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." +"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. Filament " +"Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." msgid "Total weight" msgstr "Toplam ağırlık" msgid "" -"Total weight of the print. Calculated from filament_density value in " -"Filament Settings." +"Total weight of the print. Calculated from filament_density value in Filament " +"Settings." msgstr "" -"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu " -"değerinden hesaplanır." +"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu değerinden " +"hesaplanır." msgid "Total layer count" msgstr "Toplam katman sayısı" @@ -14859,8 +14217,8 @@ msgstr "" "cinsindendir." msgid "" -"The vector has two elements: x and y dimension of the bounding box. Values " -"in mm." +"The vector has two elements: x and y dimension of the bounding box. Values in " +"mm." msgstr "" "Vektörün iki öğesi vardır: sınırlayıcı kutunun x ve y boyutu. Değerler mm " "cinsindendir." @@ -14872,8 +14230,8 @@ msgid "" "Vector of points of the first layer convex hull. Each element has the " "following format:'[x, y]' (x and y are floating-point numbers in mm)." msgstr "" -"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu " -"formata sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." +"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu formata " +"sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." msgid "Bottom-left corner of first layer bounding box" msgstr "İlk katman sınırlayıcı kutusunun sol alt köşesi" @@ -14936,16 +14294,6 @@ msgstr "Fiziksel yazıcı adı" msgid "Name of the physical printer used for slicing." msgstr "Dilimleme için kullanılan fiziksel yazıcının adı." -msgid "Number of extruders" -msgstr "Ekstruder sayısı" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" -"Geçerli baskıda kullanılıp kullanılmadığına bakılmaksızın ekstrüderlerin " -"toplam sayısı." - msgid "Layer number" msgstr "Katman numarası" @@ -15079,8 +14427,7 @@ msgstr "Sağlanan dosya boş olduğundan okunamadı" msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı " -"olmalıdır." +"Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı olmalıdır." msgid "Canceled" msgstr "İptal edildi" @@ -15202,8 +14549,7 @@ msgstr "yeni ön ayar oluşturma başarısız oldu." msgid "" "Are you sure to cancel the current calibration and return to the home page?" msgstr "" -"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin " -"misiniz?" +"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin misiniz?" msgid "No Printer Connected!" msgstr "Yazıcı Bağlı Değil!" @@ -15218,16 +14564,16 @@ msgid "The input value size must be 3." msgstr "Giriş değeri boyutu 3 olmalıdır." msgid "" -"This machine type can only hold 16 history results per nozzle. You can " -"delete the existing historical results and then start calibration. Or you " -"can continue the calibration, but you cannot create new calibration " -"historical results. \n" +"This machine type can only hold 16 history results per nozzle. You can delete " +"the existing historical results and then start calibration. Or you can " +"continue the calibration, but you cannot create new calibration historical " +"results. \n" "Do you still want to continue the calibration?" msgstr "" "Bu makine tipi, püskürtme ucu başına yalnızca 16 geçmiş sonucu tutabilir. " -"Mevcut geçmiş sonuçları silebilir ve ardından kalibrasyona " -"başlayabilirsiniz. Veya kalibrasyona devam edebilirsiniz ancak yeni " -"kalibrasyon geçmişi sonuçları oluşturamazsınız.\n" +"Mevcut geçmiş sonuçları silebilir ve ardından kalibrasyona başlayabilirsiniz. " +"Veya kalibrasyona devam edebilirsiniz ancak yeni kalibrasyon geçmişi " +"sonuçları oluşturamazsınız.\n" "Hala kalibrasyona devam etmek istiyor musunuz?" msgid "Connecting to printer..." @@ -15241,9 +14587,9 @@ msgstr "Akış Dinamiği Kalibrasyonu sonucu yazıcıya kaydedildi" #, c-format, boost-format msgid "" -"There is already a historical calibration result with the same name: %s. " -"Only one of the results with the same name is saved. Are you sure you want " -"to override the historical result?" +"There is already a historical calibration result with the same name: %s. Only " +"one of the results with the same name is saved. Are you sure you want to " +"override the historical result?" msgstr "" "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " "sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " @@ -15254,8 +14600,8 @@ msgid "" "This machine type can only hold %d history results per nozzle. This result " "will not be saved." msgstr "" -"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. " -"Bu sonuç kaydedilmeyecek." +"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. Bu " +"sonuç kaydedilmeyecek." msgid "Internal Error" msgstr "İç hata" @@ -15274,10 +14620,10 @@ msgstr "Akış Dinamiği Kalibrasyonuna ne zaman ihtiyacınız olur" msgid "" "We now have added the auto-calibration for different filaments, which is " -"fully automated and the result will be saved into the printer for future " -"use. You only need to do the calibration in the following limited cases:\n" -"1. If you introduce a new filament of different brands/models or the " -"filament is damp;\n" +"fully automated and the result will be saved into the printer for future use. " +"You only need to do the calibration in the following limited cases:\n" +"1. If you introduce a new filament of different brands/models or the filament " +"is damp;\n" "2. if the nozzle is worn out or replaced with a new one;\n" "3. If the max volumetric speed or print temperature is changed in the " "filament setting." @@ -15299,10 +14645,10 @@ msgid "" "\n" "Usually the calibration is unnecessary. When you start a single color/" "material print, with the \"flow dynamics calibration\" option checked in the " -"print start menu, the printer will follow the old way, calibrate the " -"filament before the print; When you start a multi color/material print, the " -"printer will use the default compensation parameter for the filament during " -"every filament switch which will have a good result in most cases.\n" +"print start menu, the printer will follow the old way, calibrate the filament " +"before the print; When you start a multi color/material print, the printer " +"will use the default compensation parameter for the filament during every " +"filament switch which will have a good result in most cases.\n" "\n" "Please note that there are a few cases that can make the calibration results " "unreliable, such as insufficient adhesion on the build plate. Improving " @@ -15318,9 +14664,9 @@ msgstr "" "Genellikle kalibrasyon gereksizdir. Baskı başlatma menüsünde \"akış " "dinamikleri kalibrasyonu\" seçeneği işaretliyken tek renkli/malzemeli bir " "baskı başlattığınızda, yazıcı eski yolu izleyecek, baskıdan önce filamenti " -"kalibre edecektir; Çok renkli/malzemeli bir baskı başlattığınızda, yazıcı " -"her filament değişimi sırasında filament için varsayılan telafi " -"parametresini kullanacaktır ve bu da çoğu durumda iyi bir sonuç verecektir.\n" +"kalibre edecektir; Çok renkli/malzemeli bir baskı başlattığınızda, yazıcı her " +"filament değişimi sırasında filament için varsayılan telafi parametresini " +"kullanacaktır ve bu da çoğu durumda iyi bir sonuç verecektir.\n" "\n" "Yapı plakası üzerinde yetersiz yapışma gibi kalibrasyon sonuçlarını " "güvenilmez hale getirebilecek birkaç durum olduğunu lütfen unutmayın. " @@ -15370,10 +14716,10 @@ msgstr "" msgid "" "Flow Rate Calibration measures the ratio of expected to actual extrusion " "volumes. The default setting works well in Bambu Lab printers and official " -"filaments as they were pre-calibrated and fine-tuned. For a regular " -"filament, you usually won't need to perform a Flow Rate Calibration unless " -"you still see the listed defects after you have done other calibrations. For " -"more details, please check out the wiki article." +"filaments as they were pre-calibrated and fine-tuned. For a regular filament, " +"you usually won't need to perform a Flow Rate Calibration unless you still " +"see the listed defects after you have done other calibrations. For more " +"details, please check out the wiki article." msgstr "" "Akış Hızı Kalibrasyonu, beklenen ekstrüzyon hacimlerinin gerçek ekstrüzyon " "hacimlerine oranını ölçer. Varsayılan ayar, önceden kalibre edilmiş ve ince " @@ -15388,13 +14734,12 @@ msgid "" "directly measuring the calibration patterns. However, please be advised that " "the efficacy and accuracy of this method may be compromised with specific " "types of materials. Particularly, filaments that are transparent or semi-" -"transparent, sparkling-particled, or have a high-reflective finish may not " -"be suitable for this calibration and can produce less-than-desirable " -"results.\n" +"transparent, sparkling-particled, or have a high-reflective finish may not be " +"suitable for this calibration and can produce less-than-desirable results.\n" "\n" -"The calibration results may vary between each calibration or filament. We " -"are still improving the accuracy and compatibility of this calibration " -"through firmware updates over time.\n" +"The calibration results may vary between each calibration or filament. We are " +"still improving the accuracy and compatibility of this calibration through " +"firmware updates over time.\n" "\n" "Caution: Flow Rate Calibration is an advanced process, to be attempted only " "by those who fully understand its purpose and implications. Incorrect usage " @@ -15405,8 +14750,8 @@ msgstr "" "kullanarak kalibrasyon modellerini doğrudan ölçer. Ancak, bu yöntemin " "etkinliğinin ve doğruluğunun belirli malzeme türleriyle tehlikeye " "girebileceğini lütfen unutmayın. Özellikle şeffaf veya yarı şeffaf, parlak " -"parçacıklı veya yüksek yansıtıcı yüzeye sahip filamentler bu kalibrasyon " -"için uygun olmayabilir ve arzu edilenden daha az sonuçlar üretebilir.\n" +"parçacıklı veya yüksek yansıtıcı yüzeye sahip filamentler bu kalibrasyon için " +"uygun olmayabilir ve arzu edilenden daha az sonuçlar üretebilir.\n" "\n" "Kalibrasyon sonuçları her kalibrasyon veya filament arasında farklılık " "gösterebilir. Zaman içinde ürün yazılımı güncellemeleriyle bu kalibrasyonun " @@ -15415,8 +14760,8 @@ msgstr "" "Dikkat: Akış Hızı Kalibrasyonu, yalnızca amacını ve sonuçlarını tam olarak " "anlayan kişiler tarafından denenmesi gereken gelişmiş bir işlemdir. Yanlış " "kullanım, ortalamanın altında baskılara veya yazıcının zarar görmesine neden " -"olabilir. Lütfen işlemi yapmadan önce işlemi dikkatlice okuyup " -"anladığınızdan emin olun." +"olabilir. Lütfen işlemi yapmadan önce işlemi dikkatlice okuyup anladığınızdan " +"emin olun." msgid "When you need Max Volumetric Speed Calibration" msgstr "Maksimum Hacimsel Hız Kalibrasyonuna ihtiyaç duyduğunuzda" @@ -15438,15 +14783,15 @@ msgid "We found the best Flow Dynamics Calibration Factor" msgstr "En iyi Akış Dinamiği Kalibrasyon Faktörünü bulduk" msgid "" -"Part of the calibration failed! You may clean the plate and retry. The " -"failed test result would be dropped." +"Part of the calibration failed! You may clean the plate and retry. The failed " +"test result would be dropped." msgstr "" "Kalibrasyonun bir kısmı başarısız oldu! Plakayı temizleyip tekrar " "deneyebilirsiniz. Başarısız olan test sonucu görmezden gelinir." msgid "" -"*We recommend you to add brand, materia, type, and even humidity level in " -"the Name" +"*We recommend you to add brand, materia, type, and even humidity level in the " +"Name" msgstr "*İsme marka, malzeme, tür ve hatta nem seviyesini eklemenizi öneririz" msgid "Failed" @@ -15920,8 +15265,8 @@ msgstr "Tek İş Parçacığı Testini Başlat" msgid "Export Log" msgstr "Logu Dışa Aktar" -msgid "OrcaSlicer Version:" -msgstr "OrcaSlicer Sürümü:" +msgid "Snapmaker Orca Version:" +msgstr "Snapmaker Orca Sürümü:" msgid "System Version:" msgstr "Sistem Versiyonu:" @@ -15929,11 +15274,11 @@ msgstr "Sistem Versiyonu:" msgid "DNS Server:" msgstr "Dns sunucusu:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "OrcaSlicer'ı (GitHub) test edin" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Snapmaker Orca'ı (GitHub) test edin" -msgid "Test OrcaSlicer(GitHub):" -msgstr "OrcaSlicer'ı (GitHub) test edin:" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Snapmaker Orca'ı (GitHub) test edin:" msgid "Test Bing.com" msgstr "Bing.com'u test edin" @@ -16006,7 +15351,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Filament türü seçilmedi, lütfen türünü seçin." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "Filamentin serisi girilmedi, lütfen seri numarasını girin." msgid "" @@ -16035,8 +15380,8 @@ msgid "" "name. Do you want to continue?" msgstr "" "Oluşturduğunuz %s Filament adı zaten mevcut.\n" -"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla " -"görüntülenecektir. Devam etmek istiyor musun?" +"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla görüntülenecektir. " +"Devam etmek istiyor musun?" msgid "Some existing presets have failed to be created, as follows:\n" msgstr "Aşağıdaki gibi bazı mevcut ön ayarlar oluşturulamadı:\n" @@ -16078,7 +15423,7 @@ msgstr "Ön Ayarı İçe Aktar" msgid "Create Type" msgstr "Tür Oluştur" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Model bulunamadı, lütfen satıcıyı seçin." msgid "Select Model" @@ -16127,10 +15472,10 @@ msgstr "Ön ayar yolu bulunamıyor, lütfen satıcıyı yeniden seçin." msgid "The printer model was not found, please reselect." msgstr "Yazıcı modeli bulunamadı, lütfen yeniden seçin." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Nozul çapı bulunamadı, lütfen yeniden seçin." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Yazıcı ön ayarı bulunamadı, lütfen yeniden seçin." msgid "Printer Preset" @@ -16152,17 +15497,17 @@ msgid "" "You have not yet chosen which printer preset to create based on. Please " "choose the vendor and model of the printer" msgstr "" -"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen " -"yazıcının satıcısını ve modelini seçin" +"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen yazıcının " +"satıcısını ve modelini seçin" msgid "" "You have entered an illegal input in the printable area section on the first " "page. Please check before creating it." msgstr "" -"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. " -"Lütfen oluşturmadan önce kontrol edin." +"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. Lütfen " +"oluşturmadan önce kontrol edin." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "Özel yazıcı veya model girilmedi lütfen giriş yapın." msgid "" @@ -16177,8 +15522,7 @@ msgstr "" "Oluşturduğunuz yazıcı ön ayarının zaten aynı ada sahip bir ön ayarı var. " "Üzerine yazmak istiyor musunuz?\n" "\tEvet: Aynı adı taşıyan yazıcı ön ayarının üzerine yazın; aynı ön ayar adı " -"taşıyan filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön " -"ayar \n" +"taşıyan filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön ayar \n" "adı olmayan filament ve işlem ön ayarları rezerve edilecektir.\n" "\tİptal: Ön ayar oluşturmayın, oluşturma arayüzüne dönün." @@ -16201,7 +15545,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Mevcut satıcının modeli yok, lütfen yeniden seçin." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "Satıcıyı ve modeli seçmediniz veya özel satıcıyı ve modeli girmediniz." @@ -16224,8 +15568,7 @@ msgstr "" msgid "" "You have not yet selected the printer to replace the nozzle, please choose." -msgstr "" -"Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." +msgstr "Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." msgid "Create Printer Successful" msgstr "Yazıcı Oluşturma Başarılı" @@ -16308,8 +15651,8 @@ msgstr "Dışa aktarma başarılı" #, c-format, boost-format msgid "" -"The '%s' folder already exists in the current directory. Do you want to " -"clear it and rebuild it.\n" +"The '%s' folder already exists in the current directory. Do you want to clear " +"it and rebuild it.\n" "If not, a time suffix will be added, and you can modify the name after " "creation." msgstr "" @@ -16326,7 +15669,7 @@ msgstr "" "Başkalarıyla paylaşılabilir." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Kullanıcının filament ön ayarı. \n" @@ -16348,8 +15691,8 @@ msgid "" "Only printer names with user printer presets will be displayed, and each " "preset you choose will be exported as a zip." msgstr "" -"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek " -"ve seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." +"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek ve " +"seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." msgid "" "Only the filament names with user filament presets will be displayed, \n" @@ -16357,13 +15700,13 @@ msgid "" "exported as a zip." msgstr "" "Yalnızca kullanıcı filamenti ön ayarlarına sahip filament adları \n" -"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti " -"ön ayarları zip olarak dışa aktarılacaktır." +"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti ön " +"ayarları zip olarak dışa aktarılacaktır." msgid "" "Only printer names with changed process presets will be displayed, \n" -"and all user process presets in each printer name you select will be " -"exported as a zip." +"and all user process presets in each printer name you select will be exported " +"as a zip." msgstr "" "Yalnızca işlem ön ayarları değiştirilen yazıcı adları görüntülenecek \n" "ve seçtiğiniz her yazıcı adındaki tüm kullanıcı işlem ön ayarları zip olarak " @@ -16387,8 +15730,8 @@ msgid "Filament presets under this filament" msgstr "Bu filamentin altındaki filament ön ayarları" msgid "" -"Note: If the only preset under this filament is deleted, the filament will " -"be deleted after exiting the dialog." +"Note: If the only preset under this filament is deleted, the filament will be " +"deleted after exiting the dialog." msgstr "" "Not: Bu filamentin altındaki tek ön ayar silinirse, diyalogdan çıkıldıktan " "sonra filament silinecektir." @@ -16506,8 +15849,7 @@ msgstr "Aygıt sekmesinde yazdırma ana bilgisayarı web arayüzünü görüntü msgid "Replace the BambuLab's device tab with print host webui" msgstr "" -"BambuLab’ın aygıt sekmesini yazdırma ana bilgisayarı web arayüzüyle " -"değiştirin" +"BambuLab’ın aygıt sekmesini yazdırma ana bilgisayarı web arayüzüyle değiştirin" msgid "" "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" @@ -16527,8 +15869,8 @@ msgid "" "On this system, %s uses HTTPS certificates from the system Certificate Store " "or Keychain." msgstr "" -"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan " -"HTTPS sertifikalarını kullanıyor." +"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan HTTPS " +"sertifikalarını kullanıyor." msgid "" "To use a custom CA file, please import your CA file into Certificate Store / " @@ -16564,7 +15906,7 @@ msgstr "Duet'e bağlantı düzgün çalışıyor." msgid "Could not connect to Duet" msgstr "Duet'e bağlanılamadı" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Bilinmeyen hata oluştu" msgid "Wrong password" @@ -16678,31 +16020,30 @@ msgstr "" "Hata: \"%2%\"" msgid "" -"It has a small layer height, and results in almost negligible layer lines " -"and high printing quality. It is suitable for most general printing cases." +"It has a small layer height, and results in almost negligible layer lines and " +"high printing quality. It is suitable for most general printing cases." msgstr "" "Küçük bir katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir katman " "çizgileri ve yüksek baskı kalitesi sağlar. Çoğu genel yazdırma durumu için " "uygundur." msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds " -"and acceleration, and the sparse infill pattern is Gyroid. So, it results in " -"much higher printing quality, but a much longer printing time." +"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and " +"acceleration, and the sparse infill pattern is Gyroid. So, it results in much " +"higher printing quality, but a much longer printing time." msgstr "" "0,2 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha düşük hız " -"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha " -"yüksek baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde " -"edilir." +"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha yüksek " +"baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde edilir." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a slightly " "bigger layer height, and results in almost negligible layer lines, and " "slightly shorter printing time." msgstr "" -"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " -"biraz daha büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir " -"düzeyde katman çizgileri ve biraz daha kısa yazdırma süresi sağlar." +"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz " +"daha büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir düzeyde " +"katman çizgileri ve biraz daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer " @@ -16740,8 +16081,8 @@ msgid "" "shorter printing time." msgstr "" "Varsayılan 0,2 mm püskürtme ucu profiliyle karşılaştırıldığında, daha küçük " -"katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha yüksek " -"baskı kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." +"katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha yüksek baskı " +"kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -16792,12 +16133,12 @@ msgstr "" msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " -"height, and results in less apparent layer lines and higher printing " -"quality, but longer printing time." +"height, and results in less apparent layer lines and higher printing quality, " +"but longer printing time." msgstr "" "0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " -"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve " +"daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -16835,8 +16176,7 @@ msgstr "" msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " -"height, and results in almost negligible layer lines and longer printing " -"time." +"height, and results in almost negligible layer lines and longer printing time." msgstr "" "0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " "katman yüksekliği daha küçüktür ve neredeyse göz ardı edilebilecek düzeyde " @@ -16871,8 +16211,8 @@ msgstr "" msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer " -"height, and results in much more apparent layer lines and much lower " -"printing quality, but shorter printing time in some printing cases." +"height, and results in much more apparent layer lines and much lower printing " +"quality, but shorter printing time in some printing cases." msgstr "" "0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " "büyük bir katman yüksekliğine sahiptir ve çok daha belirgin katman çizgileri " @@ -16891,16 +16231,16 @@ msgstr "" msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer " -"height, and results in less apparent layer lines and higher printing " -"quality, but longer printing time." +"height, and results in less apparent layer lines and higher printing quality, " +"but longer printing time." msgstr "" "0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " -"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve " +"daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." msgid "" -"It has a very big layer height, and results in very apparent layer lines, " -"low printing quality and general printing time." +"It has a very big layer height, and results in very apparent layer lines, low " +"printing quality and general printing time." msgstr "" "Çok büyük bir katman yüksekliğine sahiptir ve çok belirgin katman " "çizgilerine, düşük baskı kalitesine ve genel yazdırma süresine neden olur." @@ -16912,8 +16252,8 @@ msgid "" msgstr "" "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " "büyük bir katman yüksekliğine sahiptir ve çok belirgin katman çizgileri ve " -"çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma " -"durumlarında daha kısa yazdırma süresi sağlar." +"çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma durumlarında " +"daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " @@ -16922,8 +16262,8 @@ msgid "" msgstr "" "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, çok " "daha büyük bir katman yüksekliğine sahiptir ve son derece belirgin katman " -"çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı " -"yazdırma durumlarında çok daha kısa yazdırma süresi sağlar." +"çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma " +"durumlarında çok daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a slightly " @@ -16931,10 +16271,10 @@ msgid "" "lines and slightly higher printing quality, but longer printing time in some " "printing cases." msgstr "" -"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " -"biraz daha küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine " -"de görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, " -"ancak bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." +"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz " +"daha küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine de " +"görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, ancak " +"bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer " @@ -17006,42 +16346,41 @@ msgid "" msgstr "" "Sandviç modu\n" "Modelinizde çok dik çıkıntılar yoksa hassasiyeti ve katman tutarlılığını " -"artırmak için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor " -"muydunuz?" +"artırmak için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Oda sıcaklığı\n" -"OrcaSlicer'ın hazne sıcaklığını desteklediğini biliyor muydunuz?" +"Snapmaker Orca'ın hazne sıcaklığını desteklediğini biliyor muydunuz?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Kalibrasyon\n" "Yazıcınızı kalibre etmenin harikalar yaratabileceğini biliyor muydunuz? " -"OrcaSlicer'daki sevilen kalibrasyon çözümümüze göz atın." +"Snapmaker Orca'daki sevilen kalibrasyon çözümümüze göz atın." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Yardımcı fan\n" -"OrcaSlicer'ın Yardımcı parça soğutma fanını desteklediğini biliyor muydunuz?" +"Snapmaker Orca'ın Yardımcı parça soğutma fanını desteklediğini biliyor muydunuz?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Hava filtreleme/Egzoz Fanı\n" -"OrcaSlicer'ın Hava filtreleme/Egzoz Fanını destekleyebileceğini biliyor " +"Snapmaker Orca'ın Hava filtreleme/Egzoz Fanını destekleyebileceğini biliyor " "muydunuz?" #: resources/data/hints.ini: [hint:G-code window] @@ -17065,18 +16404,18 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Klavye kısayolları nasıl kullanılır?\n" -"Orca Slicer'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri " -"sunduğunu biliyor muydunuz?" +"Snapmaker Orca'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri sunduğunu " +"biliyor muydunuz?" #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" "Reverse on odd\n" -"Did you know that Reverse on odd feature can significantly improve " -"the surface quality of your overhangs?" +"Did you know that Reverse on odd feature can significantly improve the " +"surface quality of your overhangs?" msgstr "" "Tersine çevir\n" "Tersine çevir özelliğinin çıkıntılarınızın yüzey kalitesini önemli " @@ -17099,8 +16438,8 @@ msgid "" "problems on the Windows system?" msgstr "" "Modeli Düzelt\n" -"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D " -"modeli düzeltebileceğinizi biliyor muydunuz?" +"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D modeli " +"düzeltebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Timelapse] msgid "" @@ -17197,11 +16536,11 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Bir Parçayı Çıkar\n" "Negatif parça değiştiriciyi kullanarak bir ağı diğerinden çıkarabileceğinizi " -"biliyor muydunuz? Bu şekilde örneğin doğrudan Orca Slicer'da kolayca yeniden " +"biliyor muydunuz? Bu şekilde örneğin doğrudan Snapmaker Orca'da kolayca yeniden " "boyutlandırılabilen delikler oluşturabilirsiniz." #: resources/data/hints.ini: [hint:STEP] @@ -17209,13 +16548,13 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "ADIM\n" "STL yerine STEP dosyasını dilimleyerek baskı kalitenizi artırabileceğinizi " "biliyor muydunuz?\n" -"Orca Slicer, STEP dosyalarını dilimlemeyi destekleyerek daha düşük " +"Snapmaker Orca, STEP dosyalarını dilimlemeyi destekleyerek daha düşük " "çözünürlüklü bir STL'ye göre daha düzgün sonuçlar sağlar. Bir şans ver!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17233,9 +16572,9 @@ msgstr "" #: resources/data/hints.ini: [hint:Fine-tuning for flow rate] msgid "" "Fine-tuning for flow rate\n" -"Did you know that flow rate can be fine-tuned for even better-looking " -"prints? Depending on the material, you can improve the overall finish of the " -"printed model by doing some fine-tuning." +"Did you know that flow rate can be fine-tuned for even better-looking prints? " +"Depending on the material, you can improve the overall finish of the printed " +"model by doing some fine-tuning." msgstr "" "Akış hızı için ince ayar\n" "Baskıların daha da iyi görünmesi için akış hızına ince ayar yapılabileceğini " @@ -17269,8 +16608,8 @@ msgstr "" msgid "" "Support painting\n" "Did you know that you can paint the location of your supports? This feature " -"makes it easy to place the support material only on the sections of the " -"model that actually need it." +"makes it easy to place the support material only on the sections of the model " +"that actually need it." msgstr "" "Destek boyama\n" "Desteklerinizin yerini boyayabileceğinizi biliyor muydunuz? Bu özellik, " @@ -17375,429 +16714,6 @@ msgstr "" "sıcaklığının uygun şekilde arttırılmasının bükülme olasılığını " "azaltabileceğini biliyor muydunuz?" -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every even layers regardless." -#~ msgstr "" -#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması " -#~ "gerekir. Çevre genişliğinin %’si olabilir.\n" -#~ "0 değeri ne olursa olsun her çift katmanda ters çevirmeyi mümkün kılar." - -#~ msgid "Cool Plate" -#~ msgstr "Soğuk Plaka" - -#~ msgid "Reverse on odd" -#~ msgstr "Tersine çevir" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " -#~ "çevreleri ekstrüzyonla çıkarın. Bu alternatif desen, dik çıkıntıları " -#~ "büyük ölçüde iyileştirebilir.\n" -#~ "\n" -#~ "Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle " -#~ "parçanın bükülmesinin azaltılmasına da yardımcı olabilir." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Ters çevre mantığını yalnızca iç çevrelere uygulayın. \n" -#~ "\n" -#~ "Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça " -#~ "gerilimlerini büyük ölçüde azaltır. Bu, dış duvar kalitesini korurken " -#~ "parçanın bükülmesini de azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye " -#~ "yatkın malzemeler ve ayrıca TPU ve İpek PLA gibi elastik filamentler için " -#~ "çok faydalı olabilir. Ayrıca destekler üzerindeki yüzen bölgelerdeki " -#~ "bükülmenin azaltılmasına da yardımcı olabilir.\n" -#~ "\n" -#~ "Bu ayarın en etkili olması için, tüm iç duvarların çıkıntı derecelerine " -#~ "bakılmaksızın tek katmanlar üzerine değişen yönlerde yazdırılması için " -#~ "Ters Eşiği 0'a ayarlamanız önerilir." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması " -#~ "gerekir. Çevre genişliğinin %'si olabilir.\n" -#~ "Değer 0 her tek katmanda terslemeyi etkinleştirir." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı " -#~ "yön.\n" -#~ "\n" -#~ "Tek sayıyı ters çevir seçeneği etkinleştirilmedikçe, varsayılan olarak " -#~ "tüm duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında " -#~ "herhangi bir seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü " -#~ "zorlayacaktır.\n" -#~ "\n" -#~ "Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır." - -#~ msgid "" -#~ "Final shape contains self--intersection or multiple points with same " -#~ "coordinate." -#~ msgstr "" -#~ "Son şekil, aynı koordinata sahip birden fazla noktanın kendi kendine " -#~ "kesişimini içerir." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Nesne ile yazdırma sırasında ekstruder etekle çarpışabilir.\n" -#~ "Bu durumu önlemek için etek katmanını 1'e sıfırlayın." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "Keskin açılar tespit edilmeden önce geometrinin büyük bir kısmı yok " -#~ "edilecektir. Bu parametre, ondalık sapmanın minimum uzunluğunu gösterir.\n" -#~ "Devre dışı bırakmak için 0" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Fanı hedef başlangıç zamanından bu kadar saniye önce başlatın (kesirli " -#~ "saniyeleri kullanabilirsiniz). Bu süre tahmini için sonsuz ivme varsayar " -#~ "ve yalnızca G1 ve G0 hareketlerini hesaba katar (yay uydurma " -#~ "desteklenmez).\n" -#~ "Fan komutlarını özel kodlardan taşımaz (bir çeşit 'bariyer' görevi " -#~ "görürler).\n" -#~ "'Yalnızca özel başlangıç gcode'u etkinleştirilmişse, fan komutları " -#~ "başlangıç gcode'una taşınmayacaktır.\n" -#~ "Devre dışı bırakmak için 0'ı kullanın." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Rüzgar taslağı nedeniyle ABS veya ASA baskının eğrilmesine ve baskı " -#~ "yatağından ayrılmasına karşı koruma sağlamak için bir rüzgarlık " -#~ "kullanışlıdır. Genellikle yalnızca açık çerçeveli, yani muhafazasız " -#~ "yazıcılarda gereklidir. \n" -#~ "\n" -#~ "Seçenekler:\n" -#~ "Etkin = etek, yazdırılan en yüksek nesne kadar uzundur.\n" -#~ "Sınırlı = etek, etek yüksekliğinin belirttiği kadar uzundur.\n" -#~ "\n" -#~ "Not: Rüzgarlık etkinken etek, nesneden etek mesafesinde yazdırılacaktır. " -#~ "Bu nedenle eğer kenarlar aktifse onlarla kesişebilir. Bunu önlemek için " -#~ "etek mesafesi değerini artırın.\n" - -#~ msgid "Limited" -#~ msgstr "Sınırlı" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Etek yazdırılırken mm cinsinden minimum filaman ekstrüzyon uzunluğu. " -#~ "Sıfır, bu özelliğin devre dışı olduğu anlamına gelir.\n" -#~ "\n" -#~ "Yazıcı ana hat olmadan yazdırmak üzere ayarlanmışsa sıfır dışında bir " -#~ "değer kullanmak yararlı olur." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların " -#~ "yazdırılmasını önlemek için bu değeri ayarlayın. Daha yüksek değerler " -#~ "daha fazla ve daha uzun duvarları kaldırır.\n" -#~ "\n" -#~ "NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst " -#~ "yüzeyler bu değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen " -#~ "şeyin hassasiyetini ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek " -#~ "duvar eşiği'ni ayarlayın. 'Tek duvar eşiği' yalnızca bu ayar varsayılan " -#~ "değer olan 0,5'in üzerine ayarlandığında veya tek duvarlı üst yüzeyler " -#~ "etkinleştirildiğinde görünür." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Küçük iç köprüleri filtrelemeyin (deneysel)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " -#~ "yastıklamanın azaltılmasına yardımcı olabilir.\n" -#~ "\n" -#~ "Varsayılan olarak küçük iç köprüler filtrelenir ve iç katı dolgu doğrudan " -#~ "seyrek dolgunun üzerine yazdırılır. Bu çoğu durumda işe yarar ve üstün " -#~ "yüzey kalitesinden çok fazla ödün vermeden yazdırmayı hızlandırır. \n" -#~ "\n" -#~ "Bununla birlikte, özellikle çok düşük seyrek dolgu yoğunluğunun " -#~ "kullanıldığı aşırı eğimli veya kavisli modellerde, bu durum " -#~ "desteklenmeyen katı dolgunun kıvrılmasına ve yastıklanmaya neden olmasına " -#~ "neden olabilir.\n" -#~ "\n" -#~ "Bu seçeneğin etkinleştirilmesi, iç köprü katmanını hafif desteklenmeyen " -#~ "dahili katı dolgu üzerine yazdıracaktır. Aşağıdaki seçenekler filtreleme " -#~ "miktarını, yani oluşturulan dahili köprülerin miktarını kontrol eder.\n" -#~ "\n" -#~ "Devre Dışı - Bu seçeneği devre dışı bırakır. Bu varsayılan davranıştır ve " -#~ "çoğu durumda iyi çalışır.\n" -#~ "\n" -#~ "Sınırlı filtreleme - Aşırı eğimli yüzeylerde iç köprüler oluştururken " -#~ "gereksiz iç köprülerin oluşmasını da önler. Bu, çoğu zor modelde işe " -#~ "yarar.\n" -#~ "\n" -#~ "Filtreleme yok - Her potansiyel dahili çıkıntıda dahili köprüler " -#~ "oluşturur. Bu seçenek, aşırı eğimli üst yüzey modelleri için " -#~ "kullanışlıdır. Ancak çoğu durumda çok fazla gereksiz köprü oluşturur." - -#~ msgid "Shrinkage" -#~ msgstr "Büzüşme" - -#~ msgid "" -#~ "Your object appears to be too large. It will be scaled down to fit the " -#~ "heat bed automatically." -#~ msgstr "" -#~ "Nesneniz çok büyük görünüyor. Plakaya otomatik olarak uyacak şekilde " -#~ "küçültülecektir." - -#~ msgid "Shift+G" -#~ msgstr "Shift+G" - -#~ msgid "Any arrow" -#~ msgstr "Herhangi bir ok" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Seçilen yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak " -#~ "minimum boşluk uzunluğu aşağıdaki küçük boşlukları filtrele seçeneğinden " -#~ "kontrol edilebilir.\n" -#~ "\n" -#~ "Seçenekler:\n" -#~ "1. Her Yerde: Üst, alt ve iç katı yüzeylere boşluk doldurma uygular\n" -#~ "2. Üst ve Alt yüzeyler: Boşluk doldurmayı yalnızca üst ve alt yüzeylere " -#~ "uygular\n" -#~ "3. Hiçbir Yerde: Boşluk doldurmayı devre dışı bırakır\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu " -#~ "değeri biraz azaltın (örneğin 0,9)" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Bu değer iç köprü katmanının kalınlığını belirler. Bu, seyrek dolgunun " -#~ "üzerindeki ilk katmandır. Seyrek dolguya göre yüzey kalitesini " -#~ "iyileştirmek için bu değeri biraz azaltın (örneğin 0,9)." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Bu faktör üst katı dolgu için malzeme miktarını etkiler. Pürüzsüz bir " -#~ "yüzey elde etmek için biraz azaltabilirsiniz" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "Bu faktör alt katı dolgu için malzeme miktarını etkiler" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Potansiyel kıvrılmış çevrelerin bulunabileceği alanlarda yazdırmayı " -#~ "yavaşlatmak için bu seçeneği etkinleştirin" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Köprü hızı ve tamamen sarkan duvar" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Dahili köprünün hızı. Değer yüzde olarak ifade edilirse köprü_hızına göre " -#~ "hesaplanacaktır. Varsayılan değer %150'dir." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Filamenti değiştirdiğinizde yeni filament yükleme zamanı. Yalnızca " -#~ "istatistikler için" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Yalnızca " -#~ "istatistikler için" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Yazıcı donanım yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " -#~ "değişikliği sırasında (T kodu yürütülürken) yeni bir filament yükleme " -#~ "süresi. Bu süre, G kodu zaman tahmincisi tarafından toplam baskı süresine " -#~ "eklenir." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Yazıcı ürün yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " -#~ "değişimi sırasında (T kodu yürütülürken) filamenti boşaltma süresi. Bu " -#~ "süre, G kodu süre tahmincisi tarafından toplam baskı süresine eklenir." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Belirtilen eşikten daha küçük boşlukları filtrele" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 " -#~ "komutu eklenecek \"machine_start_gcode\"\n" -#~ "G-code komut: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Daha yüksek hazne sıcaklığı, eğrilmeyi bastırmaya veya azaltmaya yardımcı " -#~ "olabilir ve ABS, ASA, PC, PA ve benzeri gibi yüksek sıcaklıktaki " -#~ "malzemeler için potansiyel olarak daha yüksek ara katman yapışmasına yol " -#~ "açabilir Aynı zamanda, ABS ve ASA'nın hava filtrasyonu daha da " -#~ "kötüleşecektir. PLA, PETG, TPU, PVA ve diğer düşük sıcaklıktaki " -#~ "malzemeler için, tıkanmaları önlemek için gerçek hazne sıcaklığı yüksek " -#~ "olmamalıdır, bu nedenle kapatma anlamına gelen 0 şiddetle tavsiye edilir" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Ana kule etkinleştirildiğinde farklı nozul çaplarına ve farklı filament " -#~ "çaplarına izin verilmez." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "Sızıntı önleme şu anda ana kule etkinken desteklenmemektedir." - -#~ msgid "" -#~ "Height of initial layer. Making initial layer height to be thick slightly " -#~ "can improve build plate adhension" -#~ msgstr "" -#~ "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, " -#~ "baskı plakasının yapışmasını iyileştirebilir" - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu " -#~ "özelliği devre dışı bırakır." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Silme kulesi ekstruderi" - #~ msgid "Current association: " #~ msgstr "Mevcut dernek:" @@ -17808,30 +16724,30 @@ msgstr "" #~ msgstr "Herhangi bir uygulamayla ilişkili değil" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Orca’nın Printable.com’daki modelleri açabilmesi için OrcaSlicer’ı " +#~ "Orca’nın Printable.com’daki modelleri açabilmesi için Snapmaker Orca’ı " #~ "prusaslicer:// bağlantılarıyla ilişkilendirin" #~ msgid "Associate bambustudio://" #~ msgstr "Bambstudio’yu ilişkilendirin://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Orca’nın makerworld.com’daki modelleri açabilmesi için OrcaSlicer’ı " +#~ "Orca’nın makerworld.com’daki modelleri açabilmesi için Snapmaker Orca’ı " #~ "bambustudio:// bağlantılarıyla ilişkilendirin" #~ msgid "Associate cura://" #~ msgstr "Cura’yı ilişkilendirin://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Orca’nın thingiverse.com’daki modelleri açabilmesi için OrcaSlicer’ı " +#~ "Orca’nın thingiverse.com’daki modelleri açabilmesi için Snapmaker Orca’ı " #~ "cura:// bağlantılarıyla ilişkilendirin" #~ msgid "" @@ -17868,12 +16784,11 @@ msgstr "" #~ "the print start menu, the printer will follow the old way, calibrate the " #~ "filament before the print; When you start a multi color/material print, " #~ "the printer will use the default compensation parameter for the filament " -#~ "during every filament switch which will have a good result in most " -#~ "cases.\n" +#~ "during every filament switch which will have a good result in most cases.\n" #~ "\n" #~ "Please note there are a few cases that will make the calibration result " -#~ "not reliable: using a texture plate to do the calibration; the build " -#~ "plate does not have good adhesion (please wash the build plate or apply " +#~ "not reliable: using a texture plate to do the calibration; the build plate " +#~ "does not have good adhesion (please wash the build plate or apply " #~ "gluestick!) ...You can find more from our wiki.\n" #~ "\n" #~ "The calibration results have about 10 percent jitter in our test, which " @@ -17884,12 +16799,11 @@ msgstr "" #~ "bulabilirsiniz.\n" #~ "\n" #~ "Genellikle kalibrasyon gereksizdir. Yazdırma başlat menüsündeki \"akış " -#~ "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme " -#~ "baskısını başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan " -#~ "önce filamenti kalibre edecektir; Çok renkli/malzeme baskısını " -#~ "başlattığınızda, yazıcı her filament değişiminde filament için varsayılan " -#~ "dengeleme parametresini kullanacaktır ve bu çoğu durumda iyi bir sonuç " -#~ "verecektir.\n" +#~ "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme baskısını " +#~ "başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamenti " +#~ "kalibre edecektir; Çok renkli/malzeme baskısını başlattığınızda, yazıcı " +#~ "her filament değişiminde filament için varsayılan dengeleme parametresini " +#~ "kullanacaktır ve bu çoğu durumda iyi bir sonuç verecektir.\n" #~ "\n" #~ "Kalibrasyon sonucunun güvenilir olmamasına yol açacak birkaç durum " #~ "olduğunu lütfen unutmayın: kalibrasyonu yapmak için doku plakası " @@ -17897,14 +16811,14 @@ msgstr "" #~ "yıkayın veya yapıştırıcı uygulayın!) ...Daha fazlasını wiki'mizden " #~ "bulabilirsiniz.\n" #~ "\n" -#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim " -#~ "var ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden " +#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim var " +#~ "ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden " #~ "olabilir. Yeni güncellemelerle iyileştirmeler yapmak için hâlâ temel " #~ "nedeni araştırıyoruz." #~ msgid "" -#~ "Only one of the results with the same name will be saved. Are you sure " -#~ "you want to overrides the other results?" +#~ "Only one of the results with the same name will be saved. Are you sure you " +#~ "want to overrides the other results?" #~ msgstr "" #~ "Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. Diğer sonuçları " #~ "geçersiz kılmak istediğinizden emin misiniz?" @@ -17912,11 +16826,11 @@ msgstr "" #, c-format, boost-format #~ msgid "" #~ "There is already a historical calibration result with the same name: %s. " -#~ "Only one of the results with the same name is saved. Are you sure you " -#~ "want to overrides the historical result?" +#~ "Only one of the results with the same name is saved. Are you sure you want " +#~ "to overrides the historical result?" #~ msgstr "" -#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada " -#~ "sahip sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " +#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " +#~ "sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " #~ "istediğinizden emin misiniz?" #~ msgid "Please find the cornor with perfect degree of extrusion" @@ -17929,21 +16843,21 @@ msgstr "" #~ msgstr "Y" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "PrusaSlicer links from Printable.com" #~ msgstr "" #~ "Orca’nın Printable.com’daki PrusaSlicer bağlantılarını açabilmesi için " -#~ "OrcaSlicer’ı prusaslicer:// bağlantılarıyla ilişkilendirin" +#~ "Snapmaker Orca’ı prusaslicer:// bağlantılarıyla ilişkilendirin" #~ msgid "" #~ "Order of wall/infill. When the tickbox is unchecked the walls are printed " #~ "first, which works best in most cases.\n" #~ "\n" -#~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " -#~ "push out the printed walls where it is attached to them, resulting in a " -#~ "worse external surface finish. It can also cause the infill to shine " -#~ "through the external surfaces of the part." +#~ "Printing walls first may help with extreme overhangs as the walls have the " +#~ "neighbouring infill to adhere to. However, the infill will slighly push " +#~ "out the printed walls where it is attached to them, resulting in a worse " +#~ "external surface finish. It can also cause the infill to shine through the " +#~ "external surfaces of the part." #~ msgstr "" #~ "Duvar/dolgu sırası. Onay kutusunun işareti kaldırıldığında ilk olarak " #~ "duvarlar yazdırılır ve bu çoğu durumda en iyi sonucu verir.\n" @@ -17958,11 +16872,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " -#~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " -#~ "Ranellucci and the RepRap community" +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from PrusaSlicer " +#~ "by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci " +#~ "and the RepRap community" #~ msgstr "" -#~ "Orca Slicer, Prusa Research'ün PrusaSlicer'ından Bambulab'ın " +#~ "Snapmaker Orca, Prusa Research'ün PrusaSlicer'ından Bambulab'ın " #~ "BambuStudio'sunu temel alıyor. PrusaSlicer, Alessandro Ranellucci ve " #~ "RepRap topluluğu tarafından hazırlanan Slic3r'dendir" @@ -18031,16 +16945,15 @@ msgstr "" #~ "değer) korumak ister misiniz?" #~ msgid "" -#~ "You have previously modified your settings and are about to overwrite " -#~ "them with new ones." +#~ "You have previously modified your settings and are about to overwrite them " +#~ "with new ones." #~ msgstr "" -#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini " -#~ "yazmak üzeresiniz." +#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini yazmak " +#~ "üzeresiniz." #~ msgid "" #~ "\n" -#~ "Do you want to keep your current modified settings, or use preset " -#~ "settings?" +#~ "Do you want to keep your current modified settings, or use preset settings?" #~ msgstr "" #~ "\n" #~ "Geçerli değiştirilen ayarlarınızı korumak mı yoksa önceden ayarlanmış " @@ -18060,8 +16973,8 @@ msgstr "" #~ "Choose an AMS slot then press \"Load\" or \"Unload\" button to " #~ "automatically load or unload filiament." #~ msgstr "" -#~ "Filamenti otomatik olarak yüklemek veya çıkarmak için bir AMS yuvası " -#~ "seçin ve ardından \"Yükle\" veya \"Boşalt\" düğmesine basın." +#~ "Filamenti otomatik olarak yüklemek veya çıkarmak için bir AMS yuvası seçin " +#~ "ve ardından \"Yükle\" veya \"Boşalt\" düğmesine basın." #~ msgid "MC" #~ msgstr "MC" @@ -18101,8 +17014,8 @@ msgstr "" #~ "The 3mf file version is in Beta and it is newer than the current Bambu " #~ "Studio version." #~ msgstr "" -#~ "3mf dosya sürümü Beta aşamasındadır ve mevcut Bambu Studio sürümünden " -#~ "daha yenidir." +#~ "3mf dosya sürümü Beta aşamasındadır ve mevcut Bambu Studio sürümünden daha " +#~ "yenidir." #~ msgid "If you would like to try Bambu Studio Beta, you may click to" #~ msgstr "Bambu Studio Beta’yı denemek isterseniz tıklayabilirsiniz." @@ -18129,9 +17042,9 @@ msgstr "" #~ "Green means that AMS humidity is normal, orange represent humidity is " #~ "high, red represent humidity is too high.(Hygrometer: lower the better.)" #~ msgstr "" -#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, " -#~ "kırmızı ise nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar " -#~ "düşükse o kadar iyidir.)" +#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, kırmızı " +#~ "ise nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar düşükse o " +#~ "kadar iyidir.)" #~ msgid "Desiccant status" #~ msgstr "Kurutucu durumu" @@ -18141,14 +17054,14 @@ msgstr "" #~ "inactive. Please change the desiccant.(The bars: higher the better.)" #~ msgstr "" #~ "İki çubuktan daha düşük bir kurutucu durumu, kurutucunun etkin olmadığını " -#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa " -#~ "o kadar iyidir.)" +#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa o " +#~ "kadar iyidir.)" #~ msgid "" #~ "Note: When the lid is open or the desiccant pack is changed, it can take " #~ "hours or a night to absorb the moisture. Low temperatures also slow down " -#~ "the process. During this time, the indicator may not represent the " -#~ "chamber accurately." +#~ "the process. During this time, the indicator may not represent the chamber " +#~ "accurately." #~ msgstr "" #~ "Not: Kapak açıkken veya kurutucu paketi değiştirildiğinde, nemin emilmesi " #~ "saatler veya bir gece sürebilir. Düşük sıcaklıklar da süreci yavaşlatır. " @@ -18202,10 +17115,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "Yükleme başarısız [%d]" -#~ msgid "Failed to fetching model informations from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "Model bilgileri yazıcıdan alınamadı." -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "Model bilgileri ayrıştırılamadı." #~ msgid "Connection lost. Please retry." @@ -18239,14 +17152,14 @@ msgstr "" #~ msgid "" #~ "Please go to filament setting to edit your presets if you need.\n" #~ "Please note that nozzle temperature, hot bed temperature, and maximum " -#~ "volumetric speed have a significant impact on printing quality. Please " -#~ "set them carefully." +#~ "volumetric speed have a significant impact on printing quality. Please set " +#~ "them carefully." #~ msgstr "" -#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament " -#~ "ayarına gidin.\n" +#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament ayarına " +#~ "gidin.\n" #~ "Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum " -#~ "hacimsel hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip " -#~ "olduğunu unutmayın. Lütfen bunları dikkatlice ayarlayın." +#~ "hacimsel hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip olduğunu " +#~ "unutmayın. Lütfen bunları dikkatlice ayarlayın." #~ msgid "Studio Version:" #~ msgstr "Stüdyo Sürümü:" @@ -18291,8 +17204,8 @@ msgstr "" #~ msgstr "Depolama Yüklemesini Test Etme" #~ msgid "" -#~ "The speed setting exceeds the printer's maximum speed " -#~ "(machine_max_speed_x/machine_max_speed_y).\n" +#~ "The speed setting exceeds the printer's maximum speed (machine_max_speed_x/" +#~ "machine_max_speed_y).\n" #~ "Orca will automatically cap the print speed to ensure it doesn't surpass " #~ "the printer's capabilities.\n" #~ "You can adjust the maximum speed setting in your printer's configuration " @@ -18300,8 +17213,8 @@ msgstr "" #~ msgstr "" #~ "Hız ayarı yazıcının maksimum hızını aşıyor (machine_max_speed_x/" #~ "machine_max_speed_y).\n" -#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma " -#~ "hızını otomatik olarak sınırlayacaktır.\n" +#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma hızını " +#~ "otomatik olarak sınırlayacaktır.\n" #~ "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " #~ "maksimum hız ayarını yapabilirsiniz." @@ -18316,7 +17229,7 @@ msgstr "" #~ "Change these settings automatically? \n" #~ "Yes - Disable ensure vertical shell thickness and enable alternate extra " #~ "wall\n" -#~ "No - Don't use alternate extra wall" +#~ "No - Dont use alternate extra wall" #~ msgstr "" #~ "Bu ayarlar otomatik olarak değiştirilsin mi?\n" #~ "Evet - Dikey kabuk kalınlığını sağlamayı devre dışı bırakın ve alternatif " @@ -18327,8 +17240,8 @@ msgstr "" #~ "Add solid infill near sloping surfaces to guarantee the vertical shell " #~ "thickness (top+bottom solid layers)" #~ msgstr "" -#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına " -#~ "katı dolgu ekleyin (üst + alt katı katmanlar)" +#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı " +#~ "dolgu ekleyin (üst + alt katı katmanlar)" #~ msgid "Further reduce solid infill on walls (beta)" #~ msgstr "Duvarlardaki katı dolguyu daha da azaltın (deneysel)" @@ -18382,8 +17295,8 @@ msgstr "" #~ "are not specified explicitly." #~ msgstr "" #~ "Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yazdırma " -#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde " -#~ "filament için minimum yazdırma hızı." +#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde filament " +#~ "için minimum yazdırma hızı." #~ msgid "No sparse layers (EXPERIMENTAL)" #~ msgstr "Seyrek katman yok (DENEYSEL)" @@ -18400,17 +17313,17 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "Yapılandırma yüklenemiyor." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" -#~ "3mf, eski Orca Slicer tarafından oluşturulmuştur, yalnızca geometri " +#~ "3mf, eski Snapmaker Orca tarafından oluşturulmuştur, yalnızca geometri " #~ "verilerini yükleyin." #~ msgid "wiki" #~ msgstr "wiki" #~ msgid "" -#~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Relative extrusion is recommended when using \"label_objects\" option.Some " +#~ "extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -18458,7 +17371,7 @@ msgstr "" #~ msgstr "Yeniden hesapla" #~ msgid "" -#~ "Orca recalculates your flushing volumes every time the filament colors " +#~ "Orca recalculates your flushing volumes everytime the filament colors " #~ "change. You can change this behavior in Preferences." #~ msgstr "" #~ "Orca, filament renkleri her değiştiğinde yıkama hacimlerinizi yeniden " @@ -18535,13 +17448,13 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Bir Parçayı Çıkar\n" #~ "Negatif parça değiştiriciyi kullanarak bir ağı diğerinden " #~ "çıkarabileceğinizi biliyor muydunuz? Bu şekilde örneğin doğrudan Orca " -#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler " -#~ "oluşturabilirsiniz. Daha fazlasını belgelerde okuyun." +#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler oluşturabilirsiniz. " +#~ "Daha fazlasını belgelerde okuyun." #~ msgid "Filling bed " #~ msgstr "Yatak doldurma " @@ -18557,8 +17470,7 @@ msgstr "" #~ msgstr "" #~ "Doğrusal desene geçilsin mi?\n" #~ "Evet - otomatik olarak doğrusal desene geçin\n" -#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere " -#~ "sıfırlayın" +#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere sıfırlayın" #~ msgid "Please heat the nozzle to above 170 degree before loading filament." #~ msgstr "" @@ -18799,8 +17711,8 @@ msgstr "" #~ "load uptodate process/machine settings from the specified file when using " #~ "uptodate" #~ msgstr "" -#~ "güncellemeyi kullanırken belirtilen dosyadan güncel işlem/" -#~ "yazıcıayarlarını yükle" +#~ "güncellemeyi kullanırken belirtilen dosyadan güncel işlem/yazıcıayarlarını " +#~ "yükle" #~ msgid "Output directory" #~ msgstr "Çıkış dizini" @@ -18840,15 +17752,15 @@ msgstr "" #~ "Pek çok dilimleme sorununu önlemek için bozuk bir 3D modeli " #~ "düzeltebileceğinizi biliyor muydunuz?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Gömülü" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması " -#~ "mümkün olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." +#~ "Snapmaker Orca yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması mümkün " +#~ "olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." #~ msgid "Online Models" #~ msgstr "Çevrimiçi Modeller" @@ -18862,8 +17774,8 @@ msgstr "" #~ msgid "" #~ "There are currently no identical spare consumables available, and " #~ "automatic replenishment is currently not possible. \n" -#~ "(Currently supporting automatic supply of consumables with the same " -#~ "brand, material type, and color)" +#~ "(Currently supporting automatic supply of consumables with the same brand, " +#~ "material type, and color)" #~ msgstr "" #~ "Şu anda aynı yedek sarf malzemesi mevcut değildir ve otomatik yenileme şu " #~ "anda mümkün değildir.\n" @@ -18895,8 +17807,7 @@ msgstr "" #~ "daha sıcak olamaz" #~ msgid "Enable this option if machine has auxiliary part cooling fan" -#~ msgstr "" -#~ "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" +#~ msgstr "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" #~ msgid "" #~ "This option is enabled if machine support controlling chamber temperature" @@ -18924,8 +17835,7 @@ msgstr "" #~ "katmanları etkilemez" #~ msgid "Empty layers around bottom are replaced by nearest normal layers." -#~ msgstr "" -#~ "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." +#~ msgstr "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." #~ msgid "The model has too many empty layers." #~ msgstr "Modelde çok fazla boş katman var." @@ -18943,9 +17853,8 @@ msgstr "" #~ "Bed temperature when high temperature plate is installed. Value 0 means " #~ "the filament does not support to print on the High Temp Plate" #~ msgstr "" -#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, " -#~ "filamentin Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına " -#~ "gelir" +#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin " +#~ "Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" #~ msgid "" #~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration" @@ -18965,8 +17874,7 @@ msgstr "" #~ msgstr "" #~ "Desteğin stili ve şekli. Normal destek için, desteklerin düzenli bir " #~ "ızgaraya yansıtılması daha sağlam destekler oluşturur (varsayılan), rahat " -#~ "destek kuleleri ise malzemeden tasarruf sağlar ve nesne izlerini " -#~ "azaltır.\n" +#~ "destek kuleleri ise malzemeden tasarruf sağlar ve nesne izlerini azaltır.\n" #~ "Ağaç desteği için, ince stil, dalları daha agresif bir şekilde " #~ "birleştirecek ve çok fazla malzeme tasarrufu sağlayacak (varsayılan), " #~ "hibrit stil ise büyük düz çıkıntılar altında normal desteğe benzer yapı " diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/Snapmaker_Orca_uk.po similarity index 92% rename from localization/i18n/uk/OrcaSlicer_uk.po rename to localization/i18n/uk/Snapmaker_Orca_uk.po index f256fba8158..2c564eb84a1 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/Snapmaker_Orca_uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: 2024-06-30 23:05+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -657,7 +657,7 @@ msgid "Angle" msgstr "Кут" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "Вбудована глибина" @@ -1131,13 +1131,13 @@ msgstr "Відкритий контур із заливкою" msgid "Undefined stroke type" msgstr "Невизначений тип обведення" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" "Контур не може бути виправлений від проблеми самоперетину і крапок, що " "дублюються." msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" "Фінальна форма містить самоперетин або декілька точок з однаковою " @@ -1368,8 +1368,8 @@ msgstr "Не визначено" msgid "%1% was replaced with %2%" msgstr "%1% замінено на %2%" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "Конфігурація може бути створена новішою версією OrcaSlicer." +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "Конфігурація може бути створена новішою версією Snapmaker Orca." msgid "Some values have been replaced. Please check them:" msgstr "Деякі значення було замінено. Будь ласка, перевірте їх:" @@ -1394,28 +1394,28 @@ msgstr "" "розпізнані." msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"OrcaSlicer завершить роботу через брак пам'яті. Можливо, це помилка. Ми " +"Snapmaker Orca завершить роботу через брак пам'яті. Можливо, це помилка. Ми " "будемо вдячні, якщо ви повідомите про проблему нашій команді." msgid "Fatal error" msgstr "Фатальна помилка" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"Програма OrcaSlicer завершить роботу через помилку локалізації. Буде " +"Програма Snapmaker Orca завершить роботу через помилку локалізації. Буде " "вдячний, якщо ви повідомите про конкретний сценарій виникнення цієї проблеми." msgid "Critical error" msgstr "Критична помилка" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "Невідома помилка OrcaSlicer : %1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Невідома помилка Snapmaker Orca : %1%" msgid "Untitled" msgstr "Без назви" @@ -1434,11 +1434,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Не вдалося підключити %s! [Серійний номер:%s, код=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Для роботи деяких функцій Orca Slicer потрібен Microsoft WebView2 Runtime.\n" +"Для роботи деяких функцій Snapmaker Orca потрібен Microsoft WebView2 Runtime.\n" "Натисніть Так, щоб встановити його зараз." msgid "WebView2 Runtime" @@ -1461,8 +1461,8 @@ msgid "Click to download new version in default browser: %s" msgstr "" "Натисніть OK, щоб завантажити останню версію в стандартному браузері: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer потребує оновлення" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca потребує оновлення" msgid "This is the newest version." msgstr "Це найновіша версія." @@ -1471,14 +1471,14 @@ msgid "Info" msgstr "Інформація" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"Можливо, файл конфігурації OrcaSlicer пошкоджений і не може бути " +"Можливо, файл конфігурації Snapmaker Orca пошкоджений і не може бути " "оброблений.\n" -"OrcaSlicer спробував відтворити конфігураційний файл.\n" +"Snapmaker Orca спробував відтворити конфігураційний файл.\n" "Зверніть увагу, що налаштування програми будуть втрачені, але профілі " "принтера не торкнуться." @@ -1511,7 +1511,7 @@ msgid "Some presets are modified." msgstr "Деякі налаштування змінено." msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" "Ви можете зберегти модифіковані налаштування в новому проекті, відмінити або " @@ -1527,7 +1527,7 @@ msgid "Open Project" msgstr "Відкрити проект" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" "Версія студії Bambu надто низька, її необхідно оновити до останньоїверсії, " @@ -1596,11 +1596,11 @@ msgstr "Відкрити" msgid "Rename" msgstr "Перейменувати" -msgid "Orca Slicer GUI initialization failed" -msgstr "Помилка ініціалізації графічного інтерфейсу Orca Slicer" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Помилка ініціалізації графічного інтерфейсу Snapmaker Orca" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "Критична помилка, виявлено виняток: %1%" msgid "Quality" @@ -1981,9 +1981,6 @@ msgstr "Спростити модель" msgid "Center" msgstr "Центр" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "Редагувати налаштування процесу друку" @@ -2109,7 +2106,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "Ця дія призведе до видалення інформації про розріз.\n" "Після цього узгодженість моделі не може бути гарантована.\n" @@ -2123,7 +2120,7 @@ msgstr "Видалити всі з'єднання" msgid "Deleting the last solid part is not allowed." msgstr "Видалення останньої твердотільного частини не допускається." -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "Цільова модель єдина і не може бути поділена на частини." msgid "Assembly" @@ -2506,7 +2503,7 @@ msgstr "" "Всі вибрані об'єкти знаходяться на заблокованій пластині,\n" "Ми не можемо робити авто-розстановку на цих об'єктах." -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "" "Всі вибрані об'єкти знаходяться на заблокованій пластині,\\n\n" "Ми не можемо робити авто-розстановку на цих об'єктах." @@ -2757,14 +2754,14 @@ msgstr "Авторські права" msgid "License" msgstr "Ліцензія" -msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer знаходиться під ліцензією " +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca знаходиться під ліцензією " msgid "GNU Affero General Public License, version 3" msgstr "Стандартна громадська ліцензія GNU Affero, версія 3" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer базується на PrusaSlicer та BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca is Based on Orca Slicer" msgid "Libraries" msgstr "Бібліотеки" @@ -2781,11 +2778,11 @@ msgstr "" msgid "About %s" msgstr "Про %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer базується на BambuStudio, PrusaSlicer та SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca базується на BambuStudio, PrusaSlicer та SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio спочатку базується на PrusaSlicer від PrusaResearch." @@ -3211,7 +3208,7 @@ msgstr "Запуск скриптів постобробки" msgid "Successfully executed post-processing script" msgstr "Скрипт післяобробки успішно виконаний" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "Під час експорту G-коду сталася невідома помилка." #, boost-format @@ -3689,7 +3686,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "Змінити ці параметри автоматично?\n" "Так - Змінити в «Забезпечувати верт. товщину оболонки» на значення «Помірне» " @@ -3732,6 +3729,13 @@ msgstr "" "ТАК - Зберегти чорнову вежу\n" "НІ - Зберегти незалежну висоту шару підтримки" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "" +"Під час друку по черзі екструдер може зіткнутися зі спідницею.\n" +"Щоб уникнути цього, скиньте значення шарів спідниці до 1." + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4780,12 +4784,6 @@ msgstr "Клонувати вибране" msgid "Clone copies of selections" msgstr "Клонувати копії вибраних об'єктів" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "Вибрати все" @@ -4807,7 +4805,7 @@ msgstr "Використовувати ортогональний вигляд" msgid "Show &G-code Window" msgstr "Показати вікно G-коду" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "Показати вікно g-коду у сцені попереднього перегляду" msgid "Show 3D Navigator" @@ -4834,12 +4832,6 @@ msgstr "Показати &Виступ" msgid "Show object overhang highlight in 3D scene" msgstr "Показати підсвічування виступу об'єкта у 3D сцені" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "Налаштування" @@ -4861,18 +4853,6 @@ msgstr "Прохід 2" msgid "Flow rate test - Pass 2" msgstr "Тест витрати - Пройдено 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "Швидкість потоку" @@ -5058,7 +5038,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "Камера принтера несправна." -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Виникла проблема. Будь ласка, оновіть прошивку принтера і спробуйте знову." @@ -5109,11 +5089,11 @@ msgstr "Завантаження інструментів віртуальної msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Працює інша віртуальна камера.\n" -"Orca Slicer підтримує лише одну віртуальну камеру.\n" +"Snapmaker Orca підтримує лише одну віртуальну камеру.\n" "Ви хочете зупинити цю віртуальну камеру?" #, c-format, boost-format @@ -5243,7 +5223,7 @@ msgstr "Ви хочете видалити файл '%s' з принтера?" msgid "Delete file" msgstr "Видалити файл" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "Отримання інформації про модель ..." msgid "Failed to fetch model information from printer." @@ -5253,11 +5233,11 @@ msgid "Failed to parse model information." msgstr "Не вдалося розібрати інформацію про модель." msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" "Файл .gcode.3mf не містить даних G-коду. Будь ласка, розріжте його за " -"допомогою Orca Slicer і експортуйте новий файл .gcode.3mf." +"допомогою Snapmaker Orca і експортуйте новий файл .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5516,7 +5496,7 @@ msgstr "Інформація" msgid "Get oss config failed." msgstr "Не вдалося отримати конфігурацію OSS." -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "Завантажити фотографії" msgid "Number of images successfully uploaded" @@ -5636,25 +5616,25 @@ msgid "Newer 3mf version" msgstr "Нова версія 3mf" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" "Версія 3mf-файлу знаходиться в стадії бета-тестування і є новішою за поточну " -"версію OrcaSlicer." +"версію Snapmaker Orca." -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" -"Якщо ви хочете спробувати бета-версію Orca Slicer, ви можете натиснути на" +"Якщо ви хочете спробувати бета-версію Snapmaker Orca, ви можете натиснути на" msgid "Download Beta Version" msgstr "Завантажити бета-версію" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "Версія файлу 3mf новіша, ніж поточна версія Orca Slicer." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "Версія файлу 3mf новіша, ніж поточна версія Snapmaker Orca." -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" -"Оновлення вашого Orca Slicer може увімкнути всю функціональність у файлі 3mf." +"Оновлення вашого Snapmaker Orca може увімкнути всю функціональність у файлі 3mf." msgid "Current Version: " msgstr "Поточна версія: " @@ -6008,11 +5988,11 @@ msgstr "Немає сумісних філаментів, а синхроніз msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" "Є кілька невідомих ниток, зіставлених із загальною передустановкою.Будь " -"ласка, оновіть Orca Slicer або перезапустіть Orca Slicer, щоб перевірити, чи " +"ласка, оновіть Snapmaker Orca або перезапустіть Snapmaker Orca, щоб перевірити, чи " "є оновлення для системи пресети." #, boost-format @@ -6073,8 +6053,8 @@ msgstr "Згорнути бічну панель" msgid "Loading file: %s" msgstr "Завантаження файлу: %s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "3mf не від Orca Slicer, завантажуйте лише дані геометрії." +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "3mf не від Snapmaker Orca, завантажуйте лише дані геометрії." msgid "Load 3mf" msgstr "Завантажити 3mf" @@ -6342,10 +6322,10 @@ msgid "Project downloaded %d%%" msgstr "Проект завантажено %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." msgstr "" -"Не вдалося імпортувати файл до Orca Slicer. Завантажте файл і імпортуйте " +"Не вдалося імпортувати файл до Snapmaker Orca. Завантажте файл і імпортуйте " "його вручну." msgid "Import SLA archive" @@ -6550,11 +6530,11 @@ msgstr "Поради:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" "Функція \\Fix Model\\ доступна лише у Windows. Будь ласка, відремонтуйте " "модель \n" -"на Orca Slicer (Windows) або у програмах САПР." +"на Snapmaker Orca (Windows) або у програмах САПР." #, c-format, boost-format msgid "" @@ -6599,7 +6579,7 @@ msgstr "Виберіть каталог завантаження" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6658,8 +6638,8 @@ msgstr "Імперський" msgid "Units" msgstr "Одиниці" -msgid "Allow only one OrcaSlicer instance" -msgstr "Дозволити лише один екземпляр OrcaSlicer" +msgid "Allow only one Snapmaker Orca instance" +msgstr "Дозволити лише один екземпляр Snapmaker Orca" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6672,12 +6652,12 @@ msgstr "" "екземпляр." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" -"Якщо цей параметр увімкнено, під час запуску OrcaSlicer, коли вже запущено " -"інший екземпляр того ж самого OrcaSlicer, цей екземпляр буде повторно " +"Якщо цей параметр увімкнено, під час запуску Snapmaker Orca, коли вже запущено " +"інший екземпляр того ж самого Snapmaker Orca, цей екземпляр буде повторно " "активовано замість нього." msgid "Home" @@ -6740,11 +6720,11 @@ msgstr "Показувати повідомлення \"Рада дня\" піс msgid "If enabled, useful hints are displayed at startup." msgstr "Якщо увімкнено, під час запуску відображаються корисні підказки." -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" "Змивання обсягів: авто-перераховується кожного разу, коли змінюється колір." -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" "Якщо увімкнено, авто-розраховувння кожного разу, коли змінюється колір." @@ -6779,12 +6759,6 @@ msgstr "" "З цією опцією ввімкненою, ви можете відправляти завдання на кілька пристроїв " "одночасно та керувати декількома пристроями." -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "Мережа" @@ -6804,38 +6778,38 @@ msgstr "Синхронізація системи" msgid "Clear my choice on the unsaved presets." msgstr "Очистіть мій вибір від незахищених пресетів." -msgid "Associate files to OrcaSlicer" -msgstr "Асоціювати файли з OrcaSlicer" +msgid "Associate files to Snapmaker Orca" +msgstr "Асоціювати файли з Snapmaker Orca" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "Асоціювати файли .3mf з OrcaSlicer" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "Асоціювати файли .3mf з Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" msgstr "" -"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля " +"Якщо включено, встановлює Snapmaker Orca як програму за замовчуваннямдля " "відкриття файлів .3mf" -msgid "Associate .stl files to OrcaSlicer" -msgstr "Асоціювати файли .stl з OrcaSlicer" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "Асоціювати файли .stl з Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" msgstr "" -"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля " +"Якщо включено, встановлює Snapmaker Orca як програму за замовчуваннямдля " "відкриття файлів .stl" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "Асоціювати файли .step/.stp з OrcaSlicer" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "Асоціювати файли .step/.stp з Snapmaker Orca" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" msgstr "" -"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля " +"Якщо включено, встановлює Snapmaker Orca як програму за замовчуваннямдля " "відкриття файлів .step" -msgid "Associate web links to OrcaSlicer" -msgstr "Асоціювати веб-посилання з OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" +msgstr "Асоціювати веб-посилання з Snapmaker Orca" -msgid "Associate URLs to OrcaSlicer" -msgstr "Асоціювати URL-адреси з OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" +msgstr "Асоціювати URL-адреси з Snapmaker Orca" msgid "Maximum recent projects" msgstr "Максимум останніх проектів" @@ -6861,7 +6835,7 @@ msgstr "" msgid "every" msgstr "кожен" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "Період резервного копіювання в секундах." msgid "Downloads" @@ -7074,7 +7048,7 @@ msgstr "Завантаження 3mf" msgid "Jump to model publish web page" msgstr "Перейти на веб-сторінку публікації моделі" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "" "Примітка. Підготовка може тривати кілька хвилин. Будь ласка, будьте терплячі." @@ -7417,7 +7391,7 @@ msgstr "Вибраний принтер несумісний зі встанов msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Перед надсиланням на картку SD принтера необхідно вставити картку SD." -msgid "The printer is required to be in the same LAN as Orca Slicer." +msgid "The printer is required to be in the same LAN as Snapmaker Orca." msgstr "" "Принтер повинен бути підключений до тієї ж локальної мережі, що й Orca " "Slicer." @@ -7498,8 +7472,8 @@ msgstr "Умови використання" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7588,7 +7562,7 @@ msgstr "" "установки." msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Prime Tower потрібно для плавного таймлапсу. Можуть бути недоліки в " @@ -7781,21 +7755,12 @@ msgstr "Філамент підтримки" msgid "Tree supports" msgstr "Органічні підтримки" -msgid "Multimaterial" -msgstr "Мультиматеріал" +msgid "Skirt" +msgstr "Плінтус" msgid "Prime tower" msgstr "Вежа Очищення" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "Плінтус" - msgid "Special mode" msgstr "Спеціальний режим" @@ -7850,9 +7815,6 @@ msgstr "" "Рекомендований діапазон температур сопла для цього філаменту. 0 означає " "відсутність установки" -msgid "Flow ratio and Pressure Advance" -msgstr "" - msgid "Print chamber temperature" msgstr "Температура в камері друку" @@ -7971,6 +7933,9 @@ msgstr "G-код початку філаменту" msgid "Filament end G-code" msgstr "G-код кінця філаменту" +msgid "Multimaterial" +msgstr "Мультиматеріал" + msgid "Wipe tower parameters" msgstr "Параметри вежі витирання" @@ -8057,33 +8022,15 @@ msgstr "Обмеження прискорення" msgid "Jerk limitation" msgstr "Обмеження ривка" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "Установка для роботи з декількома матеріалами на одному екструдері" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "Діаметр сопла" - msgid "Wipe tower" msgstr "Вежа витирання" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "Параметри екструдеру в багато-екструдерному принтері" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "Обмеження висоти шару" @@ -8499,8 +8446,8 @@ msgid "Flushing volumes for filament change" msgstr "Обсяги промивання для зміни Філаменту" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" "Orca буде перераховувати об'єми видавлювання нитки кожного разу, коли колір " "ниток змінюється. Ви можете вимкнути автоматичний розрахунок у меню Orca " @@ -8551,7 +8498,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" "Відсутній компонент BambuSource, зареєстрований для відтворення медіафайлів! " "Будь ласка, перевстановіть BambuStudio або зверніться за додатковою " @@ -8567,11 +8514,11 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" "Вашій системі бракує кодеків H.264 для GStreamer, які необхідні для " "відтворення відео. (Спробуйте встановити пакети gstreamer1.0-plugins-bad або " -"gstreamer1.0-libav, а потім перезапустіть Orca Slicer?)" +"gstreamer1.0-libav, а потім перезапустіть Snapmaker Orca?)" msgid "Bambu Network plug-in not detected." msgstr "Плагін мережі Bambu не виявлено." @@ -8860,7 +8807,7 @@ msgid "Network plug-in update" msgstr "Оновлення мережевого плагіна" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." msgstr "" "Натисніть OK, щоб оновити мережевий плагін під час наступного запуску Orca " "Slicer." @@ -8869,8 +8816,8 @@ msgstr "" msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Доступний новий мережевий плагін (%s), чи хочете ви встановити його?" -msgid "New version of Orca Slicer" -msgstr "Нова версія Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "Нова версія Snapmaker Orca" msgid "Skip this Version" msgstr "Пропустити цю версію" @@ -8921,9 +8868,9 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "Помилка з’єднання LAN (Надсилання файлу друку)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." msgstr "" -"Крок 1: Переконайтеся, що Orca Slicer і ваш принтер знаходяться в одній " +"Крок 1: Переконайтеся, що Snapmaker Orca і ваш принтер знаходяться в одній " "локальній мережі." msgid "" @@ -9107,11 +9054,6 @@ msgstr "" msgid "No object can be printed. Maybe too small" msgstr "Жодний об'єкт не може бути надрукований. Можливо, занадто маленький" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -9334,12 +9276,6 @@ msgid "" msgstr "" "Режим спіральної вази не працює, якщо об'єкт містить більше одногоматеріалу." -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "Об'єкт %1% перевищує максимальну висоту об'єму друку." @@ -9363,10 +9299,11 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Змінна висота шару не підтримується з органічними підтримками." msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" +"Використання різних діаметрів насадок та різних діаметрів філаментів не " +"допускається, коли увімкнено вежу підготовки." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -9376,9 +9313,10 @@ msgstr "" "адресації екструдера (use_relative_e_distances=1)." msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" +"Запобігання витіканню з увімкненою вежею підготовки в даний момент не " +"підтримується." msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9542,11 +9480,6 @@ msgstr "" "Ви можете змінити значення machine_max_acceleration_travel у конфігурації " "принтера, щоб отримати вищу швидкість." -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "Створення спідниці та кайми" @@ -9637,13 +9570,13 @@ msgid "Hostname, IP or URL" msgstr "Ім'я хоста, IP або URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer може завантажувати файли G-коду на хост принтера. Це поле " +"Snapmaker Orca може завантажувати файли G-коду на хост принтера. Це поле " "повинно містити ім'я хоста, IP-адресу або URL-адресу екземпляра вузла " "принтера. Вузол друку за HAProxy з увімкненою базовою авторизацією можна " "отримати доступ, ввівши користувача ім'я та пароль в URL у наступному " @@ -9663,10 +9596,10 @@ msgid "API Key / Password" msgstr "Ключ API / Пароль" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer може завантажувати файли G-коду на хост принтера. Це поле " +"Snapmaker Orca може завантажувати файли G-коду на хост принтера. Це поле " "повинно утримувати \n" "API-ключ або пароль, необхідний для автентифікації." @@ -9867,8 +9800,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "Кількість нижніх суцільних шарів збільшується при розрізанні, якщо товщина, " "обчислена шарами нижньої оболонки, тонше, ніж це значення. Це дозволяє " @@ -9880,32 +9813,25 @@ msgid "Apply gap fill" msgstr "Заповнення проміжків" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" +"Вмикає заповнення проміжків для вибраних поверхонь. Мінімальну довжину " +"проміжку, який буде заповнено, можна контролювати за допомогою опції " +"\"Відфільтрувати крихітні проміжки\" нижче.\n" +"\n" +"Параметри:\n" +"1. Скрізь: Застосовує заповнення проміжків до верхньої, нижньої та " +"внутрішніх суцільних поверхонь\n" +"2. Верхня та нижня поверхні: Застосовує заповнення лише до верхньої та " +"нижньої поверхонь\n" +"3. Ніде: Вимикає заповнення проміжків\n" msgid "Everywhere" msgstr "Всюди" @@ -9945,7 +9871,7 @@ msgstr "Поріг охолоджувального звису" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9980,11 +9906,10 @@ msgstr "Потік мосту" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." +"material for bridge, to improve sag" msgstr "" +"Трохи зменшіть це значення (наприклад, 0.9), щоб зменшити кількість " +"матеріалу для мосту, щоб покращити провисання" msgid "Internal bridge flow ratio" msgstr "Коефіцієнт потоку для внутрішніх мостів" @@ -9992,33 +9917,30 @@ msgstr "Коефіцієнт потоку для внутрішніх мості msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" +"Це значення визначає товщину внутрішнього мостовидного шару. Це перший шар " +"над внутрішнім заповненням. Зменшіть це значення (наприклад, до 0,9), щоб " +"покращити якість поверхні над внутрішнім заповненням." msgid "Top surface flow ratio" msgstr "Коефіцієнт потоку верхньої поверхні" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." +"decrease it slightly to have smooth surface finish" msgstr "" +"Цей фактор впливає на кількість матеріалу для заповнення верхнього " +"твердоготіла. Можна трохи зменшити його, щоб отримати гладку " +"шорсткістьповерхні" msgid "Bottom surface flow ratio" msgstr "Коефіцієнт потоку нижньої поверхні" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." +msgid "This factor affects the amount of material for bottom solid infill" msgstr "" +"Цей фактор впливає на кількість матеріалу для заповнення нижнього " +"твердоготіла" msgid "Precise wall" msgstr "Точна стінка" @@ -10087,20 +10009,26 @@ msgstr "" "Створіть додаткові лінії друку по периметру над крутими виступами та " "ділянками, де неможливо закріпити мости. " -msgid "Reverse on even" -msgstr "" +msgid "Reverse on odd" +msgstr "Зворотній на непарних" msgid "Overhang reversal" msgstr "Реверс звису" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" +"Екструдуйте периметри, які мають деталі над звисом, у зворотному напрямку на " +"непарних шарах. Таке чергування шаблонів може значно покращити круті " +"нависання.\n" +"\n" +"Це налаштування також може допомогти зменшити деформацію деталі завдяки " +"зменшенню напружень у стінках деталі." msgid "Reverse only internal perimeters" msgstr "Реверс тільки внутрішніх периметрах" @@ -10115,10 +10043,22 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" +"Застосовуйте логіку зворотних периметрів тільки до внутрішніх периметрів. \n" +"\n" +"Це налаштування значно зменшує напруження деталі, оскільки вони " +"розподіляються в різних напрямках. Це повинно зменшити викривлення деталі, " +"зберігаючи при цьому якість зовнішньої стінки. Ця функція може бути дуже " +"корисною для матеріалів, схильних до деформації, таких як ABS/ASA, а також " +"для еластичних ниток, таких як TPU і Silk PLA. Вона також може допомогти " +"зменшити деформацію на пливучих ділянках над опорами.\n" +"\n" +"Щоб це налаштування було найефективнішим, рекомендується встановити Поріг " +"реверсу на 0, щоб усі внутрішні стінки друкувалися в поперемінному напрямку " +"на непарних шарах незалежно від ступеня їхнього вильоту." msgid "Bridge counterbore holes" msgstr "Отвори для мостових стійок" @@ -10152,10 +10092,11 @@ msgstr "Поріг розвороту звису" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"Кількість мм вильоту, який повинен бути для того, щоб розворот вважався " +"корисним. Може бути % від ширини периметра.\n" +"Значення 0 вмикає розворот на всіх непарних шарах незалежно від цього." msgid "Classic mode" msgstr "Класичний режим" @@ -10173,26 +10114,12 @@ msgstr "" msgid "Slow down for curled perimeters" msgstr "Уповільнення для нависаючих периметрів" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" msgstr "" +"Увімкніть цей параметр, щоб сповільнити друк у зонах, де можуть існувати " +"потенційно нависаючі периметри" msgid "mm/s or %" msgstr "мм/с або %" @@ -10200,14 +10127,8 @@ msgstr "мм/с або %" msgid "External" msgstr "Зовнішні" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "Швидкість мосту і периметр, що повністю звисає" msgid "mm/s" msgstr "мм/с" @@ -10216,9 +10137,11 @@ msgid "Internal" msgstr "Внутрішні" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Швидкість внутрішнього мосту. Якщо значення виражено у відсотках, воно буде " +"розраховано на основі bridge_speed. Значення за замовчуванням - 150%." msgid "Brim width" msgstr "Ширина кайми" @@ -10231,7 +10154,7 @@ msgstr "Тип кайми" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "Це керує формуванням поля на зовнішній та/або внутрішній сторонімоделей. " "Auto означає, що ширина поля аналізується та обчислюється автоматично." @@ -10268,8 +10191,8 @@ msgid "Brim ear detection radius" msgstr "Кайма вушка радіус виявлення" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Геометрія буде оброблена перед детектуванням гострих кутів. Цей параметр " @@ -10413,8 +10336,8 @@ msgstr "" "рекомендується вмикати цю функцію. Однак, якщо ви використовуєте великі " "сопла, краще вимкнути її." -msgid "Filter out small internal bridges (beta)" -msgstr "" +msgid "Don't filter out small internal bridges (beta)" +msgstr "Не відфільтровувати маленькі внутрішні мости (бета)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -10429,24 +10352,53 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" +"Ця опція може допомогти зменшити подушку на верхніх поверхнях у сильно " +"нахилених або вигнутих моделях.\n" +"\n" +"За замовчуванням невеликі внутрішні містки відфільтровуються, а внутрішня " +"суцільна заливка друкується безпосередньо поверх внутрішнього заповнення. У " +"більшості випадків це добре працює, прискорюючи друк без надто великого " +"компромісу з якістю верхньої поверхні.\n" +"\n" +"Однак у сильно нахилених або вигнутих моделях, особливо якщо " +"використовується надто низька щільність внутрішнього заповнення, це може " +"призвести до скручування непідтримуваного суцільного заповнення, що " +"спричиняє \"подушку\".\n" +"\n" +"Увімкнення цього параметра призведе до друку внутрішнього мостового шару над " +"злегка непідтримуваним внутрішнім суцільним заповненням. Наведені нижче " +"опції контролюють кількість фільтрації, тобто кількість створених внутрішніх " +"мостів.\n" +"\n" +"Вимкнено - вимикає цей параметр. Це поведінка за замовчуванням, яка добре " +"працює у більшості випадків.\n" +"\n" +"Обмежена фільтрація - створює внутрішні мости на сильно нахилених поверхнях, " +"уникаючи створення зайвих проміжних мостів. Це добре працює для більшості " +"складних моделей.\n" +"\n" +"Без фільтрації - створює внутрішні мости на кожному потенційному " +"внутрішньому виступі. Цей параметр корисний для моделей з сильно нахиленою " +"верхньою поверхнею. Однак, у більшості випадків він створює занадто багато " +"непотрібних перемичок." -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "Вимкнено" msgid "Limited filtering" msgstr "Обмежена фільтрація" @@ -10606,7 +10558,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10616,8 +10568,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10666,7 +10618,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10680,11 +10632,20 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"Напрямок, в якому екструдуються периметри стінок, якщо дивитися зверху " +"вниз.\n" +"\n" +"За замовчуванням усі стінки екструдуються проти годинникової стрілки, якщо " +"тільки не увімкнено Реверс по непарних периметрах. Якщо встановити будь-яку " +"іншу опцію, окрім Авто, то напрямок друку стінки буде визначатися незалежно " +"від значення Реверс по непарних периметрах.\n" +"\n" +"Ця опція буде вимкнена, якщо увімкнено режим Спіральної вази." msgid "Counter clockwise" msgstr "Проти годинникової стрілки" @@ -10732,7 +10693,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10742,7 +10703,7 @@ msgstr "" "Через зміщення датчика по осях XY більшість принтерів не можуть промацувати " "все полотно. Щоб переконатися, що точка зонда не виходить за межі поля, " "мінімальна і максимальна точки сітки поля повинні бути встановлені " -"відповідним чином. OrcaSlicer гарантує, що значення adaptive_bed_mesh_min/" +"відповідним чином. Snapmaker Orca гарантує, що значення adaptive_bed_mesh_min/" "adaptive_bed_mesh_max не перевищують ці мінімальні/максимальні точки. Цю " "інформацію зазвичай можна отримати від виробника принтера. За замовчуванням " "встановлено значення (-99999, -99999), що означає відсутність обмежень, що " @@ -10755,7 +10716,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10765,7 +10726,7 @@ msgstr "" "Через зміщення датчика по осях XY більшість принтерів не можуть промацувати " "всю поверхню полотна. Щоб переконатися, що точка зонда не виходить за межі " "поля, мінімальна і максимальна точки сітки поля повинні бути встановлені " -"відповідним чином. OrcaSlicer гарантує, що значення adaptive_bed_mesh_min/" +"відповідним чином. Snapmaker Orca гарантує, що значення adaptive_bed_mesh_min/" "adaptive_bed_mesh_max не перевищують ці мінімальні/максимальні точки. Цю " "інформацію зазвичай можна отримати від виробника принтера. За замовчуванням " "встановлено значення (99999, 99999), що означає відсутність обмежень, що " @@ -10816,22 +10777,11 @@ msgstr "" "0,95 до 1,05. Можливо, ви можете налаштувати це значення, щоб отримати " "хорошу плоску поверхню, коли є невелике переповнення або недолив" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "Увімкнути випередження тиску PA" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" "Включити випередження тиску, результат автоматичного калібрування " @@ -10841,87 +10791,6 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" "Підвищення тиску (Klipper) AKA Коефіцієнт лінійного просування (Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10933,8 +10802,8 @@ msgid "Keep fan always on" msgstr "Тримайте вентилятор завжди увімкненим" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Якщо увімкнути цей параметр, вентилятор охолодження деталі ніколи не " "будезупинятиметься і працюватиме\n" @@ -10950,8 +10819,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -11007,29 +10876,18 @@ msgstr "мм³/с" msgid "Filament load time" msgstr "Час завантаження філаменту" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" +msgid "Time to load new filament when switch filament. For statistics only" msgstr "" +"Час завантаження нового філаменту при перемиканні філаменту. Тільки для " +"статистики" msgid "Filament unload time" msgstr "Час вивантаження філаменту" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" +msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" +"Час вивантаження нового філаменту при перемиканні філаменту. Тільки для " +"статистики" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -11042,7 +10900,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -11051,8 +10909,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "Усадка" #, no-c-format, no-boost-format msgid "" @@ -11069,16 +10927,6 @@ msgstr "" "Переконайтеся, що між об'єктами достатньо місця, оскільки ця компенсація " "виконується після перевірки." -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - msgid "Loading speed" msgstr "Швидкість заведення" @@ -11133,21 +10981,6 @@ msgstr "" "Філамент охолоджується шляхом переміщення вперед-назад у охолоджувальних " "трубках. Вкажіть бажану кількість цих рухів." -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "Швидкість першого охолоджуючого руху" @@ -11162,13 +10995,13 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "Після заміни інструменту точне положення новонавантаженої нитки " "напруженнявсередині сопла може бути невідомо, і тиск нитки розжарення, " "ймовірно, ще неє стабільним. Перед продуванням друкувальної головки в " -"наповнювач або об'єкт Orca Slicer, що витрачається, завжди буде дозувати цю " +"наповнювач або об'єкт Snapmaker Orca, що витрачається, завжди буде дозувати цю " "кількість матеріалу в вежу для протирання, щоб забезпечити надійне " "послідовне заповненняабо видавлювання об'єкта, що витрачається." @@ -11178,6 +11011,15 @@ msgstr "Швидкість останнього охолоджуючого ру msgid "Cooling moves are gradually accelerating towards this speed." msgstr "Охолоджувальні рухи поступово прискорюються до цієї швидкості." +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Час для прошивки принтера (або Multi Material Unit 2.0), щоб завести новий " +"філамент під час заміни інструменту (під час виконання коду Т). Цей час " +"додається до загального часу друку за допомогою оцінювача часу G-коду." + msgid "Ramming parameters" msgstr "Параметри раммінгу" @@ -11188,14 +11030,23 @@ msgstr "" "Цей рядок відредаговано у діалогу налаштувань раммінгу та містить певні " "параметри раммінгу." -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"Час для прошивки принтера (або Multi Material Unit 2.0), щоб вивести " +"філамент під час заміни інструменту (під час виконання коду Т). Цей час " +"додається до загального часу друку за допомогою оцінювача часу G-коду." + +msgid "Enable ramming for multitool setups" msgstr "Увімкнути накат для багатоінструментальних установок" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Виконати накат при використанні багатофункціонального принтера (тобто, коли " "в налаштуваннях принтера знято прапорець з опції \"Мультиматеріал для одного " @@ -11203,13 +11054,13 @@ msgstr "" "екструдується на витиральні башти безпосередньо перед зміною інструменту. " "Цей параметр використовується лише тоді, коли увімкнено витиральні башти." -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "Об'єм накату багатофункціонального інструменту" msgid "The volume to be rammed before the toolchange." msgstr "Об'єм, який потрібно виштовхнути перед зміною інструменту." -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "Багатоінструментальний потік накату" msgid "Flow used for ramming the filament before the toolchange." @@ -11247,7 +11098,7 @@ msgstr "Температура розм'якшення" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "Матеріал м’якшує при цій температурі, тому, коли температура столу рівна або " "вища за цей показник, настійно рекомендується відкрити передні двері та/або " @@ -11353,7 +11204,7 @@ msgstr "Довжина прив'язки заповнення" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11364,7 +11215,7 @@ msgid "" msgstr "" "З'єднайте лінію заповнення з внутрішнім периметром із коротким " "сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, " -"15%), воно розраховується за шириною екструзії заповнення. Orca Slicer " +"15%), воно розраховується за шириною екструзії заповнення. Snapmaker Orca " "намагається з'єднати Дві близькі лінії заповнення з коротким сегментом " "периметра. Якщо такий сегмент периметра коротше infill_anchor_max не " "знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного " @@ -11385,7 +11236,7 @@ msgstr "Максимальна довжина прив'язки, що запов msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11396,7 +11247,7 @@ msgid "" msgstr "" "З'єднайте лінію заповнення з внутрішнім периметром із коротким " "сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, " -"15%), воно розраховується за шириною екструзії заповнення. Orca Slicer " +"15%), воно розраховується за шириною екструзії заповнення. Snapmaker Orca " "намагається з'єднати Дві близькі лінії заповнення з коротким сегментом " "периметра. Якщо такий сегмент периметра коротший за цей параметр не " "знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного " @@ -11572,7 +11423,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "Ця швидкість вентилятора забезпечується під час усіх інтерфейсів підтримки," "щоб мати можливість послабити їхнє з'єднання з високою " @@ -11600,7 +11451,7 @@ msgid "Fuzzy skin thickness" msgstr "Нечітка товщина шкіри" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" "Ширина, в межах якої відбувається тремтіння. Небажано бути нижчеширини лінії " @@ -11610,7 +11461,7 @@ msgid "Fuzzy skin point distance" msgstr "Нечітка відстань від точки шкіри" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "" "Середня відстань між випадковими точками, введеними на кожному відрізкулінії" @@ -11627,11 +11478,8 @@ msgstr "Відфільтрувати крихітні зазори" msgid "Layers and Perimeters" msgstr "Шари та периметри" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Відфільтруйте прогалини, менші за вказаний поріг" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11659,7 +11507,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11765,9 +11613,9 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11901,22 +11749,6 @@ msgstr "" "разом і зменшити час друку. Стіни все ще друкуються з оригінальною висотою " "шару." -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "Філамент для друку внутрішнього заповнення." @@ -11950,7 +11782,7 @@ msgstr "Верхнє/нижнє суцільне заповнення/перек msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11984,12 +11816,9 @@ msgstr "Максимальна ширина сегментованої обла msgid "Interlocking depth of a segmented region" msgstr "Глибина взаємного взаємодії сегментованої області" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" +"Глибина взаємного взаємодії сегментованої області. Нуль вимикає цю функцію." msgid "Use beam interlocking" msgstr "" @@ -12400,6 +12229,9 @@ msgstr "" "зберегти мінімальний час проходження шару, вказаний вище, коли ввімкнено " "сповільнення для кращого охолодження шару." +msgid "Nozzle diameter" +msgstr "Діаметр сопла" + msgid "Diameter of nozzle" msgstr "Діаметр сопла" @@ -12417,10 +12249,10 @@ msgid "Host Type" msgstr "Тип хоста" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer може завантажувати файли G-коду на хост принтера. Це поле " +"Snapmaker Orca може завантажувати файли G-коду на хост принтера. Це поле " "повинно утримувати тип хоста." msgid "Nozzle volume" @@ -12498,11 +12330,6 @@ msgstr "" "витікання не буде помітно. Це може зменшити час втягування складної моделі " "та заощадити час друку, але уповільнить нарізку та генерацію G-коду" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "Формат імені файлу" @@ -12552,9 +12379,6 @@ msgstr "" "Визначте відсоток звису щодо ширини лінії та використовуйте для друку іншу " "швидкість. Для 100%% -ного звису використовується швидкість моста." -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12596,30 +12420,21 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "Якщо ви хочете обробити вихідний G-код через користувацькі сценарії,Просто " "перерахуйте їх абсолютні шляхи тут. Розділіть кілька сценаріївточкою з " "комою. Сценаріям передається абсолютний шлях до файлу G-коду в як перший " -"аргумент, і вони можуть отримати доступ до налаштувань Orca Slicer " +"аргумент, і вони можуть отримати доступ до налаштувань Snapmaker Orca " "конфігурації шляхом читання змінних середовища." -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" - msgid "Printer notes" msgstr "Нотатки для принтера" msgid "You can put your notes regarding the printer here." msgstr "Ви можете залишити свої примітки щодо принтера тут." -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "Відстань контакту плоту Z" @@ -12658,7 +12473,7 @@ msgstr "" "функцію, щоб уникнути обтікання під час друку ABS" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12840,7 +12655,7 @@ msgstr "Швидкість ретракту" msgid "Speed of retractions" msgstr "Швидкість ретракту" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "Швидкість компенсуючого ретракту" msgid "" @@ -13060,15 +12875,15 @@ msgid "Wipe before external loop" msgstr "Протирання перед зовнішньою стінкою" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "Щоб мінімізувати видимість потенційного надмірного видавлювання на початку " "зовнішнього периметра під час друку з опцією друку стінок \"Зовнішній/" @@ -13100,14 +12915,6 @@ msgstr "Відстань між спідницею/каймою" msgid "Distance from skirt to brim or object" msgstr "Відстань між спідницею/каймою або моделлю" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Шари спідниці" @@ -13122,33 +12929,34 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" +"Захист від протягів потрібен для захисту відбитків на ABS або ASA від " +"деформації та відриву від друкарської платформи через протяги. Зазвичай він " +"потрібен лише для принтерів з відкритою рамою, тобто без корпусу. \n" +"\n" +"Параметри:\n" +"Увімкнено = висота спідниці дорівнює висоті найвищого надрукованого " +"об'єкта.\n" +"Обмежено = висота об'єкта не перевищує заданої висоти об'єкта.\n" +"\n" +"Примітка: При активному захисному екрані спідниця буде надрукована на " +"відстані крайки від об'єкта. Тому, якщо активовані краї, вона може " +"перетинатися з ними. Щоб уникнути цього, збільште значення відстані до " +"об'єкта.\n" -msgid "Disabled" -msgstr "Вимкнено" +msgid "Limited" +msgstr "Обмежено" msgid "Enabled" msgstr "Увімкнуто" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Спідниця навколо моделі" @@ -13171,10 +12979,13 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" +"Мінімальна довжина витягування нитки в мм під час друку спідниці. Нуль " +"означає, що ця функція вимкнена.\n" +"\n" +"Використання ненульового значення корисне, якщо принтер налаштовано на друк " +"без початкової лінії." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -13194,12 +13005,6 @@ msgstr "" "Площа заповнення, яка менша за порогове значення, замінюється внутрішнім " "суцільним заповненням" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -13224,8 +13029,8 @@ msgid "Smooth Spiral" msgstr "Плавна спіраль" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "Плавна спіраль згладжує переміщення по X та Y, що призводить до відсутності " "видимого шва, навіть у напрямках XY на стінах, які не є вертикальними" @@ -13266,31 +13071,6 @@ msgstr "Традиційний" msgid "Temperature variation" msgstr "Зміна температури" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "Стартовий G-code" @@ -13611,15 +13391,9 @@ msgstr "" "матеріалу (за замовчуванням органічний), тоді як гібридний стиль створить " "структуру, схожу на звичайну опору під великими пласкими звисами." -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "Обережний" -msgid "Organic" -msgstr "Органічна" - msgid "Tree Slim" msgstr "Деревоподібна тонка" @@ -13629,6 +13403,9 @@ msgstr "Деревоподібна сильна" msgid "Tree Hybrid" msgstr "Деревоподібна гібридна" +msgid "Organic" +msgstr "Органічна" + msgid "Independent support layer height" msgstr "Незалежна висота опорного шару" @@ -13784,40 +13561,33 @@ msgid "Activate temperature control" msgstr "Увімкнути контроль температури" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"Увімкніть цю опцію для керування температурою в камері. Перед " +"\"machine_start_gcode\" буде додано команду M191\n" +"Команди G-коду: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Температура в камері" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"Вища температура камери може допомогти стримувати або зменшувати деформацію " +"та, можливо, підвищити міцність зв’язку між шарами для матеріалів високої " +"температури, таких як ABS, ASA, PC, PA тощо. У той же час, повітряна " +"фільтрація для ABS та ASA може стати гіршею. Однак для PLA, PETG, TPU, PVA " +"та інших матеріалів низької температури фактична температура камери не " +"повинна бути високою, щоб уникнути засмічення, тому рекомендується вимкнути " +"температуру камери (0)" msgid "Nozzle temperature for layers after the initial one" msgstr "Температура сопла для шарів після початкового" @@ -13875,8 +13645,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "Кількість верхніх суцільних шарів збільшується при розрізанні, якщо товщина, " "обчислена шарами верхньої оболонки, тонша за це значення. Це дозволяє " @@ -13902,7 +13672,7 @@ msgid "Wipe Distance" msgstr "Відстань очищення" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13969,6 +13739,12 @@ msgstr "" "Кут на вершині конуса, який використовується для стабілізації очисної вежі. " "Чим більший кут, тим ширша основа." +msgid "Wipe tower purge lines spacing" +msgstr "Протерти відстань між лініями продувки башти" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "Відстань між лініями продувки на протиральній башті." + msgid "Maximum wipe tower print speed" msgstr "Максимальна швидкість друку протиральної башти" @@ -14014,6 +13790,9 @@ msgstr "" "Для зовнішніх периметрів вежі витирання використовується швидкість " "внутрішнього периметра незалежно від цього параметра." +msgid "Wipe tower extruder" +msgstr "Очисна башта екструдера" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -14070,30 +13849,6 @@ msgstr "Максимальна мостова відстань" msgid "Maximal distance between supports on sparse infill sections." msgstr "Максимальна відстань між підтримками на рідкісних ділянках заповнення." -msgid "Wipe tower purge lines spacing" -msgstr "Протерти відстань між лініями продувки башти" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "Відстань між лініями продувки на протиральній башті." - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "Компенсація отвору XY" @@ -14142,7 +13897,7 @@ msgstr "Межа виявлення полігону" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -14183,7 +13938,7 @@ msgstr "Використовуйте відносні відстані E екс msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -14288,9 +14043,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Налаштуйте це значення, щоб запобігти друкуванню коротких незакритих стін, " @@ -14328,7 +14083,7 @@ msgstr "Виявлення вузького внутрішнього запов msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого " "тіла. Якщо цей параметр увімкнено, для прискорення друку області " @@ -14410,7 +14165,7 @@ msgstr "Містить Z-стрибок, присутній на початку msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" "Позиція екструдера на початку блоку користувацького G-коду. Якщо " "користувацький G-код переміщується в інше місце, він повинен бути записаний " @@ -14420,26 +14175,18 @@ msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" "Стан втягування на початку блоку користувацького G-коду. Якщо користувацький " "G-код переміщує вісь екструдера, він повинен записати в цю змінну, щоб " "PrusaSlicer коректно робив накат, коли повертає керування." -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "Додаткове втягування" -msgid "Currently planned extra extruder priming after de-retraction." +msgid "Currently planned extra extruder priming after deretraction." msgstr "В даний час планується додаткове ґрунтування екструдера після накату." -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." -msgstr "" - msgid "Current extruder" msgstr "Поточний екструдер" @@ -14485,17 +14232,10 @@ msgstr "" msgid "Is extruder used?" msgstr "Чи використовується екструдер?" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" "Вектор bool, що вказує на те, чи використовується даний екструдер у друці." -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" -msgstr "" - msgid "Volume per extruder" msgstr "Об'єм на один екструдер" @@ -14653,14 +14393,6 @@ msgstr "Ім'я фізичного принтера" msgid "Name of the physical printer used for slicing." msgstr "Назва фізичного принтера, який використовується для нарізки." -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "Номер шару" @@ -15634,8 +15366,8 @@ msgstr "Розпочати тестування однопотоково" msgid "Export Log" msgstr "Експортувати журнал (лог)" -msgid "OrcaSlicer Version:" -msgstr "Версія OrcaSlicer:" +msgid "Snapmaker Orca Version:" +msgstr "Версія Snapmaker Orca:" msgid "System Version:" msgstr "Версія системи:" @@ -15643,11 +15375,11 @@ msgstr "Версія системи:" msgid "DNS Server:" msgstr "DNS-сервер:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "Перевірте OrcaSlicer на (GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "Перевірте Snapmaker Orca на (GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "Перевірте OrcaSlicer (GitHub):" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "Перевірте Snapmaker Orca (GitHub):" msgid "Test Bing.com" msgstr "Tест Bing.com" @@ -15724,7 +15456,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "Тип філаменту не вибраний. Будь ласка, перевиберіть тип." -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" "Серійний номер філаменту не введено. Будь ласка, введіть серійний номер." @@ -15800,7 +15532,7 @@ msgstr "Імпорт набору параметрів" msgid "Create Type" msgstr "Тип" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Модель не знайдено. Будь ласка, перевиберіть виробника." msgid "Select Model" @@ -15851,10 +15583,10 @@ msgstr "Шлях до налаштувань не знайдено. Будь л msgid "The printer model was not found, please reselect." msgstr "Модель принтера не було знайдено. Будь ласка, перевиберіть її." -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Діаметр сопла не знайдено. Будь ласка, перевиберіть його." -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "Налаштування принтера не знайдено. Будь ласка, перевиберіть його." msgid "Printer Preset" @@ -15886,7 +15618,7 @@ msgstr "" "Ви ввели недопустимий ввід у розділі “Друкована область” на першій сторінці. " "Будь ласка, перевірте перед створенням." -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "Власна модель або принтер не введені. Будь ласка, введіть дані." msgid "" @@ -15925,7 +15657,7 @@ msgid "Current vendor has no models, please reselect." msgstr "Поточний виробник не має моделей, будь ласка, перевиберіть." msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" "Ви не вибрали виробника та модель або не ввели власного виробника та модель." @@ -16054,7 +15786,7 @@ msgstr "" "Ними можна ділитись з іншими." msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "Налаштування філаменту користувача \n" @@ -16298,7 +16030,7 @@ msgstr "З’єднання з Duet працює коректно." msgid "Could not connect to Duet" msgstr "Не вдалося з’єднатися з Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "Сталася невідома помилка" msgid "Wrong password" @@ -16739,37 +16471,37 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "Температура камери\n" -"Чи знаєте ви, що OrcaSlicer вміє керувати температурою камери?" +"Чи знаєте ви, що Snapmaker Orca вміє керувати температурою камери?" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "Калібрування\n" "Чи знаєте ви, що калібрування принтера може творити чудеса? Перегляньте наш " -"улюблений набір тестів для калібрування в OrcaSlicer." +"улюблений набір тестів для калібрування в Snapmaker Orca." #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "Допоміжний вентилятор\n" -"Чи знаєте ви, що OrcaSlicer підтримує вентилятор охолодження допоміжної " +"Чи знаєте ви, що Snapmaker Orca підтримує вентилятор охолодження допоміжної " "частини?" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "Фільтрація повітря/витяжний вентилятор\n" -"Чи знаєте ви, що OrcaSlicer підтримує фільтрацію повітря/витяжний вентилятор?" +"Чи знаєте ви, що Snapmaker Orca підтримує фільтрацію повітря/витяжний вентилятор?" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -16792,11 +16524,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "Як використовувати комбінації клавіш\n" -"Чи знаєте ви, що Orca Slicer пропонує широкий спектр комбінацій клавіш для " +"Чи знаєте ви, що Snapmaker Orca пропонує широкий спектр комбінацій клавіш для " "роботи з 3D-сценами." #: resources/data/hints.ini: [hint:Reverse on odd] @@ -16884,7 +16616,7 @@ msgid "" "Slicer setting?" msgstr "" "Функція пошуку\n" -"Чи знаєте ви, що для швидкого пошуку певних налаштувань Orca Slicer ви " +"Чи знаєте ви, що для швидкого пошуку певних налаштувань Snapmaker Orca ви " "можете скористатися інструментом \"Пошук\"?" #: resources/data/hints.ini: [hint:Simplify Model] @@ -16923,25 +16655,25 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "Відняти частину\n" "Чи знаєте ви, що можна віднімати одну сіть від іншої за допомогою " "модифікатора \"Від'ємна частина\"? Таким чином, ви можете, наприклад, " -"створювати отвори зі змінним розміром безпосередньо в Orca Slicer." +"створювати отвори зі змінним розміром безпосередньо в Snapmaker Orca." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP\n" "Чи знаєте ви, що ви можете покращити якість друку, нарізавши файл " "STEPзамість STL?\n" -"Orca Slicer підтримує нарізання файлів STEP, забезпечуючи більш " +"Snapmaker Orca підтримує нарізання файлів STEP, забезпечуючи більш " "плавнірезультати порівняно з нижчою роздільною здатністю STL. Спробуй!" #: resources/data/hints.ini: [hint:Z seam location] @@ -17100,395 +16832,6 @@ msgstr "" "ABS, відповідне підвищення температури гарячого ліжка може зменшити " "ймовірність деформації." -#~ msgid "Cool Plate" -#~ msgstr "Холодна пластина" - -#~ msgid "Reverse on odd" -#~ msgstr "Зворотній на непарних" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "Екструдуйте периметри, які мають деталі над звисом, у зворотному напрямку " -#~ "на непарних шарах. Таке чергування шаблонів може значно покращити круті " -#~ "нависання.\n" -#~ "\n" -#~ "Це налаштування також може допомогти зменшити деформацію деталі завдяки " -#~ "зменшенню напружень у стінках деталі." - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "Застосовуйте логіку зворотних периметрів тільки до внутрішніх " -#~ "периметрів. \n" -#~ "\n" -#~ "Це налаштування значно зменшує напруження деталі, оскільки вони " -#~ "розподіляються в різних напрямках. Це повинно зменшити викривлення " -#~ "деталі, зберігаючи при цьому якість зовнішньої стінки. Ця функція може " -#~ "бути дуже корисною для матеріалів, схильних до деформації, таких як ABS/" -#~ "ASA, а також для еластичних ниток, таких як TPU і Silk PLA. Вона також " -#~ "може допомогти зменшити деформацію на пливучих ділянках над опорами.\n" -#~ "\n" -#~ "Щоб це налаштування було найефективнішим, рекомендується встановити Поріг " -#~ "реверсу на 0, щоб усі внутрішні стінки друкувалися в поперемінному " -#~ "напрямку на непарних шарах незалежно від ступеня їхнього вильоту." - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "Кількість мм вильоту, який повинен бути для того, щоб розворот вважався " -#~ "корисним. Може бути % від ширини периметра.\n" -#~ "Значення 0 вмикає розворот на всіх непарних шарах незалежно від цього." - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "Напрямок, в якому екструдуються периметри стінок, якщо дивитися зверху " -#~ "вниз.\n" -#~ "\n" -#~ "За замовчуванням усі стінки екструдуються проти годинникової стрілки, " -#~ "якщо тільки не увімкнено Реверс по непарних периметрах. Якщо встановити " -#~ "будь-яку іншу опцію, окрім Авто, то напрямок друку стінки буде " -#~ "визначатися незалежно від значення Реверс по непарних периметрах.\n" -#~ "\n" -#~ "Ця опція буде вимкнена, якщо увімкнено режим Спіральної вази." - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "" -#~ "Під час друку по черзі екструдер може зіткнутися зі спідницею.\n" -#~ "Щоб уникнути цього, скиньте значення шарів спідниці до 1." - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "Геометрія буде оброблена перед детектуванням гострих кутів. Цей параметр " -#~ "вказує мінімальну довжину відхилення для обробки.\n" -#~ "0 для вимкнення" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "Запустіть вентилятор на таку кількість секунд раніше за цільовий час " -#~ "початку (можна використовувати дробові секунди). Він передбачає " -#~ "нескінченне прискорення для цієї оцінки часу і враховуватиме лише " -#~ "переміщення G1 і G0 (дуговий фітинг не підтримується).\n" -#~ "Він не буде переміщати команди вентиляторів з кодів користувача (вони " -#~ "діють як свого роду «бар'єр»).\n" -#~ "Він не переміщає команди вентиляторів у початковий gcode, якщо " -#~ "активовано«єдиний початковий gcode користувача».\n" -#~ "Використовуйте 0 для деактивації." - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "Захист від протягів потрібен для захисту відбитків на ABS або ASA від " -#~ "деформації та відриву від друкарської платформи через протяги. Зазвичай " -#~ "він потрібен лише для принтерів з відкритою рамою, тобто без корпусу. \n" -#~ "\n" -#~ "Параметри:\n" -#~ "Увімкнено = висота спідниці дорівнює висоті найвищого надрукованого " -#~ "об'єкта.\n" -#~ "Обмежено = висота об'єкта не перевищує заданої висоти об'єкта.\n" -#~ "\n" -#~ "Примітка: При активному захисному екрані спідниця буде надрукована на " -#~ "відстані крайки від об'єкта. Тому, якщо активовані краї, вона може " -#~ "перетинатися з ними. Щоб уникнути цього, збільште значення відстані до " -#~ "об'єкта.\n" - -#~ msgid "Limited" -#~ msgstr "Обмежено" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "Мінімальна довжина витягування нитки в мм під час друку спідниці. Нуль " -#~ "означає, що ця функція вимкнена.\n" -#~ "\n" -#~ "Використання ненульового значення корисне, якщо принтер налаштовано на " -#~ "друк без початкової лінії." - -#~ msgid "" -#~ "Adjust this value to prevent short, unclosed walls from being printed, " -#~ "which could increase print time. Higher values remove more and longer " -#~ "walls.\n" -#~ "\n" -#~ "NOTE: Bottom and top surfaces will not be affected by this value to " -#~ "prevent visual gaps on the ouside of the model. Adjust 'One wall " -#~ "threshold' in the Advanced settings below to adjust the sensitivity of " -#~ "what is considered a top-surface. 'One wall threshold' is only visible if " -#~ "this setting is set above the default value of 0.5, or if single-wall top " -#~ "surfaces is enabled." -#~ msgstr "" -#~ "Налаштуйте це значення, щоб запобігти друкуванню коротких незакритих " -#~ "стін, що може збільшити час друку. Вищі значення видаляють більше і довші " -#~ "стіни." - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "Не відфільтровувати маленькі внутрішні мости (бета)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "Ця опція може допомогти зменшити подушку на верхніх поверхнях у сильно " -#~ "нахилених або вигнутих моделях.\n" -#~ "\n" -#~ "За замовчуванням невеликі внутрішні містки відфільтровуються, а внутрішня " -#~ "суцільна заливка друкується безпосередньо поверх внутрішнього заповнення. " -#~ "У більшості випадків це добре працює, прискорюючи друк без надто великого " -#~ "компромісу з якістю верхньої поверхні.\n" -#~ "\n" -#~ "Однак у сильно нахилених або вигнутих моделях, особливо якщо " -#~ "використовується надто низька щільність внутрішнього заповнення, це може " -#~ "призвести до скручування непідтримуваного суцільного заповнення, що " -#~ "спричиняє \"подушку\".\n" -#~ "\n" -#~ "Увімкнення цього параметра призведе до друку внутрішнього мостового шару " -#~ "над злегка непідтримуваним внутрішнім суцільним заповненням. Наведені " -#~ "нижче опції контролюють кількість фільтрації, тобто кількість створених " -#~ "внутрішніх мостів.\n" -#~ "\n" -#~ "Вимкнено - вимикає цей параметр. Це поведінка за замовчуванням, яка добре " -#~ "працює у більшості випадків.\n" -#~ "\n" -#~ "Обмежена фільтрація - створює внутрішні мости на сильно нахилених " -#~ "поверхнях, уникаючи створення зайвих проміжних мостів. Це добре працює " -#~ "для більшості складних моделей.\n" -#~ "\n" -#~ "Без фільтрації - створює внутрішні мости на кожному потенційному " -#~ "внутрішньому виступі. Цей параметр корисний для моделей з сильно " -#~ "нахиленою верхньою поверхнею. Однак, у більшості випадків він створює " -#~ "занадто багато непотрібних перемичок." - -#~ msgid "Shrinkage" -#~ msgstr "Усадка" - -#~ msgid "" -#~ "Enables gap fill for the selected surfaces. The minimum gap length that " -#~ "will be filled can be controlled from the filter out tiny gaps option " -#~ "below.\n" -#~ "\n" -#~ "Options:\n" -#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid " -#~ "surfaces\n" -#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -#~ "only\n" -#~ "3. Nowhere: Disables gap fill\n" -#~ msgstr "" -#~ "Вмикає заповнення проміжків для вибраних поверхонь. Мінімальну довжину " -#~ "проміжку, який буде заповнено, можна контролювати за допомогою опції " -#~ "\"Відфільтрувати крихітні проміжки\" нижче.\n" -#~ "\n" -#~ "Параметри:\n" -#~ "1. Скрізь: Застосовує заповнення проміжків до верхньої, нижньої та " -#~ "внутрішніх суцільних поверхонь\n" -#~ "2. Верхня та нижня поверхні: Застосовує заповнення лише до верхньої та " -#~ "нижньої поверхонь\n" -#~ "3. Ніде: Вимикає заповнення проміжків\n" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "" -#~ "Трохи зменшіть це значення (наприклад, 0.9), щоб зменшити кількість " -#~ "матеріалу для мосту, щоб покращити провисання" - -#~ msgid "" -#~ "This value governs the thickness of the internal bridge layer. This is " -#~ "the first layer over sparse infill. Decrease this value slightly (for " -#~ "example 0.9) to improve surface quality over sparse infill." -#~ msgstr "" -#~ "Це значення визначає товщину внутрішнього мостовидного шару. Це перший " -#~ "шар над внутрішнім заповненням. Зменшіть це значення (наприклад, до 0,9), " -#~ "щоб покращити якість поверхні над внутрішнім заповненням." - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "" -#~ "Цей фактор впливає на кількість матеріалу для заповнення верхнього " -#~ "твердоготіла. Можна трохи зменшити його, щоб отримати гладку " -#~ "шорсткістьповерхні" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "" -#~ "Цей фактор впливає на кількість матеріалу для заповнення нижнього " -#~ "твердоготіла" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "" -#~ "Увімкніть цей параметр, щоб сповільнити друк у зонах, де можуть існувати " -#~ "потенційно нависаючі периметри" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "Швидкість мосту і периметр, що повністю звисає" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "Швидкість внутрішнього мосту. Якщо значення виражено у відсотках, воно " -#~ "буде розраховано на основі bridge_speed. Значення за замовчуванням - 150%." - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Час завантаження нового філаменту при перемиканні філаменту. Тільки для " -#~ "статистики" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "" -#~ "Час вивантаження нового філаменту при перемиканні філаменту. Тільки для " -#~ "статистики" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Час для прошивки принтера (або Multi Material Unit 2.0), щоб завести " -#~ "новий філамент під час заміни інструменту (під час виконання коду Т). Цей " -#~ "час додається до загального часу друку за допомогою оцінювача часу G-коду." - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "Час для прошивки принтера (або Multi Material Unit 2.0), щоб вивести " -#~ "філамент під час заміни інструменту (під час виконання коду Т). Цей час " -#~ "додається до загального часу друку за допомогою оцінювача часу G-коду." - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "Відфільтруйте прогалини, менші за вказаний поріг" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "Увімкніть цю опцію для керування температурою в камері. Перед " -#~ "\"machine_start_gcode\" буде додано команду M191\n" -#~ "Команди G-коду: M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "Вища температура камери може допомогти стримувати або зменшувати " -#~ "деформацію та, можливо, підвищити міцність зв’язку між шарами для " -#~ "матеріалів високої температури, таких як ABS, ASA, PC, PA тощо. У той же " -#~ "час, повітряна фільтрація для ABS та ASA може стати гіршею. Однак для " -#~ "PLA, PETG, TPU, PVA та інших матеріалів низької температури фактична " -#~ "температура камери не повинна бути високою, щоб уникнути засмічення, тому " -#~ "рекомендується вимкнути температуру камери (0)" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "" -#~ "Використання різних діаметрів насадок та різних діаметрів філаментів не " -#~ "допускається, коли увімкнено вежу підготовки." - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "" -#~ "Запобігання витіканню з увімкненою вежею підготовки в даний момент не " -#~ "підтримується." - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "" -#~ "Глибина взаємного взаємодії сегментованої області. Нуль вимикає цю " -#~ "функцію." - -#~ msgid "Wipe tower extruder" -#~ msgstr "Очисна башта екструдера" - #~ msgid "Current association: " #~ msgstr "Поточна асоціація: " @@ -17499,30 +16842,30 @@ msgstr "" #~ msgstr "Не пов'язаний з жодним додатком" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "models from Printable.com" #~ msgstr "" -#~ "Асоціювати OrcaSlicer з prusaslicer:// посиланнями щоб Orca могла " +#~ "Асоціювати Snapmaker Orca з prusaslicer:// посиланнями щоб Orca могла " #~ "відкривати моделі прямо з Printable.com" #~ msgid "Associate bambustudio://" #~ msgstr "Асоціювати bambustudio://" #~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " +#~ "Associate Snapmaker Orca with bambustudio:// links so that Orca can open " #~ "models from makerworld.com" #~ msgstr "" -#~ "Асоціювати OrcaSlicer з bambustudio:// посиланнями щоб Orca могла " +#~ "Асоціювати Snapmaker Orca з bambustudio:// посиланнями щоб Orca могла " #~ "відкривати моделі прямо з makerworld.com" #~ msgid "Associate cura://" #~ msgstr "Асоціювати cura://" #~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " +#~ "Associate Snapmaker Orca with cura:// links so that Orca can open models from " #~ "thingiverse.com" #~ msgstr "" -#~ "Асоціювати OrcaSlicer з cura:// посиланнями щоб Orca могла відкривати " +#~ "Асоціювати Snapmaker Orca з cura:// посиланнями щоб Orca могла відкривати " #~ "моделі прямо з thingiverse.com" #~ msgid "" @@ -17614,10 +16957,10 @@ msgstr "" #~ msgstr "Будь ласка, знайдіть кут із ідеальним ступенем екструзії" #~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " +#~ "Associate Snapmaker Orca with prusaslicer:// links so that Orca can open " #~ "PrusaSlicer links from Printable.com" #~ msgstr "" -#~ "Зв'язати OrcaSlicer з посиланнями prusaslicer://, щоб Orca могла " +#~ "Зв'язати Snapmaker Orca з посиланнями prusaslicer://, щоб Orca могла " #~ "відкривати посилання PrusaSlicer з Printable.com" #~ msgid "" @@ -17625,7 +16968,7 @@ msgstr "" #~ "first, which works best in most cases.\n" #~ "\n" #~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slightly " +#~ "the neighbouring infill to adhere to. However, the infill will slighly " #~ "push out the printed walls where it is attached to them, resulting in a " #~ "worse external surface finish. It can also cause the infill to shine " #~ "through the external surfaces of the part." @@ -17650,11 +16993,11 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer заснований на BambuStudio від Bambulab, який належить " +#~ "Snapmaker Orca заснований на BambuStudio від Bambulab, який належить " #~ "PrusaSlicer.\n" #~ "Prusa Research. PrusaSlicer від Slic3r Алессандро Ранеллуччі і\n" #~ "спільнота RepRap" @@ -17823,13 +17166,13 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "Конфіг не завантажується." -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." #~ msgstr "" #~ "3mf генерується старим слайсером Orca, завантажувати лише дані геометрії." #~ msgid "" #~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unchecked (absolute extrusion " +#~ "Some extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -17926,12 +17269,12 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "Відняти деталь\n" #~ "Чи знаєте ви, що можна віднімати одну мережу з іншої за допомогою " #~ "модифікаторанегативної деталі? Таким чином можна, наприклад, створити " -#~ "легкоотвори, що змінюються безпосередньо в Orca Slicer. Додаткова " +#~ "легкоотвори, що змінюються безпосередньо в Snapmaker Orca. Додаткова " #~ "інформацію наведено в документації." #, boost-format @@ -18172,14 +17515,14 @@ msgstr "" #~ "Чи знаєте ви, що ви можете виправити пошкоджену 3D-модель, щоб " #~ "уникнутивеликої кількості проблем із нарізкою?" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "Вбудовано" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. " +#~ "Файл конфігурації Snapmaker Orca може бути пошкоджений і не підлягає розбору. " #~ "Видаліть файл і спробуйте ще раз." #~ msgid "The minimum printing speed when slow down for cooling" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po similarity index 90% rename from localization/i18n/zh_CN/OrcaSlicer_zh_CN.po rename to localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po index 3fdbf3e8170..e6895795b1d 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Slic3rPE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: 2024-07-28 07:12+0000\n" "Last-Translator: Handle \n" "Language-Team: \n" @@ -644,7 +644,7 @@ msgid "Angle" msgstr "角度" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "内嵌深度" @@ -1110,11 +1110,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "未定义的描边类型" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1340,8 +1340,8 @@ msgstr "未定义" msgid "%1% was replaced with %2%" msgstr "%1%已被%2%替换" -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "此配置可能由新版本的逆戟鲸生成" +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "此配置可能由新版本的Snapmaker Orca生成" msgid "Some values have been replaced. Please check them:" msgstr "部分数值已被替换,请检查:" @@ -1364,28 +1364,28 @@ msgid "" msgstr "配置文件“%1%”已被加载,但部分数值未被识别。" msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"系统内存耗尽,OrcaSlicer 即将终止运行。这可能是个缺陷,希望您可以报告此问题," +"系统内存耗尽,Snapmaker Orca 即将终止运行。这可能是个缺陷,希望您可以报告此问题," "我们将非常感激。" msgid "Fatal error" msgstr "致命错误" msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"遇到本地化错误,OrcaSlicer 即将终止运行。希望您可以报告发生此问题的具体场景," +"遇到本地化错误,Snapmaker Orca 即将终止运行。希望您可以报告发生此问题的具体场景," "我们将非常感激。" msgid "Critical error" msgstr "严重错误" #, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "OrcaSlicer 捕捉到一个未处理的异常:%1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca 捕捉到一个未处理的异常:%1%" msgid "Untitled" msgstr "未命名" @@ -1404,11 +1404,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "连接 %s 失败。[SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer 依赖 Microsoft WebView2 运行时以运行部分功能。\n" +"Snapmaker Orca 依赖 Microsoft WebView2 运行时以运行部分功能。\n" "请点击 Yes 进行安装。" msgid "WebView2 Runtime" @@ -1430,8 +1430,8 @@ msgstr "正在加载配置" msgid "Click to download new version in default browser: %s" msgstr "在默认浏览器中点击下载最新版本: %s" -msgid "The Orca Slicer needs an upgrade" -msgstr "逆戟鲸需要进行升级" +msgid "The Snapmaker Orca needs an upgrade" +msgstr "Snapmaker Orca需要进行升级" msgid "This is the newest version." msgstr "已经是最新版本。" @@ -1440,13 +1440,13 @@ msgid "Info" msgstr "信息" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" -"OrcaSlicer 配置文件无法解析,可能已经损坏。\n" -"OrcaSlicer 已尝试重新创建配置文件。\n" +"Snapmaker Orca 配置文件无法解析,可能已经损坏。\n" +"Snapmaker Orca 已尝试重新创建配置文件。\n" "请注意,您的程序设置会丢失,但打印机配置文件不会受到影响。" msgid "Rebuild" @@ -1477,7 +1477,7 @@ msgid "Some presets are modified." msgstr "预设已被修改。" msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "您可以保留未保存修改的预设应用到新项目中,或者选择忽略。" @@ -1491,9 +1491,9 @@ msgid "Open Project" msgstr "打开项目" msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" -msgstr "逆戟鲸版本过低,需要更新到最新版本方可正常使用" +msgstr "Snapmaker Orca版本过低,需要更新到最新版本方可正常使用" msgid "Privacy Policy Update" msgstr "隐私协议更新" @@ -1553,11 +1553,11 @@ msgstr "打开" msgid "Rename" msgstr "重命名" -msgid "Orca Slicer GUI initialization failed" -msgstr "逆戟鲸图形界面初始化失败" +msgid "Snapmaker Orca GUI initialization failed" +msgstr "Snapmaker Orca图形界面初始化失败" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "致命错误,捕获到异常:%1%" msgid "Quality" @@ -1703,8 +1703,8 @@ msgid "" "No - Do not change these settings for me" msgstr "" "该模型顶面具有文字浮雕。\n" -"为了获得最佳效果,我们推荐您将“单层墙阈值”设置为 0 以使“仅首层单层墙”效果最" -"佳。\n" +"为了获得最佳效果,我们推荐您将“单层墙阈值”设置为 0 " +"以使“仅首层单层墙”效果最佳。\n" "\n" "自动调整这些设置?\n" "是 - 自动调整这些设置\n" @@ -1939,9 +1939,6 @@ msgstr "简化模型" msgid "Center" msgstr "居中" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "编辑工艺参数" @@ -2053,7 +2050,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "该行为将破坏切割关系,在此之后将无法保证模型一致性。\n" "\n" @@ -2065,7 +2062,7 @@ msgstr "删除所有连接件" msgid "Deleting the last solid part is not allowed." msgstr "不允许删除对象的最后一个实体零件。" -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "目标对象仅包含一个零件,无法被拆分。" msgid "Assembly" @@ -2436,7 +2433,7 @@ msgstr "" "所有选中的对象都处于被锁定的盘上,\n" "无法对这些对象做自动摆盘。" -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "没有可摆盘的对象被选中。" msgid "" @@ -2655,6 +2652,22 @@ msgstr "安装中" msgid "Install failed" msgstr "安装失败" +# snapmaker orca beta +msgid "Snapmaker Orca beta is forked from Orca Slicer by SoftFever." +msgstr "Snapmaker Orca beta 基于 SoftFever 的 Orca Slicer开发。" + +msgid "OrcaSlicer is forked from Bambu Studio by Bambu Lab." +msgstr "Orca Slicer 基于 Bambu Lab 的 Bambu Studio 开发而来。" + +msgid "Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community. Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill." +msgstr "Bambu Studio 基于 Prusa Research 的 PrusaSlicer 开发而来,而 PrusaSlicer 又是基于 Alessandro Ranellucci 和 RepRap 社区的 Slic3r进行开发。Orca Slicer 整合了许多来自 @supermerill 的SuperSlicer 的特性。" + +msgid "Snapmaker Orca integrates some features from the 3D printing open-source community, with specific attributions provided in the code comments." +msgstr "Snapmaker Orca 集成了来自 3D 打印开源社区的一些特性,并在代码注释中提供了具体的归属说明。" + +msgid "Snapmaker Orca is licensed under the GNU Affero Generall Public License, version 3." +msgstr "Snapmaker Orca 采用 GNU Affero 通用公共许可证,第 3 版进行授权。" + msgid "Portions copyright" msgstr "部分版权" @@ -2664,14 +2677,14 @@ msgstr "版权" msgid "License" msgstr "许可证" -msgid "Orca Slicer is licensed under " -msgstr "逆戟鲸是在" +msgid "Snapmaker Orca is licensed under " +msgstr "Snapmaker Orca是在" msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero 通用公共许可证,版本 3下授权的" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" -msgstr "Orca Slicer 基于 PrusaSlicer 以及 BambuStudio 开发" +msgid "Snapmaker Orca is Based on Orca Slicer" +msgstr "Snapmaker Orca 基于 Orca Slicer 开发" msgid "Libraries" msgstr "库" @@ -2685,11 +2698,11 @@ msgstr "本软件使用开源组件,其版权和其他所有权属于各自的 msgid "About %s" msgstr "关于 %s" -msgid "Orca Slicer " -msgstr "逆戟鲸切片" +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca" -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "OrcaSlicer基于BambuStudio、PrusaSlicer 以及SuperSlicer开发。" +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgstr "Snapmaker Orca基于BambuStudio、PrusaSlicer 以及SuperSlicer开发。" msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "BambuStudio基于PrusaResearch的PrusaSlicer开发而来。" @@ -3076,7 +3089,7 @@ msgstr "运行后处理脚本" msgid "Successfully executed post-processing script" msgstr "成功执行后处理脚本" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "导出 G-Code 时出现未知错误。" #, boost-format @@ -3524,7 +3537,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" "自动调整这些设置?\n" "是 - 自动调整确保垂直外壳厚度为“适量”,并开启交替添加额外内墙\n" @@ -3564,6 +3577,11 @@ msgstr "" "是 - 选择开启擦拭塔\n" "否 - 选择保留支撑独立层高" +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "逐件打印时,挤出机可能与裙边碰撞。因此将裙边的层数重置为1。" + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4599,12 +4617,6 @@ msgstr "克隆所选项" msgid "Clone copies of selections" msgstr "克隆多份所选项" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "选中所有" @@ -4626,7 +4638,7 @@ msgstr "使用正交视角" msgid "Show &G-code Window" msgstr "显示G-code窗口" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "显示G-code窗口" msgid "Show 3D Navigator" @@ -4653,12 +4665,6 @@ msgstr "显示悬空高亮" msgid "Show object overhang highlight in 3D scene" msgstr "在3D场景中显示悬空高亮" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "偏好设置" @@ -4680,18 +4686,6 @@ msgstr "细调" msgid "Flow rate test - Pass 2" msgstr "流量测试 - 通过 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "流量" @@ -4856,7 +4850,7 @@ msgstr "打印机正在忙于下载,请等下载完成后再尝试。" msgid "Printer camera is malfunctioning." msgstr "打印机摄像头异常。" -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "出现了一些问题。请更新打印机固件后重试。" msgid "" @@ -4896,11 +4890,11 @@ msgstr "正在下载“虚拟摄像头工具包”" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "另一个虚拟摄像头正在工作。\n" -"Orca Slicer 同时只能支持一个虚拟摄像头。\n" +"Snapmaker Orca 同时只能支持一个虚拟摄像头。\n" "是否停止前一个虚拟摄像头?" #, c-format, boost-format @@ -5020,7 +5014,7 @@ msgstr "你确定要从打印机中删除文件'%s'吗?" msgid "Delete file" msgstr "删除文件" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "正在获取模型信息..." msgid "Failed to fetch model information from printer." @@ -5030,10 +5024,10 @@ msgid "Failed to parse model information." msgstr "解析模型信息失败。" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -".gcode.3mf文件中不包含G-code数据。请使用Orca Slicer进行切片并导出新的." +".gcode.3mf文件中不包含G-code数据。请使用Snapmaker Orca进行切片并导出新的." "gcode.3mf文件。" #, c-format, boost-format @@ -5283,7 +5277,7 @@ msgstr "信息" msgid "Get oss config failed." msgstr "获取oss配置失败。" -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "上传图片" msgid "Number of images successfully uploaded" @@ -5395,21 +5389,21 @@ msgid "Newer 3mf version" msgstr "较新的3mf版本" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." -msgstr "3mf文件版本处于Beta测试阶段,比当前OrcaSlicer版本更新。" +msgstr "3mf文件版本处于Beta测试阶段,比当前Snapmaker Orca版本更新。" -msgid "If you would like to try Orca Slicer Beta, you may click to" -msgstr "如果您想尝试Orca Slicer Beta,您可以点击" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" +msgstr "如果您想尝试Snapmaker Orca Beta,您可以点击" msgid "Download Beta Version" msgstr "下载Beta版本" -msgid "The 3mf file version is newer than the current Orca Slicer version." -msgstr "3mf文件版本比当前Orca Slicer版本更新。" +msgid "The 3mf file version is newer than the current Snapmaker Orca version." +msgstr "3mf文件版本比当前Snapmaker Orca版本更新。" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." -msgstr "更新你的Orca Slicer以启用3mf文件中的所有功能。" +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." +msgstr "更新你的Snapmaker Orca以启用3mf文件中的所有功能。" msgid "Current Version: " msgstr "当前版本:" @@ -5744,10 +5738,10 @@ msgstr "没有如任何兼容的材料,同步操作未执行。" msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" -"有一些未知型号的材料,映射到通用预设。请更新或者重启 Orca Slicer,以检查系统" +"有一些未知型号的材料,映射到通用预设。请更新或者重启 Snapmaker Orca,以检查系统" "预设有没有更新。" #, boost-format @@ -5801,8 +5795,8 @@ msgstr "折叠边栏" msgid "Loading file: %s" msgstr "加载文件:%s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "该3mf文件不是来自Orca Slicer,将只加载几何数据。" +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "该3mf文件不是来自Snapmaker Orca,将只加载几何数据。" msgid "Load 3mf" msgstr "加载3mf" @@ -5875,7 +5869,7 @@ msgid "" " Do you want to scale to millimeters?" msgstr "" "文件 %s 中对象的尺寸似乎是以米或者英寸为单位定义的。\n" -"逆戟鲸的内部单位为毫米。是否要转换成毫米?" +"Snapmaker Orca的内部单位为毫米。是否要转换成毫米?" msgid "Object too small" msgstr "对象尺寸过小" @@ -6049,9 +6043,9 @@ msgid "Project downloaded %d%%" msgstr "项目已下载%d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." -msgstr "导入到Orca Slicer失败。请下载文件并手动导入。" +msgstr "导入到Snapmaker Orca失败。请下载文件并手动导入。" msgid "Import SLA archive" msgstr "导入 SLA 存档" @@ -6246,9 +6240,9 @@ msgstr "提示:" msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"\"修复模型\"功能目前仅适用于Windows。请在逆戟鲸(windows)或CAD软件上修复模型。" +"\"修复模型\"功能目前仅适用于Windows。请在Snapmaker Orca(windows)或CAD软件上修复模型。" #, c-format, boost-format msgid "" @@ -6292,7 +6286,7 @@ msgstr "选择下载文件夹" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6331,9 +6325,8 @@ msgstr "局域网模式" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " "don't use BBL machines or use LAN mode only can safely turn on this function." -msgstr "" -"停止向拓竹科技服务器发送数据。如果您不使用Bambu Lab的打印机或仅使用局域网模" -"式,则可以安全地启用此功能。" +msgstr "停止向拓竹科技服务器发送数据。如果您不使用Bambu " +"Lab的打印机或仅使用局域网模式,则可以安全地启用此功能。" msgid "Enable network plugin" msgstr "启用网络插件" @@ -6350,8 +6343,8 @@ msgstr "英制" msgid "Units" msgstr "单位" -msgid "Allow only one OrcaSlicer instance" -msgstr "同时仅运行一个 OrcaSlicer 实例" +msgid "Allow only one Snapmaker Orca instance" +msgstr "同时仅运行一个 Snapmaker Orca 实例" msgid "" "On OSX there is always only one instance of app running by default. However " @@ -6362,12 +6355,11 @@ msgstr "" "应用程序的多个实例。在这种情况下,此设置将只允许一个实例。" msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." -msgstr "" -"如果启用,当您在已经启动一个 OrcaSlicer 实例时再次启动 OrcaSlicer ,将会激活" -"您已经启动的 OrcaSlicer 实例。" +msgstr "如果启用,当您在已经启动一个 Snapmaker Orca 实例时再次启动 Snapmaker Orca ," +"将会激活您已经启动的 Snapmaker Orca 实例。" msgid "Home" msgstr "首页" @@ -6376,7 +6368,7 @@ msgid "Default Page" msgstr "起始页" msgid "Set the page opened on startup." -msgstr "设置启动OrcaSlicer时首先显示的页面。" +msgstr "设置启动Snapmaker Orca时首先显示的页面。" msgid "Touchpad" msgstr "触控板" @@ -6425,10 +6417,10 @@ msgstr "启动后显示“每日小贴士”通知" msgid "If enabled, useful hints are displayed at startup." msgstr "如果启用,将在启动时显示有用的提示。" -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "冲刷体积:每一次更换颜色时自动计算。" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "如果启用,会在每一次更换颜色时自动计算。" msgid "" @@ -6454,12 +6446,6 @@ msgid "" "same time and manage multiple devices." msgstr "启用此选项后,您可以同时向多个设备发送任务并管理多个设备。" -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "网络" @@ -6478,31 +6464,31 @@ msgstr "系统同步" msgid "Clear my choice on the unsaved presets." msgstr "清除我对未保存的预置的选择。" -msgid "Associate files to OrcaSlicer" -msgstr "逆戟鲸文件关联" +msgid "Associate files to Snapmaker Orca" +msgstr "Snapmaker Orca文件关联" -msgid "Associate .3mf files to OrcaSlicer" -msgstr "使用逆戟鲸打开.3mf文件" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "使用Snapmaker Orca打开.3mf文件" -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" -msgstr "开启后,将缺省使用逆戟鲸打开.3mf文件" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" +msgstr "开启后,将缺省使用Snapmaker Orca打开.3mf文件" -msgid "Associate .stl files to OrcaSlicer" -msgstr "使用逆戟鲸打开.stl文件" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "使用Snapmaker Orca打开.stl文件" -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" -msgstr "开启后,将缺省使用逆戟鲸打开.stl文件" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" +msgstr "开启后,将缺省使用Snapmaker Orca打开.stl文件" -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "使用逆戟鲸打开.step/.stp文件" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "使用Snapmaker Orca打开.step/.stp文件" -msgid "If enabled, sets OrcaSlicer as default application to open .step files" -msgstr "开启后,将缺省使用逆戟鲸打开.step文件" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" +msgstr "开启后,将缺省使用Snapmaker Orca打开.step文件" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6527,7 +6513,7 @@ msgstr "定期备份你的项目,以便从偶尔的崩溃中恢复过来。" msgid "every" msgstr "每" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "备份的周期" msgid "Downloads" @@ -6740,7 +6726,7 @@ msgstr "正在上传3mf" msgid "Jump to model publish web page" msgstr "跳转到发布页面" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "提示:发布前需要一些准备时间,请耐心等待。" msgid "Publish" @@ -7042,6 +7028,9 @@ msgstr "使用微型激光雷达进行自动流量校准" msgid "Modifying the device name" msgstr "修改打印机名称" +msgid "needed, but current version is " +msgstr "开始支持此预设更新,但是当前的软件版本为 " + msgid "Bind with Pin Code" msgstr "通过Pin码绑定" @@ -7057,8 +7046,8 @@ msgstr "所选打印机与选择的打印机预设不兼容。" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "发送到打印机需要插入SD卡" -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "打印机需要与Orca Slicer在同一个局域网内。" +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "打印机需要与Snapmaker Orca在同一个局域网内。" msgid "The printer does not support sending to printer SD card." msgstr "该打印机不支持发送到打印机SD卡。" @@ -7133,8 +7122,8 @@ msgstr "用户使用协议" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7211,7 +7200,7 @@ msgid "Click to reset all settings to the last saved preset." msgstr "点击以将所有设置还原到最后一次保存的版本。" msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "平滑模式的延时摄影需要擦料塔,否则打印件上可能会有瑕疵。您确定要关闭擦料塔" @@ -7389,21 +7378,12 @@ msgstr "支撑耗材" msgid "Tree supports" msgstr "树状支撑" -msgid "Multimaterial" -msgstr "材料" +msgid "Skirt" +msgstr "裙边" msgid "Prime tower" msgstr "擦拭塔" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "裙边" - msgid "Special mode" msgstr "特殊模式" @@ -7450,9 +7430,6 @@ msgstr "建议喷嘴温度" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "该材料的建议喷嘴温度范围。0表示未设置" -msgid "Flow ratio and Pressure Advance" -msgstr "流量和压力提前" - msgid "Print chamber temperature" msgstr "打印仓温度" @@ -7559,6 +7536,9 @@ msgstr "耗材丝起始G-code" msgid "Filament end G-code" msgstr "耗材丝结束G-code" +msgid "Multimaterial" +msgstr "材料" + msgid "Wipe tower parameters" msgstr "色塔参数" @@ -7645,33 +7625,15 @@ msgstr "加速度限制" msgid "Jerk limitation" msgstr "抖动限制" -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "设置单挤出机多材料" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "喷嘴直径" - msgid "Wipe tower" msgstr "色塔" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "单挤出机多材料参数" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "层高限制" @@ -8060,10 +8022,10 @@ msgid "Flushing volumes for filament change" msgstr "耗材丝更换时的冲刷体积" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" -"Orca 将会在每一次更换耗材颜色时重新计算你的冲刷体积, 你可以在 Orca Slicer > " +"Orca 将会在每一次更换耗材颜色时重新计算你的冲刷体积, 你可以在 Snapmaker Orca > " "偏好设置 中关闭自动计算" msgid "Flushing volume (mm³) for each filament pair." @@ -8107,7 +8069,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8118,7 +8080,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8407,15 +8369,15 @@ msgid "Network plug-in update" msgstr "网络插件升级" msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." -msgstr "点击\"确定\",将在Orca Slicer下次启动之后自动升级网络插件" +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." +msgstr "点击\"确定\",将在Snapmaker Orca下次启动之后自动升级网络插件" #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "新的网络插件(%s) 可用,您是否需要安装它?" -msgid "New version of Orca Slicer" -msgstr "新版本的Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "新版本的Snapmaker Orca" msgid "Skip this Version" msgstr "跳过本版本" @@ -8466,8 +8428,8 @@ msgid "LAN Connection Failed (Sending print file)" msgstr "LAN连接失败 (发送打印文件)" msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." -msgstr "第1步,请确认Orca Slicer和您的打印机在同一个LAN上。" +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." +msgstr "第1步,请确认Snapmaker Orca和您的打印机在同一个LAN上。" msgid "" "Step 2, if the IP and Access Code below are different from the actual values " @@ -8638,11 +8600,6 @@ msgstr "部分模型在这些高度可能过薄,或者模型存在面片错误 msgid "No object can be printed. Maybe too small" msgstr "没有可打印的对象。可能是因为尺寸过小。" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" @@ -8848,12 +8805,6 @@ msgid "" "materials." msgstr "不支持在包含多个材料的打印中使用旋转花瓶模式。" -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "对象 %1% 超过了最大构建体积高度" @@ -8873,10 +8824,9 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "Organic支撑不支持可变层高。" msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." -msgstr "" +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." +msgstr "启用擦拭塔时,不允许使用不同的喷嘴直径和不同的材料直径。" msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -8886,9 +8836,8 @@ msgstr "" "塔。" msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." -msgstr "" +"Ooze prevention is currently not supported with the prime tower enabled." +msgstr "当启用擦拭塔时,目前不支持防滴功能。" msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " @@ -9023,11 +8972,6 @@ msgstr "" "Orca将自动限制加速度,以确保不超过打印机的速度限制。\n" "您可以调整打印机配置中的machine_max_acceleration_travel值,以获得更高的速度。" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - msgid "Generating skirt & brim" msgstr "正在生成skirt和brim" @@ -9111,13 +9055,13 @@ msgid "Hostname, IP or URL" msgstr "主机名,IP或者URL" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer可以将G-code文件上传到打印机主机。此字段应包含打印机主机实例的主机" +"Snapmaker Orca可以将G-code文件上传到打印机主机。此字段应包含打印机主机实例的主机" "名、IP地址或URL。启用基本身份验证的Print host可以通过将用户名和密码放入以下格" "式的URL中来访问:https://username:password@your-octopi-address/" @@ -9132,10 +9076,10 @@ msgid "API Key / Password" msgstr "API秘钥/密码" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer可以将G-code文件上传到打印机主机。此字段应包含用于身份验证的API密" +"Snapmaker Orca可以将G-code文件上传到打印机主机。此字段应包含用于身份验证的API密" "钥或密码。" msgid "Name of the printer" @@ -9312,8 +9256,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "如果由底部壳体层数算出的厚度小于这个数值,那么切片时将自动增加底部壳体层数。" "这能够避免当层高很小时,底部壳体过薄。0表示关闭这个设置,同时底部壳体的厚度完" @@ -9323,31 +9267,14 @@ msgid "Apply gap fill" msgstr "启用间隙填充" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9384,7 +9311,7 @@ msgstr "冷却悬空阈值" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9414,11 +9341,8 @@ msgstr "桥接流量" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." -msgstr "" +"material for bridge, to improve sag" +msgstr "稍微减小这个数值(比如0.9)可以减小桥接的材料量,来改善下垂。" msgid "Internal bridge flow ratio" msgstr "内部搭桥流量比例" @@ -9426,11 +9350,7 @@ msgstr "内部搭桥流量比例" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" @@ -9438,21 +9358,14 @@ msgstr "顶部表面流量比例" msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" +"decrease it slightly to have smooth surface finish" +msgstr "稍微减小这个数值(比如0.97)可以来改善顶面的光滑程度。" msgid "Bottom surface flow ratio" msgstr "底部表面流量比例" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" +msgid "This factor affects the amount of material for bottom solid infill" +msgstr "首层流量调整系数,默认为1.0" msgid "Precise wall" msgstr "精准外墙尺寸" @@ -9508,21 +9421,21 @@ msgid "" "bridges cannot be anchored. " msgstr "在陡峭的悬垂和无法固定桥接的区域上创建额外的周长路径。" -msgid "Reverse on even" -msgstr "反转偶数层悬垂方向" +msgid "Reverse on odd" +msgstr "反转奇数层悬垂方向" msgid "Overhang reversal" msgstr "悬垂反转" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." msgstr "" -"在偶数层上,将悬垂部分的走线反转。这种交替的走线模式可以大大改善陡峭的悬" +"在奇数层上,将悬垂部分的走线反转。这种交替的走线模式可以大大改善陡峭的悬" "垂。\n" "\n" "这个设置也可以帮助减少零件变形,因为零件墙壁的应力减少了。" @@ -9540,9 +9453,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" "仅在内墙上应用反转墙壁逻辑。\n" "\n" @@ -9550,7 +9463,7 @@ msgstr "" "形,同时保持外墙的质量。这个功能对于易变形的材料非常有用,比如ABS/ASA,也对于" "弹性耗材,比如TPU和丝光PLA。它还可以帮助减少支撑上的悬空区域的变形。\n" "\n" -"为了使这个设置最有效,建议将反转阈值设置为0,这样所有的内墙都会在偶数层交替打" +"为了使这个设置最有效,建议将反转阈值设置为0,这样所有的内墙都会在奇数层交替打" "印。" msgid "Bridge counterbore holes" @@ -9584,14 +9497,8 @@ msgstr "悬垂反转阈值" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." -msgstr "" -"判定悬垂反转需要的值(毫米),可以是线宽的百分比。\n" -"值0表示在每个偶数层上都启用反转。\n" -"当未启用检测悬垂时,此选项将被忽略,反转将在每个偶数层上发生。" - +"Value 0 enables reversal on every odd layers regardless." +msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。" msgid "Classic mode" msgstr "经典模式" @@ -9608,26 +9515,10 @@ msgstr "启用此选项将降低不同悬垂程度的走线的打印速度" msgid "Slow down for curled perimeters" msgstr "翘边降速" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "启用这个选项,降低可能存在卷曲部位的打印速度" msgid "mm/s or %" msgstr "mm/s 或 %" @@ -9635,14 +9526,8 @@ msgstr "mm/s 或 %" msgid "External" msgstr "外部" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "桥接和完全悬空的外墙的打印速度" msgid "mm/s" msgstr "mm/s" @@ -9651,9 +9536,11 @@ msgid "Internal" msgstr "内部" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"内部桥接的速度。如果该值以百分比表示,则将根据桥接速度进行计算。默认值为" +"150%。" msgid "Brim width" msgstr "Brim宽度" @@ -9666,7 +9553,7 @@ msgstr "Brim类型" msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "该参数控制在模型的外侧和/或内侧生成brim。自动是指自动分析和计算边框的宽度。" @@ -9700,8 +9587,8 @@ msgid "Brim ear detection radius" msgstr "圆盘检测半径" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "在检测尖锐角度之前,几何形状将被简化。此参数表示简化的最小偏差长度。\n" @@ -9834,8 +9721,8 @@ msgstr "" "如果启用,将使用厚内部桥接。通常建议打开此功能。但是,如果您使用大喷嘴,请考" "虑关闭它。" -msgid "Filter out small internal bridges (beta)" -msgstr "过滤细微内部桥接(试验)" +msgid "Don't filter out small internal bridges (beta)" +msgstr "保留细微内部桥接(试验)" msgid "" "This option can help reducing pillowing on top surfaces in heavily slanted " @@ -9850,24 +9737,42 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" +"此选项可以帮助减少在严重倾斜或弯曲模型的顶部表面上的枕头现象。\n" +"\n" +"默认情况下,小的内部搭桥会被过滤掉,内部实心填充会直接打印在稀疏填充上。这在" +"大多数情况下效果很好,可以加快打印速度,而对顶部表面质量的影响不大。\n" +"\n" +"然而,在严重倾斜或弯曲的模型中,特别是在使用了过低的稀疏填充密度的情况下,这" +"可能会导致不支撑的实心填充卷曲,从而导致枕头现象。\n" +"\n" +"启用此选项将在轻微不支撑的内部实心填充上打印内部搭桥层。下面的选项控制过滤的" +"程度,即创建的内部搭桥的数量。\n" +"\n" +"禁用 - 禁用此选项。这是默认行为,在大多数情况下效果很好。\n" +"\n" +"有限过滤 - 在严重倾斜的表面上创建内部搭桥,同时避免创建不必要的内部搭桥。这对" +"大多数困难模型效果很好。\n" +"\n" +"无过滤 - 在每个潜在的内部悬垂上创建内部搭桥。这个选项对于严重倾斜的顶部表面模" +"型很有用。然而,在大多数情况下,它会创建太多不必要的桥接。" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "禁用" msgid "Limited filtering" msgstr "有限保留" @@ -10013,7 +9918,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10023,8 +9928,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10065,7 +9970,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10084,11 +9989,17 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" +"从顶部往下看时,墙壁被打印的方向。\n" +"\n" +"默认情况下,所有墙壁都按逆时针方向被打印,除非启用了奇数层翻转选项。将此选项设" +"置为除自动之外的任何选项,都会强制指定墙壁方向,而不受奇数层翻转选项的影响。\n" +"\n" +"如果启用了螺旋花瓶模式,此选项将被禁用。" msgid "Counter clockwise" msgstr "逆时针" @@ -10130,7 +10041,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10149,7 +10060,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10202,109 +10113,17 @@ msgstr "" "量。推荐的范围为0.95到1.05。发现大平层模型的顶面有轻微的缺料或多料时,或许可" "以尝试微调这个参数。" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "启用压力提前" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "启用压力提前,一旦启用会覆盖自动检测的结果" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "压力提前(Klipper)或者线性提前(Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "启用自适应压力提前(试验)" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "自适应压力提前参数(试验)" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "为悬垂启用自适应压力提前(试验)" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "为搭桥启用压力提前" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." @@ -10314,8 +10133,8 @@ msgid "Keep fan always on" msgstr "保持风扇常开" msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "如果勾选这个选项,部件冷却风扇将永远不会停止,并且会至少运行在最小风扇转速值" "以减少风扇的启停频次" @@ -10330,8 +10149,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10388,29 +10207,14 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "加载耗材丝的时间" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" +msgid "Time to load new filament when switch filament. For statistics only" +msgstr "切换耗材丝时,加载新耗材丝所需的时间。只用于统计信息。" msgid "Filament unload time" msgstr "卸载耗材丝的时间" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "换工具头所需时间" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" -msgstr "" +msgid "Time to unload old filament when switch filament. For statistics only" +msgstr "切换耗材丝时,卸载旧的耗材丝所需时间。只用于统计信息。" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10421,7 +10225,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10430,8 +10234,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "收缩率(XY)" +msgid "Shrinkage" +msgstr "耗材收缩率" #, no-c-format, no-boost-format msgid "" @@ -10446,19 +10250,6 @@ msgstr "" "补偿将按比例缩放xy轴该补偿仅考虑墙壁所使用的耗材\n" "请确保物体之间有足够的间距,因为补偿是在边界检查之后进行" -msgid "Shrinkage (Z)" -msgstr "收缩率(Z)" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" -"冷却后耗材会收缩的百分比(如果测量的长度是94mm而不是100mm,则为是收缩率为" -"94%)\n" -"补偿将按比例缩放Z轴" - msgid "Loading speed" msgstr "加载速度" @@ -10505,21 +10296,6 @@ msgid "" "Specify desired number of these moves." msgstr "耗材丝通过在喉管中来回移动来冷却。指定所需的移动次数。" -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "第一次冷却移动的速度" @@ -10533,11 +10309,11 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "换色后,新加载的耗材在喷嘴内的确切位置可能未知,耗材压力可能还不稳定。在冲刷" -"打印头到填充或作为挤出废料之前,Orca Slicer将始终将这些的耗材丝冲刷到擦拭塔中" +"打印头到填充或作为挤出废料之前,Snapmaker Orca将始终将这些的耗材丝冲刷到擦拭塔中" "以产生连续的填充或稳定的挤出废料。" msgid "Speed of the last cooling move" @@ -10546,6 +10322,14 @@ msgstr "最后一次冷却移动的速度" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "冷却移动向这个速度逐渐加速。" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"在换色时(执行T代码,如T1,T2),打印机固件(或Multi Material Unit 2.0)加载" +"新耗材的所需时间。该时间将会被G-code时间评估功能加到总打印时间上去。" + msgid "Ramming parameters" msgstr "尖端成型参数" @@ -10554,25 +10338,33 @@ msgid "" "parameters." msgstr "此内容由尖端成型窗口编辑,包含尖端成型的特定参数。" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"换色期间(执行T代码时如T1,T2),打印机固件(或MMU2.0)卸载耗材所需时间。该时" +"间将会被G-code时间评估功能加到总打印时间上去。" + +msgid "Enable ramming for multitool setups" msgstr "启用多色尖端成型设置" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "多色打印机执行尖端成型时(即,当打印机设置中的单挤出机多材料未选中时)。选中" "时,在换色之前,会迅速挤出少量耗材丝到擦拭塔上。此选项仅在启用擦拭塔时使用。" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "多色尖端成型体积" msgid "The volume to be rammed before the toolchange." msgstr "换色前尖端成型的体积" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "多色尖端成型流量" msgid "Flow used for ramming the filament before the toolchange." @@ -10610,7 +10402,7 @@ msgstr "软化温度" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "材料在这个温度下会软化,因此当热床温度等于或高于这个温度时,强烈建议打开前门" "和/或去除上玻璃以避免堵塞。" @@ -10709,7 +10501,7 @@ msgstr "稀疏填充锚线长度" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -10719,7 +10511,7 @@ msgid "" "single infill line." msgstr "" "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计" -"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找" +"算填充拉伸宽度。Snapmaker Orca 试图将两条紧密的填充线连接到一个短的周长段。如果找" "不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并且" "所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为零," "以禁用连接到单个填充线的锚点周长。" @@ -10736,7 +10528,7 @@ msgstr "填充锚线的最大长度" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -10746,7 +10538,7 @@ msgid "" "create the same result as with 1000 & 0." msgstr "" "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计" -"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找" +"算填充拉伸宽度。Snapmaker Orca 试图将两条紧密的填充线连接到一个短的周长段。如果找" "不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长线" "段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。" @@ -10897,7 +10689,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "此风扇速度在所有支撑接触层打印期间强制执行" msgid "" @@ -10918,7 +10710,7 @@ msgid "Fuzzy skin thickness" msgstr "绒毛表面厚度" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "产生绒毛的抖动的宽度。建议小于外圈墙的线宽。" @@ -10926,7 +10718,7 @@ msgid "Fuzzy skin point distance" msgstr "绒毛表面点间距" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "产生绒毛表面时,插入的随机点之间的平均距离" @@ -10942,11 +10734,8 @@ msgstr "忽略微小间隙" msgid "Layers and Perimeters" msgstr "层和墙" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "忽略小于指定阈值的间隙" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -10971,7 +10760,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11063,12 +10852,14 @@ msgid "" "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" +"把风扇启动指令往前移动指定时间以补偿风扇的启动时间。目前支支持G1 G0指令\n" +"设为0以禁用此选项" msgid "Only overhangs" msgstr "仅悬垂" @@ -11176,22 +10967,6 @@ msgid "" msgstr "" "自动合并若干层稀疏填充一起打印以可缩短时间。内外墙依然保持原始层高打印。" -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "打印内部稀疏填充的耗材丝" @@ -11218,7 +10993,7 @@ msgstr "顶/底部实心填充/墙重叠率" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11249,12 +11024,8 @@ msgstr "分段区域的最大宽度。将其设置为零会禁用此功能。" msgid "Interlocking depth of a segmented region" msgstr "分割区域的交错深度" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." -msgstr "" +msgid "Interlocking depth of a segmented region. Zero disables this feature." +msgstr "分割区域的交错深度。0 则禁用此功能。" msgid "Use beam interlocking" msgstr "启用互锁梁" @@ -11619,9 +11390,11 @@ msgid "" "The minimum printing speed that the printer will slow down to to attempt to " "maintain the minimum layer time above, when slow down for better layer " "cooling is enabled." -msgstr "" -"在您启用“降低打印速度 以得到更好的冷却”选项时最小的打印速度,以尝试保持上方设" -"置的最小层时间。" +msgstr "在您启用“降低打印速度 " +"以得到更好的冷却”选项时最小的打印速度,以尝试保持上方设置的最小层时间。" + +msgid "Nozzle diameter" +msgstr "喷嘴直径" msgid "Diameter of nozzle" msgstr "喷嘴直径" @@ -11638,9 +11411,9 @@ msgid "Host Type" msgstr "主机类型" msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." -msgstr "Orca Slicer可以将G-code文件上传到打印机主机。此字段必须包含主机类型。" +msgstr "Snapmaker Orca可以将G-code文件上传到打印机主机。此字段必须包含主机类型。" msgid "Nozzle volume" msgstr "喷嘴内腔体积" @@ -11709,11 +11482,6 @@ msgstr "" "当空驶完全在填充区域内时不触发回抽。这意味着即使漏料也是不可见的。对于复杂模" "型,该设置能够减少回抽次数以及打印时长,但是会造成G-code生成变慢" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "文件名格式" @@ -11760,9 +11528,6 @@ msgid "" msgstr "" "检测悬空相对于线宽的百分比,并应用不同的速度打印。100%%的悬空将使用桥接速度。" -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -11799,18 +11564,13 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" -"如果您希望使用自定义脚本来处理输出的 G-code,只需要在此列出这些脚本的绝对路" -"径,使用分号来分割多个脚本。脚本执行的第一个参数将会被设置为 G-code 文件的绝" -"对路径,并支持脚本通过全局变量来读取 Orca Slicer 的设置。" - -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" +"如果您希望使用自定义脚本来处理输出的 " +"G-code,只需要在此列出这些脚本的绝对路径,使用分号来分割多个脚本。" +"脚本执行的第一个参数将会被设置为 G-code 文件的绝对路径," +"并支持脚本通过全局变量来读取 Snapmaker Orca 的设置。" msgid "Printer notes" msgstr "打印机注释" @@ -11818,9 +11578,6 @@ msgstr "打印机注释" msgid "You can put your notes regarding the printer here." msgstr "你可以把你关于打印机的注释放在这里。" -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "筏层Z间距" @@ -11855,7 +11612,7 @@ msgstr "" "模型会在相应层数的支撑上抬高进行打印。使用该功能通常用于打印ABS时翘曲。" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12013,7 +11770,7 @@ msgstr "回抽速度" msgid "Speed of retractions" msgstr "回抽速度" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "装填速度" msgid "" @@ -12205,15 +11962,15 @@ msgid "Wipe before external loop" msgstr "额外的外墙打印前擦拭" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" "为了最大限度地减少在使用外/内或内/外/内墙打印顺序时,外墙起始处的潜在过挤出," "在外墙起始处外略微向内执行回填。这样,任何潜在的过挤都会隐藏在外表面之下。\n" @@ -12239,14 +11996,6 @@ msgstr "Skirt距离" msgid "Distance from skirt to brim or object" msgstr "从skirt到模型或者brim的距离" -msgid "Skirt start point" -msgstr "Skirt起始点" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "从模型中心到skirt起始点的角度。0是最右边的位置,逆时针是正角度。" - msgid "Skirt height" msgstr "Skirt高度" @@ -12261,39 +12010,30 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -"风挡对于保护ABS或ASA打印件免受风力的影响,防止翘曲和从打印床上脱落是非常有用" -"的。通常只有在没有封箱的开放式打印机上才需要。\n" +"打印风挡有助于保护ABS或ASA材料的打印件,避免因气流流动产生变形或从打印床上脱" +"落。通常只有在开放式框架打印机上需要使用它,即没有封箱的打印机。\n" "\n" -"启用 = skirt的高度与最高的打印对象一样高。否则的话会使用'skirt高度'。\n" -"注意:启用风挡后,skirt将会在距离模型'skirt距离'的地方打印。因此,如果brim启" -"用,可能会与其相交。为了避免这种情况,增加skirt距离值。\n" +"选项:\n" +"启用 = Skirt和您的打印物体一样高。\n" +"限制 = Skirt高度将由Skirt高度选项指定。\n" +"\n" +"注意:当风挡功能启用时,Skirt将在远离物体自身的Skirt一定距离处打印。因此,如" +"果同时启用了Brims,则可能与Skirt相交。为避免这种情况,请增加Skirt距离值。\n" -msgid "Disabled" -msgstr "禁用" +msgid "Limited" +msgstr "限制" msgid "Enabled" msgstr "启用" -msgid "Skirt type" -msgstr "Skirt类型" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "合并 - 所有对象共用一个skirt,Per object - 每个对象单独的skirt。" - -msgid "Combined" -msgstr "合并" - -msgid "Per object" -msgstr "按对象" - msgid "Skirt loops" msgstr "Skirt圈数" @@ -12314,10 +12054,11 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" +"打印skirt时的最小挤出长度,单位为mm。0表示关闭此功能。\n" +"\n" +"如果打印机设置为不使用擦拭塔,使用非零值是有用的。" msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " @@ -12333,12 +12074,6 @@ msgid "" "internal solid infill" msgstr "小于这个阈值的稀疏填充区域将会被内部实心填充替代。" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12359,8 +12094,8 @@ msgid "Smooth Spiral" msgstr "光滑螺旋模式" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" "光滑螺旋模式平滑X和Y轴移动,从而在所有方向上都没有可见的接缝,即使在不垂直的" "墙壁上也是如此。" @@ -12396,31 +12131,6 @@ msgstr "传统模式" msgid "Temperature variation" msgstr "软化温度" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "起始G-code" @@ -12446,9 +12156,10 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" -"启用该选项可以在打印开始时省略自定义更换耗材丝的 G-code。整个打印过程中的工具" -"头指令(如 T0)将会被跳过。这对于手动多材料打印十分有用,其将会使用 M600/" -"PAUSE 指令来使您可以进行手动对耗材丝进行更换。" +"启用该选项可以在打印开始时省略自定义更换耗材丝的 " +"G-code。整个打印过程中的工具头指令(如 " +"T0)将会被跳过。这对于手动多材料打印十分有用,其将会使用 M600/PAUSE " +"指令来使您可以进行手动对耗材丝进行更换。" msgid "Purge in prime tower" msgstr "冲刷进擦拭塔" @@ -12713,15 +12424,9 @@ msgstr "" "强壮的支撑结构,但用料更多;而混合树是苗条树和普通支撑的结合,它会在大的平面" "悬垂下创建与正常支撑类似的结构(默认)。" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "紧贴" -msgid "Organic" -msgstr "有机树" - msgid "Tree Slim" msgstr "苗条树" @@ -12731,6 +12436,9 @@ msgstr "粗壮树" msgid "Tree Hybrid" msgstr "混合树" +msgid "Organic" +msgstr "有机树" + msgid "Independent support layer height" msgstr "支撑独立层高" @@ -12873,40 +12581,30 @@ msgid "Activate temperature control" msgstr "激活温度控制" msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"启用该选项以控制打印仓温度,这将会在\"machine_start_gcode" +"\"之前添加一个M191命令。\n" +"G-code命令:M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "机箱温度" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" +"更高的腔温可以帮助抑制或减少翘曲,同时可能会提高高温材料(如ABS、ASA、PC、PA" +"等)的层间粘合强度。与此同时,ABS和ASA的空气过滤性能会变差。而对于PLA、PETG、" +"TPU、PVA等低温材料,为了避免堵塞,实际的腔温不应该过高,因此强烈建议使用0(表" +"示关闭)。" msgid "Nozzle temperature for layers after the initial one" msgstr "除首层外的其它层的喷嘴温度" @@ -12958,8 +12656,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "如果由顶部壳体层数算出的厚度小于这个数值,那么切片时将自动增加顶部壳体层数。" "这能够避免当层高很小时,顶部壳体过薄。0表示关闭这个设置,同时顶部壳体的厚度完" @@ -12982,7 +12680,7 @@ msgid "Wipe Distance" msgstr "擦拭距离" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13042,6 +12740,12 @@ msgid "" "Larger angle means wider base." msgstr "塔锥体顶角的角度,用于稳定擦拭塔。角度越大,底座越宽。" +msgid "Wipe tower purge lines spacing" +msgstr "擦拭塔冲刷线间距" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "擦拭塔上冲刷线的间距" + msgid "Maximum wipe tower print speed" msgstr "擦拭塔最大打印速度" @@ -13080,6 +12784,9 @@ msgstr "" "\n" "对于擦拭塔外墙,无论此设置如何,都使用内墙速度。" +msgid "Wipe tower extruder" +msgstr "擦拭塔挤出机" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13130,30 +12837,6 @@ msgstr "最大桥接距离" msgid "Maximal distance between supports on sparse infill sections." msgstr "稀疏填充剖面上支撑之间的最大距离。" -msgid "Wipe tower purge lines spacing" -msgstr "擦拭塔冲刷线间距" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "擦拭塔上冲刷线的间距" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "待机温度" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y 孔洞尺寸补偿" @@ -13197,7 +12880,7 @@ msgstr "多边型孔检测边缘" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13234,7 +12917,7 @@ msgstr "使用相对E距离" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13325,9 +13008,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "调整这个值以省略打印短的、未闭合的墙,这些可能会增加打印时间。设置较高的值将" @@ -13365,7 +13048,7 @@ msgstr "识别狭窄内部实心填充" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充加" "快打印速度。否则使用默认的直线填充。" @@ -13442,27 +13125,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" - -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -13504,14 +13179,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -13658,14 +13326,6 @@ msgstr "物理打印机名称" msgid "Name of the physical printer used for slicing." msgstr "用于切片的物理打印机的名称。" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "层编号" @@ -14590,8 +14250,8 @@ msgstr "单线程开始测试" msgid "Export Log" msgstr "输出日志" -msgid "OrcaSlicer Version:" -msgstr "逆戟鲸版本:" +msgid "Snapmaker Orca Version:" +msgstr "Snapmaker Orca版本:" msgid "System Version:" msgstr "系统版本:" @@ -14599,11 +14259,11 @@ msgstr "系统版本:" msgid "DNS Server:" msgstr "DNS服务:" -msgid "Test OrcaSlicer(GitHub)" -msgstr "测试逆戟鲸项目网站(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" +msgstr "测试Snapmaker Orca项目网站(GitHub)" -msgid "Test OrcaSlicer(GitHub):" -msgstr "测试逆戟鲸项目网站(GitHub)" +msgid "Test Snapmaker Orca(GitHub):" +msgstr "测试Snapmaker Orca项目网站(GitHub)" msgid "Test Bing.com" msgstr "测试 Bing.com" @@ -14675,7 +14335,7 @@ msgstr "“Bambu”或者“Generic”不能用于自定义材料的厂商" msgid "Filament type is not selected, please reselect type." msgstr "未选择材料类型,请重新选择。" -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "未输入材料系列,请输入材料系列。" msgid "" @@ -14741,7 +14401,7 @@ msgstr "导入预设" msgid "Create Type" msgstr "创建类型" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "该模型未找到,请重新选择供应商。" msgid "Select Model" @@ -14790,10 +14450,10 @@ msgstr "预设路径未找到,请重新选择供应商。" msgid "The printer model was not found, please reselect." msgstr "未找到打印机型号,请重新选择。" -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "未找到喷嘴直径,请重新选择。" -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "打印机预设未找到,请重新选择。" msgid "Printer Preset" @@ -14821,7 +14481,7 @@ msgid "" "page. Please check before creating it." msgstr "您在第一页的可打印区域部分输入了非法输入。请检查后再创建。" -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "自定义打印机或型号未输入,请输入。" msgid "" @@ -14857,7 +14517,7 @@ msgid "Current vendor has no models, please reselect." msgstr "当前的供应商没有模型,请重新选择。" msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "您还没有选择供应商和模型,或者没有输入自定义供应商和模型。" @@ -14969,7 +14629,7 @@ msgstr "" "能与他人分享。" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" "用户材料预设集。\n" @@ -15182,7 +14842,7 @@ msgstr "成功连接到 Duet 控制器。" msgid "Could not connect to Duet" msgstr "无法连接到 Duet 控制器。" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "发生了未知错误。" msgid "Wrong password" @@ -15570,36 +15230,36 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" "仓温\n" -"您知道吗?OrcaSlicer支持仓温。" +"您知道吗?Snapmaker Orca支持仓温。" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" "校准\n" -"您知道吗?校准您的打印机可以带来奇迹?在OrcaSlicer中查看我们的备受欢迎的校准" +"您知道吗?校准您的打印机可以带来奇迹?在Snapmaker Orca中查看我们的备受欢迎的校准" "解决方案。" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" "辅助风扇\n" -"您知道吗?OrcaSlicer支持辅助部件冷却风扇。" +"您知道吗?Snapmaker Orca支持辅助部件冷却风扇。" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" "空气过滤/排气扇\n" -"您知道吗?OrcaSlicer可以支持空气过滤/排气扇。" +"您知道吗?Snapmaker Orca可以支持空气过滤/排气扇。" #: resources/data/hints.ini: [hint:G-code window] msgid "" @@ -15621,11 +15281,11 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" "如何使用键盘快捷键\n" -"您知道吗?Orca Slicer提供了广泛的键盘快捷键和3D场景操作。" +"您知道吗?Snapmaker Orca提供了广泛的键盘快捷键和3D场景操作。" #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" @@ -15707,7 +15367,7 @@ msgid "" "Slicer setting?" msgstr "" "搜索功能\n" -"您知道吗?您可以使用搜索工具快速查找特定的逆戟鲸设置。" +"您知道吗?您可以使用搜索工具快速查找特定的Snapmaker Orca设置。" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" @@ -15742,23 +15402,23 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" "减去一个部分\n" "您知道吗,您可以使用负零件修改器从一个网格中减去另一个网格。这样,您就可以直" -"接在逆戟鲸中创建易于调整大小的孔。" +"接在Snapmaker Orca中创建易于调整大小的孔。" #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP文件\n" "您知道吗,通过切片STEP文件而不是STL文件可以提高打印质量。\n" -"逆戟鲸支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!" +"Snapmaker Orca支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!" #: resources/data/hints.ini: [hint:Z seam location] msgid "" @@ -15902,301 +15562,6 @@ msgstr "" "避免翘曲\n" "您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。" -#~ msgid "Cool Plate" -#~ msgstr "低温打印热床" - -#~ msgid "Reverse on odd" -#~ msgstr "反转奇数层悬垂方向" - -#~ msgid "" -#~ "Extrude perimeters that have a part over an overhang in the reverse " -#~ "direction on odd layers. This alternating pattern can drastically improve " -#~ "steep overhangs.\n" -#~ "\n" -#~ "This setting can also help reduce part warping due to the reduction of " -#~ "stresses in the part walls." -#~ msgstr "" -#~ "在奇数层上,将悬垂部分的走线反转。这种交替的走线模式可以大大改善陡峭的悬" -#~ "垂。\n" -#~ "\n" -#~ "这个设置也可以帮助减少零件变形,因为零件墙壁的应力减少了。" - -#~ msgid "" -#~ "Apply the reverse perimeters logic only on internal perimeters. \n" -#~ "\n" -#~ "This setting greatly reduces part stresses as they are now distributed in " -#~ "alternating directions. This should reduce part warping while also " -#~ "maintaining external wall quality. This feature can be very useful for " -#~ "warp prone material, like ABS/ASA, and also for elastic filaments, like " -#~ "TPU and Silk PLA. It can also help reduce warping on floating regions " -#~ "over supports.\n" -#~ "\n" -#~ "For this setting to be the most effective, it is recommended to set the " -#~ "Reverse Threshold to 0 so that all internal walls print in alternating " -#~ "directions on odd layers irrespective of their overhang degree." -#~ msgstr "" -#~ "仅在内墙上应用反转墙壁逻辑。\n" -#~ "\n" -#~ "这个设置大大减少了零件的应力,因为它们现在是交替方向分布的。这应该减少零件" -#~ "变形,同时保持外墙的质量。这个功能对于易变形的材料非常有用,比如ABS/ASA," -#~ "也对于弹性耗材,比如TPU和丝光PLA。它还可以帮助减少支撑上的悬空区域的变" -#~ "形。\n" -#~ "\n" -#~ "为了使这个设置最有效,建议将反转阈值设置为0,这样所有的内墙都会在奇数层交" -#~ "替打印。" - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。" - -#~ msgid "" -#~ "The direction which the wall loops are extruded when looking down from " -#~ "the top.\n" -#~ "\n" -#~ "By default all walls are extruded in counter-clockwise, unless Reverse on " -#~ "odd is enabled. Set this to any option other than Auto will force the " -#~ "wall direction regardless of the Reverse on odd.\n" -#~ "\n" -#~ "This option will be disabled if spiral vase mode is enabled." -#~ msgstr "" -#~ "从顶部往下看时,墙壁被打印的方向。\n" -#~ "\n" -#~ "默认情况下,所有墙壁都按逆时针方向被打印,除非启用了奇数层翻转选项。将此选项" -#~ "设置为除自动之外的任何选项,都会强制指定墙壁方向,而不受奇数层翻转选项的影" -#~ "响。\n" -#~ "\n" -#~ "如果启用了螺旋花瓶模式,此选项将被禁用。" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line.\n" -#~ "Final number of loops is not taling into account whlie arranging or " -#~ "validating objects distance. Increase loop number in such case. " -#~ msgstr "" -#~ "打印skirt时的最小挤出长度,单位为mm。0表示关闭此功能。\n" -#~ "\n" -#~ "如果打印机没有设置擦嘴线,建议启用。\n" -#~ "自动排版或者打印件间距检查时并不会把圈数放入计算中,如遇问题请酌情考虑增加" -#~ "圈数。" - -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "逐件打印时,挤出机可能与裙边碰撞。因此将裙边的层数重置为1。" - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "在检测尖锐角度之前,几何形状将被简化。此参数表示简化的最小偏差长度。\n" -#~ "设为0以停用" - -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "把风扇启动指令往前移动指定时间以补偿风扇的启动时间。目前支支持G1 G0指令\n" -#~ "设为0以禁用此选项" - -#~ msgid "" -#~ "A draft shield is useful to protect an ABS or ASA print from warping and " -#~ "detaching from print bed due to wind draft. It is usually needed only " -#~ "with open frame printers, i.e. without an enclosure. \n" -#~ "\n" -#~ "Options:\n" -#~ "Enabled = skirt is as tall as the highest printed object.\n" -#~ "Limited = skirt is as tall as specified by skirt height.\n" -#~ "\n" -#~ "Note: With the draft shield active, the skirt will be printed at skirt " -#~ "distance from the object. Therefore, if brims are active it may intersect " -#~ "with them. To avoid this, increase the skirt distance value.\n" -#~ msgstr "" -#~ "打印风挡有助于保护ABS或ASA材料的打印件,避免因气流流动产生变形或从打印床上" -#~ "脱落。通常只有在开放式框架打印机上需要使用它,即没有封箱的打印机。\n" -#~ "\n" -#~ "选项:\n" -#~ "启用 = Skirt和您的打印物体一样高。\n" -#~ "限制 = Skirt高度将由Skirt高度选项指定。\n" -#~ "\n" -#~ "注意:当风挡功能启用时,Skirt将在远离物体自身的Skirt一定距离处打印。因此," -#~ "如果同时启用了Brims,则可能与Skirt相交。为避免这种情况,请增加Skirt距离" -#~ "值。\n" - -#~ msgid "Limited" -#~ msgstr "限制" - -#~ msgid "" -#~ "Minimum filament extrusion length in mm when printing the skirt. Zero " -#~ "means this feature is disabled.\n" -#~ "\n" -#~ "Using a non zero value is useful if the printer is set up to print " -#~ "without a prime line." -#~ msgstr "" -#~ "打印skirt时的最小挤出长度,单位为mm。0表示关闭此功能。\n" -#~ "\n" -#~ "如果打印机设置为不使用擦拭塔,使用非零值是有用的。" - -#~ msgid "Don't filter out small internal bridges (beta)" -#~ msgstr "保留细微内部桥接(试验)" - -#~ msgid "" -#~ "This option can help reducing pillowing on top surfaces in heavily " -#~ "slanted or curved models.\n" -#~ "\n" -#~ "By default, small internal bridges are filtered out and the internal " -#~ "solid infill is printed directly over the sparse infill. This works well " -#~ "in most cases, speeding up printing without too much compromise on top " -#~ "surface quality. \n" -#~ "\n" -#~ "However, in heavily slanted or curved models especially where too low " -#~ "sparse infill density is used, this may result in curling of the " -#~ "unsupported solid infill, causing pillowing.\n" -#~ "\n" -#~ "Enabling this option will print internal bridge layer over slightly " -#~ "unsupported internal solid infill. The options below control the amount " -#~ "of filtering, i.e. the amount of internal bridges created.\n" -#~ "\n" -#~ "Disabled - Disables this option. This is the default behavior and works " -#~ "well in most cases.\n" -#~ "\n" -#~ "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -#~ "while avoiding creating unnecessary internal bridges. This works well for " -#~ "most difficult models.\n" -#~ "\n" -#~ "No filtering - Creates internal bridges on every potential internal " -#~ "overhang. This option is useful for heavily slanted top surface models. " -#~ "However, in most cases it creates too many unnecessary bridges." -#~ msgstr "" -#~ "此选项可以帮助减少在严重倾斜或弯曲模型的顶部表面上的枕头现象。\n" -#~ "\n" -#~ "默认情况下,小的内部搭桥会被过滤掉,内部实心填充会直接打印在稀疏填充上。这" -#~ "在大多数情况下效果很好,可以加快打印速度,而对顶部表面质量的影响不大。\n" -#~ "\n" -#~ "然而,在严重倾斜或弯曲的模型中,特别是在使用了过低的稀疏填充密度的情况下," -#~ "这可能会导致不支撑的实心填充卷曲,从而导致枕头现象。\n" -#~ "\n" -#~ "启用此选项将在轻微不支撑的内部实心填充上打印内部搭桥层。下面的选项控制过滤" -#~ "的程度,即创建的内部搭桥的数量。\n" -#~ "\n" -#~ "禁用 - 禁用此选项。这是默认行为,在大多数情况下效果很好。\n" -#~ "\n" -#~ "有限过滤 - 在严重倾斜的表面上创建内部搭桥,同时避免创建不必要的内部搭桥。" -#~ "这对大多数困难模型效果很好。\n" -#~ "\n" -#~ "无过滤 - 在每个潜在的内部悬垂上创建内部搭桥。这个选项对于严重倾斜的顶部表" -#~ "面模型很有用。然而,在大多数情况下,它会创建太多不必要的桥接。" - -#~ msgid "Shrinkage" -#~ msgstr "耗材收缩率" - -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "稍微减小这个数值(比如0.9)可以减小桥接的材料量,来改善下垂。" - -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "稍微减小这个数值(比如0.97)可以来改善顶面的光滑程度。" - -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "首层流量调整系数,默认为1.0" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "启用这个选项,降低可能存在卷曲部位的打印速度" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "桥接和完全悬空的外墙的打印速度" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "内部桥接的速度。如果该值以百分比表示,则将根据桥接速度进行计算。默认值为" -#~ "150%。" - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "切换耗材丝时,加载新耗材丝所需的时间。只用于统计信息。" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "切换耗材丝时,卸载旧的耗材丝所需时间。只用于统计信息。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "在换色时(执行T代码,如T1,T2),打印机固件(或Multi Material Unit 2.0)加" -#~ "载新耗材的所需时间。该时间将会被G-code时间评估功能加到总打印时间上去。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "换色期间(执行T代码时如T1,T2),打印机固件(或MMU2.0)卸载耗材所需时间。" -#~ "该时间将会被G-code时间评估功能加到总打印时间上去。" - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "忽略小于指定阈值的间隙" - -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "启用该选项以控制打印仓温度,这将会在\"machine_start_gcode\"之前添加一个" -#~ "M191命令。\n" -#~ "G-code命令:M141/M191 S(0-255)" - -#~ msgid "" -#~ "Higher chamber temperature can help suppress or reduce warping and " -#~ "potentially lead to higher interlayer bonding strength for high " -#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, " -#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, " -#~ "TPU, PVA and other low temperature materials,the actual chamber " -#~ "temperature should not be high to avoid cloggings, so 0 which stands for " -#~ "turning off is highly recommended" -#~ msgstr "" -#~ "更高的腔温可以帮助抑制或减少翘曲,同时可能会提高高温材料(如ABS、ASA、PC、" -#~ "PA等)的层间粘合强度。与此同时,ABS和ASA的空气过滤性能会变差。而对于PLA、" -#~ "PETG、TPU、PVA等低温材料,为了避免堵塞,实际的腔温不应该过高,因此强烈建议" -#~ "使用0(表示关闭)。" - -#~ msgid "" -#~ "Different nozzle diameters and different filament diameters is not " -#~ "allowed when prime tower is enabled." -#~ msgstr "启用擦拭塔时,不允许使用不同的喷嘴直径和不同的材料直径。" - -#~ msgid "" -#~ "Ooze prevention is currently not supported with the prime tower enabled." -#~ msgstr "当启用擦拭塔时,目前不支持防滴功能。" - -#~ msgid "" -#~ "Interlocking depth of a segmented region. Zero disables this feature." -#~ msgstr "分割区域的交错深度。0 则禁用此功能。" - -#~ msgid "Wipe tower extruder" -#~ msgstr "擦拭塔挤出机" - #~ msgid "V" #~ msgstr "V" @@ -16313,10 +15678,10 @@ msgstr "" #~ msgid "Load failed [%d]" #~ msgstr "加载失败 [%d]" -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "无法从打印机获取模型信息。" -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "解析模型信息失败。" #~ msgid "Connection lost. Please retry." @@ -16450,8 +15815,8 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "配置无法加载。" -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." -#~ msgstr "该3mf文件来自旧版本的逆戟鲸切片,将只加载几何数据。" +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." +#~ msgstr "该3mf文件来自旧版本的Snapmaker Orca,将只加载几何数据。" #~ msgid "Movement:" #~ msgstr "移动:" @@ -16538,11 +15903,11 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "减去部分几何体\n" #~ "您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接" -#~ "在逆戟鲸中创建可轻松调整大小的孔。" +#~ "在Snapmaker Orca中创建可轻松调整大小的孔。" #~ msgid "Filling bed " #~ msgstr "填充热床" @@ -16815,15 +16180,15 @@ msgstr "" #~ "修复模型\n" #~ "您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "嵌入的" #~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动" -#~ "OrcaSlicer。" +#~ "Snapmaker Orca 配置文件可能已损坏而无法解析。请删除此文件并重新启动" +#~ "Snapmaker Orca。" #~ msgid "Online Models" #~ msgstr "在线模型" @@ -16961,7 +16326,7 @@ msgstr "" #~ "when the sparse infill density is low.This value determines the thickness " #~ "of the support loops. 0 means disable this feature" #~ msgstr "" -#~ "如果开启,逆戟鲸切片会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓" +#~ "如果开启,Snapmaker Orca会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓" #~ "可以防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这" #~ "个设置用于调整支撑轮廓的厚度,0表示关闭此特性。" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/Snapmaker_Orca_zh_TW.po similarity index 92% rename from localization/i18n/zh_TW/OrcaSlicer_zh_TW.po rename to localization/i18n/zh_TW/Snapmaker_Orca_zh_TW.po index 40968cd0a80..665e2b575a8 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/Snapmaker_Orca_zh_TW.po @@ -4,9 +4,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Orca Slicer\n" +"Project-Id-Version: Snapmaker Orca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-27 23:05+0800\n" +"POT-Creation-Date: 2024-06-30 15:44+0200\n" "PO-Revision-Date: 2023-11-06 14:37+0800\n" "Last-Translator: ablegods \n" "Language-Team: \n" @@ -665,7 +665,7 @@ msgid "Angle" msgstr "角度" msgid "" -"Embedded\n" +"Embeded\n" "depth" msgstr "內嵌深度" @@ -1126,11 +1126,11 @@ msgstr "" msgid "Undefined stroke type" msgstr "" -msgid "Path can't be healed from self-intersection and multiple points." +msgid "Path can't be healed from selfintersection and multiple points." msgstr "" msgid "" -"Final shape contains self-intersection or multiple points with same " +"Final shape constains selfintersection or multiple points with same " "coordinate." msgstr "" @@ -1357,8 +1357,8 @@ msgid "%1% was replaced with %2%" msgstr "%1% 已被 %2% 替換" #, fuzzy -msgid "The configuration may be generated by a newer version of OrcaSlicer." -msgstr "此設定可能由新版本的 Orca Slicer 產生" +msgid "The configuration may be generated by a newer version of Snapmaker Orca." +msgstr "此設定可能由新版本的 Snapmaker Orca 產生" msgid "Some values have been replaced. Please check them:" msgstr "部分數值已被更換,請檢查:" @@ -1384,10 +1384,10 @@ msgstr "設定檔 “%1%” 已被載入,但部分數值未被識別。" #, fuzzy msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " +"Snapmaker Orca will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" -"系統記憶體耗盡,Orca Slicer 即將停止並且結束。這可能是個錯誤,希望您可以報告" +"系統記憶體耗盡,Snapmaker Orca 即將停止並且結束。這可能是個錯誤,希望您可以報告" "此問題,我們將非常感激。" msgid "Fatal error" @@ -1395,18 +1395,18 @@ msgstr "致命錯誤" #, fuzzy msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " +"Snapmaker Orca will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"遇到語系本地化錯誤,Orca Slicer 即將停止並且結束。希望您可以報告發生此問題的" +"遇到語系本地化錯誤,Snapmaker Orca 即將停止並且結束。希望您可以報告發生此問題的" "具體狀況,我們將非常感激。" msgid "Critical error" msgstr "嚴重錯誤" #, fuzzy, boost-format -msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "Orca Slicer 遭遇到一個未處理的異常:%1%" +msgid "Snapmaker Orca got an unhandled exception: %1%" +msgstr "Snapmaker Orca 遭遇到一個未處理的異常:%1%" msgid "Untitled" msgstr "未命名" @@ -1425,11 +1425,11 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "連接 %s 失敗。[SN:%s, code=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " +"Snapmaker Orca requires the Microsoft WebView2 Runtime to operate certain " "features.\n" "Click Yes to install it now." msgstr "" -"Orca Slicer 需要 Microsoft WebView2 Runtime 才能操作某些功能,請點擊 Yes 進行" +"Snapmaker Orca 需要 Microsoft WebView2 Runtime 才能操作某些功能,請點擊 Yes 進行" "安裝。" msgid "WebView2 Runtime" @@ -1455,8 +1455,8 @@ msgid "Click to download new version in default browser: %s" msgstr "在預設瀏覽器中點擊下載最新版本: %s" #, fuzzy -msgid "The Orca Slicer needs an upgrade" -msgstr " Orca Slicer 需要進行升級" +msgid "The Snapmaker Orca needs an upgrade" +msgstr " Snapmaker Orca 需要進行升級" msgid "This is the newest version." msgstr "已經是最新版本。" @@ -1465,8 +1465,8 @@ msgid "Info" msgstr "資訊" msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" +"The Snapmaker Orca configuration file may be corrupted and cannot be parsed.\n" +"Snapmaker Orca has attempted to recreate the configuration file.\n" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" @@ -1503,7 +1503,7 @@ msgid "Some presets are modified." msgstr "部分預設已被修改。" msgid "" -"You can keep the modified presets to the new project, discard or save " +"You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "您可以保留尚未儲存修改的預設應用到新項目中,或者選擇忽略。" @@ -1518,9 +1518,9 @@ msgstr "打開專案項目" #, fuzzy msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " +"The version of Snapmaker Orca is too low and needs to be updated to the latest " "version before it can be used normally" -msgstr " Orca Slicer 版本過低,需要更新到最新版本方可正常使用" +msgstr " Snapmaker Orca 版本過低,需要更新到最新版本方可正常使用" msgid "Privacy Policy Update" msgstr "隱私協議更新" @@ -1581,11 +1581,11 @@ msgid "Rename" msgstr "重新命名" #, fuzzy -msgid "Orca Slicer GUI initialization failed" -msgstr " Orca Slicer 圖形界面初始化失敗" +msgid "Snapmaker Orca GUI initialization failed" +msgstr " Snapmaker Orca 圖形界面初始化失敗" #, boost-format -msgid "Fatal error, exception caught: %1%" +msgid "Fatal error, exception catched: %1%" msgstr "致命錯誤,遭遇到異常:%1%" #, fuzzy @@ -1979,9 +1979,6 @@ msgstr "簡化模型" msgid "Center" msgstr "居中" -msgid "Drop" -msgstr "" - msgid "Edit Process Settings" msgstr "編輯列印參數" @@ -2104,7 +2101,7 @@ msgid "" "After that model consistency can't be guaranteed .\n" "\n" "To manipulate with solid parts or negative volumes you have to invalidate " -"cut information first." +"cut infornation first." msgstr "" "該行為將破壞切割關係,在此之後將無法保證模型一致性。\n" "\n" @@ -2116,7 +2113,7 @@ msgstr "刪除所有連接件" msgid "Deleting the last solid part is not allowed." msgstr "不允許刪除物件的最後一個實體零件。" -msgid "The target object contains only one part and can not be split." +msgid "The target object contains only one part and can not be splited." msgstr "目標物件僅包含一個零件,無法被拆分。" msgid "Assembly" @@ -2402,7 +2399,7 @@ msgstr "連接列印設備失敗" #, fuzzy msgid "Please check the network connection of the printer and Orca." -msgstr "請檢查列印設備和 Orca Slicer 的網路連接" +msgstr "請檢查列印設備和 Snapmaker Orca 的網路連接" msgid "Connecting..." msgstr "連線中..." @@ -2501,7 +2498,7 @@ msgstr "" "所有選中的物件都處於被鎖定的列印板上,\n" "無法對這些物件做自動擺放。" -msgid "No arrangeable objects are selected." +msgid "No arrangable objects are selected." msgstr "未選擇欲排列的物件象。" #, fuzzy @@ -2738,13 +2735,13 @@ msgid "License" msgstr "憑證" #, fuzzy -msgid "Orca Slicer is licensed under " -msgstr " Orca Slicer 是在" +msgid "Snapmaker Orca is licensed under " +msgstr " Snapmaker Orca 是在" msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero 通用公共許可證,版本 3 下授權的" -msgid "Orca Slicer is based on PrusaSlicer and BambuStudio" +msgid "Snapmaker Orca is Based on Orca Slicer" msgstr "" msgid "Libraries" @@ -2759,13 +2756,13 @@ msgstr "本軟體使用開源組件,其版權和其他所有權屬於各自的 msgid "About %s" msgstr "關於 %s" -msgid "Orca Slicer " -msgstr "Orca Slicer " +msgid "Snapmaker Orca " +msgstr "Snapmaker Orca " #, fuzzy -msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." +msgid "Snapmaker Orca is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "" -"Orca Slicer 是基於 Bambulab 的 BambuStudio, PrusaSlicer, and SuperSlicer 開發" +"Snapmaker Orca 是基於 Bambulab 的 BambuStudio, PrusaSlicer, and SuperSlicer 開發" #, fuzzy msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." @@ -3167,7 +3164,7 @@ msgstr "執行後處理腳本" msgid "Successfully executed post-processing script" msgstr "" -msgid "Unknown error occurred during exporting G-code." +msgid "Unknown error occured during exporting G-code." msgstr "匯出 G-code 期間發生未知錯誤。" #, boost-format @@ -3629,7 +3626,7 @@ msgid "" "Change these settings automatically? \n" "Yes - Change ensure vertical shell thickness to Moderate and enable " "alternate extra wall\n" -"No - Don't use alternate extra wall" +"No - Dont use alternate extra wall" msgstr "" msgid "" @@ -3666,6 +3663,12 @@ msgstr "" "是 - 選擇開啟擦拭塔\n" "否 - 選擇保留支撐獨立層高" +#, fuzzy +msgid "" +"While printing by Object, the extruder may collide skirt.\n" +"Thus, reset the skirt layer to 1 to avoid that." +msgstr "逐件列印時,擠出機可能與裙邊碰撞。因此將裙邊的層數重設為 1。" + msgid "" "seam_slope_start_height need to be smaller than layer_height.\n" "Reset to 0." @@ -4752,12 +4755,6 @@ msgstr "複製所選項目" msgid "Clone copies of selections" msgstr "複製多份所選項目" -msgid "Duplicate Current Plate" -msgstr "" - -msgid "Duplicate the current plate" -msgstr "" - msgid "Select all" msgstr "選取所有" @@ -4779,7 +4776,7 @@ msgstr "使用正交視角" msgid "Show &G-code Window" msgstr "" -msgid "Show g-code window in Preview scene" +msgid "Show g-code window in Previce scene" msgstr "" msgid "Show 3D Navigator" @@ -4806,12 +4803,6 @@ msgstr "凸顯懸空" msgid "Show object overhang highlight in 3D scene" msgstr "在 3D 場景中凸顯懸空" -msgid "Show Selected Outline (Experimental)" -msgstr "" - -msgid "Show outline around selected object in 3D scene" -msgstr "" - msgid "Preferences" msgstr "偏好設定" @@ -4833,18 +4824,6 @@ msgstr "細調" msgid "Flow rate test - Pass 2" msgstr "流量測試 - 通過 2" -msgid "YOLO (Recommended)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.01 step" -msgstr "" - -msgid "YOLO (perfectionist version)" -msgstr "" - -msgid "Orca YOLO flowrate calibration, 0.005 step" -msgstr "" - msgid "Flow rate" msgstr "流量" @@ -5011,7 +4990,7 @@ msgstr "" msgid "Printer camera is malfunctioning." msgstr "" -msgid "Problem occurred. Please update the printer firmware and try again." +msgid "Problem occured. Please update the printer firmware and try again." msgstr "" msgid "" @@ -5052,11 +5031,11 @@ msgstr "正在下載虛擬攝影機工具包...." msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Snapmaker Orca supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "另一個虛擬攝影機正在工作。\n" -"Orca Slicer 同時只能支援一個虛擬攝影機。\n" +"Snapmaker Orca 同時只能支援一個虛擬攝影機。\n" "是否停止前一個虛擬攝影機?" #, fuzzy, c-format, boost-format @@ -5179,7 +5158,7 @@ msgstr "確定要從列印設備中刪除檔案 '%s' 嗎?" msgid "Delete file" msgstr "刪除檔案" -msgid "Fetching model information..." +msgid "Fetching model infomations ..." msgstr "正在獲取模型資訊..." msgid "Failed to fetch model information from printer." @@ -5189,10 +5168,10 @@ msgid "Failed to parse model information." msgstr "" msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " +"The .gcode.3mf file contains no G-code data.Please slice it with Snapmaker Orca " "and export a new .gcode.3mf file." msgstr "" -".gcode.3mf 檔案中不包含 G-code 數據。請使用 Orca Slicer 進行切片並匯出新的." +".gcode.3mf 檔案中不包含 G-code 數據。請使用 Snapmaker Orca 進行切片並匯出新的." "gcode.3mf 檔案。" #, c-format, boost-format @@ -5452,7 +5431,7 @@ msgstr "資訊" msgid "Get oss config failed." msgstr "取得 oss 設定失敗。" -msgid "Upload Pictures" +msgid "Upload Pictrues" msgstr "上傳圖片" msgid "Number of images successfully uploaded" @@ -5566,20 +5545,20 @@ msgid "Newer 3mf version" msgstr "較新的 3mf 版本" msgid "" -"The 3mf file version is in Beta and it is newer than the current OrcaSlicer " +"The 3mf file version is in Beta and it is newer than the current Snapmaker Orca " "version." msgstr "" -msgid "If you would like to try Orca Slicer Beta, you may click to" +msgid "If you would like to try Snapmaker Orca Beta, you may click to" msgstr "" msgid "Download Beta Version" msgstr "" -msgid "The 3mf file version is newer than the current Orca Slicer version." +msgid "The 3mf file version is newer than the current Snapmaker Orca version." msgstr "" -msgid "Update your Orca Slicer could enable all functionality in the 3mf file." +msgid "Update your Snapmaker Orca could enable all functionality in the 3mf file." msgstr "" msgid "Current Version: " @@ -5938,10 +5917,10 @@ msgstr "沒有任何相容的線材,同步操作未執行。" #, fuzzy msgid "" "There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"Snapmaker Orca or restart Snapmaker Orca to check if there is an update to system " "presets." msgstr "" -"有一些未知型號的線材,映射到通用預設檔。請更新或者重啟 Orca Slicer,以檢查系" +"有一些未知型號的線材,映射到通用預設檔。請更新或者重啟 Snapmaker Orca,以檢查系" "統預設檔有沒有更新。" #, fuzzy, boost-format @@ -5997,8 +5976,8 @@ msgstr "折疊側邊欄" msgid "Loading file: %s" msgstr "載入檔案:%s" -msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "該 3mf 檔案不是來自 Orca Slicer,將只載入幾何數據。" +msgid "The 3mf is not supported by Snapmaker Orca, load geometry data only." +msgstr "該 3mf 檔案不是來自 Snapmaker Orca,將只載入幾何數據。" msgid "Load 3mf" msgstr "載入 3mf" @@ -6250,9 +6229,9 @@ msgid "Project downloaded %d%%" msgstr "專案項目已下載 %d%%" msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " +"Importing to Snapmaker Orca failed. Please download the file and manually " "import it." -msgstr "匯入 Orca Slicer 失敗。 請下載該檔案並手動匯入。" +msgstr "匯入 Snapmaker Orca 失敗。 請下載該檔案並手動匯入。" msgid "Import SLA archive" msgstr "匯入 SLA 存檔" @@ -6454,9 +6433,9 @@ msgstr "提示:" #, fuzzy msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." +"on Snapmaker Orca(windows) or CAD softwares." msgstr "" -"\"修復模型\"功能目前僅適用於 Windows 系統。請在 Windows 版本的 Orca slicer " +"\"修復模型\"功能目前僅適用於 Windows 系統。請在 Windows 版本的 Snapmaker Orca " "或 CAD 軟體上修復模型。" #, fuzzy, c-format, boost-format @@ -6501,7 +6480,7 @@ msgstr "選擇下載資料夾" msgid "Associate" msgstr "" -msgid "with OrcaSlicer so that Orca can open models from" +msgid "with Snapmaker Orca so that Orca can open models from" msgstr "" msgid "Current Association: " @@ -6558,7 +6537,7 @@ msgstr "英製" msgid "Units" msgstr "單位" -msgid "Allow only one OrcaSlicer instance" +msgid "Allow only one Snapmaker Orca instance" msgstr "" msgid "" @@ -6570,8 +6549,8 @@ msgstr "" "同一應用程式的多個實例。當您設定了這個設定後將只允許一個實例執行。" msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " +"If this is enabled, when starting Snapmaker Orca and another instance of the " +"same Snapmaker Orca is already running, that instance will be reactivated " "instead." msgstr "" @@ -6629,10 +6608,10 @@ msgstr "啟動後顯示\"每日小提示\"通知" msgid "If enabled, useful hints are displayed at startup." msgstr "如果啟用,將在啟動時顯示有用的提示。" -msgid "Flushing volumes: Auto-calculate every time the color changed." +msgid "Flushing volumes: Auto-calculate everytime the color changed." msgstr "" -msgid "If enabled, auto-calculate every time the color changed." +msgid "If enabled, auto-calculate everytime the color changed." msgstr "" msgid "" @@ -6658,12 +6637,6 @@ msgid "" "same time and manage multiple devices." msgstr "" -msgid "Auto arrange plate after cloning" -msgstr "" - -msgid "Auto arrange plate after object cloning" -msgstr "" - msgid "Network" msgstr "網路" @@ -6684,37 +6657,37 @@ msgid "Clear my choice on the unsaved presets." msgstr "清除我對未儲存預設的選擇。" #, fuzzy -msgid "Associate files to OrcaSlicer" -msgstr " Orca Slicer 檔案關聯" +msgid "Associate files to Snapmaker Orca" +msgstr " Snapmaker Orca 檔案關聯" #, fuzzy -msgid "Associate .3mf files to OrcaSlicer" -msgstr "使用 Orca Slicer 打開 .3mf 檔案" +msgid "Associate .3mf files to Snapmaker Orca" +msgstr "使用 Snapmaker Orca 打開 .3mf 檔案" #, fuzzy -msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" -msgstr "開啟後,將預設使用 Orca Slicer 打開 .3mf 檔案" +msgid "If enabled, sets Snapmaker Orca as default application to open .3mf files" +msgstr "開啟後,將預設使用 Snapmaker Orca 打開 .3mf 檔案" #, fuzzy -msgid "Associate .stl files to OrcaSlicer" -msgstr "使用 Orca Slicer 打開 .stl 檔案" +msgid "Associate .stl files to Snapmaker Orca" +msgstr "使用 Snapmaker Orca 打開 .stl 檔案" #, fuzzy -msgid "If enabled, sets OrcaSlicer as default application to open .stl files" -msgstr "開啟後,將預設使用 Orca Slicer 打開 .stl 檔案" +msgid "If enabled, sets Snapmaker Orca as default application to open .stl files" +msgstr "開啟後,將預設使用 Snapmaker Orca 打開 .stl 檔案" #, fuzzy -msgid "Associate .step/.stp files to OrcaSlicer" -msgstr "使用 Orca Slicer 打開 .step/.stp 檔案" +msgid "Associate .step/.stp files to Snapmaker Orca" +msgstr "使用 Snapmaker Orca 打開 .step/.stp 檔案" #, fuzzy -msgid "If enabled, sets OrcaSlicer as default application to open .step files" -msgstr "開啟後,將預設使用 Orca Slicer 打開 .step 檔案" +msgid "If enabled, sets Snapmaker Orca as default application to open .step files" +msgstr "開啟後,將預設使用 Snapmaker Orca 打開 .step 檔案" -msgid "Associate web links to OrcaSlicer" +msgid "Associate web links to Snapmaker Orca" msgstr "" -msgid "Associate URLs to OrcaSlicer" +msgid "Associate URLs to Snapmaker Orca" msgstr "" msgid "Maximum recent projects" @@ -6740,7 +6713,7 @@ msgstr "定期備份專案項目,以便從未預期的錯誤中恢復。" msgid "every" msgstr "所有" -msgid "The period of backup in seconds." +msgid "The peroid of backup in seconds." msgstr "備份的週期" msgid "Downloads" @@ -6967,7 +6940,7 @@ msgstr "正在上傳 3mf" msgid "Jump to model publish web page" msgstr "發布頁面" -msgid "Note: The preparation may takes several minutes. Please be patient." +msgid "Note: The preparation may takes several minutes. Please be patiant." msgstr "提示:發布前需要一些準備時間,請耐心等待。" msgid "Publish" @@ -7309,8 +7282,8 @@ msgid "An SD card needs to be inserted before send to printer SD card." msgstr "傳送到列印設備需要插入 SD 記憶卡" #, fuzzy -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "列印設備需要與 Orca Slicer 在同一個區域網路內。" +msgid "The printer is required to be in the same LAN as Snapmaker Orca." +msgstr "列印設備需要與 Snapmaker Orca 在同一個區域網路內。" #, fuzzy msgid "The printer does not support sending to printer SD card." @@ -7389,8 +7362,8 @@ msgstr "使用者協議" msgid "" "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the terms and conditions.By clicking to agree to use " -"your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of " +"device, please read the termsand conditions.By clicking to agree to use your " +"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " "Use(collectively, the \"Terms\"). If you do not comply with or agree to the " "Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" @@ -7474,7 +7447,7 @@ msgstr "點擊以將所有設定還原到最後一次儲存的版本。" #, fuzzy msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " +"Prime tower is required for smooth timeplase. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" "平滑模式的縮時錄影需要擦拭塔,否則列印物件上可能會有瑕疵。確定要關閉擦拭塔" @@ -7653,21 +7626,12 @@ msgstr "支撐線材" msgid "Tree supports" msgstr "樹狀支撐" -msgid "Multimaterial" -msgstr "多線材" +msgid "Skirt" +msgstr "側裙" msgid "Prime tower" msgstr "擦拭塔" -msgid "Filament for Features" -msgstr "" - -msgid "Ooze prevention" -msgstr "" - -msgid "Skirt" -msgstr "側裙" - msgid "Special mode" msgstr "特殊模式" @@ -7717,9 +7681,6 @@ msgstr "建議噴嘴溫度" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "該線材的建議噴嘴溫度範圍。0 表示未設定" -msgid "Flow ratio and Pressure Advance" -msgstr "" - #, fuzzy msgid "Print chamber temperature" msgstr "列印設備內部溫度" @@ -7842,6 +7803,9 @@ msgstr "線材起始 G-code" msgid "Filament end G-code" msgstr "線材結束 G-code" +msgid "Multimaterial" +msgstr "多線材" + msgid "Wipe tower parameters" msgstr "色塔參數" @@ -7935,33 +7899,15 @@ msgid "Jerk limitation" msgstr "抖動限制" #, fuzzy -msgid "Single extruder multi-material setup" +msgid "Single extruder multimaterial setup" msgstr "單擠出機多線材設定" -msgid "Number of extruders of the printer." -msgstr "" - -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -msgid "Nozzle diameter" -msgstr "噴嘴直徑" - msgid "Wipe tower" msgstr "色塔" -msgid "Single extruder multi-material parameters" +msgid "Single extruder multimaterial parameters" msgstr "單擠出機多線材參數" -msgid "" -"This is a single extruder multi-material printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - msgid "Layer height limits" msgstr "層高限制" @@ -8357,8 +8303,8 @@ msgid "Flushing volumes for filament change" msgstr "線材更換時產生的廢料體積" msgid "" -"Orca would re-calculate your flushing volumes every time the filaments color " -"changed. You could disable the auto-calculate in Orca Slicer > Preferences" +"Orca would re-calculate your flushing volumes everytime the filaments color " +"changed. You could disable the auto-calculate in Snapmaker Orca > Preferences" msgstr "" msgid "Flushing volume (mm³) for each filament pair." @@ -8403,7 +8349,7 @@ msgstr "" msgid "" "Missing BambuSource component registered for media playing! Please re-" -"install BambuStudio or seek after-sales help." +"install BambuStutio or seek after-sales help." msgstr "" msgid "" @@ -8414,7 +8360,7 @@ msgstr "" msgid "" "Your system is missing H.264 codecs for GStreamer, which are required to " "play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"libav packages, then restart Snapmaker Orca?)" msgstr "" msgid "Bambu Network plug-in not detected." @@ -8723,15 +8669,15 @@ msgstr "網路套件升級" #, fuzzy msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." -msgstr "按一下「確定」以在下次啟動 Orca Slicer 時更新網路套件" +"Click OK to update the Network plug-in when Snapmaker Orca launches next time." +msgstr "按一下「確定」以在下次啟動 Snapmaker Orca 時更新網路套件" #, fuzzy, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "新的網路套件( %s) 可用,您是否需要安裝它?" -msgid "New version of Orca Slicer" -msgstr "新版本的 Orca Slicer" +msgid "New version of Snapmaker Orca" +msgstr "新版本的 Snapmaker Orca" msgid "Skip this Version" msgstr "" @@ -8784,8 +8730,8 @@ msgstr "區域網路連接失敗(傳送列印作業)" #, fuzzy msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." -msgstr "第1步,請確認 Orca Slicer 和您的列印設備在同一個區域網路上。" +"Step 1, please confirm Snapmaker Orca and your printer are in the same LAN." +msgstr "第1步,請確認 Snapmaker Orca 和您的列印設備在同一個區域網路上。" #, fuzzy msgid "" @@ -8868,7 +8814,7 @@ msgid "" "update next time starting Orca." msgstr "" "目前韌體版本異常,需要進行修復升級,否則無法繼續列印。你想現在就開始升級嗎?" -"你也可以稍後在列印設備上升級,或者下一次啟動 Orca Slicer 再升級。" +"你也可以稍後在列印設備上升級,或者下一次啟動 Snapmaker Orca 再升級。" msgid "Extension Board" msgstr "擴展板" @@ -8961,11 +8907,6 @@ msgstr "部分模型在這些高度可能過薄,或者模型存在缺陷" msgid "No object can be printed. Maybe too small" msgstr "沒有可列印的物件。可能是因為尺寸過小。" -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - #, fuzzy msgid "" "Failed to generate gcode for invalid custom G-code.\n" @@ -9173,12 +9114,6 @@ msgid "" "materials." msgstr "不支援在包含多個線材的列印中使用花瓶模式。" -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, it exceeds the maximum " -"build volume height because of material shrinkage compensation." -msgstr "" - #, boost-format msgid "The object %1% exceeds the maximum build volume height." msgstr "物件 %1% 超出了最大體積高度。" @@ -9199,9 +9134,8 @@ msgid "Variable layer height is not supported with Organic supports." msgstr "有機樹支撐不支持可變層高。" msgid "" -"Different nozzle diameters and different filament diameters may not work " -"well when the prime tower is enabled. It's very experimental, so please " -"proceed with caution." +"Different nozzle diameters and different filament diameters is not allowed " +"when prime tower is enabled." msgstr "" msgid "" @@ -9210,8 +9144,7 @@ msgid "" msgstr "擦拭塔目前僅支援相對擠出機定址 (use_relative_e_distances=1)。" msgid "" -"Ooze prevention is only supported with the wipe tower when " -"'single_extruder_multi_material' is off." +"Ooze prevention is currently not supported with the prime tower enabled." msgstr "" msgid "" @@ -9340,11 +9273,6 @@ msgid "" "configuration to get higher speeds." msgstr "" -msgid "" -"Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." -msgstr "" - #, fuzzy msgid "Generating skirt & brim" msgstr "正在產生 skirt 和 brim(裙邊)" @@ -9438,13 +9366,13 @@ msgstr "主機名,IP 或者 URL" #, fuzzy msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " "user name and password into the URL in the following format: https://" "username:password@your-octopi-address/" msgstr "" -"Orca Slicer 可以將 G-code 檔案上傳到列印設備。此欄位應包含列印設備的主機名、" +"Snapmaker Orca 可以將 G-code 檔案上傳到列印設備。此欄位應包含列印設備的主機名、" "IP 位址或 URL。啟用基本身份驗證的列印設備可以透過將使用者名稱和密碼放入以下格" "式的URL中來訪問:https://username:password@your-octopi-address/" @@ -9461,10 +9389,10 @@ msgstr "API Key / 密碼" #, fuzzy msgid "" -"Orca Slicer can upload G-code files to a printer host. This field should " +"Snapmaker Orca can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca slicer 可以將 G-code 檔案上傳到列印設備。此欄位應包含用於身份驗證的 API " +"Snapmaker Orca 可以將 G-code 檔案上傳到列印設備。此欄位應包含用於身份驗證的 API " "金鑰或密碼。" #, fuzzy @@ -9658,8 +9586,8 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determined by bottom " -"shell layers" +"is disabled and thickness of bottom shell is absolutely determained by " +"bottom shell layers" msgstr "" "如果由底部殼體層數算出的厚度小於這個數值,那麼切片時將自動增加底部殼體層數。" "這能夠避免當層高很小時,底部殼體過薄。0 表示關閉這個設定,同時底部殼體的厚度" @@ -9669,31 +9597,14 @@ msgid "Apply gap fill" msgstr "" msgid "" -"Enables gap fill for the selected solid surfaces. The minimum gap length " -"that will be filled can be controlled from the filter out tiny gaps option " -"below.\n" +"Enables gap fill for the selected surfaces. The minimum gap length that will " +"be filled can be controlled from the filter out tiny gaps option below.\n" "\n" "Options:\n" -"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces " -"for maximum strength\n" +"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only, balancing print speed, reducing potential over extrusion in the solid " -"infill and making sure the top and bottom surfaces have no pin hole gaps\n" -"3. Nowhere: Disables gap fill for all solid infill areas. \n" -"\n" -"Note that if using the classic perimeter generator, gap fill may also be " -"generated between perimeters, if a full width line cannot fit between them. " -"That perimeter gap fill is not controlled by this setting. \n" -"\n" -"If you would like all gap fill, including the classic perimeter generated " -"one, removed, set the filter out tiny gaps value to a large number, like " -"999999. \n" -"\n" -"However this is not advised, as gap fill between perimeters is contributing " -"to the model's strength. For models where excessive gap fill is generated " -"between perimeters, a better option would be to switch to the arachne wall " -"generator and use this option to control whether the cosmetic top and bottom " -"surface gap fill is generated" +"only\n" +"3. Nowhere: Disables gap fill\n" msgstr "" msgid "Everywhere" @@ -9734,7 +9645,7 @@ msgstr "冷卻懸空臨界值" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicates how much width " +"exceeds this value. Expressed as percentage which indicides how much width " "of the line without support from lower layer. 0% means forcing cooling for " "all outer wall no matter how much overhang degree" msgstr "" @@ -9763,13 +9674,11 @@ msgstr "外部橋接的密度。 100% 意味著堅固的橋樑。 預設值為 1 msgid "Bridge flow ratio" msgstr "橋接流量" +#, fuzzy msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag. \n" -"\n" -"The actual bridge flow used is calculated by multiplying this value with the " -"filament flow ratio, and if set, the object's flow ratio." -msgstr "" +"material for bridge, to improve sag" +msgstr "稍微減小這個數值(比如 0.9)可以減小橋接的線材量,來改善下垂。" msgid "Internal bridge flow ratio" msgstr "" @@ -9777,33 +9686,24 @@ msgstr "" msgid "" "This value governs the thickness of the internal bridge layer. This is the " "first layer over sparse infill. Decrease this value slightly (for example " -"0.9) to improve surface quality over sparse infill.\n" -"\n" -"The actual internal bridge flow used is calculated by multiplying this value " -"with the bridge flow ratio, the filament flow ratio, and if set, the " -"object's flow ratio." +"0.9) to improve surface quality over sparse infill." msgstr "" msgid "Top surface flow ratio" msgstr "頂部表面流量比例" +#, fuzzy msgid "" "This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish. \n" -"\n" -"The actual top surface flow used is calculated by multiplying this value " -"with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" +"decrease it slightly to have smooth surface finish" +msgstr "稍微減小這個數值(比如 0.97)可以來改善頂面的光滑程度。" msgid "Bottom surface flow ratio" msgstr "底部表面流量比例" -msgid "" -"This factor affects the amount of material for bottom solid infill. \n" -"\n" -"The actual bottom solid infill flow used is calculated by multiplying this " -"value with the filament flow ratio, and if set, the object's flow ratio." -msgstr "" +#, fuzzy +msgid "This factor affects the amount of material for bottom solid infill" +msgstr "首層流量調整係數,預設為 1.0" #, fuzzy msgid "Precise wall" @@ -9860,8 +9760,9 @@ msgid "" "bridges cannot be anchored. " msgstr "在陡峭的懸空和無法固定橋接的區域中增加額外的周長路徑。" -msgid "Reverse on even" -msgstr "" +#, fuzzy +msgid "Reverse on odd" +msgstr "反轉奇數層懸空方向" #, fuzzy msgid "Overhang reversal" @@ -9869,7 +9770,7 @@ msgstr "懸空反轉" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " -"direction on even layers. This alternating pattern can drastically improve " +"direction on odd layers. This alternating pattern can drastically improve " "steep overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " @@ -9889,9 +9790,9 @@ msgid "" "Silk PLA. It can also help reduce warping on floating regions over " "supports.\n" "\n" -"For this setting to be the most effective, it is recommended to set the " +"For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " -"directions on even layers irrespective of their overhang degree." +"directions on odd layers irrespective of their overhang degree." msgstr "" msgid "Bridge counterbore holes" @@ -9921,10 +9822,10 @@ msgstr "懸空反轉臨界值" msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every even layers regardless.\n" -"When Detect overhang wall is not enabled, this option is ignored and " -"reversal happens on every even layers regardless." +"Value 0 enables reversal on every odd layers regardless." msgstr "" +"判定懸空反轉需要的值(mm),可以是線寬的百分比。\n" +" 0 值則會在每個奇數層上啟用反向。" msgid "Classic mode" msgstr "經典模式" @@ -9943,26 +9844,10 @@ msgstr "打開這個選項將降低不同懸垂程度的走線的列印速度" msgid "Slow down for curled perimeters" msgstr "翹邊降速" -#, no-c-format, no-boost-format msgid "" -"Enable this option to slow down printing in areas where perimeters may have " -"curled upwards.For example, additional slowdown will be applied when " -"printing overhangs on sharp corners like the front of the Benchy hull, " -"reducing curling which compounds over multiple layers.\n" -"\n" -" It is generally recommended to have this option switched on unless your " -"printer cooling is powerful enough or the print speed slow enough that " -"perimeter curling does not happen. If printing with a high external " -"perimeter speed, this parameter may introduce slight artifacts when slowing " -"down due to the large variance in print speeds. If you notice artifacts, " -"ensure your pressure advance is tuned correctly.\n" -"\n" -"Note: When this option is enabled, overhang perimeters are treated like " -"overhangs, meaning the overhang speed is applied even if the overhanging " -"perimeter is part of a bridge. For example, when the perimeters are 100% " -"overhanging, with no wall supporting them from underneath, the 100% overhang " -"speed will be applied." -msgstr "" +"Enable this option to slow printing down in areas where potential curled " +"perimeters may exist" +msgstr "啟用此選項降低可能存在潛在翹邊區域的列印速度" msgid "mm/s or %" msgstr "mm/s 或 %" @@ -9971,14 +9856,8 @@ msgstr "mm/s 或 %" msgid "External" msgstr "外部" -msgid "" -"Speed of the externally visible bridge extrusions. \n" -"\n" -"In addition, if Slow down for curled perimeters is disabled or Classic " -"overhang mode is enabled, it will be the print speed of overhang walls that " -"are supported by less than 13%, whether they are part of a bridge or an " -"overhang." -msgstr "" +msgid "Speed of bridge and completely overhang wall" +msgstr "橋接和完全懸空的外牆的列印速度" msgid "mm/s" msgstr "mm/s" @@ -9988,9 +9867,11 @@ msgid "Internal" msgstr "內部" msgid "" -"Speed of internal bridges. If the value is expressed as a percentage, it " -"will be calculated based on the bridge_speed. Default value is 150%." +"Speed of internal bridge. If the value is expressed as a percentage, it will " +"be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"內部橋接速度。 如果該值以百分比表示,則會根據 橋接速度 進行計算。 預設值為 " +"150%" #, fuzzy msgid "Brim width" @@ -10007,7 +9888,7 @@ msgstr "Brim(裙邊) 類型" #, fuzzy msgid "" "This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analyzed and calculated automatically." +"models. Auto means the brim width is analysed and calculated automatically." msgstr "" "該參數控制在模型的外側和/或內側產生 brim(裙邊)。自動是指自動分析和計算邊框" "的寬度。" @@ -10046,8 +9927,8 @@ msgid "Brim ear detection radius" msgstr "圓盤偵測半徑" msgid "" -"The geometry will be decimated before detecting sharp angles. This parameter " -"indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This " +"parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "在偵測尖銳角度之前,幾何形狀將被簡化。此參數表示簡化的最小偏差長度。\n" @@ -10193,7 +10074,7 @@ msgid "" "using large nozzles." msgstr "" -msgid "Filter out small internal bridges (beta)" +msgid "Don't filter out small internal bridges (beta)" msgstr "" msgid "" @@ -10209,24 +10090,24 @@ msgid "" "infill density is used, this may result in curling of the unsupported solid " "infill, causing pillowing.\n" "\n" -"Disabling this option will print internal bridge layer over slightly " +"Enabling this option will print internal bridge layer over slightly " "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Filter - enable this option. This is the default behavior and works well in " -"most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works " +"well in most cases.\n" "\n" -"Limited filtering - creates internal bridges on heavily slanted surfaces, " -"while avoiding creating unnecessary internal bridges. This works well for " +"Limited filtering - Creates internal bridges on heavily slanted surfaces, " +"while avoiding creating uncessesary interal bridges. This works well for " "most difficult models.\n" "\n" -"No filtering - creates internal bridges on every potential internal " +"No filtering - Creates internal bridges on every potential internal " "overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unnecessary bridges." +"However, in most cases it creates too many unecessary bridges." msgstr "" -msgid "Filter" -msgstr "" +msgid "Disabled" +msgstr "停用" msgid "Limited filtering" msgstr "" @@ -10370,7 +10251,7 @@ msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" "Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighbouring perimeter while printing. However, this option " +"can adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10380,8 +10261,8 @@ msgid "" "perimeter to print the external wall against. This option requires a minimum " "of 3 walls to be effective as it prints the internal walls from the 3rd " "perimeter onwards first, then the external perimeter and, finally, the first " -"internal perimeter. This option is recommended against the Outer/Inner " -"option in most cases. \n" +"internal perimeter. This option is recomended against the Outer/Inner option " +"in most cases. \n" "\n" "Use Outer/Inner for the same external wall quality and dimensional accuracy " "benefits of Inner/Outer/Inner option. However, the z seams will appear less " @@ -10408,7 +10289,7 @@ msgid "" "first, which works best in most cases.\n" "\n" "Printing infill first may help with extreme overhangs as the walls have the " -"neighbouring infill to adhere to. However, the infill will slightly push out " +"neighbouring infill to adhere to. However, the infill will slighly push out " "the printed walls where it is attached to them, resulting in a worse " "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." @@ -10422,10 +10303,10 @@ msgid "" "top.\n" "\n" "By default all walls are extruded in counter-clockwise, unless Reverse on " -"even is enabled. Set this to any option other than Auto will force the wall " -"direction regardless of the Reverse on even.\n" +"odd is enabled. Set this to any option other than Auto will force the wall " +"direction regardless of the Reverse on odd.\n" "\n" -"This option will be disabled if spiral vase mode is enabled." +"This option will be disabled if sprial vase mode is enabled." msgstr "" msgid "Counter clockwise" @@ -10468,7 +10349,7 @@ msgid "" "This option sets the min point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (-99999, -99999), which " @@ -10482,7 +10363,7 @@ msgid "" "This option sets the max point for the allowed bed mesh area. Due to the " "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " -"maximum points of the bed mesh should be set appropriately. OrcaSlicer " +"maximum points of the bed mesh should be set appropriately. Snapmaker Orca " "ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " "exceed these min/max points. This information can usually be obtained from " "your printer manufacturer. The default setting is (99999, 99999), which " @@ -10530,22 +10411,11 @@ msgstr "" "量。推薦的範圍為 0.95 到 1.05。發現大平層模型的頂面有輕微的缺料或多料時,或許" "可以嘗試微調這個參數。" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow. \n" -"\n" -"The final object flow ratio is this value multiplied by the filament flow " -"ratio." -msgstr "" - msgid "Enable pressure advance" msgstr "啟用壓力提前" msgid "" -"Enable pressure advance, auto calibration result will be overwritten once " +"Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "啟用壓力提前,一旦啟用會覆蓋自動校準的結果" @@ -10553,87 +10423,6 @@ msgstr "啟用壓力提前,一旦啟用會覆蓋自動校準的結果" msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "壓力提前(Klipper)或者線性提前(Marlin)" -msgid "Enable adaptive pressure advance (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"With increasing print speeds (and hence increasing volumetric flow through " -"the nozzle) and increasing accelerations, it has been observed that the " -"effective PA value typically decreases. This means that a single PA value is " -"not always 100% optimal for all features and a compromise value is usually " -"used that does not cause too much bulging on features with lower flow speed " -"and accelerations while also not causing gaps on faster features.\n" -"\n" -"This feature aims to address this limitation by modeling the response of " -"your printer's extrusion system depending on the volumetric flow speed and " -"acceleration it is printing at. Internally, it generates a fitted model that " -"can extrapolate the needed pressure advance for any given volumetric flow " -"speed and acceleration, which is then emitted to the printer depending on " -"the current print conditions.\n" -"\n" -"When enabled, the pressure advance value above is overridden. However, a " -"reasonable default value above is strongly recommended to act as a fallback " -"and for when tool changing.\n" -"\n" -msgstr "" - -msgid "Adaptive pressure advance measurements (beta)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Add sets of pressure advance (PA) values, the volumetric flow speeds and " -"accelerations they were measured at, separated by a comma. One set of values " -"per line. For example\n" -"0.04,3.96,3000\n" -"0.033,3.96,10000\n" -"0.029,7.91,3000\n" -"0.026,7.91,10000\n" -"\n" -"How to calibrate:\n" -"1. Run the pressure advance test for at least 3 speeds per acceleration " -"value. It is recommended that the test is run for at least the speed of the " -"external perimeters, the speed of the internal perimeters and the fastest " -"feature print speed in your profile (usually its the sparse or solid " -"infill). Then run them for the same speeds for the slowest and fastest print " -"accelerations,and no faster than the recommended maximum acceleration as " -"given by the Klipper input shaper.\n" -"2. Take note of the optimal PA value for each volumetric flow speed and " -"acceleration. You can find the flow number by selecting flow from the color " -"scheme drop down and move the horizontal slider over the PA pattern lines. " -"The number should be visible at the bottom of the page. The ideal PA value " -"should be decreasing the higher the volumetric flow is. If it is not, " -"confirm that your extruder is functioning correctly.The slower and with less " -"acceleration you print, the larger the range of acceptable PA values. If no " -"difference is visible, use the PA value from the faster test.3. Enter the " -"triplets of PA values, Flow and Accelerations in the text box here and save " -"your filament profile\n" -"\n" -msgstr "" - -msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "" - -msgid "" -"Enable adaptive PA for overhangs as well as when flow changes within the " -"same feature. This is an experimental option, as if the PA profile is not " -"set accurately, it will cause uniformity issues on the external surfaces " -"before and after overhangs.\n" -msgstr "" - -msgid "Pressure advance for bridges" -msgstr "" - -msgid "" -"Pressure advance value for bridges. Set to 0 to disable. \n" -"\n" -" A lower PA value when printing bridges helps reduce the appearance of " -"slight under extrusion immediately after bridges. This is caused by the " -"pressure drop in the nozzle when printing in the air and a lower PA helps " -"counteract this." -msgstr "" - #, fuzzy msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " @@ -10646,8 +10435,8 @@ msgstr "保持風扇永遠開啟" #, fuzzy msgid "" -"If enable this setting, part cooling fan will never be stopped and will run " -"at least at minimum speed to reduce the frequency of starting and stopping" +"If enable this setting, part cooling fan will never be stoped and will run " +"at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "如果勾選這個選項,部件冷卻風扇將永遠不會停止,並且會以最小風扇轉速設定值持運" "運轉以減少風扇的頻繁開關" @@ -10662,8 +10451,8 @@ msgid "" "\n" " 1. To avoid changes in shine when printing glossy filaments \n" "2. To avoid changes in external wall speed which may create slight wall " -"artifacts that appear like z banding \n" -"3. To avoid printing at speeds which cause VFAs (fine artifacts) on the " +"artefacts that appear like z banding \n" +"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the " "external walls\n" "\n" msgstr "" @@ -10715,29 +10504,14 @@ msgstr "mm³/s" msgid "Filament load time" msgstr "進料的時間" -msgid "" -"Time to load new filament when switch filament. It's usually applicable for " -"single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" +msgid "Time to load new filament when switch filament. For statistics only" +msgstr "切換線材時,進料所需的時間。只用於統計資訊。" msgid "Filament unload time" msgstr "退料的時間" -msgid "" -"Time to unload old filament when switch filament. It's usually applicable " -"for single-extruder multi-material machines. For tool changers or multi-tool " -"machines, it's typically 0. For statistics only" -msgstr "" - -msgid "Tool change time" -msgstr "" - -msgid "" -"Time taken to switch tools. It's usually applicable for tool changers or " -"multi-tool machines. For single-extruder multi-material machines, it's " -"typically 0. For statistics only" -msgstr "" +msgid "Time to unload old filament when switch filament. For statistics only" +msgstr "切換線材時,退料所需時間。只用於統計資訊。" msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " @@ -10748,7 +10522,7 @@ msgid "Pellet flow coefficient" msgstr "" msgid "" -"Pellet flow coefficient is empirically derived and allows for volume " +"Pellet flow coefficient is emperically derived and allows for volume " "calculation for pellet printers.\n" "\n" "Internally it is converted to filament_diameter. All other volume " @@ -10757,8 +10531,8 @@ msgid "" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" -msgid "Shrinkage (XY)" -msgstr "" +msgid "Shrinkage" +msgstr "耗材收縮率" #, no-c-format, no-boost-format msgid "" @@ -10773,16 +10547,6 @@ msgstr "" "補償將按比例縮放 xy 軸該補償僅考慮牆壁所使用的耗材\n" "請確保物體之間有足夠的間距,因為補償是在邊界檢查之後進行" -msgid "Shrinkage (Z)" -msgstr "" - -#, no-c-format, no-boost-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling (94% " -"if you measure 94mm instead of 100mm). The part will be scaled in Z to " -"compensate." -msgstr "" - #, fuzzy msgid "Loading speed" msgstr "進料速度" @@ -10834,21 +10598,6 @@ msgid "" "Specify desired number of these moves." msgstr "藉由在喉管中來回移動以冷卻線材。指定移動所需的次數。" -msgid "Stamping loading speed" -msgstr "" - -msgid "Speed used for stamping." -msgstr "" - -msgid "Stamping distance measured from the center of the cooling tube" -msgstr "" - -msgid "" -"If set to nonzero value, filament is moved toward the nozzle between the " -"individual cooling moves (\"stamping\"). This option configures how long " -"this movement should be before the filament is retracted again." -msgstr "" - msgid "Speed of the first cooling move" msgstr "第一次冷卻移動的速度" @@ -10862,7 +10611,7 @@ msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " "stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " +"object, Snapmaker Orca will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" "換色後,新載入的線材在噴嘴內的確切位置可能未知,耗材壓力可能還不穩定。在沖刷" @@ -10875,6 +10624,15 @@ msgstr "最後一次冷卻移動的速度" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "冷卻移動向這個速度逐漸加速。" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"在換色時(執行 T-code ,如 T1,T2),列印設備韌體(或 Multi Material Unit " +"2.0)載入新線材的所需時間。該時間將會被 G-code 時間評估功能加到總列印時間上" +"去。" + msgid "Ramming parameters" msgstr "尖端成型參數" @@ -10883,26 +10641,34 @@ msgid "" "parameters." msgstr "此內容由尖端成型欄位編輯,包含尖端成型的特定參數。" -msgid "Enable ramming for multi-tool setups" +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" +"換色期間(執行T-cide 時如 T1,T2),列印設備韌體(或 Multi Material Unit " +"2.0)退出線材所需時間。該時間將會被 G-code 時間評估功能加到總列印時間上去。" + +msgid "Enable ramming for multitool setups" msgstr "使用多色尖端成形設定" msgid "" -"Perform ramming when using multi-tool printer (i.e. when the 'Single " -"Extruder Multimaterial' in Printer Settings is unchecked). When checked, a " -"small amount of filament is rapidly extruded on the wipe tower just before " -"the toolchange. This option is only used when the wipe tower is enabled." +"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " +"Multimaterial' in Printer Settings is unchecked). When checked, a small " +"amount of filament is rapidly extruded on the wipe tower just before the " +"toolchange. This option is only used when the wipe tower is enabled." msgstr "" "多色列印設備執行尖端成型時(即,當列印設備設定中的單擠出機多材料未選取時)。" "選取時,在換色之前,會迅速擠出少量線材絲到擦拭塔上。此選項僅在啟用擦拭塔時使" "用。" -msgid "Multi-tool ramming volume" +msgid "Multitool ramming volume" msgstr "多色尖端成型體積" msgid "The volume to be rammed before the toolchange." msgstr "換色前尖端成型的體積" -msgid "Multi-tool ramming flow" +msgid "Multitool ramming flow" msgstr "多色尖端成型流量" msgid "Flow used for ramming the filament before the toolchange." @@ -10940,7 +10706,7 @@ msgstr "線材軟化溫度" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid clogging." +"and/or remove the upper glass to avoid cloggings." msgstr "" "線材在此溫度下容易軟化,因此當熱床床溫等於或高於該溫度時,強烈建議打開前門和/" "或拆下上部玻璃以避免堵塞。" @@ -11041,7 +10807,7 @@ msgstr "稀疏填充錨線長度" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than infill_anchor_max is found, the infill line is " "connected to a perimeter segment at just one side and the length of the " @@ -11051,7 +10817,7 @@ msgid "" "single infill line." msgstr "" "用附加周長的一小段將填充線連接到內部周長。如果以百分比(例如:15%)表示,則計" -"算填充拉伸寬度。Orca Slicer 試圖將兩條緊密的填充線連接到一個短的周長段。如果" +"算填充拉伸寬度。Snapmaker Orca 試圖將兩條緊密的填充線連接到一個短的周長段。如果" "找不到短於“填充”和“錨點”最大值的周長線段,則填充線僅在一側連接到周長線段,並" "且所取周長線段的長度僅限於此參數,但不超過“錨點長度”最大值。將此參數設定為" "零,以禁用連接到單個填充線的錨點周長。" @@ -11070,7 +10836,7 @@ msgstr "填充錨線的最大長度" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Orca Slicer tries to connect two " +"calculated over infill extrusion width. Snapmaker Orca tries to connect two " "close infill lines to a short perimeter segment. If no such perimeter " "segment shorter than this parameter is found, the infill line is connected " "to a perimeter segment at just one side and the length of the perimeter " @@ -11080,7 +10846,7 @@ msgid "" "create the same result as with 1000 & 0." msgstr "" "用附加周長的一小段將填充線連接到內部周長。如果以百分比(例如:15%)表示,則計" -"算填充拉伸寬度。Orca Slicer 試圖將兩條緊密的填充線連接到一個短的周長段。如果" +"算填充拉伸寬度。Snapmaker Orca 試圖將兩條緊密的填充線連接到一個短的周長段。如果" "找不到比此參數短的周長線段,則填充線僅在一側連接到周長線段,並且所採用的周長" "線段的長度僅限於 infl_anchor,但不超過此參數。將此參數設定為零以禁用錨點。" @@ -11237,7 +11003,7 @@ msgid "" "This fan speed is enforced during all support interfaces, to be able to " "weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" -"Can only be overridden by disable_fan_first_layers." +"Can only be overriden by disable_fan_first_layers." msgstr "" "所有支撐接觸層列印期間強制執行速度,透過高轉速風扇速度減少支撐與物件的融" "合。\n" @@ -11262,7 +11028,7 @@ msgid "Fuzzy skin thickness" msgstr "絨毛表面厚度" msgid "" -"The width within which to jitter. It's advised to be below outer wall line " +"The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "產生絨毛的抖動的寬度。建議小於外圈牆的線寬。" @@ -11270,7 +11036,7 @@ msgid "Fuzzy skin point distance" msgstr "絨毛表面點間距" msgid "" -"The average distance between the random points introduced on each line " +"The average diatance between the random points introducded on each line " "segment" msgstr "產生絨毛表面時,插入的隨機點之間的平均距離" @@ -11286,11 +11052,8 @@ msgstr "忽略微小間隙" msgid "Layers and Perimeters" msgstr "層和牆" -msgid "" -"Don't print gap fill with a length is smaller than the threshold specified " -"(in mm). This setting applies to top, bottom and solid infill and, if using " -"the classic perimeter generator, to wall gap fill. " -msgstr "" +msgid "Filter out gaps smaller than the threshold specified" +msgstr "忽略小於指定數值的間隙" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -11313,7 +11076,7 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For Klipper machines, this option is recommended to be disabled. " +"Note: For klipper machines, this option is recomended to be disabled. " "Klipper does not benefit from arc commands as these are split again into " "line segments by the firmware. This results in a reduction in surface " "quality as line segments are converted to arcs by the slicer and then back " @@ -11399,14 +11162,15 @@ msgid "" msgstr "" "如果設備有輔助部件冷卻風扇,請啟用此選項。 G-code 指令:M106 P2 S(0-255)。" +#, fuzzy msgid "" "Start the fan this number of seconds earlier than its target start time (you " "can use fractional seconds). It assumes infinite acceleration for this time " "estimation, and will only take into account G1 and G0 moves (arc fitting is " "unsupported).\n" -"It won't move fan commands from custom gcodes (they act as a sort of " +"It won't move fan comands from custom gcodes (they act as a sort of " "'barrier').\n" -"It won't move fan commands into the start gcode if the 'only custom start " +"It won't move fan comands into the start gcode if the 'only custom start " "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" @@ -11532,22 +11296,6 @@ msgid "" msgstr "" "自動合併若干層稀疏填充一起列印以可縮短時間。內外牆依然保持原始層高列印。" -msgid "Infill combination - Max layer height" -msgstr "" - -msgid "" -"Maximum layer height for the combined sparse infill. \n" -"\n" -"Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in " -"print time) or a value of ~80% to maximize sparse infill strength.\n" -"\n" -"The number of layers over which infill is combined is derived by dividing " -"this value with the layer height and rounded down to the nearest decimal.\n" -"\n" -"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values " -"(eg 80%). This value must not be larger than the nozzle diameter." -msgstr "" - msgid "Filament to print internal sparse infill." msgstr "列印內部稀疏填充的線材" @@ -11574,7 +11322,7 @@ msgstr "" msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " "bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimizing the " +"meets the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11602,11 +11350,7 @@ msgstr "分隔區域的最大寬度。零表示禁用此功能。" msgid "Interlocking depth of a segmented region" msgstr "" -msgid "" -"Interlocking depth of a segmented region. It will be ignored if " -"\"mmu_segmented_region_max_width\" is zero or if " -"\"mmu_segmented_region_interlocking_depth\"is bigger then " -"\"mmu_segmented_region_max_width\". Zero disables this feature." +msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" msgid "Use beam interlocking" @@ -11978,6 +11722,9 @@ msgid "" "cooling is enabled." msgstr "" +msgid "Nozzle diameter" +msgstr "噴嘴直徑" + msgid "Diameter of nozzle" msgstr "噴嘴直徑" @@ -11994,7 +11741,7 @@ msgstr "主機類型" #, fuzzy msgid "" -"Orca Slicer can upload G-code files to a printer host. This field must " +"Snapmaker Orca can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "切片軟體可以將 G-code 檔案上傳到列印設備。此欄位必須包含設備類型。" @@ -12066,11 +11813,6 @@ msgstr "" "當空駛完全在填充區域內時不觸發回抽。這意味著即使漏料也是不可見的。對於複雜模" "型,該設定能夠減少回抽次數以及列印時長,但是會造成 G-code 產生變慢" -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing." -msgstr "" - msgid "Filename format" msgstr "檔案名稱格式" @@ -12121,9 +11863,6 @@ msgstr "" "偵測懸空相對於線寬的百分比,並應用不同的速度列印。100%% 的懸空將使用橋接速" "度。" -msgid "Filament to print walls" -msgstr "" - msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." @@ -12153,18 +11892,12 @@ msgid "" "If you want to process the output G-code through custom scripts, just list " "their absolute paths here. Separate multiple scripts with a semicolon. " "Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Orca Slicer config settings by reading " +"argument, and they can access the Snapmaker Orca config settings by reading " "environment variables." msgstr "" "如果您想透過自訂腳本處理輸出的 G-code,只需在此處列出它們的絕對路徑即可。 用" "分號分隔多個腳本。 腳本將傳遞 G-code 檔案的絕對路徑作為第一個參數,並且它們可" -"以透過讀取環境變數來讀取 Orca Slicer 設定。" - -msgid "Printer type" -msgstr "" - -msgid "Type of the printer" -msgstr "" +"以透過讀取環境變數來讀取 Snapmaker Orca 設定。" msgid "Printer notes" msgstr "列印設備備註" @@ -12172,9 +11905,6 @@ msgstr "列印設備備註" msgid "You can put your notes regarding the printer here." msgstr "可以將列印設備的備註填寫在此處" -msgid "Printer variant" -msgstr "" - msgid "Raft contact Z distance" msgstr "筏層Z間距" @@ -12209,7 +11939,7 @@ msgstr "" "模型會在相應層數的支撐上抬高進行列印。使用該功能通常用於列印 ABS 時翹曲。" msgid "" -"G-code path is generated after simplifying the contour of model to avoid too " +"G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" @@ -12366,7 +12096,7 @@ msgstr "回抽速度" msgid "Speed of retractions" msgstr "回抽速度" -msgid "De-retraction Speed" +msgid "Deretraction Speed" msgstr "裝填速度" msgid "" @@ -12545,15 +12275,15 @@ msgid "Wipe before external loop" msgstr "" msgid "" -"To minimize visibility of potential overextrusion at the start of an " +"To minimise visibility of potential overextrusion at the start of an " "external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the de-retraction is performed slightly on the inside from the " +"print order, the deretraction is performed slightly on the inside from the " "start of the external perimeter. That way any potential over extrusion is " "hidden from the outside surface. \n" "\n" "This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " "print order as in these modes it is more likely an external perimeter is " -"printed immediately after a de-retraction move." +"printed immediately after a deretraction move." msgstr "" msgid "Wipe speed" @@ -12575,14 +12305,6 @@ msgstr "Skirt距離" msgid "Distance from skirt to brim or object" msgstr "從 skirt 到模型或者 brim(裙邊)的距離" -msgid "Skirt start point" -msgstr "" - -msgid "" -"Angle from the object center to skirt start point. Zero is the most right " -"position, counter clockwise is positive angle." -msgstr "" - msgid "Skirt height" msgstr "Skirt 高度" @@ -12597,33 +12319,21 @@ msgid "" "detaching from print bed due to wind draft. It is usually needed only with " "open frame printers, i.e. without an enclosure. \n" "\n" -"Enabled = skirt is as tall as the highest printed object. Otherwise 'Skirt " -"height' is used.\n" +"Options:\n" +"Enabled = skirt is as tall as the highest printed object.\n" +"Limited = skirt is as tall as specified by skirt height.\n" +"\n" "Note: With the draft shield active, the skirt will be printed at skirt " "distance from the object. Therefore, if brims are active it may intersect " "with them. To avoid this, increase the skirt distance value.\n" msgstr "" -msgid "Disabled" -msgstr "停用" +msgid "Limited" +msgstr "有限" msgid "Enabled" msgstr "啟用" -msgid "Skirt type" -msgstr "" - -msgid "" -"Combined - single skirt for all objects, Per object - individual object " -"skirt." -msgstr "" - -msgid "Combined" -msgstr "" - -msgid "Per object" -msgstr "" - msgid "Skirt loops" msgstr "Skirt 圈數" @@ -12644,9 +12354,7 @@ msgid "" "this feature is disabled.\n" "\n" "Using a non zero value is useful if the printer is set up to print without a " -"prime line.\n" -"Final number of loops is not taling into account whli arranging or " -"validating objects distance. Increase loop number in such case. " +"prime line." msgstr "" msgid "" @@ -12663,12 +12371,6 @@ msgid "" "internal solid infill" msgstr "小於這個臨界值的稀疏填充區域將會被內部實心填充替代。" -msgid "Solid infill" -msgstr "" - -msgid "Filament to print solid infill" -msgstr "" - msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." @@ -12690,8 +12392,8 @@ msgid "Smooth Spiral" msgstr "" msgid "" -"Smooth Spiral smooths out X and Y moves as well, resulting in no visible " -"seam at all, even in the XY directions on walls that are not vertical" +"Smooth Spiral smoothes out X and Y moves as wellresulting in no visible seam " +"at all, even in the XY directions on walls that are not vertical" msgstr "" msgid "Max XY Smoothing" @@ -12723,31 +12425,6 @@ msgstr "傳統模式" msgid "Temperature variation" msgstr "軟化溫度" -#. TRN PrintSettings : "Ooze prevention" > "Temperature variation" -msgid "" -"Temperature difference to be applied when an extruder is not active. The " -"value is not used when 'idle_temperature' in filament settings is set to non " -"zero value." -msgstr "" - -msgid "Preheat time" -msgstr "" - -msgid "" -"To reduce the waiting time after tool change, Orca can preheat the next tool " -"while the current tool is still in use. This setting specifies the time in " -"seconds to preheat the next tool. Orca will insert a M104 command to preheat " -"the tool in advance." -msgstr "" - -msgid "Preheat steps" -msgstr "" - -msgid "" -"Insert multiple preheat commands(e.g. M104.1). Only useful for Prusa XL. For " -"other printers, please set it to 1." -msgstr "" - msgid "Start G-code" msgstr "起始 G-code" @@ -13043,15 +12720,9 @@ msgstr "" "對於樹狀支撐,細長和有機風格將更積極地合併樹枝並節省大量材料(預設有機),而" "混合風格將在大平面懸空下建立與正常支撐類似的結構。" -msgid "Default (Grid/Organic" -msgstr "" - msgid "Snug" msgstr "緊貼" -msgid "Organic" -msgstr "有機樹" - msgid "Tree Slim" msgstr "苗條樹" @@ -13061,6 +12732,9 @@ msgstr "粗壯樹" msgid "Tree Hybrid" msgstr "混合樹" +msgid "Organic" +msgstr "有機樹" + msgid "Independent support layer height" msgstr "支撐獨立層高" @@ -13211,40 +12885,27 @@ msgstr "此設定決定是否為樹狀支撐內部的空間產生填充。" msgid "Activate temperature control" msgstr "啟動溫度控制" +#, fuzzy msgid "" -"Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the \"machine_start_gcode" -"\"\n" -" which sets the chamber temperature and waits until it is reached. In " -"addition, it emits an M141 command at the end of the print to turn off the " -"chamber heater, if present. \n" -"\n" -"This option relies on the firmware supporting the M191 and M141 commands " -"either via macros or natively and is usually used when an active chamber " -"heater is installed." +"Enable this option for chamber temperature control. An M191 command will be " +"added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" msgstr "" +"啟用此選項以控製列印設備內部溫度。 在「machine_start_gcode」之前將會新增一個" +"M191指令\n" +"G碼指令:M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "機箱溫度" msgid "" -"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber " -"temperature can help suppress or reduce warping and potentially lead to " -"higher interlayer bonding strength. However, at the same time, a higher " -"chamber temperature will reduce the efficiency of air filtration for ABS and " -"ASA. \n" -"\n" -"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option " -"should be disabled (set to 0) as the chamber temperature should be low to " -"avoid extruder clogging caused by material softening at the heat break.\n" -"\n" -"If enabled, this parameter also sets a gcode variable named " -"chamber_temperature, which can be used to pass the desired chamber " -"temperature to your print start macro, or a heat soak macro like this: " -"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may " -"be useful if your printer does not support M141/M191 commands, or if you " -"desire to handle heat soaking in the print start macro if no active chamber " -"heater is installed." +"Higher chamber temperature can help suppress or reduce warping and " +"potentially lead to higher interlayer bonding strength for high temperature " +"materials like ABS, ASA, PC, PA and so on.At the same time, the air " +"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " +"other low temperature materials,the actual chamber temperature should not be " +"high to avoid cloggings, so 0 which stands for turning off is highly " +"recommended" msgstr "" msgid "Nozzle temperature for layers after the initial one" @@ -13298,8 +12959,8 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determined by top shell " -"layers" +"is disabled and thickness of top shell is absolutely determained by top " +"shell layers" msgstr "" "如果由頂部殼體層數算出的厚度小於這個數值,那麼切片時將自動增加頂部殼體層數。" "這能夠避免當層高很小時,頂部殼體過薄。0 表示關閉這個設定,同時頂部殼體的厚度" @@ -13322,7 +12983,7 @@ msgid "Wipe Distance" msgstr "擦拭距離" msgid "" -"Describe how long the nozzle will move along the last path when " +"Discribe how long the nozzle will move along the last path when " "retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " @@ -13375,6 +13036,12 @@ msgid "" "Larger angle means wider base." msgstr "圓錐體頂點處的角度,用於穩定擦拭塔。 更大的角度意味著更寬的底座。" +msgid "Wipe tower purge lines spacing" +msgstr "擦拭塔線距" + +msgid "Spacing of purge lines on the wipe tower." +msgstr "擦拭塔上的線距。" + msgid "Maximum wipe tower print speed" msgstr "" @@ -13400,6 +13067,9 @@ msgid "" "regardless of this setting." msgstr "" +msgid "Wipe tower extruder" +msgstr "擦拭塔擠出機" + msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." @@ -13454,30 +13124,6 @@ msgstr "最大橋接距離" msgid "Maximal distance between supports on sparse infill sections." msgstr "稀疏填充截面上的支撐之間的最大距離。" -msgid "Wipe tower purge lines spacing" -msgstr "擦拭塔線距" - -msgid "Spacing of purge lines on the wipe tower." -msgstr "擦拭塔上的線距。" - -msgid "Extra flow for purging" -msgstr "" - -msgid "" -"Extra flow used for the purging lines on the wipe tower. This makes the " -"purging lines thicker or narrower than they normally would be. The spacing " -"is adjusted automatically." -msgstr "" - -msgid "Idle temperature" -msgstr "" - -msgid "" -"Nozzle temperature when the tool is currently not used in multi-tool setups." -"This is only used when 'Ooze prevention' is active in Print Settings. Set to " -"0 to disable." -msgstr "" - msgid "X-Y hole compensation" msgstr "X-Y 孔洞尺寸補償" @@ -13521,7 +13167,7 @@ msgstr "偵測多邊形孔邊緣" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leeway to " +"be on the circle circumference. This setting allows you some leway to " "broaden the detection.\n" "In mm or in % of the radius." msgstr "" @@ -13559,7 +13205,7 @@ msgstr "使用相對 E 距離" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unchecked (absolute extrusion mode). " +"extruders work better with this option unckecked (absolute extrusion mode). " "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked" msgstr "" @@ -13650,9 +13296,9 @@ msgid "" "could increase print time. Higher values remove more and longer walls.\n" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " -"visual gaps on the outside of the model. Adjust 'One wall threshold' in the " +"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " "Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visible if this setting is set " +"top-surface. 'One wall threshold' is only visibile if this setting is set " "above the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" @@ -13684,7 +13330,7 @@ msgstr "識別狹窄內部實心填充" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " "concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used by default." +"Otherwise, rectilinear pattern is used defaultly." msgstr "" "此選項用於自動識別內部狹窄的實心填充。開啟後,將對狹窄實心區域使用同心填充加" "快列印速度。否則使用預設的直線填充。" @@ -13766,27 +13412,19 @@ msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " "custom G-code travels somewhere else, it should write to this variable so " -"OrcaSlicer knows where it travels from when it gets control back." +"PrusaSlicer knows where it travels from when it gets control back." msgstr "" msgid "" "Retraction state at the beginning of the custom G-code block. If the custom " "G-code moves the extruder axis, it should write to this variable so " -"OrcaSlicer de-retracts correctly when it gets control back." +"PrusaSlicer deretracts correctly when it gets control back." msgstr "" -msgid "Extra de-retraction" +msgid "Extra deretraction" msgstr "" -msgid "Currently planned extra extruder priming after de-retraction." -msgstr "" - -msgid "Absolute E position" -msgstr "" - -msgid "" -"Current position of the extruder axis. Only used with absolute extruder " -"addressing." +msgid "Currently planned extra extruder priming after deretraction." msgstr "" msgid "Current extruder" @@ -13828,14 +13466,7 @@ msgstr "" msgid "Is extruder used?" msgstr "" -msgid "" -"Vector of booleans stating whether a given extruder is used in the print." -msgstr "" - -msgid "Has single extruder MM priming" -msgstr "" - -msgid "Are the extra multi-material priming regions used in this print?" +msgid "Vector of bools stating whether a given extruder is used in the print." msgstr "" msgid "Volume per extruder" @@ -13982,14 +13613,6 @@ msgstr "" msgid "Name of the physical printer used for slicing." msgstr "" -msgid "Number of extruders" -msgstr "" - -msgid "" -"Total number of extruders, regardless of whether they are used in the " -"current print." -msgstr "" - msgid "Layer number" msgstr "" @@ -14937,7 +14560,7 @@ msgstr "" msgid "Export Log" msgstr "" -msgid "OrcaSlicer Version:" +msgid "Snapmaker Orca Version:" msgstr "" msgid "System Version:" @@ -14946,10 +14569,10 @@ msgstr "" msgid "DNS Server:" msgstr "" -msgid "Test OrcaSlicer(GitHub)" +msgid "Test Snapmaker Orca(GitHub)" msgstr "" -msgid "Test OrcaSlicer(GitHub):" +msgid "Test Snapmaker Orca(GitHub):" msgstr "" msgid "Test Bing.com" @@ -15022,7 +14645,7 @@ msgstr "" msgid "Filament type is not selected, please reselect type." msgstr "" -msgid "Filament serial is not entered, please enter serial." +msgid "Filament serial is not inputed, please input serial." msgstr "" msgid "" @@ -15082,7 +14705,7 @@ msgstr "" msgid "Create Type" msgstr "" -msgid "The model is not found, please reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "" msgid "Select Model" @@ -15131,10 +14754,10 @@ msgstr "" msgid "The printer model was not found, please reselect." msgstr "" -msgid "The nozzle diameter is not found, please reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "" -msgid "The printer preset is not found, please reselect." +msgid "The printer preset is not found, place reselect." msgstr "" msgid "Printer Preset" @@ -15162,7 +14785,7 @@ msgid "" "page. Please check before creating it." msgstr "" -msgid "The custom printer or model is not entered, please enter it." +msgid "The custom printer or model is not inputed, place input." msgstr "" msgid "" @@ -15194,7 +14817,7 @@ msgid "Current vendor has no models, please reselect." msgstr "" msgid "" -"You have not selected the vendor and model or entered the custom vendor and " +"You have not selected the vendor and model or inputed the custom vendor and " "model." msgstr "" @@ -15295,7 +14918,7 @@ msgid "" msgstr "" msgid "" -"User's filament preset set. \n" +"User's fillment preset set. \n" "Can be shared with others." msgstr "" @@ -15503,7 +15126,7 @@ msgstr "與 Duet 的連接工作正常。" msgid "Could not connect to Duet" msgstr "無法連接到 Duet" -msgid "Unknown error occurred" +msgid "Unknown error occured" msgstr "發生未知的錯誤" msgid "Wrong password" @@ -15840,26 +15463,26 @@ msgstr "" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" "Chamber temperature\n" -"Did you know that OrcaSlicer supports chamber temperature?" +"Did you know that Snapmaker Orca supports chamber temperature?" msgstr "" #: resources/data/hints.ini: [hint:Calibration] msgid "" "Calibration\n" "Did you know that calibrating your printer can do wonders? Check out our " -"beloved calibration solution in OrcaSlicer." +"beloved calibration solution in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:Auxiliary fan] msgid "" "Auxiliary fan\n" -"Did you know that OrcaSlicer supports Auxiliary part cooling fan?" +"Did you know that Snapmaker Orca supports Auxiliary part cooling fan?" msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" "Air filtration/Exhaust Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" +"Did you know that Snapmaker Orca can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] @@ -15878,7 +15501,7 @@ msgstr "" #: resources/data/hints.ini: [hint:How to use keyboard shortcuts] msgid "" "How to use keyboard shortcuts\n" -"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " +"Did you know that Snapmaker Orca offers a wide range of keyboard shortcuts and " "3D scene operations." msgstr "" @@ -15994,7 +15617,7 @@ msgid "" "Subtract a Part\n" "Did you know that you can subtract one mesh from another using the Negative " "part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer." +"directly in Snapmaker Orca." msgstr "" #: resources/data/hints.ini: [hint:STEP] @@ -16003,12 +15626,12 @@ msgid "" "STEP\n" "Did you know that you can improve your print quality by slicing a STEP file " "instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " +"Snapmaker Orca supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" "STEP檔案\n" "您知道嗎,通過切片 STEP 檔案而不是 STL 檔案可以提高列印品質。\n" -" Orca Slicer 支援切片 STEP 檔案,提供比低解析度 STL 更平滑的結果。試試看!" +" Snapmaker Orca 支援切片 STEP 檔案,提供比低解析度 STL 更平滑的結果。試試看!" #: resources/data/hints.ini: [hint:Z seam location] msgid "" @@ -16152,131 +15775,6 @@ msgid "" "probability of warping." msgstr "" -#, fuzzy -#~ msgid "Cool Plate" -#~ msgstr "低溫列印板" - -#, fuzzy -#~ msgid "Reverse on odd" -#~ msgstr "反轉奇數層懸空方向" - -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Number of mm the overhang need to be for the reversal to be considered " -#~ "useful. Can be a % of the perimeter width.\n" -#~ "Value 0 enables reversal on every odd layers regardless." -#~ msgstr "" -#~ "判定懸空反轉需要的值(mm),可以是線寬的百分比。\n" -#~ " 0 值則會在每個奇數層上啟用反向。" - -#, fuzzy -#~ msgid "" -#~ "While printing by Object, the extruder may collide skirt.\n" -#~ "Thus, reset the skirt layer to 1 to avoid that." -#~ msgstr "逐件列印時,擠出機可能與裙邊碰撞。因此將裙邊的層數重設為 1。" - -#~ msgid "" -#~ "The geometry will be decimated before dectecting sharp angles. This " -#~ "parameter indicates the minimum length of the deviation for the " -#~ "decimation.\n" -#~ "0 to deactivate" -#~ msgstr "" -#~ "在偵測尖銳角度之前,幾何形狀將被簡化。此參數表示簡化的最小偏差長度。\n" -#~ "設為 0 以停用" - -#, fuzzy -#~ msgid "" -#~ "Start the fan this number of seconds earlier than its target start time " -#~ "(you can use fractional seconds). It assumes infinite acceleration for " -#~ "this time estimation, and will only take into account G1 and G0 moves " -#~ "(arc fitting is unsupported).\n" -#~ "It won't move fan commands from custom gcodes (they act as a sort of " -#~ "'barrier').\n" -#~ "It won't move fan comands into the start gcode if the 'only custom start " -#~ "gcode' is activated.\n" -#~ "Use 0 to deactivate." -#~ msgstr "" -#~ "將風扇啟動指令往前移動指定時間以補償風扇的啟動時間。目前支援 G1 G0 指令\n" -#~ "設為 0 以禁用此選項" - -#~ msgid "Limited" -#~ msgstr "有限" - -#~ msgid "Shrinkage" -#~ msgstr "耗材收縮率" - -#, fuzzy -#~ msgid "" -#~ "Decrease this value slightly(for example 0.9) to reduce the amount of " -#~ "material for bridge, to improve sag" -#~ msgstr "稍微減小這個數值(比如 0.9)可以減小橋接的線材量,來改善下垂。" - -#, fuzzy -#~ msgid "" -#~ "This factor affects the amount of material for top solid infill. You can " -#~ "decrease it slightly to have smooth surface finish" -#~ msgstr "稍微減小這個數值(比如 0.97)可以來改善頂面的光滑程度。" - -#, fuzzy -#~ msgid "This factor affects the amount of material for bottom solid infill" -#~ msgstr "首層流量調整係數,預設為 1.0" - -#~ msgid "" -#~ "Enable this option to slow printing down in areas where potential curled " -#~ "perimeters may exist" -#~ msgstr "啟用此選項降低可能存在潛在翹邊區域的列印速度" - -#~ msgid "Speed of bridge and completely overhang wall" -#~ msgstr "橋接和完全懸空的外牆的列印速度" - -#~ msgid "" -#~ "Speed of internal bridge. If the value is expressed as a percentage, it " -#~ "will be calculated based on the bridge_speed. Default value is 150%." -#~ msgstr "" -#~ "內部橋接速度。 如果該值以百分比表示,則會根據 橋接速度 進行計算。 預設值" -#~ "為 150%" - -#~ msgid "Time to load new filament when switch filament. For statistics only" -#~ msgstr "切換線材時,進料所需的時間。只用於統計資訊。" - -#~ msgid "" -#~ "Time to unload old filament when switch filament. For statistics only" -#~ msgstr "切換線材時,退料所需時間。只用於統計資訊。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a " -#~ "new filament during a tool change (when executing the T code). This time " -#~ "is added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "在換色時(執行 T-code ,如 T1,T2),列印設備韌體(或 Multi Material Unit " -#~ "2.0)載入新線材的所需時間。該時間將會被 G-code 時間評估功能加到總列印時間" -#~ "上去。" - -#~ msgid "" -#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload " -#~ "a filament during a tool change (when executing the T code). This time is " -#~ "added to the total print time by the G-code time estimator." -#~ msgstr "" -#~ "換色期間(執行T-cide 時如 T1,T2),列印設備韌體(或 Multi Material Unit " -#~ "2.0)退出線材所需時間。該時間將會被 G-code 時間評估功能加到總列印時間上" -#~ "去。" - -#~ msgid "Filter out gaps smaller than the threshold specified" -#~ msgstr "忽略小於指定數值的間隙" - -#, fuzzy -#~ msgid "" -#~ "Enable this option for chamber temperature control. An M191 command will " -#~ "be added before \"machine_start_gcode\"\n" -#~ "G-code commands: M141/M191 S(0-255)" -#~ msgstr "" -#~ "啟用此選項以控製列印設備內部溫度。 在「machine_start_gcode」之前將會新增一" -#~ "個M191指令\n" -#~ "G碼指令:M141/M191 S(0-255)" - -#~ msgid "Wipe tower extruder" -#~ msgstr "擦拭塔擠出機" - #, fuzzy #~ msgid "Printer local connection failed, please try again." #~ msgstr "列印設備區域網路連接失敗,請重試。" @@ -16338,11 +15836,11 @@ msgstr "" #, fuzzy #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " +#~ "Snapmaker Orca is based on BambuStudio by Bambulab, which is from " #~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " #~ "Ranellucci and the RepRap community" #~ msgstr "" -#~ "Orca Slicer 是基於 Bambulab 的 BambuStudio 開發,而 BambuStudio 源自於 " +#~ "Snapmaker Orca 是基於 Bambulab 的 BambuStudio 開發,而 BambuStudio 源自於 " #~ "Prusa Research 的 PrusaSlicer。PrusaSlicer 源自於 Alessandro Ranellucci " #~ "的 Slic3r 和 RepRap 社群" @@ -16466,10 +15964,10 @@ msgstr "" #~ msgstr "載入失敗 [%d]" #, fuzzy -#~ msgid "Failed to fetching model information from printer." +#~ msgid "Failed to fetching model infomations from printer." #~ msgstr "無法從列印設備獲取模型資訊。" -#~ msgid "Failed to parse model informations." +#~ msgid "Failed to parse model infomations." #~ msgstr "解析模型資訊失敗。" #, boost-format @@ -16515,8 +16013,8 @@ msgstr "" #~ msgid "The Config can not be loaded." #~ msgstr "設定檔無法載入。" -#~ msgid "The 3mf is generated by old Orca Slicer, load geometry data only." -#~ msgstr "該 3mf 檔案來自舊版本的 Orca Slicer" +#~ msgid "The 3mf is generated by old Snapmaker Orca, load geometry data only." +#~ msgstr "該 3mf 檔案來自舊版本的 Snapmaker Orca" #~ msgid "Movement:" #~ msgstr "移動:" @@ -16604,11 +16102,11 @@ msgstr "" #~ "Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the " #~ "Negative part modifier? That way you can, for example, create easily " -#~ "resizable holes directly in Orca Slicer. Read more in the documentation." +#~ "resizable holes directly in Snapmaker Orca. Read more in the documentation." #~ msgstr "" #~ "減去部分幾何體\n" #~ "您知道嗎,您可以使用負零件從另一個幾何體中減去另一個幾何體。例如,可以直接" -#~ "在 Orca Slicer 中建立可輕鬆調整大小的孔。" +#~ "在 Snapmaker Orca 中建立可輕鬆調整大小的孔。" #~ msgid "Filling bed " #~ msgstr "填充自動朝向" @@ -16927,14 +16425,14 @@ msgstr "" #~ "當列印較低溫度的耗材時,打開印表機門可以減少擠出機或熱端堵塞的可能性。 有" #~ "關此內容的更多信息,請參見 Wiki。" -#~ msgid "Embedded" +#~ msgid "Embeded" #~ msgstr "嵌入的" #~ msgid "" -#~ "Orca Slicer configuration file may be corrupted and is not abled to be " +#~ "Snapmaker Orca configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "Orca Slicer 設定檔可能已損壞而無法解析。請刪除此檔案並重新啟動 Orca " +#~ "Snapmaker Orca 設定檔可能已損壞而無法解析。請刪除此檔案並重新啟動 Orca " #~ "Slicer。" #~ msgid "Online Models" @@ -16947,7 +16445,7 @@ msgstr "" #, c-format #~ msgid "" #~ "Force cooling fan to be specific speed when overhang degree of printed " -#~ "part exceeds this value. Expressed as percentage which indicates how much " +#~ "part exceeds this value. Expressed as percentage which indicides how much " #~ "width of the line without support from lower layer. 0%% means forcing " #~ "cooling for all outer wall no matter how much overhang degree" #~ msgstr "" @@ -17076,7 +16574,7 @@ msgstr "" #~ "when the sparse infill density is low.This value determines the thickness " #~ "of the support loops. 0 means disable this feature" #~ msgstr "" -#~ "如果開啟, Orca Slicer 切片會沿著內部橋接的邊沿在其下方產生支撐輪廓。這些" +#~ "如果開啟, Snapmaker Orca 切片會沿著內部橋接的邊沿在其下方產生支撐輪廓。這些" #~ "支撐輪廓可以防止懸空地列印內部橋接並提高頂面質量,特別是在填充密度較低的情" #~ "況下。這個設置用於調整支撐輪廓的厚度,0表示關閉此特性。" diff --git a/resources/Icon.icns b/resources/Icon.icns index 122961c97ca..a9999b38ab2 100644 Binary files a/resources/Icon.icns and b/resources/Icon.icns differ diff --git a/resources/data/hints.ini b/resources/data/hints.ini index 63c47c96d02..9ccdb374f71 100644 --- a/resources/data/hints.ini +++ b/resources/data/hints.ini @@ -70,19 +70,19 @@ documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Precise-wall text = Sandwich mode\nDid you know that you can use sandwich mode (inner-outer-inner) to improve precision and layer consistency if your model doesn't have very steep overhangs? [hint:Chamber temperature] -text = Chamber temperature\nDid you know that OrcaSlicer supports chamber temperature? +text = Chamber temperature\nDid you know that Snapmaker Orca supports chamber temperature? documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Chamber-temperature [hint:Calibration] -text = Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in OrcaSlicer. +text = Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in Snapmaker Orca. documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Calibration [hint:Auxiliary fan] -text = Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooling fan? +text = Auxiliary fan\nDid you know that Snapmaker Orca supports Auxiliary part cooling fan? documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Auxiliary-fan [hint:Air filtration] -text = Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan? +text = Air filtration/Exhaust Fan\nDid you know that Snapmaker Orca can support Air filtration/Exhaust Fan? documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/air-filtration [hint:G-code window] @@ -92,7 +92,7 @@ text = G-code window\nYou can turn on/off the G-code window by pressing the C text = Switch workspaces\nYou can switch between Prepare and Preview workspaces by pressing the Tab key. [hint:How to use keyboard shortcuts] -text = How to use keyboard shortcuts\nDid you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene operations. +text = How to use keyboard shortcuts\nDid you know that Snapmaker Orca offers a wide range of keyboard shortcuts and 3D scene operations. [hint:Reverse on odd] text = Reverse on odd\nDid you know that Reverse on odd feature can significantly improve the surface quality of your overhangs? @@ -119,7 +119,7 @@ text = Lay on Face\nDid you know that you can quickly orient a model so that one text = Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part? [hint:Search Functionality] -text = Search Functionality\nDid you know that you use the Search tool to quickly find a specific Orca Slicer setting? +text = Search Functionality\nDid you know that you use the Search tool to quickly find a specific Snapmaker Orca setting? [hint:Simplify Model] text = Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. @@ -131,10 +131,10 @@ text = Slicing Parameter Table\nDid you know that you can view all objects/parts text = Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing? [hint:Subtract a Part] -text = Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer. +text = Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Snapmaker Orca. [hint:STEP] -text = STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nOrca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try! +text = STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nSnapmaker Orca supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try! [hint:Z seam location] text = Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out! diff --git a/resources/images/OrcaSlicer-mac_128px.png b/resources/images/OrcaSlicer-mac_128px.png deleted file mode 100644 index 4e34d48e369..00000000000 Binary files a/resources/images/OrcaSlicer-mac_128px.png and /dev/null differ diff --git a/resources/images/OrcaSlicer-mac_256px.ico b/resources/images/OrcaSlicer-mac_256px.ico deleted file mode 100644 index 6556443c1fc..00000000000 Binary files a/resources/images/OrcaSlicer-mac_256px.ico and /dev/null differ diff --git a/resources/images/OrcaSlicer.icns b/resources/images/OrcaSlicer.icns deleted file mode 100644 index 40df0a8a26a..00000000000 Binary files a/resources/images/OrcaSlicer.icns and /dev/null differ diff --git a/resources/images/OrcaSlicer.ico b/resources/images/OrcaSlicer.ico deleted file mode 100644 index 67c77feda83..00000000000 Binary files a/resources/images/OrcaSlicer.ico and /dev/null differ diff --git a/resources/images/OrcaSlicer.png b/resources/images/OrcaSlicer.png deleted file mode 100644 index d362364b61b..00000000000 Binary files a/resources/images/OrcaSlicer.png and /dev/null differ diff --git a/resources/images/OrcaSlicer.svg b/resources/images/OrcaSlicer.svg deleted file mode 100644 index f8d677c5557..00000000000 --- a/resources/images/OrcaSlicer.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/images/OrcaSlicerTitle.ico b/resources/images/OrcaSlicerTitle.ico deleted file mode 100644 index 84da66f76e9..00000000000 Binary files a/resources/images/OrcaSlicerTitle.ico and /dev/null differ diff --git a/resources/images/OrcaSlicerTitle.png b/resources/images/OrcaSlicerTitle.png deleted file mode 100644 index 3a35f8eaf75..00000000000 Binary files a/resources/images/OrcaSlicerTitle.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_128px.png b/resources/images/OrcaSlicer_128px.png deleted file mode 100644 index 4e34d48e369..00000000000 Binary files a/resources/images/OrcaSlicer_128px.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_154.png b/resources/images/OrcaSlicer_154.png deleted file mode 100644 index e634bedadd4..00000000000 Binary files a/resources/images/OrcaSlicer_154.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_154_title.png b/resources/images/OrcaSlicer_154_title.png deleted file mode 100644 index 3d8d34ffad8..00000000000 Binary files a/resources/images/OrcaSlicer_154_title.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_192px.png b/resources/images/OrcaSlicer_192px.png deleted file mode 100644 index 8a155dd8624..00000000000 Binary files a/resources/images/OrcaSlicer_192px.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_192px_grayscale.png b/resources/images/OrcaSlicer_192px_grayscale.png deleted file mode 100644 index 9570a16be65..00000000000 Binary files a/resources/images/OrcaSlicer_192px_grayscale.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_192px_transparent.png b/resources/images/OrcaSlicer_192px_transparent.png deleted file mode 100644 index a9781fe4eba..00000000000 Binary files a/resources/images/OrcaSlicer_192px_transparent.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_32px.png b/resources/images/OrcaSlicer_32px.png deleted file mode 100644 index c1a9e8bf413..00000000000 Binary files a/resources/images/OrcaSlicer_32px.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_64.png b/resources/images/OrcaSlicer_64.png deleted file mode 100644 index a3eee3cb676..00000000000 Binary files a/resources/images/OrcaSlicer_64.png and /dev/null differ diff --git a/resources/images/OrcaSlicer_about.svg b/resources/images/OrcaSlicer_about.svg deleted file mode 100644 index 43d9bd47292..00000000000 --- a/resources/images/OrcaSlicer_about.svg +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/OrcaSlicer_gradient.svg b/resources/images/OrcaSlicer_gradient.svg deleted file mode 100644 index 6e3829cad19..00000000000 --- a/resources/images/OrcaSlicer_gradient.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/OrcaSlicer_gradient_circle.svg b/resources/images/OrcaSlicer_gradient_circle.svg deleted file mode 100644 index adcb8839c1c..00000000000 --- a/resources/images/OrcaSlicer_gradient_circle.svg +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/OrcaSlicer_gradient_narrow.svg b/resources/images/OrcaSlicer_gradient_narrow.svg deleted file mode 100644 index 69bf400b904..00000000000 --- a/resources/images/OrcaSlicer_gradient_narrow.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/OrcaSlicer_gray.svg b/resources/images/OrcaSlicer_gray.svg deleted file mode 100644 index ef9f5de3037..00000000000 --- a/resources/images/OrcaSlicer_gray.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/Snapmaker_Orca-mac_128px.png b/resources/images/Snapmaker_Orca-mac_128px.png new file mode 100644 index 00000000000..cf16b5d7304 Binary files /dev/null and b/resources/images/Snapmaker_Orca-mac_128px.png differ diff --git a/resources/images/Snapmaker_Orca-mac_256px.ico b/resources/images/Snapmaker_Orca-mac_256px.ico new file mode 100644 index 00000000000..3f9fa08e19c Binary files /dev/null and b/resources/images/Snapmaker_Orca-mac_256px.ico differ diff --git a/resources/images/Snapmaker_Orca.icns b/resources/images/Snapmaker_Orca.icns new file mode 100644 index 00000000000..a9999b38ab2 Binary files /dev/null and b/resources/images/Snapmaker_Orca.icns differ diff --git a/resources/images/Snapmaker_Orca.ico b/resources/images/Snapmaker_Orca.ico new file mode 100644 index 00000000000..3a12cd1f230 Binary files /dev/null and b/resources/images/Snapmaker_Orca.ico differ diff --git a/resources/images/Snapmaker_Orca.png b/resources/images/Snapmaker_Orca.png new file mode 100644 index 00000000000..506b68e69c1 Binary files /dev/null and b/resources/images/Snapmaker_Orca.png differ diff --git a/resources/images/Snapmaker_OrcaTitle.ico b/resources/images/Snapmaker_OrcaTitle.ico new file mode 100644 index 00000000000..6107ce2ea0e Binary files /dev/null and b/resources/images/Snapmaker_OrcaTitle.ico differ diff --git a/resources/images/Snapmaker_OrcaTitle.png b/resources/images/Snapmaker_OrcaTitle.png new file mode 100644 index 00000000000..8c6776414c7 Binary files /dev/null and b/resources/images/Snapmaker_OrcaTitle.png differ diff --git a/resources/images/Snapmaker_Orca_128px.png b/resources/images/Snapmaker_Orca_128px.png new file mode 100644 index 00000000000..cf16b5d7304 Binary files /dev/null and b/resources/images/Snapmaker_Orca_128px.png differ diff --git a/resources/images/Snapmaker_Orca_154.png b/resources/images/Snapmaker_Orca_154.png new file mode 100644 index 00000000000..64bad0a1a3f Binary files /dev/null and b/resources/images/Snapmaker_Orca_154.png differ diff --git a/resources/images/Snapmaker_Orca_154_title.png b/resources/images/Snapmaker_Orca_154_title.png new file mode 100644 index 00000000000..9cc51caba94 Binary files /dev/null and b/resources/images/Snapmaker_Orca_154_title.png differ diff --git a/resources/images/Snapmaker_Orca_192px.png b/resources/images/Snapmaker_Orca_192px.png new file mode 100644 index 00000000000..60871703dfc Binary files /dev/null and b/resources/images/Snapmaker_Orca_192px.png differ diff --git a/resources/images/Snapmaker_Orca_192px_grayscale.png b/resources/images/Snapmaker_Orca_192px_grayscale.png new file mode 100644 index 00000000000..60871703dfc Binary files /dev/null and b/resources/images/Snapmaker_Orca_192px_grayscale.png differ diff --git a/resources/images/Snapmaker_Orca_192px_transparent.png b/resources/images/Snapmaker_Orca_192px_transparent.png new file mode 100644 index 00000000000..e66de327679 Binary files /dev/null and b/resources/images/Snapmaker_Orca_192px_transparent.png differ diff --git a/resources/images/Snapmaker_Orca_32px.png b/resources/images/Snapmaker_Orca_32px.png new file mode 100644 index 00000000000..58f0615c4f5 Binary files /dev/null and b/resources/images/Snapmaker_Orca_32px.png differ diff --git a/resources/images/Snapmaker_Orca_64.png b/resources/images/Snapmaker_Orca_64.png new file mode 100644 index 00000000000..369dd278023 Binary files /dev/null and b/resources/images/Snapmaker_Orca_64.png differ diff --git a/resources/images/Snapmaker_Orca_about.svg b/resources/images/Snapmaker_Orca_about.svg new file mode 100644 index 00000000000..401babdf82d --- /dev/null +++ b/resources/images/Snapmaker_Orca_about.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/Snapmaker_Orca_gradient.png b/resources/images/Snapmaker_Orca_gradient.png new file mode 100644 index 00000000000..506b68e69c1 Binary files /dev/null and b/resources/images/Snapmaker_Orca_gradient.png differ diff --git a/resources/images/Snapmaker_Orca_gradient_circle.png b/resources/images/Snapmaker_Orca_gradient_circle.png new file mode 100644 index 00000000000..506b68e69c1 Binary files /dev/null and b/resources/images/Snapmaker_Orca_gradient_circle.png differ diff --git a/resources/images/Snapmaker_Orca_gradient_narrow.png b/resources/images/Snapmaker_Orca_gradient_narrow.png new file mode 100644 index 00000000000..506b68e69c1 Binary files /dev/null and b/resources/images/Snapmaker_Orca_gradient_narrow.png differ diff --git a/resources/images/Snapmaker_Orca_gray.png b/resources/images/Snapmaker_Orca_gray.png new file mode 100644 index 00000000000..506b68e69c1 Binary files /dev/null and b/resources/images/Snapmaker_Orca_gray.png differ diff --git a/resources/images/exclamation.png b/resources/images/exclamation.png new file mode 100644 index 00000000000..cf16b5d7304 Binary files /dev/null and b/resources/images/exclamation.png differ diff --git a/resources/images/exclamation.svg b/resources/images/exclamation.svg deleted file mode 100644 index 4721d1f39da..00000000000 --- a/resources/images/exclamation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/images/info.png b/resources/images/info.png new file mode 100644 index 00000000000..cf16b5d7304 Binary files /dev/null and b/resources/images/info.png differ diff --git a/resources/images/info.svg b/resources/images/info.svg deleted file mode 100644 index cc052410d2c..00000000000 --- a/resources/images/info.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/images/question.png b/resources/images/question.png new file mode 100644 index 00000000000..cf16b5d7304 Binary files /dev/null and b/resources/images/question.png differ diff --git a/resources/images/question.svg b/resources/images/question.svg deleted file mode 100644 index 5b4ecc50e1b..00000000000 --- a/resources/images/question.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/images/studio_logo.svg b/resources/images/studio_logo.svg index 34fe2bcfc76..e1d314b3572 100644 --- a/resources/images/studio_logo.svg +++ b/resources/images/studio_logo.svg @@ -7,7 +7,7 @@ width="814.987" height="1023.9927" viewBox="0 0 814.987 1023.9927" - sodipodi:docname="OrcaSlicer_gradient_narrow.svg" + sodipodi:docname="Snapmaker_Orca_gradient_narrow.svg" inkscape:version="1.2.2 (732a01da63, 2022-12-09)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" diff --git a/resources/profiles/Custom/orcaslicer_bed_texture.svg b/resources/profiles/Custom/Snapmaker_Orca_bed_texture.svg similarity index 99% rename from resources/profiles/Custom/orcaslicer_bed_texture.svg rename to resources/profiles/Custom/Snapmaker_Orca_bed_texture.svg index f012fea0808..681b5e20e34 100644 --- a/resources/profiles/Custom/orcaslicer_bed_texture.svg +++ b/resources/profiles/Custom/Snapmaker_Orca_bed_texture.svg @@ -6,9 +6,9 @@ fill="none" version="1.1" id="svg526" - sodipodi:docname="OrcaSlicer_about.svg" + sodipodi:docname="Snapmaker_Orca_about.svg" inkscape:version="1.2.2 (732a01da63, 2022-12-09)" - inkscape:export-filename="OrcaSlicer_about.svg" + inkscape:export-filename="Snapmaker_Orca_about.svg" inkscape:export-xdpi="96" inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" diff --git a/resources/profiles/Custom/machine/MyKlipper.json b/resources/profiles/Custom/machine/MyKlipper.json index 8c4b9f56e9c..8deccb799af 100644 --- a/resources/profiles/Custom/machine/MyKlipper.json +++ b/resources/profiles/Custom/machine/MyKlipper.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "MyPrinter", "bed_model": "", - "bed_texture": "orcaslicer_bed_texture.svg", + "bed_texture": "Snapmaker_Orca_bed_texture.svg", "hotend_model": "", "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" } diff --git a/resources/profiles/Custom/machine/MyMarlin.json b/resources/profiles/Custom/machine/MyMarlin.json index 78f5f2c1254..b4ed63624d0 100644 --- a/resources/profiles/Custom/machine/MyMarlin.json +++ b/resources/profiles/Custom/machine/MyMarlin.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "MyPrinter", "bed_model": "", - "bed_texture": "orcaslicer_bed_texture.svg", + "bed_texture": "Snapmaker_Orca_bed_texture.svg", "hotend_model": "", "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" } diff --git a/resources/profiles/Custom/machine/MyRRF.json b/resources/profiles/Custom/machine/MyRRF.json index f03683d61f4..d884d7ca9ca 100644 --- a/resources/profiles/Custom/machine/MyRRF.json +++ b/resources/profiles/Custom/machine/MyRRF.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "MyPrinter", "bed_model": "", - "bed_texture": "orcaslicer_bed_texture.svg", + "bed_texture": "Snapmaker_Orca_bed_texture.svg", "hotend_model": "", "default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF" } diff --git a/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json b/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json index cf43dd0a418..36adad74032 100644 --- a/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json +++ b/resources/profiles/Custom/machine/MyToolChanger 0.4 nozzle.json @@ -21,4 +21,4 @@ "0x350" ], "printable_height": "300" -} \ No newline at end of file +} diff --git a/resources/profiles/Custom/machine/MyToolChanger.json b/resources/profiles/Custom/machine/MyToolChanger.json index 9c927e4be20..3323af27502 100644 --- a/resources/profiles/Custom/machine/MyToolChanger.json +++ b/resources/profiles/Custom/machine/MyToolChanger.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "MyPrinter", "bed_model": "Custom_350_bed.stl", - "bed_texture": "orcaslicer_bed_texture.svg", + "bed_texture": "Snapmaker_Orca_bed_texture.svg", "hotend_model": "", "default_materials": "My Generic PLA @MyToolChanger;My Generic ABS @MyToolChanger;My Generic PLA-CF @MyToolChanger;My Generic PETG @MyToolChanger;My Generic TPU @MyToolChanger;My Generic ASA @MyToolChanger;My Generic PC @MyToolChanger;My Generic PVA @MyToolChanger;My Generic PA @MyToolChanger;My Generic PA-CF @MyToolChanger" } diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index 4d73c98a3c4..c0f59bb8868 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,80 +1,80 @@ { "name": "Snapmaker", - "version": "02.02.00.04", + "version": "02.02.09.02", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ { - "name": "Snapmaker J1", - "sub_path": "machine/Snapmaker J1.json" + "name": "Snapmaker Artisan", + "sub_path": "machine/Snapmaker Artisan.json" }, { - "name": "Snapmaker A250", - "sub_path": "machine/Snapmaker A250.json" + "name": "Snapmaker J1", + "sub_path": "machine/Snapmaker J1.json" }, { - "name": "Snapmaker A350", - "sub_path": "machine/Snapmaker A350.json" + "name": "Snapmaker A350 Dual", + "sub_path": "machine/Snapmaker A350 Dual.json" }, { "name": "Snapmaker A250 Dual", "sub_path": "machine/Snapmaker A250 Dual.json" }, { - "name": "Snapmaker A350 Dual", - "sub_path": "machine/Snapmaker A350 Dual.json" + "name": "Snapmaker A350 Dual QSKit", + "sub_path": "machine/Snapmaker A350 Dual QSKit.json" }, { - "name": "Snapmaker A250 QSKit", - "sub_path": "machine/Snapmaker A250 QSKit.json" + "name": "Snapmaker A250 Dual QSKit", + "sub_path": "machine/Snapmaker A250 Dual QSKit.json" }, { - "name": "Snapmaker A350 QSKit", - "sub_path": "machine/Snapmaker A350 QSKit.json" + "name": "Snapmaker A350 Dual BKit", + "sub_path": "machine/Snapmaker A350 Dual BKit.json" }, { - "name": "Snapmaker A250 BKit", - "sub_path": "machine/Snapmaker A250 BKit.json" + "name": "Snapmaker A250 Dual BKit", + "sub_path": "machine/Snapmaker A250 Dual BKit.json" }, { - "name": "Snapmaker A350 BKit", - "sub_path": "machine/Snapmaker A350 BKit.json" + "name": "Snapmaker A350 Dual QS+B Kit", + "sub_path": "machine/Snapmaker A350 Dual QS+B Kit.json" }, { - "name": "Snapmaker A250 QS+B Kit", - "sub_path": "machine/Snapmaker A250 QS+B Kit.json" + "name": "Snapmaker A250 Dual QS+B Kit", + "sub_path": "machine/Snapmaker A250 Dual QS+B Kit.json" }, { - "name": "Snapmaker A350 QS+B Kit", - "sub_path": "machine/Snapmaker A350 QS+B Kit.json" + "name": "Snapmaker A350 QSKit", + "sub_path": "machine/Snapmaker A350 QSKit.json" }, { - "name": "Snapmaker A250 Dual QSKit", - "sub_path": "machine/Snapmaker A250 Dual QSKit.json" + "name": "Snapmaker A250 QSKit", + "sub_path": "machine/Snapmaker A250 QSKit.json" }, { - "name": "Snapmaker A350 Dual QSKit", - "sub_path": "machine/Snapmaker A350 Dual QSKit.json" + "name": "Snapmaker A350", + "sub_path": "machine/Snapmaker A350.json" }, { - "name": "Snapmaker A250 Dual BKit", - "sub_path": "machine/Snapmaker A250 Dual BKit.json" + "name": "Snapmaker A250", + "sub_path": "machine/Snapmaker A250.json" }, { - "name": "Snapmaker A350 Dual BKit", - "sub_path": "machine/Snapmaker A350 Dual BKit.json" + "name": "Snapmaker A350 BKit", + "sub_path": "machine/Snapmaker A350 BKit.json" }, { - "name": "Snapmaker A250 Dual QS+B Kit", - "sub_path": "machine/Snapmaker A250 Dual QS+B Kit.json" + "name": "Snapmaker A250 BKit", + "sub_path": "machine/Snapmaker A250 BKit.json" }, { - "name": "Snapmaker A350 Dual QS+B Kit", - "sub_path": "machine/Snapmaker A350 Dual QS+B Kit.json" + "name": "Snapmaker A350 QS+B Kit", + "sub_path": "machine/Snapmaker A350 QS+B Kit.json" }, { - "name": "Snapmaker Artisan", - "sub_path": "machine/Snapmaker Artisan.json" + "name": "Snapmaker A250 QS+B Kit", + "sub_path": "machine/Snapmaker A250 QS+B Kit.json" } ], "process_list": [ @@ -400,10 +400,6 @@ "name": "fdm_filament_pva", "sub_path": "filament/fdm_filament_pva.json" }, - { - "name": "fdm_filament_breakaway", - "sub_path": "filament/fdm_filament_breakaway.json" - }, { "name": "fdm_filament_tpu", "sub_path": "filament/fdm_filament_tpu.json" @@ -553,416 +549,404 @@ "sub_path": "filament/Snapmaker TPE.json" }, { - "name": "Snapmaker J1 ABS @base", - "sub_path": "filament/Snapmaker J1 ABS @base.json" + "name": "Snapmaker ABS @J1 base", + "sub_path": "filament/Snapmaker ABS @J1 base.json" }, { - "name": "Snapmaker J1 ABS", - "sub_path": "filament/Snapmaker J1 ABS.json" + "name": "Snapmaker ABS @J1", + "sub_path": "filament/Snapmaker ABS @J1.json" }, { - "name": "Snapmaker J1 ABS @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 ABS @0.2 nozzle.json" + "name": "Snapmaker ABS @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker ABS @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 ABS @0.8 nozzle", - "sub_path": "filament/Snapmaker J1 ABS @0.8 nozzle.json" + "name": "Snapmaker ABS @J1 0.8 nozzle", + "sub_path": "filament/Snapmaker ABS @J1 0.8 nozzle.json" }, { - "name": "Snapmaker J1 ABS Benchy", - "sub_path": "filament/Snapmaker J1 ABS Benchy.json" + "name": "Snapmaker ABS Benchy @J1", + "sub_path": "filament/Snapmaker ABS Benchy @J1.json" }, { - "name": "Snapmaker J1 ASA @base", - "sub_path": "filament/Snapmaker J1 ASA @base.json" + "name": "Snapmaker ASA @J1 base", + "sub_path": "filament/Snapmaker ASA @J1 base.json" }, { - "name": "Snapmaker J1 ASA", - "sub_path": "filament/Snapmaker J1 ASA.json" + "name": "Snapmaker ASA @J1", + "sub_path": "filament/Snapmaker ASA @J1.json" }, { - "name": "Snapmaker J1 ASA @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 ASA @0.2 nozzle.json" + "name": "Snapmaker ASA @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker ASA @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PA-CF @base", - "sub_path": "filament/Snapmaker J1 PA-CF @base.json" + "name": "Snapmaker PA-CF @J1 base", + "sub_path": "filament/Snapmaker PA-CF @J1 base.json" }, { - "name": "Snapmaker J1 PA-CF", - "sub_path": "filament/Snapmaker J1 PA-CF.json" + "name": "Snapmaker PA-CF @J1", + "sub_path": "filament/Snapmaker PA-CF @J1.json" }, { - "name": "Snapmaker J1 PETG @base", - "sub_path": "filament/Snapmaker J1 PETG @base.json" + "name": "Snapmaker PETG @J1 base", + "sub_path": "filament/Snapmaker PETG @J1 base.json" }, { - "name": "Snapmaker J1 PETG", - "sub_path": "filament/Snapmaker J1 PETG.json" + "name": "Snapmaker PETG @J1", + "sub_path": "filament/Snapmaker PETG @J1.json" }, { - "name": "Snapmaker J1 PETG @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PETG @0.2 nozzle.json" + "name": "Snapmaker PETG @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker PETG @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PETG @0.8 nozzle", - "sub_path": "filament/Snapmaker J1 PETG @0.8 nozzle.json" + "name": "Snapmaker PETG @J1 0.8 nozzle", + "sub_path": "filament/Snapmaker PETG @J1 0.8 nozzle.json" }, { - "name": "Snapmaker J1 PET @base", - "sub_path": "filament/Snapmaker J1 PET @base.json" + "name": "Snapmaker PET @J1 base", + "sub_path": "filament/Snapmaker PET @J1 base.json" }, { - "name": "Snapmaker J1 PET", - "sub_path": "filament/Snapmaker J1 PET.json" + "name": "Snapmaker PET @J1", + "sub_path": "filament/Snapmaker PET @J1.json" }, { - "name": "Snapmaker J1 PETG-CF @base", - "sub_path": "filament/Snapmaker J1 PETG-CF @base.json" + "name": "Snapmaker PETG-CF @J1 base", + "sub_path": "filament/Snapmaker PETG-CF @J1 base.json" }, { - "name": "Snapmaker J1 PETG-CF", - "sub_path": "filament/Snapmaker J1 PETG-CF.json" + "name": "Snapmaker PETG-CF @J1", + "sub_path": "filament/Snapmaker PETG-CF @J1.json" }, { - "name": "Snapmaker J1 PLA Eco @base", - "sub_path": "filament/Snapmaker J1 PLA Eco @base.json" + "name": "Snapmaker PLA Eco @J1 base", + "sub_path": "filament/Snapmaker PLA Eco @J1 base.json" }, { - "name": "Snapmaker J1 PLA Eco", - "sub_path": "filament/Snapmaker J1 PLA Eco.json" + "name": "Snapmaker PLA Eco @J1", + "sub_path": "filament/Snapmaker PLA Eco @J1.json" }, { - "name": "Snapmaker J1 PLA Eco @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Eco @0.2 nozzle.json" + "name": "Snapmaker PLA Eco @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Eco @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PLA Eco @0.8 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Eco @0.8 nozzle.json" + "name": "Snapmaker PLA Eco @J1 0.8 nozzle", + "sub_path": "filament/Snapmaker PLA Eco @J1 0.8 nozzle.json" }, { - "name": "Snapmaker J1 PLA @base", - "sub_path": "filament/Snapmaker J1 PLA @base.json" + "name": "Snapmaker PLA @J1 base", + "sub_path": "filament/Snapmaker PLA @J1 base.json" }, { - "name": "Snapmaker J1 PLA", - "sub_path": "filament/Snapmaker J1 PLA.json" + "name": "Snapmaker PLA @J1", + "sub_path": "filament/Snapmaker PLA @J1.json" }, { - "name": "Snapmaker J1 PLA Matte @base", - "sub_path": "filament/Snapmaker J1 PLA Matte @base.json" + "name": "Snapmaker PLA Metal @J1 base", + "sub_path": "filament/Snapmaker PLA Metal @J1 base.json" }, { - "name": "Snapmaker J1 PLA Matte", - "sub_path": "filament/Snapmaker J1 PLA Matte.json" + "name": "Snapmaker PLA Metal @J1", + "sub_path": "filament/Snapmaker PLA Metal @J1.json" }, { - "name": "Snapmaker J1 PLA Matte @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Matte @0.2 nozzle.json" + "name": "Snapmaker PLA Metal @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Metal @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PLA Matte @0.8 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Matte @0.8 nozzle.json" + "name": "Snapmaker PLA-CF @J1 base", + "sub_path": "filament/Snapmaker PLA-CF @J1 base.json" }, { - "name": "Snapmaker J1 PLA Metal @base", - "sub_path": "filament/Snapmaker J1 PLA Metal @base.json" + "name": "Snapmaker PLA-CF @J1", + "sub_path": "filament/Snapmaker PLA-CF @J1.json" }, { - "name": "Snapmaker J1 PLA Metal", - "sub_path": "filament/Snapmaker J1 PLA Metal.json" + "name": "Snapmaker PLA-CF @J1 0.8 nozzle", + "sub_path": "filament/Snapmaker PLA-CF @J1 0.8 nozzle.json" }, { - "name": "Snapmaker J1 PLA Metal @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Metal @0.2 nozzle.json" + "name": "Snapmaker PLA Silk @J1 base", + "sub_path": "filament/Snapmaker PLA Silk @J1 base.json" }, { - "name": "Snapmaker J1 PLA-CF @base", - "sub_path": "filament/Snapmaker J1 PLA-CF @base.json" + "name": "Snapmaker PLA Silk @J1", + "sub_path": "filament/Snapmaker PLA Silk @J1.json" }, { - "name": "Snapmaker J1 PLA-CF", - "sub_path": "filament/Snapmaker J1 PLA-CF.json" + "name": "Snapmaker PLA Silk @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Silk @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PLA-CF @0.8 nozzle", - "sub_path": "filament/Snapmaker J1 PLA-CF @0.8 nozzle.json" + "name": "PolyLite PLA @J1", + "sub_path": "filament/PolyLite PLA @J1.json" }, { - "name": "Snapmaker J1 PLA Silk @base", - "sub_path": "filament/Snapmaker J1 PLA Silk @base.json" + "name": "PolyLite PLA @J1 0.2 nozzle", + "sub_path": "filament/PolyLite PLA @J1 0.2 nozzle.json" }, { - "name": "Snapmaker J1 PLA Silk", - "sub_path": "filament/Snapmaker J1 PLA Silk.json" + "name": "PolyTerra PLA @J1", + "sub_path": "filament/PolyTerra PLA @J1.json" }, { - "name": "Snapmaker J1 PLA Silk @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PLA Silk @0.2 nozzle.json" + "name": "PolyTerra PLA @J1 0.2 nozzle", + "sub_path": "filament/PolyTerra PLA @J1 0.2 nozzle.json" }, { - "name": "PolyLite J1 PLA", - "sub_path": "filament/PolyLite J1 PLA.json" + "name": "Snapmaker PVA @J1 base", + "sub_path": "filament/Snapmaker PVA @J1 base.json" }, { - "name": "PolyLite J1 PLA @0.2 nozzle", - "sub_path": "filament/PolyLite J1 PLA @0.2 nozzle.json" + "name": "Snapmaker PVA @J1", + "sub_path": "filament/Snapmaker PVA @J1.json" }, { - "name": "PolyTerra J1 PLA", - "sub_path": "filament/PolyTerra J1 PLA.json" + "name": "Snapmaker PVA @J1 0.2 nozzle", + "sub_path": "filament/Snapmaker PVA @J1 0.2 nozzle.json" }, { - "name": "PolyTerra J1 PLA @0.2 nozzle", - "sub_path": "filament/PolyTerra J1 PLA @0.2 nozzle.json" + "name": "Snapmaker TPU @J1 base", + "sub_path": "filament/Snapmaker TPU @J1 base.json" }, { - "name": "Snapmaker J1 PVA @base", - "sub_path": "filament/Snapmaker J1 PVA @base.json" + "name": "Snapmaker TPU @J1", + "sub_path": "filament/Snapmaker TPU @J1.json" }, { - "name": "Snapmaker J1 PVA", - "sub_path": "filament/Snapmaker J1 PVA.json" + "name": "Snapmaker TPU High-Flow @J1", + "sub_path": "filament/Snapmaker TPU High-Flow @J1.json" }, { - "name": "Snapmaker J1 PVA @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 PVA @0.2 nozzle.json" + "name": "Snapmaker TPE @J1", + "sub_path": "filament/Snapmaker TPE @J1.json" }, { - "name": "Snapmaker J1 Breakaway @base", - "sub_path": "filament/Snapmaker J1 Breakaway @base.json" + "name": "Snapmaker ABS @Dual base", + "sub_path": "filament/Snapmaker ABS @Dual base.json" }, { - "name": "Snapmaker J1 Breakaway", - "sub_path": "filament/Snapmaker J1 Breakaway.json" + "name": "Snapmaker ABS @Dual", + "sub_path": "filament/Snapmaker ABS @Dual.json" }, { - "name": "Snapmaker J1 Breakaway @0.2 nozzle", - "sub_path": "filament/Snapmaker J1 Breakaway @0.2 nozzle.json" + "name": "Snapmaker ABS @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker ABS @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker J1 TPU @base", - "sub_path": "filament/Snapmaker J1 TPU @base.json" + "name": "Snapmaker ABS @Dual 0.8 nozzle", + "sub_path": "filament/Snapmaker ABS @Dual 0.8 nozzle.json" }, { - "name": "Snapmaker J1 TPU", - "sub_path": "filament/Snapmaker J1 TPU.json" + "name": "Snapmaker ABS Benchy @Dual", + "sub_path": "filament/Snapmaker ABS Benchy @Dual.json" }, { - "name": "Snapmaker J1 TPU High-Flow", - "sub_path": "filament/Snapmaker J1 TPU High-Flow.json" + "name": "Snapmaker ASA @Dual base", + "sub_path": "filament/Snapmaker ASA @Dual base.json" }, { - "name": "Snapmaker J1 TPE", - "sub_path": "filament/Snapmaker J1 TPE.json" + "name": "Snapmaker ASA @Dual", + "sub_path": "filament/Snapmaker ASA @Dual.json" }, { - "name": "Snapmaker Dual ABS @base", - "sub_path": "filament/Snapmaker Dual ABS @base.json" + "name": "Snapmaker ASA @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker ASA @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual ABS", - "sub_path": "filament/Snapmaker Dual ABS.json" + "name": "Snapmaker PA-CF @Dual base", + "sub_path": "filament/Snapmaker PA-CF @Dual base.json" }, { - "name": "Snapmaker Dual ABS @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual ABS @0.2 nozzle.json" + "name": "Snapmaker PA-CF @Dual", + "sub_path": "filament/Snapmaker PA-CF @Dual.json" }, { - "name": "Snapmaker Dual ABS @0.8 nozzle", - "sub_path": "filament/Snapmaker Dual ABS @0.8 nozzle.json" + "name": "Snapmaker PETG @Dual base", + "sub_path": "filament/Snapmaker PETG @Dual base.json" }, { - "name": "Snapmaker Dual ABS Benchy", - "sub_path": "filament/Snapmaker Dual ABS Benchy.json" + "name": "Snapmaker PETG @Dual", + "sub_path": "filament/Snapmaker PETG @Dual.json" }, { - "name": "Snapmaker Dual ASA @base", - "sub_path": "filament/Snapmaker Dual ASA @base.json" + "name": "Snapmaker PETG @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker PETG @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual ASA", - "sub_path": "filament/Snapmaker Dual ASA.json" + "name": "Snapmaker PETG @Dual 0.8 nozzle", + "sub_path": "filament/Snapmaker PETG @Dual 0.8 nozzle.json" }, { - "name": "Snapmaker Dual ASA @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual ASA @0.2 nozzle.json" + "name": "Snapmaker PET @Dual base", + "sub_path": "filament/Snapmaker PET @Dual base.json" }, { - "name": "Snapmaker Dual PA-CF @base", - "sub_path": "filament/Snapmaker Dual PA-CF @base.json" + "name": "Snapmaker PET @Dual 0.8 nozzle", + "sub_path": "filament/Snapmaker PET @Dual 0.8 nozzle.json" }, { - "name": "Snapmaker Dual PA-CF", - "sub_path": "filament/Snapmaker Dual PA-CF.json" - }, - { - "name": "Snapmaker Dual PETG @base", - "sub_path": "filament/Snapmaker Dual PETG @base.json" - }, - { - "name": "Snapmaker Dual PETG", - "sub_path": "filament/Snapmaker Dual PETG.json" - }, - { - "name": "Snapmaker Dual PETG @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PETG @0.2 nozzle.json" + "name": "Snapmaker PET @Dual", + "sub_path": "filament/Snapmaker PET @Dual.json" }, { - "name": "Snapmaker Dual PETG @0.8 nozzle", - "sub_path": "filament/Snapmaker Dual PETG @0.8 nozzle.json" + "name": "Snapmaker PETG-CF @Dual base", + "sub_path": "filament/Snapmaker PETG-CF @Dual base.json" }, { - "name": "Snapmaker Dual PET @base", - "sub_path": "filament/Snapmaker Dual PET @base.json" + "name": "Snapmaker PETG-CF @Dual", + "sub_path": "filament/Snapmaker PETG-CF @Dual.json" }, { - "name": "Snapmaker PET @Dual", - "sub_path": "filament/Snapmaker PET @Dual.json" + "name": "Snapmaker PLA Eco @Dual base", + "sub_path": "filament/Snapmaker PLA Eco @Dual base.json" }, { - "name": "Snapmaker Dual PET", - "sub_path": "filament/Snapmaker Dual PET.json" + "name": "Snapmaker PLA Eco @Dual", + "sub_path": "filament/Snapmaker PLA Eco @Dual.json" }, { - "name": "Snapmaker Dual PETG-CF @base", - "sub_path": "filament/Snapmaker Dual PETG-CF @base.json" + "name": "Snapmaker PLA Eco @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Eco @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual PETG-CF", - "sub_path": "filament/Snapmaker Dual PETG-CF.json" + "name": "Snapmaker PLA Eco @Dual 0.8 nozzle", + "sub_path": "filament/Snapmaker PLA Eco @Dual 0.8 nozzle.json" }, { - "name": "Snapmaker Dual PLA Eco @base", - "sub_path": "filament/Snapmaker Dual PLA Eco @base.json" + "name": "Snapmaker PLA @Dual base", + "sub_path": "filament/Snapmaker PLA @Dual base.json" }, { - "name": "Snapmaker Dual PLA Eco", - "sub_path": "filament/Snapmaker Dual PLA Eco.json" + "name": "Snapmaker PLA @Dual", + "sub_path": "filament/Snapmaker PLA @Dual.json" }, { - "name": "Snapmaker Dual PLA Eco @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Eco @0.2 nozzle.json" + "name": "Snapmaker PLA Matte @base", + "sub_path": "filament/Snapmaker PLA Matte @base.json" }, { - "name": "Snapmaker Dual PLA Eco @0.8 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Eco @0.8 nozzle.json" + "name": "Snapmaker PLA Matte", + "sub_path": "filament/Snapmaker PLA Matte.json" }, { - "name": "Snapmaker Dual PLA @base", - "sub_path": "filament/Snapmaker Dual PLA @base.json" + "name": "Snapmaker PLA Matte @Dual", + "sub_path": "filament/Snapmaker PLA Matte @Dual.json" }, { - "name": "Snapmaker Dual PLA", - "sub_path": "filament/Snapmaker Dual PLA.json" + "name": "Snapmaker PLA Matte @J1", + "sub_path": "filament/Snapmaker PLA Matte @J1.json" }, { - "name": "Snapmaker Dual PLA Matte @base", - "sub_path": "filament/Snapmaker Dual PLA Matte @base.json" + "name": "Snapmaker PLA SnapSpeed @base", + "sub_path": "filament/Snapmaker PLA SnapSpeed @base.json" }, { - "name": "Snapmaker Dual PLA Matte", - "sub_path": "filament/Snapmaker Dual PLA Matte.json" + "name": "Snapmaker PLA SnapSpeed", + "sub_path": "filament/Snapmaker PLA SnapSpeed.json" }, { - "name": "Snapmaker Dual PLA Matte @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Matte @0.2 nozzle.json" + "name": "Snapmaker PLA SnapSpeed @J1", + "sub_path": "filament/Snapmaker PLA SnapSpeed @J1.json" }, { - "name": "Snapmaker Dual PLA Matte @0.8 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Matte @0.8 nozzle.json" + "name": "Snapmaker PLA SnapSpeed @Dual", + "sub_path": "filament/Snapmaker PLA SnapSpeed @Dual.json" }, { - "name": "Snapmaker Dual PLA Metal @base", - "sub_path": "filament/Snapmaker Dual PLA Metal @base.json" + "name": "Snapmaker PLA Metal @Dual base", + "sub_path": "filament/Snapmaker PLA Metal @Dual base.json" }, { - "name": "Snapmaker Dual PLA Metal", - "sub_path": "filament/Snapmaker Dual PLA Metal.json" + "name": "Snapmaker PLA Metal @Dual", + "sub_path": "filament/Snapmaker PLA Metal @Dual.json" }, { - "name": "Snapmaker Dual PLA Metal @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Metal @0.2 nozzle.json" + "name": "Snapmaker PLA Metal @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Metal @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual PLA-CF @base", - "sub_path": "filament/Snapmaker Dual PLA-CF @base.json" + "name": "Snapmaker PLA-CF @Dual base", + "sub_path": "filament/Snapmaker PLA-CF @Dual base.json" }, { - "name": "Snapmaker Dual PLA-CF", - "sub_path": "filament/Snapmaker Dual PLA-CF.json" + "name": "Snapmaker PLA-CF @Dual", + "sub_path": "filament/Snapmaker PLA-CF @Dual.json" }, { - "name": "Snapmaker Dual PLA-CF @0.8 nozzle", - "sub_path": "filament/Snapmaker Dual PLA-CF @0.8 nozzle.json" + "name": "Snapmaker PLA-CF @Dual 0.8 nozzle", + "sub_path": "filament/Snapmaker PLA-CF @Dual 0.8 nozzle.json" }, { - "name": "Snapmaker Dual PLA Silk @base", - "sub_path": "filament/Snapmaker Dual PLA Silk @base.json" + "name": "Snapmaker PLA Silk @Dual base", + "sub_path": "filament/Snapmaker PLA Silk @Dual base.json" }, { - "name": "Snapmaker Dual PLA Silk", - "sub_path": "filament/Snapmaker Dual PLA Silk.json" + "name": "Snapmaker PLA Silk @Dual", + "sub_path": "filament/Snapmaker PLA Silk @Dual.json" }, { - "name": "Snapmaker Dual PLA Silk @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PLA Silk @0.2 nozzle.json" + "name": "Snapmaker PLA Silk @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker PLA Silk @Dual 0.2 nozzle.json" }, { - "name": "PolyLite Dual PLA", - "sub_path": "filament/PolyLite Dual PLA.json" + "name": "PolyLite PLA @Dual", + "sub_path": "filament/PolyLite PLA @Dual.json" }, { - "name": "PolyLite Dual PLA @0.2 nozzle", - "sub_path": "filament/PolyLite Dual PLA @0.2 nozzle.json" + "name": "PolyLite PLA @Dual 0.2 nozzle", + "sub_path": "filament/PolyLite PLA @Dual 0.2 nozzle.json" }, { - "name": "PolyTerra Dual PLA", - "sub_path": "filament/PolyTerra Dual PLA.json" + "name": "PolyTerra PLA @Dual", + "sub_path": "filament/PolyTerra PLA @Dual.json" }, { - "name": "PolyTerra Dual PLA @0.2 nozzle", - "sub_path": "filament/PolyTerra Dual PLA @0.2 nozzle.json" + "name": "PolyTerra PLA @Dual 0.2 nozzle", + "sub_path": "filament/PolyTerra PLA @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual PVA @base", - "sub_path": "filament/Snapmaker Dual PVA @base.json" + "name": "Snapmaker PVA @Dual base", + "sub_path": "filament/Snapmaker PVA @Dual base.json" }, { - "name": "Snapmaker Dual PVA", - "sub_path": "filament/Snapmaker Dual PVA.json" + "name": "Snapmaker PVA @Dual", + "sub_path": "filament/Snapmaker PVA @Dual.json" }, { - "name": "Snapmaker Dual PVA @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual PVA @0.2 nozzle.json" + "name": "Snapmaker PVA @Dual 0.2 nozzle", + "sub_path": "filament/Snapmaker PVA @Dual 0.2 nozzle.json" }, { - "name": "Snapmaker Dual Breakaway @base", - "sub_path": "filament/Snapmaker Dual Breakaway @base.json" + "name": "Snapmaker TPU @Dual base", + "sub_path": "filament/Snapmaker TPU @Dual base.json" }, { - "name": "Snapmaker Dual Breakaway", - "sub_path": "filament/Snapmaker Dual Breakaway.json" + "name": "Snapmaker TPU @Dual", + "sub_path": "filament/Snapmaker TPU @Dual.json" }, { - "name": "Snapmaker Dual Breakaway @0.2 nozzle", - "sub_path": "filament/Snapmaker Dual Breakaway @0.2 nozzle.json" + "name": "Snapmaker TPU High-Flow @Dual", + "sub_path": "filament/Snapmaker TPU High-Flow @Dual.json" }, { - "name": "Snapmaker Dual TPU @base", - "sub_path": "filament/Snapmaker Dual TPU @base.json" + "name": "Snapmaker TPE @Dual", + "sub_path": "filament/Snapmaker TPE @Dual.json" }, { - "name": "Snapmaker Dual TPU", - "sub_path": "filament/Snapmaker Dual TPU.json" + "name": "Snapmaker Breakaway Support @base", + "sub_path": "filament/Snapmaker Breakaway Support @base.json" }, { - "name": "Snapmaker Dual TPU High-Flow", - "sub_path": "filament/Snapmaker Dual TPU High-Flow.json" + "name": "Snapmaker Breakaway Support", + "sub_path": "filament/Snapmaker Breakaway Support.json" }, { - "name": "Snapmaker Dual TPE", - "sub_path": "filament/Snapmaker Dual TPE.json" + "name": "Snapmaker Breakaway Support @J1", + "sub_path": "filament/Snapmaker Breakaway Support @J1.json" } ], "machine_list": [ @@ -1339,4 +1323,5 @@ "sub_path": "machine/Snapmaker Artisan (0.8 nozzle).json" } ] -} \ No newline at end of file +} + diff --git a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @Dual 0.2 nozzle.json similarity index 92% rename from resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/PolyLite PLA @Dual 0.2 nozzle.json index f47614d7102..be753e15cd9 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @Dual 0.2 nozzle.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyLite Dual PLA @0.2 nozzle", + "name": "PolyLite PLA @Dual 0.2 nozzle", "setting_id": "490991920", "inherits": "PolyLite PLA @0.2 nozzle", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @Dual.json similarity index 97% rename from resources/profiles/Snapmaker/filament/PolyLite Dual PLA.json rename to resources/profiles/Snapmaker/filament/PolyLite PLA @Dual.json index e6ab1a14966..6eed0a8a9e7 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @Dual.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyLite Dual PLA", + "name": "PolyLite PLA @Dual", "setting_id": "64868365", "inherits": "PolyLite PLA @base", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @J1 0.2 nozzle.json similarity index 83% rename from resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/PolyLite PLA @J1 0.2 nozzle.json index 4e2b21f7859..cea9493058b 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @J1 0.2 nozzle.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyLite J1 PLA @0.2 nozzle", + "name": "PolyLite PLA @J1 0.2 nozzle", "setting_id": "431382384", "inherits": "PolyLite PLA @0.2 nozzle", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @J1.json similarity index 89% rename from resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json rename to resources/profiles/Snapmaker/filament/PolyLite PLA @J1.json index ac3cdd9ba95..bb01937a34a 100644 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyLite PLA @J1.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyLite J1 PLA", + "name": "PolyLite PLA @J1", "setting_id": "116125055", "inherits": "PolyLite PLA @base", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual 0.2 nozzle.json similarity index 92% rename from resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual 0.2 nozzle.json index c3673b4d3cb..bac7342039a 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual 0.2 nozzle.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyTerra Dual PLA @0.2 nozzle", + "name": "PolyTerra PLA @Dual 0.2 nozzle", "setting_id": "1258531391", "inherits": "PolyTerra PLA @0.2 nozzle", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual.json similarity index 97% rename from resources/profiles/Snapmaker/filament/PolyTerra Dual PLA.json rename to resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual.json index 8b13924b724..e5910b35c5b 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @Dual.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyTerra Dual PLA", + "name": "PolyTerra PLA @Dual", "setting_id": "1258005940", "inherits": "PolyTerra PLA @base", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @J1 0.2 nozzle.json similarity index 83% rename from resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/PolyTerra PLA @J1 0.2 nozzle.json index 24fda4c6520..5f776964056 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @J1 0.2 nozzle.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyTerra J1 PLA @0.2 nozzle", + "name": "PolyTerra PLA @J1 0.2 nozzle", "setting_id": "1072374370", "inherits": "PolyTerra PLA @0.2 nozzle", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @J1.json similarity index 89% rename from resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json rename to resources/profiles/Snapmaker/filament/PolyTerra PLA @J1.json index 9592d5cbd09..fc84a333008 100644 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/PolyTerra PLA @J1.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "PolyTerra J1 PLA", + "name": "PolyTerra PLA @J1", "setting_id": "3958200796", "inherits": "PolyTerra PLA @base", "compatible_printers": [ diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.2 nozzle.json similarity index 90% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.2 nozzle.json index 1bf8f4af610..91cc830aba9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ABS @0.2 nozzle", + "name": "Snapmaker ABS @Dual 0.2 nozzle", "setting_id": "2402717089", - "inherits": "Snapmaker Dual ABS @base", + "inherits": "Snapmaker ABS @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", @@ -16,6 +16,9 @@ "Snapmaker A350 Dual QSKit (0.2 nozzle)", "Snapmaker Artisan (0.2 nozzle)" ], + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "90" ], @@ -64,4 +67,4 @@ "pressure_advance": [ "0.015" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.8 nozzle.json similarity index 87% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.8 nozzle.json index 41053273f2f..566a9c5fdc9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ABS @0.8 nozzle", + "name": "Snapmaker ABS @Dual 0.8 nozzle", "setting_id": "519475561", - "inherits": "Snapmaker Dual ABS @base", + "inherits": "Snapmaker ABS @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.8 nozzle)", "Snapmaker A250 Dual BKit (0.8 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual base.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual base.json index 5f102698d1e..8c678c51a83 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual ABS @base", + "name": "Snapmaker ABS @Dual base", "filament_id": "168223792", "inherits": "fdm_filament_abs", + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "110" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual.json similarity index 92% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual.json index 90049f3a659..ca07522c400 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ABS", + "name": "Snapmaker ABS @Dual", "setting_id": "937533070", - "inherits": "Snapmaker Dual ABS @base", + "inherits": "Snapmaker ABS @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.2 nozzle.json similarity index 80% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.2 nozzle.json index 41f0ae99e2e..c2cde550f86 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.2 nozzle.json @@ -2,12 +2,15 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ABS @0.2 nozzle", + "name": "Snapmaker ABS @J1 0.2 nozzle", "setting_id": "418980201", - "inherits": "Snapmaker J1 ABS @base", + "inherits": "Snapmaker ABS @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "90" ], @@ -32,4 +35,4 @@ "pressure_advance": [ "0.015" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.8 nozzle.json similarity index 75% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.8 nozzle.json index b8ae69733dd..893ce6e1eb4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ABS @0.8 nozzle", + "name": "Snapmaker ABS @J1 0.8 nozzle", "setting_id": "2302229921", - "inherits": "Snapmaker J1 ABS @base", + "inherits": "Snapmaker ABS @J1 base", "compatible_printers": [ "Snapmaker J1 (0.8 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 base.json similarity index 86% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 base.json index 0de3893a527..3caec965a69 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 ABS @base", + "name": "Snapmaker ABS @J1 base", "filament_id": "1223824394", "inherits": "fdm_filament_abs", + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "110" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1.json similarity index 73% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS @J1.json index 1c656d9a7a2..d95e22af792 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ABS", + "name": "Snapmaker ABS @J1", "setting_id": "3810006449", - "inherits": "Snapmaker J1 ABS @base", + "inherits": "Snapmaker ABS @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)" diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @Dual.json similarity index 92% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @Dual.json index e6f005ca231..0a12741e6c5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS Benchy.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ABS Benchy", + "name": "Snapmaker ABS Benchy@Dual", "setting_id": "3540754477", - "inherits": "Snapmaker Dual ABS @base", + "inherits": "Snapmaker ABS @Dual base", "compatible_printers": [ "Snapmaker Artisan (0.4 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @J1.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json rename to resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @J1.json index 97d656cc38a..0bb91fa5bec 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ABS Benchy.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ABS Benchy", + "name": "Snapmaker ABS Benchy@J1", "setting_id": "356879727", - "inherits": "Snapmaker J1 ABS @base", + "inherits": "Snapmaker ABS @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@Dual.json new file mode 100644 index 00000000000..0a12741e6c5 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@Dual.json @@ -0,0 +1,62 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker ABS Benchy@Dual", + "setting_id": "3540754477", + "inherits": "Snapmaker ABS @Dual base", + "compatible_printers": [ + "Snapmaker Artisan (0.4 nozzle)" + ], + "compatible_prints": [ + "0.25 Benchy @Snapmaker Artisan (0.4 nozzle)" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "fan_cooling_layer_time": [ + "2" + ], + "filament_deretraction_speed": [ + "55" + ], + "filament_max_volumetric_speed": [ + "31" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_retraction_speed": [ + "55" + ], + "filament_wipe": [ + "0" + ], + "nozzle_temperature": [ + "250" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "0" + ], + "slow_down_layer_time": [ + "0" + ], + "default_filament_colour": [ + "#335BBB" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@J1.json b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@J1.json new file mode 100644 index 00000000000..0bb91fa5bec --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker ABS Benchy@J1.json @@ -0,0 +1,89 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker ABS Benchy@J1", + "setting_id": "356879727", + "inherits": "Snapmaker ABS @J1 base", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)" + ], + "compatible_prints": [ + "0.25 Benchy @Snapmaker J1 (0.4 nozzle)" + ], + "overhang_fan_speed": [ + "35" + ], + "slow_down_for_layer_cooling": [ + "0" + ], + "fan_cooling_layer_time": [ + "2" + ], + "filament_deretraction_speed": [ + "55" + ], + "filament_max_volumetric_speed": [ + "31" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "0.5" + ], + "filament_z_hop": [ + "0" + ], + "filament_retraction_speed": [ + "55" + ], + "filament_wipe": [ + "0" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "nozzle_temperature": [ + "250" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "65" + ], + "slow_down_min_speed": [ + "0" + ], + "slow_down_layer_time": [ + "0" + ], + "default_filament_colour": [ + "#335BBB" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual 0.2 nozzle.json similarity index 90% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual 0.2 nozzle.json index ddfa0696f95..fb18f2d0da7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ASA @0.2 nozzle", + "name": "Snapmaker ASA @Dual 0.2 nozzle", "setting_id": "2698003242", - "inherits": "Snapmaker Dual ASA @base", + "inherits": "Snapmaker ASA @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", @@ -16,6 +16,9 @@ "Snapmaker A350 Dual QSKit (0.2 nozzle)", "Snapmaker Artisan (0.2 nozzle)" ], + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "90" ], @@ -61,4 +64,4 @@ "fan_min_speed": [ "10" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual base.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual base.json index 4b82c16926c..69de03978bb 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual ASA @base", + "name": "Snapmaker ASA @Dual base", "filament_id": "1247172706", "inherits": "fdm_filament_asa", + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "110" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual.json index 1715dca402f..d4877c8dfe5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual ASA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual ASA", + "name": "Snapmaker ASA @Dual", "setting_id": "2541866198", - "inherits": "Snapmaker Dual ASA @base", + "inherits": "Snapmaker ASA @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 0.2 nozzle.json similarity index 83% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 0.2 nozzle.json index 6e6be4145fb..eff83da5ca4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ASA @0.2 nozzle", + "name": "Snapmaker ASA @J1 0.2 nozzle", "setting_id": "924839906", - "inherits": "Snapmaker J1 ASA @base", + "inherits": "Snapmaker ASA @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 base.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 base.json index cd43cd00b43..b2edc6070e5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1 base.json @@ -2,7 +2,7 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 ASA @base", + "name": "Snapmaker ASA @J1 base", "filament_id": "144877656", "inherits": "fdm_filament_asa", "hot_plate_temp": [ diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1.json similarity index 76% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json rename to resources/profiles/Snapmaker/filament/Snapmaker ASA @J1.json index 5f194609a82..ec7c395b06b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 ASA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker ASA @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 ASA", + "name": "Snapmaker ASA @J1", "setting_id": "1131956201", - "inherits": "Snapmaker J1 ASA @base", + "inherits": "Snapmaker ASA @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @J1.json b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @J1.json new file mode 100644 index 00000000000..d3d9949a6b9 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @J1.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker Breakaway Support @J1", + "filament_id": "4227461134", + "inherits": "Snapmaker Breakaway Support @base", + "filament_end_gcode": [ + "" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json new file mode 100644 index 00000000000..c414c7e9dbe --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support @base.json @@ -0,0 +1,50 @@ +{ + "filament_cost": [ + "100" + ], + "filament_density": [ + "1.32" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_retraction_length": [ + "1.8" + ], + "filament_settings_id": [ + "Snapmaker Breakaway Support @base" + ], + "filament_type": [ + "Breakaway Support" + ], + "from": "User", + "instantiation": "false", + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "inherits": "Snapmaker PVA @J1", + "is_custom_defined": "0", + "name": "Snapmaker Breakaway Support @base", + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "temperature_vitrification": [ + "45" + ], + "version": "2.1.1.0" +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json rename to resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support.json index daf06114e53..053d64666b4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker Breakaway Support.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual Breakaway", - "setting_id": "1762361484", - "inherits": "Snapmaker Dual Breakaway @base", + "name": "Snapmaker Breakaway Support", + "setting_id": "4146000000", + "inherits": "Snapmaker Breakaway Support @base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json deleted file mode 100644 index 15d4ec43ec9..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @0.2 nozzle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual Breakaway @0.2 nozzle", - "setting_id": "98433967", - "inherits": "Snapmaker Dual Breakaway @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json deleted file mode 100644 index d2b92c92617..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual Breakaway @base.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual Breakaway @base", - "filament_id": "1207881278", - "inherits": "fdm_filament_breakaway", - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json deleted file mode 100644 index 03a664e8cf1..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PET", - "setting_id": "4213200045", - "inherits": "Snapmaker Dual PET @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json deleted file mode 100644 index 31e981dd130..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.2 nozzle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte @0.2 nozzle", - "setting_id": "2269792171", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json deleted file mode 100644 index 88e7b42ef62..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @0.8 nozzle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte @0.8 nozzle", - "setting_id": "378166115", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)", - "Snapmaker A250 Dual BKit (0.8 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A250 Dual QSKit (0.8 nozzle)", - "Snapmaker A350 Dual (0.8 nozzle)", - "Snapmaker A350 Dual BKit (0.8 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", - "Snapmaker A350 Dual QSKit (0.8 nozzle)", - "Snapmaker Artisan (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json deleted file mode 100644 index 5b99cb36f32..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte @base.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker Dual PLA Matte @base", - "filament_id": "3503790988", - "inherits": "fdm_filament_pla", - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "9.6" - ], - "filament_loading_speed_start": [ - "35" - ], - "filament_loading_speed": [ - "35" - ], - "filament_unloading_speed_start": [ - "35" - ], - "filament_unloading_speed": [ - "35" - ], - "filament_load_time": [ - "2" - ], - "filament_unload_time": [ - "2" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_cooling_initial_speed": [ - "35" - ], - "filament_cooling_final_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "default_filament_colour": [ - "#EAC3C3" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json b/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json deleted file mode 100644 index e681e7b1852..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Matte.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker Dual PLA Matte", - "setting_id": "3959402964", - "inherits": "Snapmaker Dual PLA Matte @base", - "compatible_printers": [ - "Snapmaker A250 Dual (0.4 nozzle)", - "Snapmaker A250 Dual (0.6 nozzle)", - "Snapmaker A250 Dual BKit (0.4 nozzle)", - "Snapmaker A250 Dual BKit (0.6 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A250 Dual QSKit (0.4 nozzle)", - "Snapmaker A250 Dual QSKit (0.6 nozzle)", - "Snapmaker A350 Dual (0.4 nozzle)", - "Snapmaker A350 Dual (0.6 nozzle)", - "Snapmaker A350 Dual BKit (0.4 nozzle)", - "Snapmaker A350 Dual BKit (0.6 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", - "Snapmaker A350 Dual QSKit (0.4 nozzle)", - "Snapmaker A350 Dual QSKit (0.6 nozzle)", - "Snapmaker Artisan (0.4 nozzle)", - "Snapmaker Artisan (0.6 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json deleted file mode 100644 index 4cb11cd1e36..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @0.2 nozzle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 Breakaway @0.2 nozzle", - "setting_id": "2613265860", - "inherits": "Snapmaker J1 Breakaway @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json deleted file mode 100644 index 7d1d244cc31..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway @base.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "Snapmaker J1 Breakaway @base", - "filament_id": "3492897526", - "inherits": "fdm_filament_breakaway" -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json deleted file mode 100644 index bb0936c48fb..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 Breakaway.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 Breakaway", - "setting_id": "738160822", - "inherits": "Snapmaker J1 Breakaway @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json deleted file mode 100644 index 5658f30ad92..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.2 nozzle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte @0.2 nozzle", - "setting_id": "424999360", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "2" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json deleted file mode 100644 index 150999911fe..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @0.8 nozzle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte @0.8 nozzle", - "setting_id": "2291459336", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.8 nozzle)" - ], - "slow_down_min_speed": [ - "20" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json b/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json deleted file mode 100644 index dcb46bbdb2e..00000000000 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "true", - "name": "Snapmaker J1 PLA Matte", - "setting_id": "2836087278", - "inherits": "Snapmaker J1 PLA Matte @base", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual base.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual base.json index a3583fcd81d..17ba4d94ddb 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PA-CF @base", + "name": "Snapmaker PA-CF @Dual base", "filament_id": "3493177425", "inherits": "fdm_filament_pa", + "filament_end_gcode": [ + "" + ], "hot_plate_temp": [ "100" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual.json index 518d2b9f080..c035e52663a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PA-CF", + "name": "Snapmaker PA-CF @Dual", "setting_id": "2799665789", - "inherits": "Snapmaker Dual PA-CF @base", + "inherits": "Snapmaker PA-CF @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1 base.json similarity index 79% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1 base.json index b7bda1fadc6..9fdb2297429 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PA-CF @base", + "name": "Snapmaker PA-CF @J1 base", "filament_id": "1210173120", "inherits": "fdm_filament_pa", + "filament_end_gcode": [ + "" + ], "overhang_fan_speed": [ "55" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1.json similarity index 75% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1.json index a0b6cc6e022..9d88562ec8d 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PA-CF @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PA-CF", + "name": "Snapmaker PA-CF @J1", "setting_id": "2221614608", - "inherits": "Snapmaker J1 PA-CF @base", + "inherits": "Snapmaker PA-CF @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual 0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual 0.8 nozzle.json new file mode 100644 index 00000000000..5b8f3d70841 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PET @Dual 0.8 nozzle", + "setting_id": "145337790", + "inherits": "Snapmaker PET @Dual base", + "compatible_printers": [ + "Snapmaker A250 Dual (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual base.json similarity index 90% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PET @Dual base.json index bf642524275..8ab5a5667b9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PET @base", + "name": "Snapmaker PET @Dual base", "filament_id": "2128577941", "inherits": "fdm_filament_pet", + "filament_end_gcode": [ + "" + ], "overhang_fan_speed": [ "40" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json index 801cb64b05f..4a47047ae98 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json @@ -3,9 +3,35 @@ "from": "system", "instantiation": "true", "name": "Snapmaker PET @Dual", - "setting_id": "145337790", - "inherits": "Snapmaker Dual PET @base", + "setting_id": "4213200045", + "inherits": "Snapmaker PET @Dual base", "compatible_printers": [ - "Snapmaker A250 Dual (0.8 nozzle)" + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @J1 base.json similarity index 82% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PET @J1 base.json index a65db99924b..d907d058699 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PET @base", + "name": "Snapmaker PET @J1 base", "filament_id": "1009481135", "inherits": "fdm_filament_pet", + "filament_end_gcode": [ + "" + ], "overhang_fan_speed": [ "40" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @J1.json similarity index 76% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json rename to resources/profiles/Snapmaker/filament/Snapmaker PET @J1.json index e45ced946d1..18ed6872352 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PET.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PET", + "name": "Snapmaker PET @J1", "setting_id": "802807698", - "inherits": "Snapmaker J1 PET @base", + "inherits": "Snapmaker PET @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.2 nozzle.json similarity index 86% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.2 nozzle.json index 8ab0c19c204..c4a7f496548 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PETG @0.2 nozzle", + "name": "Snapmaker PETG @Dual 0.2 nozzle", "setting_id": "2935726097", - "inherits": "Snapmaker Dual PETG @base", + "inherits": "Snapmaker PETG @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.8 nozzle.json similarity index 87% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.8 nozzle.json index fd8f37e848a..e2c5f35ae0e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PETG @0.8 nozzle", + "name": "Snapmaker PETG @Dual 0.8 nozzle", "setting_id": "1060879577", - "inherits": "Snapmaker Dual PETG @base", + "inherits": "Snapmaker PETG @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.8 nozzle)", "Snapmaker A250 Dual BKit (0.8 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual base.json similarity index 92% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual base.json index 6920156a95f..0f47d6883d7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PETG @base", + "name": "Snapmaker PETG @Dual base", "filament_id": "2209001062", "inherits": "fdm_filament_petg", + "filament_end_gcode": [ + "" + ], "overhang_fan_speed": [ "25" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual.json similarity index 92% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual.json index 3847f3627b1..9bf5fbb51bd 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PETG", + "name": "Snapmaker PETG @Dual", "setting_id": "2452014271", - "inherits": "Snapmaker Dual PETG @base", + "inherits": "Snapmaker PETG @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.2 nozzle.json similarity index 72% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.2 nozzle.json index 2f7f4539ac8..b9b7a97e981 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PETG @0.2 nozzle", + "name": "Snapmaker PETG @J1 0.2 nozzle", "setting_id": "1003693375", - "inherits": "Snapmaker J1 PETG @base", + "inherits": "Snapmaker PETG @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.8 nozzle.json similarity index 73% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.8 nozzle.json index d78b04b3696..6894204397c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PETG @0.8 nozzle", + "name": "Snapmaker PETG @J1 0.8 nozzle", "setting_id": "2853386743", - "inherits": "Snapmaker J1 PETG @base", + "inherits": "Snapmaker PETG @J1 base", "compatible_printers": [ "Snapmaker J1 (0.8 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 base.json similarity index 87% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 base.json index add2de2157f..935626ff52c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PETG @base", + "name": "Snapmaker PETG @J1 base", "filament_id": "1172603684", "inherits": "fdm_filament_petg", + "filament_end_gcode": [ + "" + ], "overhang_fan_speed": [ "35" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1.json similarity index 72% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG @J1.json index 0809500ba43..be02a92500a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PETG", + "name": "Snapmaker PETG @J1", "setting_id": "613683209", - "inherits": "Snapmaker J1 PETG @base", + "inherits": "Snapmaker PETG @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)" diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual base.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual base.json index 86a223a7149..8917594633c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PETG-CF @base", + "name": "Snapmaker PETG-CF @Dual base", "filament_id": "1042511226", "inherits": "fdm_filament_petg", + "filament_end_gcode": [ + "" + ], "required_nozzle_HRC": [ "40" ], @@ -80,9 +83,6 @@ "enable_pressure_advance": [ "0" ], - "pressure_advance": [ - "0.04" - ], "filament_type": [ "PETG-CF" ], @@ -92,4 +92,4 @@ "nozzle_temperature_range_high": [ "255" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual.json index e74ff28c311..4e6e08a92cb 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PETG-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PETG-CF", + "name": "Snapmaker PETG-CF @Dual", "setting_id": "950459082", - "inherits": "Snapmaker Dual PETG-CF @base", + "inherits": "Snapmaker PETG-CF @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1 base.json similarity index 92% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1 base.json index b979f6bdea9..a7ec0bea7b7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PETG-CF @base", + "name": "Snapmaker PETG-CF @J1 base", "filament_id": "4235401834", "inherits": "fdm_filament_petg", + "filament_end_gcode": [ + "" + ], "required_nozzle_HRC": [ "40" ], @@ -53,9 +56,6 @@ "enable_pressure_advance": [ "0" ], - "pressure_advance": [ - "0.04" - ], "filament_type": [ "PETG-CF" ], @@ -65,4 +65,4 @@ "nozzle_temperature_range_high": [ "255" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1.json similarity index 74% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1.json index 1eabb7aa999..743c04dcab4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PETG-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PETG-CF", + "name": "Snapmaker PETG-CF @J1", "setting_id": "961448549", - "inherits": "Snapmaker J1 PETG-CF @base", + "inherits": "Snapmaker PETG-CF @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json index 6b63709c017..f96b6be0108 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PETG-CF @base.json @@ -53,9 +53,6 @@ "enable_pressure_advance": [ "0" ], - "pressure_advance": [ - "0.04" - ], "filament_type": [ "PETG-CF" ], @@ -65,4 +62,4 @@ "nozzle_temperature_range_high": [ "255" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual base.json similarity index 89% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual base.json index 99967358610..76a9da8b9df 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PLA @base", + "name": "Snapmaker PLA @Dual base", "filament_id": "1417031127", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "filament_retraction_length": [ "nil" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual.json similarity index 95% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual.json index f2ae4d99488..02a3c082703 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA", + "name": "Snapmaker PLA @Dual", "setting_id": "1195313935", - "inherits": "Snapmaker Dual PLA @base", + "inherits": "Snapmaker PLA @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual (0.4 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @J1 base.json similarity index 75% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA @J1 base.json index abd1c423891..561ecf4ed31 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA @base", + "name": "Snapmaker PLA @J1 base", "filament_id": "377675245", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "filament_retraction_length": [ "nil" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA @J1.json similarity index 78% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA @J1.json index 8fd8735e24c..19d360d9497 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA", + "name": "Snapmaker PLA @J1", "setting_id": "2479259696", - "inherits": "Snapmaker J1 PLA @base", + "inherits": "Snapmaker PLA @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)", "Snapmaker J1 (0.4 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.2 nozzle.json similarity index 86% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.2 nozzle.json index a6ff3b69522..90ce6f7cc56 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Eco @0.2 nozzle", + "name": "Snapmaker PLA Eco @Dual 0.2 nozzle", "setting_id": "3529576452", - "inherits": "Snapmaker Dual PLA Eco @base", + "inherits": "Snapmaker PLA Eco @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.8 nozzle.json similarity index 85% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.8 nozzle.json index 2c9432c24f5..ae452a5c34e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Eco @0.8 nozzle", + "name": "Snapmaker PLA Eco @Dual 0.8 nozzle", "setting_id": "1134628044", - "inherits": "Snapmaker Dual PLA Eco @base", + "inherits": "Snapmaker PLA Eco @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.8 nozzle)", "Snapmaker A250 Dual BKit (0.8 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual base.json similarity index 89% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual base.json index 77d46c7bf5a..f04dc506d65 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PLA Eco @base", + "name": "Snapmaker PLA Eco @Dual base", "filament_id": "200803790", "inherits": "fdm_filament_pla_eco", + "filament_end_gcode": [ + "" + ], "filament_density": [ "1.26" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual.json index 570074dc3c0..8ea8be215e7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Eco.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Eco", + "name": "Snapmaker PLA Eco @Dual", "setting_id": "2158656028", - "inherits": "Snapmaker Dual PLA Eco @base", + "inherits": "Snapmaker PLA Eco @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.2 nozzle.json similarity index 70% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.2 nozzle.json index 8a67ab623a8..d11c6125c74 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Eco @0.2 nozzle", + "name": "Snapmaker PLA Eco @J1 0.2 nozzle", "setting_id": "2482225039", - "inherits": "Snapmaker J1 PLA Eco @base", + "inherits": "Snapmaker PLA Eco @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.8 nozzle.json similarity index 69% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.8 nozzle.json index a43f177fb45..b1ce2999636 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Eco @0.8 nozzle", + "name": "Snapmaker PLA Eco @J1 0.8 nozzle", "setting_id": "36938567", - "inherits": "Snapmaker J1 PLA Eco @base", + "inherits": "Snapmaker PLA Eco @J1 base", "compatible_printers": [ "Snapmaker J1 (0.8 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 base.json similarity index 74% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 base.json index f5f24aa8c0e..998d8ee570e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA Eco @base", + "name": "Snapmaker PLA Eco @J1 base", "filament_id": "3383257822", "inherits": "fdm_filament_pla_eco", + "filament_end_gcode": [ + "" + ], "filament_density": [ "1.26" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1.json similarity index 71% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1.json index d93dd88aa38..b3197b5ba4c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Eco.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Eco @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Eco", + "name": "Snapmaker PLA Eco @J1", "setting_id": "2168597171", - "inherits": "Snapmaker J1 PLA Eco @base", + "inherits": "Snapmaker PLA Eco @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)" diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @Dual.json new file mode 100644 index 00000000000..6ef98da1c3d --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @Dual.json @@ -0,0 +1,55 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA Matte @Dual", + "setting_id": "3959402964", + "inherits": "Snapmaker PLA Matte @base", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.2 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "1.07" + ], + "filament_retraction_length": [ + "1.5" + ], + "pressure_advance": [ + "0.055" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @J1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @J1.json new file mode 100644 index 00000000000..128e003cfba --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @J1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA Matte @J1", + "setting_id": "2836087278", + "inherits": "Snapmaker PLA Matte @base", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)", + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "1.07" + ], + "filament_retraction_length": [ + "1.5" + ], + "pressure_advance": [ + "0.055" + ], + "slow_down_layer_time": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @base.json similarity index 57% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @base.json index fdbd3790705..9b38f53431c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Matte @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte @base.json @@ -2,19 +2,19 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA Matte @base", - "filament_id": "1192769348", + "name": "Snapmaker PLA Matte @base", + "filament_id": "37895926871", "inherits": "fdm_filament_pla", + "filament_cost": [ + "80" + ], "filament_density": [ - "1.32" + "1.31" ], "filament_max_volumetric_speed": [ - "9.6" - ], - "nozzle_temperature_initial_layer": [ - "215" + "14.4" ], "default_filament_colour": [ - "#EAC3C3" + "#73CEC8" ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte.json new file mode 100644 index 00000000000..a964d53a181 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Matte.json @@ -0,0 +1,51 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA Matte", + "setting_id": "30163162141", + "inherits": "Snapmaker PLA Matte @base", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "1.08" + ], + "pressure_advance": [ + "0.055" + ], + "slow_down_layer_time": [ + "16" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual 0.2 nozzle.json similarity index 85% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual 0.2 nozzle.json index 9f8acad9bd3..72455478fb1 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Metal @0.2 nozzle", + "name": "Snapmaker PLA Metal @Dual 0.2 nozzle", "setting_id": "922702789", - "inherits": "Snapmaker Dual PLA Metal @base", + "inherits": "Snapmaker PLA Metal @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual base.json similarity index 90% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual base.json index 3ef20715869..3767f4a85d2 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PLA Metal @base", + "name": "Snapmaker PLA Metal @Dual base", "filament_id": "2029994346", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "filament_cost": [ "90" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual.json similarity index 93% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual.json index dfa040e7644..62590d36712 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Metal.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Metal", + "name": "Snapmaker PLA Metal @Dual", "setting_id": "720664627", - "inherits": "Snapmaker Dual PLA Metal @base", + "inherits": "Snapmaker PLA Metal @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 0.2 nozzle.json similarity index 69% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 0.2 nozzle.json index 76191c0713c..21c35018d76 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Metal @0.2 nozzle", + "name": "Snapmaker PLA Metal @J1 0.2 nozzle", "setting_id": "2833378734", - "inherits": "Snapmaker J1 PLA Metal @base", + "inherits": "Snapmaker PLA Metal @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 base.json similarity index 81% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 base.json index 3d75258f561..f7ee8b034de 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA Metal @base", + "name": "Snapmaker PLA Metal @J1 base", "filament_id": "4012961186", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "filament_cost": [ "90" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1.json similarity index 73% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1.json index 707a3419e62..42c0d7e9b74 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Metal.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Metal @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Metal", + "name": "Snapmaker PLA Metal @J1", "setting_id": "1744865289", - "inherits": "Snapmaker J1 PLA Metal @base", + "inherits": "Snapmaker PLA Metal @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual 0.2 nozzle.json similarity index 85% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual 0.2 nozzle.json index caf986b50c7..31dbd4d13b7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Silk @0.2 nozzle", + "name": "Snapmaker PLA Silk @Dual 0.2 nozzle", "setting_id": "965040007", - "inherits": "Snapmaker Dual PLA Silk @base", + "inherits": "Snapmaker PLA Silk @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual base.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual base.json index c2ddf06aa3e..c7c32ee1cf0 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PLA Silk @base", + "name": "Snapmaker PLA Silk @Dual base", "filament_id": "1181363872", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "hot_plate_temp_initial_layer": [ "65" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual.json index 083fdddb973..1ed2ca7eef4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA Silk.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA Silk", + "name": "Snapmaker PLA Silk@Dual", "setting_id": "1328250686", - "inherits": "Snapmaker Dual PLA Silk @base", + "inherits": "Snapmaker PLA Silk @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 0.2 nozzle.json similarity index 70% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 0.2 nozzle.json index b9593831a96..2360636d5fd 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Silk @0.2 nozzle", + "name": "Snapmaker PLA Silk @J1 0.2 nozzle", "setting_id": "1135517568", - "inherits": "Snapmaker J1 PLA Silk @base", + "inherits": "Snapmaker PLA Silk @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 base.json similarity index 86% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 base.json index e9fc62b8fc3..f73d73400d4 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA Silk @base", + "name": "Snapmaker PLA Silk @J1 base", "filament_id": "1528786603", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "hot_plate_temp_initial_layer": [ "65" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1.json similarity index 73% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1.json index a3682174964..91853e49c9b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA Silk.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA Silk @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA Silk", + "name": "Snapmaker PLA Silk @J1", "setting_id": "155396375", - "inherits": "Snapmaker J1 PLA Silk @base", + "inherits": "Snapmaker PLA Silk @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @Dual.json new file mode 100644 index 00000000000..62940dcc4a9 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @Dual.json @@ -0,0 +1,313 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA SnapSpeed @Dual", + "setting_id": "39594029641", + "inherits": "Snapmaker PLA SnapSpeed @base", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.2 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "45" + ], + "eng_plate_temp_initial_layer": [ + "45" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_deretraction_speed": [ + "60" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + " " + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "1.5" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_shrink": [ + "100%" + ], + "filament_shrinkage_compensation_z": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "0" + ], + "filament_stamping_loading_speed": [ + "0" + ], + "filament_start_gcode": [ + " " + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Snapmaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_z_hop_types": [ + "Normal Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "idle_temperature": [ + "0" + ], + "nozzle_temperature": [ + "200" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "16" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @J1.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @J1.json new file mode 100644 index 00000000000..8aa89affddd --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @J1.json @@ -0,0 +1,281 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA SnapSpeed @J1", + "setting_id": "28360872781", + "inherits": "Snapmaker PLA SnapSpeed @base", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)", + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "45" + ], + "eng_plate_temp_initial_layer": [ + "45" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_deretraction_speed": [ + "60" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + " " + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "1.5" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_shrink": [ + "100%" + ], + "filament_shrinkage_compensation_z": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "0" + ], + "filament_stamping_loading_speed": [ + "0" + ], + "filament_start_gcode": [ + " " + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Snapmaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_z_hop_types": [ + "Normal Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "idle_temperature": [ + "0" + ], + "nozzle_temperature": [ + "200" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "16" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @base.json new file mode 100644 index 00000000000..1dc31a16340 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed @base.json @@ -0,0 +1,277 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "false", + "name": "Snapmaker PLA SnapSpeed @base", + "filament_id": "16557273931", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "default_filament_colour": [ + "#FF0000" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp": [ + "45" + ], + "eng_plate_temp_initial_layer": [ + "45" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.25" + ], + "filament_deretraction_speed": [ + "60" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + " " + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "3" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_shrink": [ + "100%" + ], + "filament_shrinkage_compensation_z": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "0" + ], + "filament_stamping_loading_speed": [ + "0" + ], + "filament_start_gcode": [ + " " + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Snapmaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_z_hop_types": [ + "Normal Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "idle_temperature": [ + "0" + ], + "nozzle_temperature": [ + "200" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "pressure_advance": [ + "0.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "5" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ] +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed.json new file mode 100644 index 00000000000..9ba7ae145f2 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA SnapSpeed.json @@ -0,0 +1,310 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker PLA SnapSpeed", + "setting_id": "301631621411", + "inherits": "Snapmaker PLA SnapSpeed @base", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 (0.4 nozzle)", + "Snapmaker A250 (0.6 nozzle)", + "Snapmaker A250 (0.8 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 BKit (0.4 nozzle)", + "Snapmaker A250 BKit (0.6 nozzle)", + "Snapmaker A250 BKit (0.8 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.4 nozzle)", + "Snapmaker A250 QS+B Kit (0.6 nozzle)", + "Snapmaker A250 QS+B Kit (0.8 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.4 nozzle)", + "Snapmaker A250 QSKit (0.6 nozzle)", + "Snapmaker A250 QSKit (0.8 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 (0.4 nozzle)", + "Snapmaker A350 (0.6 nozzle)", + "Snapmaker A350 (0.8 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 BKit (0.4 nozzle)", + "Snapmaker A350 BKit (0.6 nozzle)", + "Snapmaker A350 BKit (0.8 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.4 nozzle)", + "Snapmaker A350 QS+B Kit (0.6 nozzle)", + "Snapmaker A350 QS+B Kit (0.8 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.4 nozzle)", + "Snapmaker A350 QSKit (0.6 nozzle)", + "Snapmaker A350 QSKit (0.8 nozzle)" + ], + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "eng_plate_temp": [ + "45" + ], + "eng_plate_temp_initial_layer": [ + "45" + ], + "fan_cooling_layer_time": [ + "60" + ], + "fan_max_speed": [ + "100" + ], + "filament_cooling_final_speed": [ + "3.4" + ], + "filament_cooling_initial_speed": [ + "2.2" + ], + "filament_cooling_moves": [ + "4" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + " " + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "28" + ], + "filament_loading_speed_start": [ + "3" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "10" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_shrink": [ + "100%" + ], + "filament_shrinkage_compensation_z": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "0" + ], + "filament_stamping_loading_speed": [ + "0" + ], + "filament_start_gcode": [ + " " + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_unloading_speed": [ + "90" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "Snapmaker" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "hot_plate_temp": [ + "45" + ], + "hot_plate_temp_initial_layer": [ + "45" + ], + "idle_temperature": [ + "0" + ], + "nozzle_temperature": [ + "200" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "95%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "20" + ], + "slow_down_min_speed": [ + "10" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "100" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "45" + ], + "textured_plate_temp_initial_layer": [ + "45" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "18" + ], + "is_custom_defined": "0", + "pressure_advance": [ + "0.045" + ], + "fan_min_speed": [ + "100" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual 0.8 nozzle.json similarity index 86% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual 0.8 nozzle.json index edae140f174..040d904e380 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA-CF @0.8 nozzle", + "name": "Snapmaker PLA-CF @Dual 0.8 nozzle", "setting_id": "154056642", - "inherits": "Snapmaker Dual PLA-CF @base", + "inherits": "Snapmaker PLA-CF @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.8 nozzle)", "Snapmaker A250 Dual BKit (0.8 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual base.json similarity index 93% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual base.json index 644105f3df9..967798b01cf 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PLA-CF @base", + "name": "Snapmaker PLA-CF @Dual base", "filament_id": "1702147325", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "required_nozzle_HRC": [ "40" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual.json similarity index 91% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual.json index 4eca5405b08..5edcd5e9b3e 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PLA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PLA-CF", + "name": "Snapmaker PLA-CF @Dual", "setting_id": "3589359438", - "inherits": "Snapmaker Dual PLA-CF @base", + "inherits": "Snapmaker PLA-CF @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 0.8 nozzle.json similarity index 71% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 0.8 nozzle.json index 28dff6e2ea8..8adce8513d6 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @0.8 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 0.8 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA-CF @0.8 nozzle", + "name": "Snapmaker PLA-CF @J1 0.8 nozzle", "setting_id": "2684050537", - "inherits": "Snapmaker J1 PLA-CF @base", + "inherits": "Snapmaker PLA-CF @J1 base", "compatible_printers": [ "Snapmaker J1 (0.8 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 base.json similarity index 90% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 base.json index aed0f937c68..82c8be0448b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PLA-CF @base", + "name": "Snapmaker PLA-CF @J1 base", "filament_id": "3806593857", "inherits": "fdm_filament_pla", + "filament_end_gcode": [ + "" + ], "required_nozzle_HRC": [ "40" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1.json similarity index 72% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json rename to resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1.json index 7038ead330d..f738fa893a7 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PLA-CF.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PLA-CF @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PLA-CF", + "name": "Snapmaker PLA-CF @J1", "setting_id": "3872452111", - "inherits": "Snapmaker J1 PLA-CF @base", + "inherits": "Snapmaker PLA-CF @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)" diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual 0.2 nozzle.json similarity index 88% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual 0.2 nozzle.json index f83d1b68b28..de73eb60a2b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PVA @0.2 nozzle", + "name": "Snapmaker PVA @Dual 0.2 nozzle", "setting_id": "3656018400", - "inherits": "Snapmaker Dual PVA @base", + "inherits": "Snapmaker PVA @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.2 nozzle)", "Snapmaker A250 Dual BKit (0.2 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual base.json similarity index 88% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual base.json index e5abdc7d823..3fc221889b3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual PVA @base", + "name": "Snapmaker PVA @Dual base", "filament_id": "3104636980", "inherits": "fdm_filament_pva", + "filament_end_gcode": [ + "" + ], "filament_loading_speed_start": [ "35" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual.json index b7a8430f65e..64cd535cfa0 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual PVA", + "name": "Snapmaker PVA @Dual", "setting_id": "4145213908", - "inherits": "Snapmaker Dual PVA @base", + "inherits": "Snapmaker PVA @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 0.2 nozzle.json similarity index 79% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 0.2 nozzle.json index 441ecdde35a..8d6a4fed8ea 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @0.2 nozzle.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 0.2 nozzle.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PVA @0.2 nozzle", + "name": "Snapmaker PVA @J1 0.2 nozzle", "setting_id": "1311098152", - "inherits": "Snapmaker J1 PVA @base", + "inherits": "Snapmaker PVA @J1 base", "compatible_printers": [ "Snapmaker J1 (0.2 nozzle)" ], diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 base.json similarity index 70% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 base.json index e7e03c48e1a..2031a2d2a8a 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1 base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 PVA @base", + "name": "Snapmaker PVA @J1 base", "filament_id": "4227461134", "inherits": "fdm_filament_pva", + "filament_end_gcode": [ + "" + ], "slow_down_layer_time": [ "8" ] diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1.json similarity index 76% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json rename to resources/profiles/Snapmaker/filament/Snapmaker PVA @J1.json index 8bd2c3cb532..cce7f749241 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 PVA", + "name": "Snapmaker PVA @J1", "setting_id": "602634987", - "inherits": "Snapmaker J1 PVA @base", + "inherits": "Snapmaker PVA @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker TPE @Dual.json similarity index 93% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPE @Dual.json index dc50110b2ed..926e5f3d9b6 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPE @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual TPE", + "name": "Snapmaker TPE @Dual", "setting_id": "2704030359", - "inherits": "Snapmaker Dual TPU @base", + "inherits": "Snapmaker TPU @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", @@ -37,6 +37,9 @@ "hot_plate_temp": [ "45" ], + "hot_plate_temp_initial_layer": [ + "45" + ], "overhang_fan_speed": [ "65" ], @@ -61,4 +64,4 @@ "filament_notes": [ "eSUN eLastic TPE-83A\n" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker TPE @J1.json similarity index 83% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPE @J1.json index e1768a743bd..5135e28216b 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPE @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 TPE", + "name": "Snapmaker TPE @J1", "setting_id": "1976938920", - "inherits": "Snapmaker J1 TPU @base", + "inherits": "Snapmaker TPU @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", @@ -13,6 +13,9 @@ "hot_plate_temp": [ "45" ], + "hot_plate_temp_initial_layer": [ + "45" + ], "overhang_fan_speed": [ "65" ], @@ -37,4 +40,4 @@ "filament_notes": [ "eSUN eLastic TPE-83A\n" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPE.json b/resources/profiles/Snapmaker/filament/Snapmaker TPE.json index fa38a7a6247..03c09d8b267 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker TPE.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPE.json @@ -34,6 +34,9 @@ "hot_plate_temp": [ "45" ], + "hot_plate_temp_initial_layer": [ + "45" + ], "overhang_fan_speed": [ "100" ], @@ -43,12 +46,6 @@ "filament_max_volumetric_speed": [ "7.2" ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" - ], "fan_max_speed": [ "100" ], @@ -61,4 +58,4 @@ "filament_notes": [ "eSUN eLastic TPE-83A\n" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual base.json similarity index 81% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual base.json index 199797509ef..1ff8af8b456 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual base.json @@ -2,9 +2,12 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker Dual TPU @base", + "name": "Snapmaker TPU @Dual base", "filament_id": "2971656290", "inherits": "fdm_filament_tpu", + "filament_end_gcode": [ + "" + ], "filament_loading_speed_start": [ "35" ], @@ -31,11 +34,5 @@ ], "filament_cooling_final_speed": [ "60" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual.json similarity index 94% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual.json index cc2c391c8ae..3080aea6a3c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual TPU", + "name": "Snapmaker TPU @Dual", "setting_id": "3164285683", - "inherits": "Snapmaker Dual TPU @base", + "inherits": "Snapmaker TPU @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @J1 base.json similarity index 52% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU @J1 base.json index a811ac33411..f1a3b2968e5 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @J1 base.json @@ -2,13 +2,10 @@ "type": "filament", "from": "system", "instantiation": "false", - "name": "Snapmaker J1 TPU @base", + "name": "Snapmaker TPU @J1 base", "filament_id": "4092268632", "inherits": "fdm_filament_tpu", - "nozzle_temperature_initial_layer": [ - "240" - ], - "nozzle_temperature": [ - "240" + "filament_end_gcode": [ + "" ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU @J1.json similarity index 76% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU @J1.json index ceb9599d6f6..6083f1930a3 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 TPU", + "name": "Snapmaker TPU @J1", "setting_id": "1751294412", - "inherits": "Snapmaker J1 TPU @base", + "inherits": "Snapmaker TPU @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @Dual.json similarity index 95% rename from resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @Dual.json index e7be5e9e7db..3d9ec8351aa 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker Dual TPU High-Flow.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @Dual.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker Dual TPU High-Flow", + "name": "Snapmaker TPU High-Flow@Dual", "setting_id": "1072918854", - "inherits": "Snapmaker Dual TPU @base", + "inherits": "Snapmaker TPU @Dual base", "compatible_printers": [ "Snapmaker A250 Dual (0.4 nozzle)", "Snapmaker A250 Dual (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @J1.json similarity index 87% rename from resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json rename to resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @J1.json index f377e7e279e..aab98022b48 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker J1 TPU High-Flow.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow @J1.json @@ -2,9 +2,9 @@ "type": "filament", "from": "system", "instantiation": "true", - "name": "Snapmaker J1 TPU High-Flow", + "name": "Snapmaker TPU High-Flow@J1", "setting_id": "4255325782", - "inherits": "Snapmaker J1 TPU @base", + "inherits": "Snapmaker TPU @J1 base", "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)", "Snapmaker J1 (0.6 nozzle)", diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@Dual.json new file mode 100644 index 00000000000..3d9ec8351aa --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@Dual.json @@ -0,0 +1,55 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker TPU High-Flow@Dual", + "setting_id": "1072918854", + "inherits": "Snapmaker TPU @Dual base", + "compatible_printers": [ + "Snapmaker A250 Dual (0.4 nozzle)", + "Snapmaker A250 Dual (0.6 nozzle)", + "Snapmaker A250 Dual (0.8 nozzle)", + "Snapmaker A250 Dual BKit (0.4 nozzle)", + "Snapmaker A250 Dual BKit (0.6 nozzle)", + "Snapmaker A250 Dual BKit (0.8 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A250 Dual QSKit (0.4 nozzle)", + "Snapmaker A250 Dual QSKit (0.6 nozzle)", + "Snapmaker A250 Dual QSKit (0.8 nozzle)", + "Snapmaker A350 Dual (0.4 nozzle)", + "Snapmaker A350 Dual (0.6 nozzle)", + "Snapmaker A350 Dual (0.8 nozzle)", + "Snapmaker A350 Dual BKit (0.4 nozzle)", + "Snapmaker A350 Dual BKit (0.6 nozzle)", + "Snapmaker A350 Dual BKit (0.8 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.4 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.6 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)", + "Snapmaker A350 Dual QSKit (0.4 nozzle)", + "Snapmaker A350 Dual QSKit (0.6 nozzle)", + "Snapmaker A350 Dual QSKit (0.8 nozzle)", + "Snapmaker Artisan (0.4 nozzle)", + "Snapmaker Artisan (0.6 nozzle)", + "Snapmaker Artisan (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "0.983" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@J1.json b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@J1.json new file mode 100644 index 00000000000..aab98022b48 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Snapmaker TPU High-Flow@J1.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "Snapmaker TPU High-Flow@J1", + "setting_id": "4255325782", + "inherits": "Snapmaker TPU @J1 base", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ], + "filament_flow_ratio": [ + "0.983" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "7.6" + ], + "filament_retraction_length": [ + "0.8" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_notes": [ + "!! It needs to be dried before use.\nSnapmaker TPU 95A High-Flow\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_abs.json b/resources/profiles/Snapmaker/filament/fdm_filament_abs.json index ddf59e95a3c..1999a4af2c2 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_abs.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_abs.json @@ -4,85 +4,40 @@ "instantiation": "false", "name": "fdm_filament_abs", "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "90" - ], - "hot_plate_temp_initial_layer": [ - "90" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "80" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "filament_flow_ratio": [ - "0.93" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_cost": [ - "50" - ], - "filament_density": [ - "1.04" - ], - "filament_max_volumetric_speed": [ - "16" - ], - "filament_retraction_length": [ - "0.6" - ], - "filament_z_hop": [ - "0.7" - ], - "nozzle_temperature_initial_layer": [ - "260" - ], - "nozzle_temperature": [ - "260" - ], - "temperature_vitrification": [ - "189" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "15" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "3" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.015" - ], - "filament_type": [ - "ABS" - ], - "nozzle_temperature_range_low": [ - "240" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "default_filament_colour": [ - "#682D35" - ], - "filament_notes": [ - "eSUN ABS+\nSunlu ABS+\n" - ] -} \ No newline at end of file + + "default_filament_colour": ["#FF0000"], + "filament_cost": ["100"], + "filament_density": ["1.04"], + "filament_max_volumetric_speed": ["16"], + "filament_settings_id": ["Snapmaker_ABS"], + "filament_type": ["ABS"], + "hot_plate_temp": ["80"], + "hot_plate_temp_initial_layer": ["80"], + "is_custom_defined": "0", + + "nozzle_temperature": ["255"], + "nozzle_temperature_initial_layer": ["265"], + "pressure_advance": ["0.03"], + "temperature_vitrification": ["100"], + + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["80"], + "close_fan_the_first_x_layers": ["3"], + "filament_flow_ratio": ["0.93"], + "reduce_fan_stop_start_freq": ["1"], + "fan_cooling_layer_time": ["30"], + + "filament_retraction_length": ["0.6"], + "filament_z_hop": ["0.7"], + + "fan_max_speed": ["80"], + "fan_min_speed": ["15"], + "slow_down_min_speed": ["20"], + "slow_down_layer_time": ["3"], + "enable_pressure_advance": ["1"], + + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature_range_high": ["280"], + + "filament_notes": ["eSUN ABS+\nSunlu ABS+\n"] +} diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json b/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json deleted file mode 100644 index 73addc11186..00000000000 --- a/resources/profiles/Snapmaker/filament/fdm_filament_breakaway.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "type": "filament", - "from": "system", - "instantiation": "false", - "name": "fdm_filament_breakaway", - "inherits": "fdm_filament_common", - "filament_is_support": [ - "1" - ], - "hot_plate_temp": [ - "65" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "filament_flow_ratio": [ - "0.98" - ], - "filament_cost": [ - "100" - ], - "filament_density": [ - "1.32" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_length": [ - "1.8" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "220" - ], - "temperature_vitrification": [ - "154" - ], - "default_filament_colour": [ - "#ffffff" - ], - "filament_type": [ - "Breakaway Support" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "nozzle_temperature_range_low": [ - "200" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_petg.json b/resources/profiles/Snapmaker/filament/fdm_filament_petg.json index 81bbe9eef81..80d2e41ceb3 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_petg.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_petg.json @@ -4,76 +4,36 @@ "instantiation": "false", "name": "fdm_filament_petg", "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "70" - ], - "hot_plate_temp_initial_layer": [ - "70" - ], - "overhang_fan_threshold": [ - "25%" - ], - "overhang_fan_speed": [ - "90" - ], - "filament_flow_ratio": [ - "0.95" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_cost": [ - "30" - ], - "filament_density": [ - "1.27" - ], - "filament_max_volumetric_speed": [ - "10" - ], - "filament_retraction_minimum_travel": [ - "0" - ], - "filament_retraction_length": [ - "1.8" - ], - "nozzle_temperature_initial_layer": [ - "255" - ], - "nozzle_temperature": [ - "245" - ], - "temperature_vitrification": [ - "160" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "40" - ], - "slow_down_min_speed": [ - "20" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.03" - ], - "default_filament_colour": [ - "#DF6734" - ], - "filament_type": [ - "PETG" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "270" - ] -} \ No newline at end of file + + "default_filament_colour": ["#FF0000"], + "filament_cost": ["100"], + "filament_settings_id": ["Snapmaker_PETG "], + + "hot_plate_temp": ["75"], + "hot_plate_temp_initial_layer": ["80"], + "is_custom_defined": "0", + "nozzle_temperature": ["230"], + "nozzle_temperature_initial_layer": ["240"], + "pressure_advance": ["0.03"], + "temperature_vitrification": ["70"], + + "overhang_fan_threshold": ["25%"], + "overhang_fan_speed": ["90"], + "filament_flow_ratio": ["0.95"], + "reduce_fan_stop_start_freq": ["1"], + "fan_cooling_layer_time": ["30"], + + "filament_density": ["1.27"], + "filament_max_volumetric_speed": ["10"], + "filament_retraction_minimum_travel": ["0"], + "filament_retraction_length": ["1.8"], + + "fan_max_speed": ["90"], + "fan_min_speed": ["40"], + "slow_down_min_speed": ["20"], + "enable_pressure_advance": ["1"], + + "filament_type": ["PETG"], + "nozzle_temperature_range_low": ["220"], + "nozzle_temperature_range_high": ["270"] +} diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pla.json b/resources/profiles/Snapmaker/filament/fdm_filament_pla.json index f8c982cc3b4..ef30b29b3aa 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pla.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pla.json @@ -4,70 +4,38 @@ "instantiation": "false", "name": "fdm_filament_pla", "inherits": "fdm_filament_common", - "overhang_fan_threshold": [ - "0%" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "filament_flow_ratio": [ - "0.98" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "60" - ], - "filament_density": [ - "1.24" - ], - "filament_max_volumetric_speed": [ - "14" - ], - "filament_retraction_length": [ - "1.2" - ], - "filament_retraction_speed": [ - "60" - ], - "nozzle_temperature_initial_layer": [ - "220" - ], - "nozzle_temperature": [ - "210" - ], - "temperature_vitrification": [ - "154" - ], - "fan_min_speed": [ - "100" - ], - "slow_down_min_speed": [ - "15" - ], - "enable_pressure_advance": [ - "1" - ], - "pressure_advance": [ - "0.02" - ], - "default_filament_colour": [ - "#F8C827" - ], - "filament_type": [ - "PLA" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "additional_cooling_fan_speed": [ - "70" - ] -} \ No newline at end of file + + "default_filament_colour": ["#FFFFFF"], + "filament_cost": ["100"], + "filament_flow_ratio": ["0.98"], + "filament_retraction_length": ["2"], + "filament_retraction_speed": ["60"], + "filament_settings_id": ["Snapmaker_PLA"], + + "hot_plate_temp": ["65"], + "hot_plate_temp_initial_layer": ["70"], + + "nozzle_temperature": ["215"], + "pressure_advance": ["0.02"], + "temperature_vitrification": ["65"], + + "overhang_fan_threshold": ["0%"], + "close_fan_the_first_x_layers": ["1"], + + "reduce_fan_stop_start_freq": ["1"], + "fan_cooling_layer_time": ["100"], + + "filament_density": ["1.24"], + "filament_max_volumetric_speed": ["14"], + + "nozzle_temperature_initial_layer": ["220"], + + "fan_min_speed": ["100"], + "slow_down_min_speed": ["15"], + "enable_pressure_advance": ["1"], + + "filament_type": ["PLA"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_range_high": ["240"], + "additional_cooling_fan_speed": ["70"] +} diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_pva.json b/resources/profiles/Snapmaker/filament/fdm_filament_pva.json index d4c778d1c1c..eebc8492dbe 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_pva.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_pva.json @@ -4,64 +4,36 @@ "instantiation": "false", "name": "fdm_filament_pva", "inherits": "fdm_filament_common", - "filament_is_support": [ - "1" - ], - "overhang_fan_threshold": [ - "50%" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "120" - ], - "filament_density": [ - "1.37" - ], - "filament_deretraction_speed": [ - "15" - ], - "filament_max_volumetric_speed": [ - "6" - ], - "filament_retraction_length": [ - "2" - ], - "filament_retraction_speed": [ - "28" - ], - "nozzle_temperature_initial_layer": [ - "215" - ], - "nozzle_temperature": [ - "215" - ], - "temperature_vitrification": [ - "150" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "7" - ], - "default_filament_colour": [ - "#D9DFE3" - ], - "filament_type": [ - "PVA" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "225" - ], - "additional_cooling_fan_speed": [ - "50" - ] -} \ No newline at end of file + + "filament_cost": ["100"], + "filament_density": ["1.27"], + "filament_max_volumetric_speed": ["6"], + "filament_settings_id": ["Snapmaker_PVA"], + + "hot_plate_temp": ["65"], + "hot_plate_temp_initial_layer": ["70"], + + "nozzle_temperature": ["210"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_high": ["230"], + "temperature_vitrification": ["45"], + + "filament_is_support": ["1"], + + "overhang_fan_threshold": ["50%"], + "reduce_fan_stop_start_freq": ["1"], + "fan_cooling_layer_time": ["100"], + + "filament_deretraction_speed": ["15"], + + "filament_retraction_length": ["2"], + "filament_retraction_speed": ["28"], + + "slow_down_min_speed": ["20"], + "slow_down_layer_time": ["7"], + "default_filament_colour": ["#D9DFE3"], + "filament_type": ["PVA"], + "nozzle_temperature_range_low": ["190"], + + "additional_cooling_fan_speed": ["50"] +} diff --git a/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json b/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json index 689c2ab0dd1..0a01e5cbff9 100644 --- a/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json +++ b/resources/profiles/Snapmaker/filament/fdm_filament_tpu.json @@ -4,88 +4,46 @@ "instantiation": "false", "name": "fdm_filament_tpu", "inherits": "fdm_filament_common", - "hot_plate_temp": [ - "40" - ], - "hot_plate_temp_initial_layer": [ - "45" - ], - "overhang_fan_speed": [ - "70" - ], - "slow_down_for_layer_cooling": [ - "0" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "reduce_fan_stop_start_freq": [ - "1" - ], - "fan_cooling_layer_time": [ - "100" - ], - "filament_cost": [ - "80" - ], - "filament_density": [ - "1.24" - ], - "filament_deretraction_speed": [ - "25" - ], - "filament_max_volumetric_speed": [ - "2.8" - ], - "filament_retract_when_changing_layer": [ - "0" - ], - "filament_retraction_length": [ - "0.5" - ], - "filament_z_hop": [ - "0" - ], - "filament_z_hop_types": [ - "Normal Lift" - ], - "filament_retraction_speed": [ - "25" - ], - "nozzle_temperature_initial_layer": [ - "230" - ], - "nozzle_temperature": [ - "225" - ], - "temperature_vitrification": [ - "138" - ], - "fan_max_speed": [ - "70" - ], - "fan_min_speed": [ - "70" - ], - "pressure_advance": [ - "0.01" - ], - "default_filament_colour": [ - "#302730" - ], - "filament_type": [ - "TPU" - ], - "additional_cooling_fan_speed": [ - "70" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "filament_notes": [ - "!! It needs to be dried before use.\nSunlu TPU 95A\n" - ] -} \ No newline at end of file + + "default_filament_colour": ["#000000"], + "filament_cost": ["100"], + "filament_density": ["1.22"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["4.5"], + "filament_retraction_length": ["nil"], + "filament_retraction_minimum_travel": ["nil"], + "filament_settings_id": ["Snapmaker_TPU"], + "filament_type": ["TPU"], + + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["65"], + + "nozzle_temperature": ["225"], + "nozzle_temperature_initial_layer": ["230"], + "nozzle_temperature_range_high": ["250"], + "nozzle_temperature_range_low": ["200"], + "enable_pressure_advance": ["0"], + "pressure_advance": ["0.01"], + "temperature_vitrification": ["45"], + + "overhang_fan_speed": ["70"], + "slow_down_for_layer_cooling": ["0"], + "close_fan_the_first_x_layers": ["1"], + "reduce_fan_stop_start_freq": ["1"], + "fan_cooling_layer_time": ["100"], + + "filament_deretraction_speed": ["25"], + + "filament_retract_when_changing_layer": ["0"], + + "filament_z_hop": ["0"], + "filament_z_hop_types": ["Normal Lift"], + "filament_retraction_speed": ["25"], + + "fan_max_speed": ["70"], + "fan_min_speed": ["70"], + + "additional_cooling_fan_speed": ["70"], + + "filament_notes": ["!! It needs to be dried before use.\nSunlu TPU 95A\n"] +} diff --git a/resources/profiles/Snapmaker/machine/fdm_a250.json b/resources/profiles/Snapmaker/machine/fdm_a250.json index 4a177a83bae..dda34a7b2a9 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250.json @@ -8,13 +8,8 @@ "bed_texture": "Snapmaker A250_texture.svg", "printable_height": "230", "printer_notes": "PRINTER_MODEL_SNAPMAKER_A250\n", - "printable_area": [ - "0x0", - "230x0", - "230x250", - "0x250" - ], - "machine_start_gcode": "; Model: Snapmaker A250\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z153 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "printable_area": ["0x0", "230x0", "230x250", "0x250"], + "machine_start_gcode": "; Model: Snapmaker A250\n; Update: 20250313\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\n;G0 Z153 F960.0\n;G0 Y125.0 F3420.0\n;G0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n;G28\n;{if 1==1}\n; G0 X0\n; G0 Z0.2 F960.0\n; G0 Y0 F3420.0\n; G0 X230\n; G0 Y250\n; G0 X0\n; G0 Y0\n;{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\n\nG0 X10 F3420.0\nG0 Y0 F3420.0\nG0 Z1.6 F960.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\n\nG0 Z0.4 F200\nG1 E4 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\n\nG0 Z5.6 F200\nM107\n\nG0 X40 F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X220 E12 F3420.0\nG92 E0\n\nG1 Y10 E.522 F200\nG1 X40 E12 F3420.0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/machine/fdm_a250_dual.json b/resources/profiles/Snapmaker/machine/fdm_a250_dual.json index 09be312c71a..afbbeb6d531 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a250_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_a250_dual.json @@ -20,8 +20,8 @@ "230x250", "0x250" ], - "machine_start_gcode": "; Model: Snapmaker A250 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z126 F960.0\nG0 Y125.0 F3420.0\nG0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X230\n G0 Y250\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 130.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 55.0 : 175.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 230 )} E3.42995 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_start_gcode": "; Model: Snapmaker A250 Dual\n; Update: 20250313\n; Maintained by Snapmaker\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\n;G0 Z153 F960.0\n;G0 Y125.0 F3420.0\n;G0 X115.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n;G28\n;{if 1==1}\n; G0 X0\n; G0 Z0.2 F960.0\n; G0 Y0 F3420.0\n; G0 X230\n; G0 Y250\n; G0 X0\n; G0 Y0\n;{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 X10 F3420.0\nG0 Y0 F3420.0\nG0 Z1.6 F960.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\n\nG0 Z0.4 F200\nG1 E4 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\n\nG0 Z5.6 F200\nM107\n\nG0 X40 F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X220 E12 F3420.0\nG92 E0\n\nG1 Y10 E.522 F200\nG1 X40 E12 F3420.0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "change_filament_gcode": ";***** Update: 20230923\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\nM107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a350.json b/resources/profiles/Snapmaker/machine/fdm_a350.json index dea0f9cdad7..bd9071d64d7 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350.json @@ -8,13 +8,8 @@ "bed_texture": "Snapmaker A350_texture.svg", "printable_height": "325", "printer_notes": "PRINTER_MODEL_SNAPMAKER_A350\n", - "printable_area": [ - "0x0", - "320x0", - "320x350", - "0x350" - ], - "machine_start_gcode": "; Model: Snapmaker A350\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\nG0 Z216 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E15 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E9.0 F200\nG92 E0\nG1 E6.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "printable_area": ["0x0", "320x0", "320x350", "0x350"], + "machine_start_gcode": "; Model: Snapmaker A350\n; Update: 20250313\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\n;G0 Z216 F960.0\n;G0 Y175.0 F3420.0\n;G0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n;G28\n;{if 1==1}\n; G0 X0\n; G0 Z0.2 F960.0\n; G0 Y0 F3420.0\n; G0 X320\n; G0 Y350\n; G0 X0\n; G0 Y0\n;{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\n\nG0 X10 F3420.0\nG0 Y0 F3420.0\nG0 Z1.6 F960.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\n\nG1 Z0.4 F200\nG1 E4 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG0 Z5.6 F200\nM107\n\nG0 X40 F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X280 E12 F3420.0\nG92 E0\nG1 Y10 E.522 F200\nG1 X40 E12 F3420.0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-5 F200\nG28\n\n M104 S0\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/machine/fdm_a350_dual.json b/resources/profiles/Snapmaker/machine/fdm_a350_dual.json index 83448eaa908..bec6c592db5 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a350_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_a350_dual.json @@ -20,8 +20,8 @@ "320x350", "0x350" ], - "machine_start_gcode": "; Model: Snapmaker A350 Dual ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z190 F960.0\nG0 Y175.0 F3420.0\nG0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F3420.0\n G0 X320\n G0 Y350\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F3420.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 145.0 : 175.0 )} F3420.0\nG0 Y0 F3420.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 100.0 : 220.0 )} F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 320 )} E6.23628 F3420.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", + "machine_start_gcode": "; Model: Snapmaker A350 Dual\n; Update: 20250313\n; Maintained by Snapmaker\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\nM104 S165\nM204 S100\nG28\n;G0 Z216 F960.0\n;G0 Y175.0 F3420.0\n;G0 X160.0\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n;G28\n;{if 1==1}\n; G0 X0\n; G0 Z0.2 F960.0\n; G0 Y0 F3420.0\n; G0 X320\n; G0 Y350\n; G0 X0\n; G0 Y0\n;{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\n\nG0 X10 F3420.0\nG0 Y0 F3420.0\nG0 Z1.6 F960.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG0 Z0.4 F200\nG1 E4 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG0 Z5.6 F200\nM107\n\nG0 X40 F3420.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X280 E12 F3420.0\nG92 E0\n\nG1 Y10 E.522 F200\nG1 X40 E6.264 F3420.0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F3420.0\n\n; ready [plate_name]", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "change_filament_gcode": ";***** Update: 20230923\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\nM107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_a400.json b/resources/profiles/Snapmaker/machine/fdm_a400.json index f21783f25a9..2b590059e5a 100644 --- a/resources/profiles/Snapmaker/machine/fdm_a400.json +++ b/resources/profiles/Snapmaker/machine/fdm_a400.json @@ -6,54 +6,29 @@ "inherits": "fdm_linear2_dual", "extruder_clearance_height_to_rod": "32", "extruder_clearance_height_to_lid": "400", - "machine_max_acceleration_x": [ - "5000" - ], - "machine_max_acceleration_y": [ - "5000" - ], - "machine_max_acceleration_z": [ - "200" - ], - "machine_max_acceleration_travel": [ - "5000" - ], - "machine_max_acceleration_extruding": [ - "5000" - ], - "machine_max_acceleration_retracting": [ - "2000" - ], - "machine_max_speed_x": [ - "300" - ], - "machine_max_speed_y": [ - "300" - ], - "machine_max_jerk_x": [ - "10" - ], - "machine_max_jerk_y": [ - "10" - ], - "machine_max_jerk_z": [ - "3" - ], - "thumbnails": [ - "600x600" - ], + "machine_max_acceleration_x": ["5000"], + "machine_max_acceleration_y": ["5000"], + "machine_max_acceleration_z": ["200"], + "machine_max_acceleration_travel": ["5000"], + "machine_max_acceleration_extruding": ["5000"], + "machine_max_acceleration_retracting": ["2000"], + "machine_max_speed_x": ["300"], + "machine_max_speed_y": ["300"], + "machine_max_jerk_x": ["10"], + "machine_max_jerk_y": ["10"], + "machine_max_jerk_z": ["3"], + "thumbnails": ["600x600"], "bed_model": "Snapmaker Artisan_bed.stl", "bed_texture": "Snapmaker Artisan_texture.svg", "printable_height": "400", "printer_notes": "PRINTER_MODEL_SNAPMAKER_ARTISAN\nPRINTER_MODEL_SNAPMAKER_A400_DUAL\n", - "printable_area": [ - "0x0", - "400x0", - "400x400", - "0x400" - ], - "machine_start_gcode": "; Model: Snapmaker Artisan ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\nG0 Z266 F960.0\nG0 Y200.0 F6840.0\nG0 X200.0\n\n{if first_layer_print_min[0] >= 70 && first_layer_print_max[0] <= 330 && first_layer_print_min[1] >= 70 && first_layer_print_max[1] <= 330}\nM190 P0 R{first_layer_bed_temperature[initial_extruder]} ;only inner part of the bed\n{else}\nM190 R{first_layer_bed_temperature[initial_extruder]}\n{endif}\n\nG28\n{if 0==1} ; boundary check(for dual/quick swap kit), not recommanded if there are any clamps \n G0 X0\n G0 Z0.2 F960.0\n G0 Y0 F6840.0\n G0 X400\n G0 Y400\n G0 X0\n G0 Y0\n{endif}\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 0 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( 1 % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F960.0\nG0 X{( initial_extruder % 2 == 0 ? 185.0 : 215.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 140.0 : 260.0 )} F6840.0\nG0 Z0.3 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 400 )} E8.73079 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", + "printable_area": ["0x0", "400x0", "400x400", "0x400"], + "machine_start_gcode": "; Model: Snapmaker Artisan ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20241211\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n\n{if first_layer_print_min[0] >= 70 && first_layer_print_max[0] <= 330 && first_layer_print_min[1] >= 70 && first_layer_print_max[1] <= 330}\nM140 P0 R{first_layer_bed_temperature[initial_extruder]} ;only inner part of the bed\n{else}\nM140 R{first_layer_bed_temperature[initial_extruder]}\n{endif}\n\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} \n {endif}\n\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} \n {endif}\n\nG28\n\nM83\n\n{if first_layer_print_min[0] >= 70 && first_layer_print_max[0] <= 330 && first_layer_print_min[1] >= 70 && first_layer_print_max[1] <= 330}\nM190 P0 R{first_layer_bed_temperature[initial_extruder]} ;only inner part of the bed\n{else}\nM190 R{first_layer_bed_temperature[initial_extruder]}\n{endif}\n\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} \nG0 X{( 0 % 2 == 0 ? 0 : 400 )} F5400\nG0 Y-0.5 Z1.6 F4800\n\nG0 X{( 0 % 2 == 0 ? 0 : 400 )} F5400.0\nG0 Z0.2 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E8 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 140 : 260 )} E8.73079 F3000.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F5400.0\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} \nG0 X{( 1 % 2 == 0 ? 0 : 400)} F5400.0\nG0 Y-0.50 Z1.6 F4800.0\n\nG0 X{( 1 % 2 == 0 ? 140.0 : 260.0 )} F5400.0\nG0 Z0.2 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E8 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 260 )} E8.73079 F3000.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F5400.0\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]}\nG0 X{( initial_extruder % 2 == 0 ? 0 : 400 )} F5400.0\nG0 Y-0.5 Z1.6 F4800.0\n\nG0 X{( initial_extruder % 2 == 0 ? 0 : 400 )} F5400.0\nG0 Z0.2 F960.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E8 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 140 : 260 )} E8.73079 F3000.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F5400.0\n\n; ready [plate_name]", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", - "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" -} \ No newline at end of file + "change_filament_gcode": ";***** Update: 20230923\n{if current_extruder != next_extruder}\n; {if (next_wipe_x > 0) || (next_wipe_y > 0)}\n; use wipeTower\n; move to wipeTower before changing tool\nG0 X[next_wipe_x] Y[next_wipe_y]\n{endif}\n Change T[current_extruder] -> T[next_extruder] (layer [layer_num]\n; layer\nT{next_extruder}\n\nM107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n ; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\n M140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_num == 1}\n G1 E{retraction_length[next_extruder]} F200;deretract\n{endif}\n\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n; M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n; End Toolchange\n{endif}", + "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0", + "retract_length_toolchange": [ + "16", + "16" + ] +} diff --git a/resources/profiles/Snapmaker/machine/fdm_common.json b/resources/profiles/Snapmaker/machine/fdm_common.json index 6066188b5c1..ebc158c68a6 100644 --- a/resources/profiles/Snapmaker/machine/fdm_common.json +++ b/resources/profiles/Snapmaker/machine/fdm_common.json @@ -19,37 +19,16 @@ "parking_pos_retraction": "0", "extra_loading_move": "-2", "high_current_on_filament_swap": "0", - "wipe": [ - "0" - ], - "wipe_distance": [ - "1" - ], - "retraction_speed": [ - "45" - ], - "deretraction_speed": [ - "45" - ], - "z_hop": [ - "0.4" - ], - "retraction_length": [ - "0.8" - ], - "retract_when_changing_layer": [ - "1" - ], - "retract_before_wipe": [ - "0%" - ], - "retraction_minimum_travel": [ - "1" - ], - "fan_speedup_overhangs": [ - "1" - ], - "z_hop_types": [ - "Auto Lift" - ] -} \ No newline at end of file + "wipe": ["0"], + "wipe_distance": ["1"], + "retraction_speed": ["45"], + "deretraction_speed": ["45"], + "z_hop": ["0"], + "retract_length_toolchange": ["1.8"], + "retraction_length": ["0.8"], + "retract_when_changing_layer": ["1"], + "retract_before_wipe": ["0%"], + "retraction_minimum_travel": ["0"], + "fan_speedup_overhangs": ["1"], + "z_hop_types": ["Auto Lift"] +} diff --git a/resources/profiles/Snapmaker/machine/fdm_idex.json b/resources/profiles/Snapmaker/machine/fdm_idex.json index 62000328f79..9690480f3fe 100644 --- a/resources/profiles/Snapmaker/machine/fdm_idex.json +++ b/resources/profiles/Snapmaker/machine/fdm_idex.json @@ -100,8 +100,8 @@ "Snapmaker J1 PLA", "Snapmaker J1 PETG" ], - "machine_start_gcode": "; Model: Snapmaker J1 ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20240922\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\nM205 V[machine_max_jerk_x] ;Junction Deviation (mm)\n\n{if plate_name =~/.*IDEXDupl.*/ || plate_name =~/.*IDEXCopy.*/ }\n M605 S2 X162 R0 ;IDEX Duplication\n{elsif plate_name =~/.*IDEXMirr.*/}\n M605 S3 ;IDEX Mirror\n{elsif plate_name =~/.*IDEXBack.*/}\n M605 S4 ;IDEX Backup\n{endif}\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n; you can clean the nozzle\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S165\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n M104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S165\n {endif}\nM204 S100\nG28\n\nG0 Z100.0\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\n G0 X{if 0 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\n G0 X{if 1 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\n{if 1==1}; LED\n M355 S1 P64\n G4 P100\n M355 S1 P128\n G4 P100\n M355 S1 P64\n G4 P200\n M355 S1 P255\n G4 P100\n{endif}\nG28 X Y\n\nM83\n{if 1==1 && max(hot_plate_temp_initial_layer[initial_extruder], hot_plate_temp[initial_extruder]) >= 90}\nG0 Z0.06\nG92 Z0 ;reset z\n{endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}\n {endif}\n\n {if 1==1}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 0 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 0 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( 1 % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( 1 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\nG28 X F6840.0\n\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n {endif}\n; flush initial nozzle\nT[initial_extruder]\nM104 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))}; common flush temp\nG0 Z1.6 F240.0\nG0 X{( initial_extruder % 2 == 0 ? 147.0 : 177.0 )} F6840.0\nG0 Y0 F6840.0\n\nM109 S{max(250, min(290, nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 15))} C2 W1\nG1 E20 F80.0\nG92 E0\n\nM106 S{min(255, (fan_max_speed[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 10) * 2.55)}\n\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))] + 5}\n\nG1 E12.0 F200\nG92 E0\nG1 E8.0 Z4.6 F200\nG92 E0\n\nG0 Z5.6 F200\nM107\n\nG0 X{( initial_extruder % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nG0 Z0.3 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E3 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? 0 : 324 )} E8.5437 F6840.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", + "machine_start_gcode": "; Model: Snapmaker J1 ({nozzle_diameter[0]}/{nozzle_diameter[1]})\n; Update: 20241211\n; Maintained by https://github.com/macdylan/3dp-configs\n; Printer : [printer_preset]\n; Profile : [print_preset]\n; Plate : [plate_name]\n; --- initial_extruder: [initial_extruder]\n; --- has_wipe_tower: [has_wipe_tower]\n; --- total_toolchanges: [total_toolchanges]\n; --- T0: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - 1, 0))]}\n; --- T1: {is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - 0, 0))]}\n\nT[initial_extruder]\n\n{if plate_name =~/.*IDEXDupl.*/ || plate_name =~/.*IDEXCopy.*/ }\n M605 S2 X162 R0 ;IDEX Duplication\n\n{elsif plate_name =~/.*IDEXMirr.*/}\n M605 S3 ;IDEX Mirror\n\n{elsif plate_name =~/.*IDEXBack.*/}\n M605 S4 ;IDEX Backup\n{endif}\n\nM140 S{first_layer_bed_temperature[initial_extruder]}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n; preheat 0\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} \n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n; preheat 1\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} \n {endif}\n\nG28\nG0 Z0.2 F240.0\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\n G0 X{if 0 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\n G0 X{if 1 == 0}80{else}240{endif} Y0 F6840.0\n {endif}\n\nM190 R{first_layer_bed_temperature[initial_extruder]}\n\nM83\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))] and (initial_extruder % 2) != 0}\n; flush nozzle 0\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))}\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} \n\nG0 X{( 0 % 2 == 0 ? 137.0 : 187.0 )} F6840.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]} C3 W1\nG1 E6 F200\nG92 E0\nG1 X{( 0 % 2 == 0 ? -15 : 344 )} E8.5437 F3000.0\nG92 E0\n\nG1 E-{retract_length_toolchange[0]} F200\nG92 E0\nG0 Y20 F6840.0\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\n {endif}\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))] and (initial_extruder % 2) != 1}\n; flush nozzle 1\nT{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))}\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} \n\nG0 X{( 1 % 2 == 0 ? 137.0 : 187.0 )} F3000.0\nG0 Z0.2 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]} C3 W1\nG1 E8 F200\nG92 E0\nG1 X{( 1 % 2 == 0 ? -15 : 344 )} E8.5437 F3000.0\nG92 E0\n\nG1 E-{retract_length_toolchange[1]} F200\nG92 E0\nG0 Y20 F6840.0\nM104 S{temperature_vitrification[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\n {endif}\n\n; flush initial nozzle\nT[initial_extruder]\nM104 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]}\n\nG0 X{( initial_extruder % 2 == 0 ? 137.0 : 187.0 )} F3000.0\nG0 Z0.2 F240.0\nM109 S{nozzle_temperature_initial_layer[(initial_extruder % 2 == 0 ? min(initial_extruder + initial_extruder, 63) : max(initial_extruder - (1-initial_extruder), 0))]} C3 W1\nG1 E8 F200\nG92 E0\nG1 X{( initial_extruder % 2 == 0 ? -15 : 344 )} E8.5437 F3000.0\nG92 E0\n\nG1 E-{retraction_length[initial_extruder]} F200\nG92 E0\nG0 Y20 F6840.0\n\n; ready [plate_name]", "machine_end_gcode": "G92 E0\n\nG0 Z{max_layer_z + 2.0} F600\n; retract the filament to make it easier to replace\nG0 E-10 F200\nG28\n\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 0, 63) : max(initial_extruder - (1-0), 0))} S0\n {endif}\n{if is_extruder_used[(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))]}\nM104 T{(initial_extruder % 2 == 0 ? min(initial_extruder + 1, 63) : max(initial_extruder - (1-1), 0))} S0\n {endif}\nM140 S0\nM107\nM220 S100\nM84\n\n;\n; DON'T REMOVE these lines if you're using the smfix (https://github.com/macdylan/SMFix)\n; min_x = [first_layer_print_min_0]\n; min_y = [first_layer_print_min_1]\n; max_x = [first_layer_print_max_0]\n; max_y = [first_layer_print_max_1]\n; max_z = [max_layer_z]\n; total_layer_number = [layer_num]\n;", - "change_filament_gcode": ";***** Update: 20240823\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num] [toolchange_count]/[total_toolchanges])\n; layer [layer_num] at [layer_z]mm\nT[next_extruder]\n\n M107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\nM140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM2000 S200 V[travel_speed] A[travel_acceleration] ;quick switch extruders, S:200 mode/V:speed/A:acceleration\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n{endif}", + "change_filament_gcode": ";***** Update: 20241021\n{if current_extruder != next_extruder}\n; Change T[current_extruder] -> T[next_extruder] (layer [layer_num] [toolchange_count]/[total_toolchanges])\n; layer [layer_num] at [layer_z]mm\nT[next_extruder]\n\nM107 P[current_extruder] ;fan off T[current_extruder]\n\n{if layer_num == 1 &&\n ((filament_type[current_extruder] == \"PLA\" || filament_type[current_extruder] == \"TPU\")\n || (filament_type[next_extruder] == \"PLA\" || filament_type[next_extruder] == \"TPU\"))\n}\n; set bed temp: {filament_type[current_extruder]}({bed_temperature[current_extruder]}) -> {filament_type[next_extruder]}({bed_temperature[next_extruder]})\nM140 S{min(bed_temperature[current_extruder], bed_temperature[next_extruder])}\n{endif}\n\nM2000 S200 V[travel_speed] A[travel_acceleration] ;quick switch extruders, S:200 mode/V:speed/A:acceleration\nG4 S3\nM109 T[next_extruder] S{if layer_num < 1}[nozzle_temperature_initial_layer]{else}[nozzle_temperature]{endif} C3 W1 ;wait T[next_extruder]\n{if layer_z > first_layer_height && layer_num >= close_fan_the_first_x_layers[next_extruder]}\n M106 P[next_extruder] S{fan_min_speed[next_extruder] * 255.0 / 100.0} ;restore fan speed for T[next_extruder]\n{endif}\n{endif}", "before_layer_change_gcode": "; layer_num: [layer_num]\nG92 E0" -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json b/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json index 7595508dc5f..762acb21440 100644 --- a/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json +++ b/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json @@ -21,9 +21,5 @@ "default_filament_profile": [ "Snapmaker PLA", "Snapmaker PETG" - ], - "extruder_offset": [ - "0x0", - "0x0" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json index 6780e6f04e1..192d657a602 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker (0.4 nozzle).json @@ -33,5 +33,8 @@ "ironing_speed": "30", "overhang_1_4_speed": "40", "overhang_2_4_speed": "20", - "overhang_3_4_speed": "10" + "overhang_3_4_speed": "10", + "slowdown_for_curled_perimeters": "0", + "sparse_infill_pattern": "grid", + "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json index 107a05eccf6..d284c48f2c1 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker Artisan (0.4 nozzle).json @@ -8,5 +8,9 @@ "compatible_printers": [ "Snapmaker Artisan (0.4 nozzle)" ], - "elefant_foot_compensation": "0.15" + "elefant_foot_compensation": "0.15", + "outer_wall_jerk": "10", + "slowdown_for_curled_perimeters": "0", + "sparse_infill_pattern": "grid", + "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json index 54bd710c1ee..69841ec8bef 100644 --- a/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Standard @Snapmaker J1 (0.4 nozzle).json @@ -8,5 +8,12 @@ "compatible_printers": [ "Snapmaker J1 (0.4 nozzle)" ], - "elefant_foot_compensation": "0.15" + "elefant_foot_compensation": "0.15", + "default_jerk": "10", + "inner_wall_speed": "120", + "outer_wall_jerk": "10", + "outer_wall_speed": "100", + "slowdown_for_curled_perimeters": "0", + "sparse_infill_pattern": "grid", + "wall_generator": "classic" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/fdm_process_a400.json b/resources/profiles/Snapmaker/process/fdm_process_a400.json index 8989333a913..2d9a6aac471 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_a400.json +++ b/resources/profiles/Snapmaker/process/fdm_process_a400.json @@ -5,33 +5,55 @@ "name": "fdm_process_a400", "setting_id": "3085664947", "inherits": "fdm_process_common", - "initial_layer_print_height": "0.2", - "enable_arc_fitting": "1", + + "initial_layer_infill_speed": "75", - "outer_wall_speed": "100", "inner_wall_speed": "160", + "top_surface_acceleration": "1000", + "initial_layer_acceleration": "500", + "outer_wall_acceleration": "1000", + + "ooze_prevention": "1", + "standby_temperature_delta": "-60", + "preheat_time": "60", + "preheat_steps": "1", + + + "outer_wall_speed": "100", + "support_base_pattern": "default", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.16", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_top_layers": "2", + "support_object_xy_distance": "0.7", + "support_on_build_plate_only": "0", + "support_style": "default", + "support_top_z_distance": "0.16", + "travel_acceleration": "2000", + "travel_speed": "200", + + "initial_layer_print_height": "0.2", + "enable_arc_fitting": "1", + "sparse_infill_speed": "160", "internal_solid_infill_speed": "160", "gap_infill_speed": "160", "support_speed": "100", "overhang_1_4_speed": "0", - "travel_speed": "190", "default_acceleration": "2000", "inner_wall_acceleration": "2000", "sparse_infill_acceleration": "2000", "internal_solid_infill_acceleration": "2000", - "travel_acceleration": "3000", "infill_jerk": "8", "initial_layer_jerk": "8", "outer_wall_jerk": "4", "top_surface_jerk": "4", "travel_jerk": "10", - "support_filament": "1", - "support_interface_filament": "2", - "support_top_z_distance": "0", - "support_bottom_z_distance": "0", - "support_interface_top_layers": "3", - "support_interface_pattern": "rectilinear", "small_perimeter_threshold": "0", "support_material_synchronize_layers": "1" -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/process/fdm_process_common.json b/resources/profiles/Snapmaker/process/fdm_process_common.json index e5b21d091e9..4b21f11f27a 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_common.json @@ -4,6 +4,30 @@ "instantiation": "false", "name": "fdm_process_common", "setting_id": "2598417433", + + "default_acceleration": "1000", + "enable_prime_tower": "1", + "enable_support": "0", + "inner_wall_acceleration": "1000", + "internal_solid_infill_acceleration": "1000", + "is_custom_defined": "0", + "outer_wall_acceleration": "800", + "sparse_infill_acceleration": "1000", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_object_xy_distance": "0.5", + "support_style": "default", + "support_top_z_distance": "0.2", + "top_surface_acceleration": "800", + "travel_acceleration": "1000", + "travel_speed": "100", + "ooze_prevention": "1", + "standby_temperature_delta": "-60", + "preheat_time": "60", + "preheat_steps": "1", + "adaptive_layer_height": "0", "layer_height": "0.2", "initial_layer_print_height": "0.3", @@ -49,7 +73,6 @@ "reduce_crossing_wall": "1", "max_travel_detour_distance": "0", "wipe_tower_no_sparse_layers": "0", - "wipe_tower_max_purge_speed": "55", "draft_shield": "disabled", "independent_support_layer_height": "1", "interface_shells": "0", @@ -75,7 +98,7 @@ "ensure_vertical_shell_thickness": "1", "internal_bridge_support_thickness": "0.8", "initial_layer_speed": "50", - "initial_layer_infill_speed": "50", + "initial_layer_infill_speed": "75", "initial_layer_travel_speed": "80%", "outer_wall_speed": "70", "inner_wall_speed": "80", @@ -93,16 +116,9 @@ "overhang_3_4_speed": "15", "overhang_4_4_speed": "10", "bridge_speed": "50", - "travel_speed": "120", - "default_acceleration": "1100", - "outer_wall_acceleration": "1000", - "inner_wall_acceleration": "1100", + "bridge_acceleration": "1000", - "sparse_infill_acceleration": "1100", - "internal_solid_infill_acceleration": "1100", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "travel_acceleration": "1100", + "default_jerk": "0", "infill_jerk": "4", "initial_layer_jerk": "4", @@ -110,9 +126,9 @@ "outer_wall_jerk": "2", "top_surface_jerk": "2", "travel_jerk": "4", - "enable_support": "0", + "support_type": "normal(auto)", - "support_style": "snug", + "support_threshold_angle": "30", "support_on_build_plate_only": "1", "support_critical_regions_only": "1", @@ -131,19 +147,16 @@ "tree_support_auto_brim": "1", "tree_support_brim_width": "3", "tree_support_with_infill": "0", - "support_top_z_distance": "0.12", - "support_bottom_z_distance": "0.12", + "support_base_pattern": "rectilinear", "support_base_pattern_spacing": "2.5", "support_angle": "0", "support_interface_top_layers": "2", - "support_interface_bottom_layers": "3", "support_interface_pattern": "auto", - "support_interface_spacing": "0.12", - "support_bottom_interface_spacing": "0.12", + "support_interface_loop_pattern": "0", "support_expansion": "1", - "support_object_xy_distance": "0.9", + "bridge_no_support": "1", "skirt_loops": "0", "skirt_distance": "2", @@ -151,17 +164,11 @@ "brim_type": "auto_brim", "brim_width": "5", "brim_object_gap": "0", - "enable_prime_tower": "1", - "prime_tower_width": "25", - "prime_volume": "55", - "prime_tower_brim_width": "5", - "wipe_tower_cone_angle": "25", - "wipe_tower_extra_spacing": "150%", - "wipe_tower_rotation_angle": "90", - "ooze_prevention": "1", - "standby_temperature_delta": "-70", - "preheat_time": "80", - "preheat_steps": "1", + + "prime_tower_width": "60", + "prime_volume": "45", + "prime_tower_brim_width": "3", + "wipe_tower_cone_angle": "40", "flush_into_infill": "0", "flush_into_support": "1", "flush_into_objects": "0", @@ -182,4 +189,4 @@ "timelapse_type": "0", "gap_fill_enabled": "0", "single_extruder_multi_material_priming": "0" -} \ No newline at end of file +} diff --git a/resources/profiles/Snapmaker/process/fdm_process_idex.json b/resources/profiles/Snapmaker/process/fdm_process_idex.json index 26ceab17697..9fe1b884fb6 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_idex.json +++ b/resources/profiles/Snapmaker/process/fdm_process_idex.json @@ -7,37 +7,65 @@ "inherits": "fdm_process_common", "initial_layer_print_height": "0.2", "enable_arc_fitting": "1", - "initial_layer_infill_speed": "75", - "outer_wall_speed": "120", - "inner_wall_speed": "250", - "sparse_infill_speed": "250", - "internal_solid_infill_speed": "250", - "gap_infill_speed": "250", + + "initial_layer_infill_speed": "80", + "initial_layer_acceleration": "500", + "default_acceleration": "6000", + "support_speed": "100", "overhang_1_4_speed": "60", "overhang_2_4_speed": "30", "overhang_3_4_speed": "10", - "travel_speed": "300", - "default_acceleration": "10000", + "inner_wall_acceleration": "6000", "bridge_acceleration": "2000", - "sparse_infill_acceleration": "10000", - "internal_solid_infill_acceleration": "10000", - "top_surface_acceleration": "2000", - "travel_acceleration": "10000", + + "top_surface_acceleration": "1000", "infill_jerk": "8", "initial_layer_jerk": "8", "outer_wall_jerk": "4", "top_surface_jerk": "4", "travel_jerk": "10", - "support_filament": "1", - "support_interface_filament": "2", - "support_top_z_distance": "0", - "support_bottom_z_distance": "0", - "support_interface_top_layers": "3", - "support_interface_pattern": "rectilinear", - "preheat_time": "90", + "filename_format": "{input_filename_base}_{layer_height}mm_{print_time}_J1.gcode", "small_perimeter_threshold": "0", - "support_material_synchronize_layers": "1" -} \ No newline at end of file + "support_material_synchronize_layers": "1", + + "enable_prime_tower": "1", + "wipe_tower_cone_angle": "25", + "wipe_tower_extra_spacing": "150%", + "wipe_tower_rotation_angle": "90", + "single_extruder_multi_material_priming": "0", + "ooze_prevention": "1", + "standby_temperature_delta": "-60", + "preheat_time": "60", + "preheat_steps": "1", + + "gap_infill_speed": "200", + "inner_wall_speed": "160", + "internal_solid_infill_acceleration": "6000", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "outer_wall_acceleration": "1000", + "outer_wall_speed": "120", + "print_settings_id": "0.20 Standard @Snapmaker J1 (0.4 nozzle) - J1s", + "sparse_infill_acceleration": "6000", + "sparse_infill_speed": "200", + "support_base_pattern": "default", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.16", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_top_layers": "2", + "support_object_xy_distance": "0.7", + "support_on_build_plate_only": "0", + "support_style": "default", + "support_top_z_distance": "0.16", + "top_surface_speed": "120", + "travel_acceleration": "6000", + "travel_speed": "200" +} diff --git a/resources/profiles/Vivedino/OrcaSlicer-Troodon2-Bed-Texture.png b/resources/profiles/Vivedino/Snapmaker_Orca-Troodon2-Bed-Texture.png similarity index 100% rename from resources/profiles/Vivedino/OrcaSlicer-Troodon2-Bed-Texture.png rename to resources/profiles/Vivedino/Snapmaker_Orca-Troodon2-Bed-Texture.png diff --git a/resources/profiles/Vivedino/machine/Troodon2Klipper.json b/resources/profiles/Vivedino/machine/Troodon2Klipper.json index 69a53625c8f..e99840a4a8a 100644 --- a/resources/profiles/Vivedino/machine/Troodon2Klipper.json +++ b/resources/profiles/Vivedino/machine/Troodon2Klipper.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "Vivedino", "bed_model": "", - "bed_texture": "OrcaSlicer-Troodon2-Bed-Texture.png", + "bed_texture": "Snapmaker_Orca-Troodon2-Bed-Texture.png", "hotend_model": "", "default_materials": "Troodon Generic ABS;Troodon Generic PLA;Troodon Generic PLA-CF;Troodon Generic PETG;Troodon Generic TPU;Troodon Generic ASA;Troodon Generic PC;Troodon Generic PVA;Troodon Generic PA;Troodon Generic PA-CF" } diff --git a/resources/profiles/Vivedino/machine/Troodon2RRF.json b/resources/profiles/Vivedino/machine/Troodon2RRF.json index 76e8f54b1b4..273e6e80a9e 100644 --- a/resources/profiles/Vivedino/machine/Troodon2RRF.json +++ b/resources/profiles/Vivedino/machine/Troodon2RRF.json @@ -6,7 +6,7 @@ "machine_tech": "FFF", "family": "Vivedino", "bed_model": "", - "bed_texture": "OrcaSlicer-Troodon2-Bed-Texture.png", + "bed_texture": "Snapmaker_Orca-Troodon2-Bed-Texture.png", "hotend_model": "", "default_materials": "Troodon Generic ABS;Troodon Generic PLA;Troodon Generic PLA-CF;Troodon Generic PETG;Troodon Generic TPU;Troodon Generic ASA;Troodon Generic PC;Troodon Generic PVA;Troodon Generic PA;Troodon Generic PA-CF" } diff --git a/resources/web/data/text.js b/resources/web/data/text.js index fd9c28df1ab..bd086974be9 100644 --- a/resources/web/data/text.js +++ b/resources/web/data/text.js @@ -1,7 +1,7 @@ var LangText = { en: { - t1: "Welcome to Orca Slicer", - t2: "Orca Slicer will be setup in several steps. Let's start!", + t1: "Welcome to Snapmaker Orca", + t2: "Snapmaker Orca will be setup in several steps. Let's start!", t3: "User Agreement", t4: "Disagree", t5: "Agree", @@ -46,7 +46,7 @@ var LangText = { t50: "Log out", t52: "Skip", t53: "Join", - t54: "In the 3D Printing community, we learn from each other's successes and failures to adjust our own slicing parameters and settings. Orca Slicer follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Orca Slicer to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ", + t54: "In the 3D Printing community, we learn from each other's successes and failures to adjust our own slicing parameters and settings. Snapmaker Orca follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Snapmaker Orca to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ", t55: "Privacy Policy", t56: ". We will not collect any Personal Data by which an individual can be identified directly or indirectly, including without limitation names, addresses, payment information, or phone numbers. By enabling this service, you agree to these terms and the statement about Privacy Policy.", t57: "", @@ -57,7 +57,7 @@ var LangText = { t62: "Others", t63: "After changing the region, your account will be logged out. Please log in again later.", t64: "Proprietary Plugins", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "Full remote control", t67: "Liveview streaming", t68: "User data synchronization", @@ -75,9 +75,9 @@ var LangText = { t80: "Try the following steps:", t81: "1, Click ", t82: " to open the plug-in directory", - t83: "2, Close all open Orca Slicer", + t83: "2, Close all open Snapmaker Orca", t84: "3, Delete all files under the plug-in directory", - t85: "4, Reopen Orca Slicer and install the plug-in again", + t85: "4, Reopen Snapmaker Orca and install the plug-in again", t86: "Close", t87: "User Manual", t88: "Remove", @@ -112,8 +112,8 @@ var LangText = { orca5: "Enable Stealth Mode.", }, ca_ES: { - t1: "Benvingut a Orca Slicer", - t2: "Orca Slicer es configurarà en diversos passos. Comencem!", + t1: "Benvingut a Snapmaker Orca", + t2: "Snapmaker Orca es configurarà en diversos passos. Comencem!", t3: "Acord de l'Usuari", t4: "No accepto", t5: "Accepto", @@ -158,7 +158,7 @@ var LangText = { t50: "Tancar sessió", t52: "Saltar", t53: "Unir-se", - t54: "A la comunitat d'Impressió 3D, aprenem dels èxits i fracassos dels altres per ajustar els nostres propis paràmetres i configuracions de laminació. Orca Slicer segueix el mateix principi i utilitza l'aprenentatge automàtic per millorar el seu rendiment a partir dels èxits i fracassos d'un gran nombre d'impressions dels nostres usuaris. Estem entrenant Orca Slicer per ser més intel·ligent alimentant-lo amb dades del món real. Si estàs disposat, aquest servei accedirà a informació dels teus registres d'errors i registres d'ús, que poden incloure informació descrita a la ", + t54: "A la comunitat d'Impressió 3D, aprenem dels èxits i fracassos dels altres per ajustar els nostres propis paràmetres i configuracions de laminació. Snapmaker Orca segueix el mateix principi i utilitza l'aprenentatge automàtic per millorar el seu rendiment a partir dels èxits i fracassos d'un gran nombre d'impressions dels nostres usuaris. Estem entrenant Snapmaker Orca per ser més intel·ligent alimentant-lo amb dades del món real. Si estàs disposat, aquest servei accedirà a informació dels teus registres d'errors i registres d'ús, que poden incloure informació descrita a la ", t55: "Política de Privacitat", t56: ". No recopilarem cap dada personal que pugui identificar directament o indirectament a un individu, incloent-hi noms, adreces, informació de pagament o números de telèfon. En habilitar aquest servei, acceptes aquests termes i la declaració sobre la Política de Privacitat.", t57: "", @@ -169,7 +169,7 @@ var LangText = { t62: "Altres", t63: "Després de canviar la regió, el teu compte es tancarà la sessió. Si us plau inicia sessió de nou més tard.", t64: "Connectors propietaris", - t65: "Tingues en compte que aquests connectors no són desenvolupats ni mantinguts per OrcaSlicer. S'han d'utilitzar a la teva discreció i risc.", + t65: "Tingues en compte que aquests connectors no són desenvolupats ni mantinguts per Snapmaker Orca. S'han d'utilitzar a la teva discreció i risc.", t66: "Control remot complet", t67: "Transmissió en directe", t68: "Sincronització de dades de l'usuari", @@ -187,9 +187,9 @@ var LangText = { t80: "Prova els següents passos:", t81: "1, Fes clic ", t82: " per obrir el directori de connectors", - t83: "2, Tanca totes les Orca Slicer obertes", + t83: "2, Tanca totes les Snapmaker Orca obertes", t84: "3, Elimina tots els fitxers del directori de connectors", - t85: "4, Reobre Orca Slicer i instal·la el connector de nou", + t85: "4, Reobre Snapmaker Orca i instal·la el connector de nou", t86: "Tancar", t87: "Manual de l'Usuari", t88: "Eliminar", @@ -221,8 +221,8 @@ var LangText = { orca2: "no hi ha informació del model" }, es_ES: { - t1: "Bienvenido a Orca Slicer", - t2: "Va a configurar Orca Slicer mediante varios pasos. ¡Vamos a comenzar!", + t1: "Bienvenido a Snapmaker Orca", + t2: "Va a configurar Snapmaker Orca mediante varios pasos. ¡Vamos a comenzar!", t3: "Terminos de usuario", t4: "Estoy en desacuerdo", t5: "Estoy de deacuerdo", @@ -267,7 +267,7 @@ var LangText = { t50: "Desconectarse", t52: "Saltar", t53: "Ingresar", - t54: "En la comunidad de impresión 3D, pordemos aprender de los logros y los fallos de otros para obtener nuestros propios parametros y configuraciones de Orca Slicer follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Orca Slicer to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ", + t54: "En la comunidad de impresión 3D, pordemos aprender de los logros y los fallos de otros para obtener nuestros propios parametros y configuraciones de Snapmaker Orca follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Snapmaker Orca to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ", t55: "Política de privacidad", t56: ". No recolectaremos ningún tipo de dato personal con el que se le pueda identificar directa o indirectamente, incluyendo nombre, direcciones, información de pago, o números de teléfono. Activando este servicio, si está de acuerdo en estos términos y los acuerdos sobre Política y Privacidad.", t57: "", @@ -278,7 +278,7 @@ var LangText = { t62: "Otras", t63: "Después de cambiar de región, su cuenta será desconectada. por favor, vuelva a ingresar.", t64: "Complemento de red Bambú", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "Control remoto total", t67: "Retransmisión en vivo", t68: "Sincronización de datos de usuario", @@ -296,9 +296,9 @@ var LangText = { t80: "Intente los siguientes pasos:", t81: "1, Presionar ", t82: " para abrir el directorio de complementos", - t83: "2, Cerrar todos los Orca Slicer abiertos", + t83: "2, Cerrar todos los Snapmaker Orca abiertos", t84: "3, Borrar todos los archivos en el directorio de complementos", - t85: "4, Reabrir Orca Slicer e instalar el complemento de nuevo", + t85: "4, Reabrir Snapmaker Orca e instalar el complemento de nuevo", t86: "Cerrar", t87: "Manual de usuario", t88: "Borrar", @@ -333,8 +333,8 @@ var LangText = { orca5: "Activar Modo Invisible.", }, de_DE: { - t1: "Willkommen im Orca Slicer", - t2: "Das Orca Slicer wird in mehreren Schritten eingerichtet. Lass uns anfangen!", + t1: "Willkommen im Snapmaker Orca", + t2: "Das Snapmaker Orca wird in mehreren Schritten eingerichtet. Lass uns anfangen!", t3: "Nutzervereinbarung", t4: "Ablehnen", t5: "Zustimmen", @@ -379,7 +379,7 @@ var LangText = { t50: "Abmelden", t52: "Überspringen", t53: "Beitreten", - t54: "In der 3D-Druck-Community lernen wir aus den Erfolgen und Misserfolgen der anderen Benutzer, um unsere eigenen Schneideparameter und Einstellungen anzupassen. Orca Slicer folgt demselben Prinzip und verbessert seine Leistung durch die Erfolge und Misserfolge der Vielzahl von Drucken unserer Benutzer mittels maschinellem Lernen. Wir trainieren Orca Slicer, indem wir ihnen die realen Daten zuführen. Wenn Sie bereit sind, greift dieser Dienst auf Informationen aus Ihren Fehler- und Nutzungsprotokollen zu, die Informationen enthalten können, die in der ", + t54: "In der 3D-Druck-Community lernen wir aus den Erfolgen und Misserfolgen der anderen Benutzer, um unsere eigenen Schneideparameter und Einstellungen anzupassen. Snapmaker Orca folgt demselben Prinzip und verbessert seine Leistung durch die Erfolge und Misserfolge der Vielzahl von Drucken unserer Benutzer mittels maschinellem Lernen. Wir trainieren Snapmaker Orca, indem wir ihnen die realen Daten zuführen. Wenn Sie bereit sind, greift dieser Dienst auf Informationen aus Ihren Fehler- und Nutzungsprotokollen zu, die Informationen enthalten können, die in der ", t55: "Datenschutzrichtlinie", t56: ". Wir werden keine personenbezogenen Daten sammeln, durch die eine Person direkt oder indirekt identifiziert werden kann, einschließlich, aber nicht beschränkt auf Namen, Adressen, Zahlungsinformationen oder Telefonnummern. Durch Aktivieren dieses Dienstes stimmen Sie diesen Bedingungen und der Erklärung zur Datenschutzrichtlinie zu.", t57: "", @@ -390,7 +390,7 @@ var LangText = { t62: "Andere", t63: "Nach Ändern der Region wird Ihr Konto abgemeldet. Bitte melden Sie sich später erneut an.", t64: "Bambu Network-Plug-in", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "Vollständige Fernsteuerung", t67: "Live-View-Streaming", t68: "Synchronisierung von Benutzerdaten", @@ -408,9 +408,9 @@ var LangText = { t80: "Versuchen Sie die folgenden Schritte:", t81: "1, Klicken Sie auf ", t82: ", um das Plug-in-Verzeichnis zu öffnen", - t83: "2, Schließen Sie alle geöffneten Orca Slicer", + t83: "2, Schließen Sie alle geöffneten Snapmaker Orca", t84: "3, Löschen Sie alle Dateien im Plug-in-Verzeichnis", - t85: "4, Öffnen Sie Orca Slicer erneut und installieren Sie das Plug-in erneut", + t85: "4, Öffnen Sie Snapmaker Orca erneut und installieren Sie das Plug-in erneut", t86: "Schließen", t87: "Benutzerhandbuch", t88: "Entfernen", @@ -435,8 +435,8 @@ var LangText = { orca2: "no model information", }, cs_CZ: { - t1: "Vítejte v Orca Slicer", - t2: "Orca Slicer bude nastaven v několika krocích. Začněme!", + t1: "Vítejte v Snapmaker Orca", + t2: "Snapmaker Orca bude nastaven v několika krocích. Začněme!", t3: "Uživatelská smlouva", t4: "Nesouhlasím", t5: "Souhlasím", @@ -481,7 +481,7 @@ var LangText = { t50: "Odhlásit se", t52: "Přeskočit", t53: "Připojit se", - t54: "V komunitě 3D tisku se ze vzájemných úspěchů a neúspěchů učíme upravovat vlastní parametry a nastavení krájení. Orca Slicer se řídí stejným principem a využívá strojové učení ke zlepšení svého výkonu na základě úspěchů a neúspěchů počet výtisků našimi uživateli. Orca Slicer školíme, aby byl chytřejší tím, že jim poskytuje data z reálného světa. Pokud budete chtít, bude tato služba přistupovat k informacím z vašich protokolů chyb a protokolů použití, které mohou zahrnovat informace popsané v ", + t54: "V komunitě 3D tisku se ze vzájemných úspěchů a neúspěchů učíme upravovat vlastní parametry a nastavení krájení. Snapmaker Orca se řídí stejným principem a využívá strojové učení ke zlepšení svého výkonu na základě úspěchů a neúspěchů počet výtisků našimi uživateli. Snapmaker Orca školíme, aby byl chytřejší tím, že jim poskytuje data z reálného světa. Pokud budete chtít, bude tato služba přistupovat k informacím z vašich protokolů chyb a protokolů použití, které mohou zahrnovat informace popsané v ", t55: "Zásady ochrany osobních údajů", t56: ". Nebudeme shromažďovat žádné osobní údaje, pomocí kterých lze přímo nebo nepřímo identifikovat jednotlivce, včetně jmen, adres, platebních údajů nebo telefonních čísel. Povolením této služby souhlasíte s těmito podmínkami a prohlášení o zásadách ochrany osobních údajů.", t57: "", @@ -492,7 +492,7 @@ var LangText = { t62: "Ostatní", t63: "Po změně regionu bude váš účet odhlášen. Přihlaste se prosím znovu později.", t64: "Proprietary Plugins", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "Plné dálkové ovládání", t67: "Streamování v přímém přenosu", t68: "Synchronizace uživatelských dat", @@ -510,9 +510,9 @@ var LangText = { t80: "Zkuste následující kroky:", t81: "1, klikněte", t82: "otevřete adresář plug-in", - t83: "2, Zavřete všechny otevřené Orca Slicer", + t83: "2, Zavřete všechny otevřené Snapmaker Orca", t84: "3, Smažte všechny soubory v adresáři plug-in", - t85: "4, znovu otevřete Orca Slicer a znovu nainstalujte zásuvný modul", + t85: "4, znovu otevřete Snapmaker Orca a znovu nainstalujte zásuvný modul", t86: "Zavřít", t87: "Uživatelská příručka", t88: "Odstranit", @@ -537,8 +537,8 @@ var LangText = { orca2: "no model information", }, fr_FR: { - t1: "Bienvenue sur Orca Slicer", - t2: "Orca Slicer sera configuré en plusieurs étapes. Commençons !", + t1: "Bienvenue sur Snapmaker Orca", + t2: "Snapmaker Orca sera configuré en plusieurs étapes. Commençons !", t3: "Accord d'utilisation", t4: "Décliner", t5: "Accepter", @@ -583,7 +583,7 @@ var LangText = { t50: "Se déconnecter", t52: "Passer", t53: "Rejoindre", - t54: "Dans la communauté de l'impression 3D, nous apprenons des succès et des échecs des uns et des autres pour ajuster nos propres paramètres et paramètres de découpage. Orca Slicer suit le même principe et utilise l'apprentissage automatique pour améliorer ses performances à partir des succès et des échecs du grand nombre d'impressions de nos utilisateurs. Nous formons Orca Slicer à être plus intelligent en leur fournissant les données du monde réel. Si vous le souhaitez, ce service accédera aux informations de vos journaux d'erreurs et de vos journaux d'utilisation, qui peuvent inclure des informations décrites dans ", + t54: "Dans la communauté de l'impression 3D, nous apprenons des succès et des échecs des uns et des autres pour ajuster nos propres paramètres et paramètres de découpage. Snapmaker Orca suit le même principe et utilise l'apprentissage automatique pour améliorer ses performances à partir des succès et des échecs du grand nombre d'impressions de nos utilisateurs. Nous formons Snapmaker Orca à être plus intelligent en leur fournissant les données du monde réel. Si vous le souhaitez, ce service accédera aux informations de vos journaux d'erreurs et de vos journaux d'utilisation, qui peuvent inclure des informations décrites dans ", t55: "Politique de confidentialité", t56: ". Nous ne collecterons aucune donnée personnelle par laquelle un individu peut être identifié directement ou indirectement, y compris, sans s'y limiter, les noms, adresses, informations de paiement ou numéros de téléphone. En activant ce service, vous acceptez ces conditions et la déclaration sur la politique de confidentialité.", t57: "", @@ -594,7 +594,7 @@ var LangText = { t62: "Autres", t63: "Après avoir changé de région, votre compte sera déconnecté. Veuillez vous reconnecter ensuite.", t64: "Plug-in Bambu Network", - t65: "Veuillez noter que ces plugins ne sont pas développés ou maintenus par OrcaSlicer. Ils doivent être utilisés à votre propre discrétion et à vos propres risques.", + t65: "Veuillez noter que ces plugins ne sont pas développés ou maintenus par Snapmaker Orca. Ils doivent être utilisés à votre propre discrétion et à vos propres risques.", t66: "Commande à distance complète", t67: "Diffusion en direct", t68: "Synchronisation des données utilisateur", @@ -612,9 +612,9 @@ var LangText = { t80: "Essayez les étapes suivantes :", t81: "1, Cliquez ", t82: " pour ouvrir le répertoire des plug-ins", - t83: "2, Fermez toutes les fenêtres de Orca Slicer", + t83: "2, Fermez toutes les fenêtres de Snapmaker Orca", t84: "3, Supprimez tous les fichiers dans le répertoire du plug-in", - t85: "4, Relancez Orca Slicer et réinstallez le plug-in.", + t85: "4, Relancez Snapmaker Orca et réinstallez le plug-in.", t86: "Fermer", t87: "Manuel d'utilisation", t88: "Supprimer", @@ -641,29 +641,29 @@ var LangText = { orca1: "Modifier les informations du projet", orca2: "pas d'information sur le modèle", wk1: "Démarrage rapide", - wk2: "Cet article présente l'utilisation la plus basique de Orca Slicer. Il guide les utilisateurs pour configurer le logiciel, créer des projets et effectuer la première tâche d'impression étape par étape.", + wk2: "Cet article présente l'utilisation la plus basique de Snapmaker Orca. Il guide les utilisateurs pour configurer le logiciel, créer des projets et effectuer la première tâche d'impression étape par étape.", wk3: "Workflow basé sur des projets", - wk4: "Orca Slicer met en avant un workflow de pointe pour véritablement réaliser un projet « tout en un ». Basé sur le format de projet 3MF grand public, il fournit une série de nouvelles fonctionnalités révolutionnaires, telles que la prise en charge de plusieurs plaques, un gestionnaire de ressources de projet et une vue d'assemblage/de pièce. Cela améliore considérablement l'efficacité des créateurs et des utilisateurs réguliers", + wk4: "Snapmaker Orca met en avant un workflow de pointe pour véritablement réaliser un projet « tout en un ». Basé sur le format de projet 3MF grand public, il fournit une série de nouvelles fonctionnalités révolutionnaires, telles que la prise en charge de plusieurs plaques, un gestionnaire de ressources de projet et une vue d'assemblage/de pièce. Cela améliore considérablement l'efficacité des créateurs et des utilisateurs réguliers", wk5: "Impression haute vitesse de qualité", - wk6: "Il est difficile d'imprimer à grande vitesse tout en maintenant une qualité élevée. Orca Slicer rend cela possible. « Arch Move » permet à la hotend de se déplacer en douceur et réduit les vibrations de la machine. Le refroidissement intelligent est basé sur des paramètres de refroidissement affinés pour chaque type de filament. Le « ralentissement automatique » pour les paroies en porte-à-faux permet d'éviter la déformation à grande vitesse.", + wk6: "Il est difficile d'imprimer à grande vitesse tout en maintenant une qualité élevée. Snapmaker Orca rend cela possible. « Arch Move » permet à la hotend de se déplacer en douceur et réduit les vibrations de la machine. Le refroidissement intelligent est basé sur des paramètres de refroidissement affinés pour chaque type de filament. Le « ralentissement automatique » pour les paroies en porte-à-faux permet d'éviter la déformation à grande vitesse.", wk7: "Impression multi-couleur", - wk8: "Orca Slicer fournit des outils de colorisation polyvalents pour créer un modèle coloré. Vous pouvez librement ajouter/supprimer des filaments dans un projet et coloriser votre modèle avec différents pinceaux. Avant l'impression, chaque filament sera automatiquement mappé sur un emplacement AMS, sans avoir besoin de modifier manuellement le placement de la bobine dans l'AMS.", + wk8: "Snapmaker Orca fournit des outils de colorisation polyvalents pour créer un modèle coloré. Vous pouvez librement ajouter/supprimer des filaments dans un projet et coloriser votre modèle avec différents pinceaux. Avant l'impression, chaque filament sera automatiquement mappé sur un emplacement AMS, sans avoir besoin de modifier manuellement le placement de la bobine dans l'AMS.", wk9: "Guide de réglage des paramètres de découpage", - wk10: "Les fonctionnalités de gestion des paramètres de Orca Slicer offrent un contrôle très flexible et puissant sur le processus de découpage. Cet article présente l'organisation des paramètres et fournit quelques compétences pour tirer pleinement parti de ces fonctionnalités.", + wk10: "Les fonctionnalités de gestion des paramètres de Snapmaker Orca offrent un contrôle très flexible et puissant sur le processus de découpage. Cet article présente l'organisation des paramètres et fournit quelques compétences pour tirer pleinement parti de ces fonctionnalités.", wk11: "Contrôle et surveillance à distance", - wk12: "Orca Slicer prend en charge l'envoi du travail d'impression à votre imprimante via le réseau WAN/LAN, contrôlant et surveillant chaque aspect de votre imprimante 3D et des travaux d'impression. Si vous avez plusieurs imprimantes, vous pouvez facilement basculer entre elles dans la liste des périphériques.", + wk12: "Snapmaker Orca prend en charge l'envoi du travail d'impression à votre imprimante via le réseau WAN/LAN, contrôlant et surveillant chaque aspect de votre imprimante 3D et des travaux d'impression. Si vous avez plusieurs imprimantes, vous pouvez facilement basculer entre elles dans la liste des périphériques.", wk13: "Format STEP", wk14: "Par rapport au format STL, le format STEP apporte des informations plus efficaces. Grâce à la grande précision de ce format, de nombreuses trajectoires d'extrusion peuvent être générées sous forme d'arcs. Il inclut également la relation d'assemblage de chaque pièce d'un modèle, qui peut être utilisée pour restaurer la vue d'assemblage après la coupe d'un modèle.", wk15: "Texte 3D", - wk16: "Avec l'outil Texte 3D, les utilisateurs peuvent facilement créer diverses formes de texte 3D dans le projet, ce qui rend le modèle plus personnalisé. Orca Slicer fournit des dizaines de polices et prend en charge les styles gras et italique pour donner au texte une plus grande flexibilité.", + wk16: "Avec l'outil Texte 3D, les utilisateurs peuvent facilement créer diverses formes de texte 3D dans le projet, ce qui rend le modèle plus personnalisé. Snapmaker Orca fournit des dizaines de polices et prend en charge les styles gras et italique pour donner au texte une plus grande flexibilité.", }, zh_CN: { - t1: "欢迎使用Orca Slicer", - t2: "Orca Slicer需要几步安装步骤,让我们开始吧!", + t1: "欢迎使用Snapmaker Orca", + t2: "Snapmaker Orca需要几步安装步骤,让我们开始吧!", t3: "用户使用协议", t4: "拒绝", t5: "同意", - t6: "帮助提升Orca Slicer性能", + t6: "帮助提升Snapmaker Orca性能", t7: "允许发送匿名数据", t8: "上一步", t9: "下一步", @@ -704,7 +704,7 @@ var LangText = { t50: "退出登录", t52: "忽略", t53: "同意", - t54: "在3D打印社区,我们从彼此的成功和失败中学习调整自己的切片参数和设置。Orca Slicer遵循同样的原则,通过机器学习的方式从大量用户打印的成功和失败中获取经验,从而改善打印性能。我们正在通过向Orca Slicer提供真实世界的数据来训练他们变得更聪明。如果您愿意,此服务将访问您的错误日志和使用日志中的信息,其中可能包括", + t54: "在3D打印社区,我们从彼此的成功和失败中学习调整自己的切片参数和设置。Snapmaker Orca遵循同样的原则,通过机器学习的方式从大量用户打印的成功和失败中获取经验,从而改善打印性能。我们正在通过向Snapmaker Orca提供真实世界的数据来训练他们变得更聪明。如果您愿意,此服务将访问您的错误日志和使用日志中的信息,其中可能包括", t55: "隐私政策", t56: "中描述的信息。我们不会收集任何可以直接或间接识别个人的个人数据,包括但不限于姓名、地址、支付信息或电话号码。启用此服务即表示您同意这些条款和有关隐私政策的声明。", t57: "", @@ -715,7 +715,7 @@ var LangText = { t62: "其他", t63: "切换区域后,你的账号会被登出。稍后请重新登录。", t64: "Bambu网络插件", - t65: "注意:这些插件不是由OrcaSlicer开发或维护的。使用它们需自担风险", + t65: "注意:这些插件不是由Snapmaker Orca开发或维护的。使用它们需自担风险", t66: "强大的远程控制功能", t67: "实时视频流", t68: "用户数据同步", @@ -733,9 +733,9 @@ var LangText = { t80: "请尝试如下步骤:", t81: "1, 点击", t82: "打开插件所在目录", - t83: "2, 关闭所有Orca Slicer", + t83: "2, 关闭所有Snapmaker Orca", t84: "3, 删除插件所在目录下的所有文件", - t85: "4, 重新启动Orca Slicer并尝试安装插件", + t85: "4, 重新启动Snapmaker Orca并尝试安装插件", t86: "关闭", t87: "使用引导", t88: "移除", @@ -764,31 +764,31 @@ var LangText = { t112: "加入该计划", t113: "您可以随时更改您的偏好。", wk1: "快速入门指南", - wk2: "本文介绍了Orca Slicer的最基本用法。它指导用户配置软件,创建项目,并逐步完成第一个打印任务。", + wk2: "本文介绍了Snapmaker Orca的最基本用法。它指导用户配置软件,创建项目,并逐步完成第一个打印任务。", wk3: "基于项目的工作流", - wk4: "Orca Slicer提出了领先的工作流程,真正实现了“一体化”项目。基于主流的3MF项目格式,它提供了一系列革命性的新功能,如支持多盘、项目资源管理器和装配/零件视图。它可以大幅提高模型创作者及普通用户的使用效率。", + wk4: "Snapmaker Orca提出了领先的工作流程,真正实现了“一体化”项目。基于主流的3MF项目格式,它提供了一系列革命性的新功能,如支持多盘、项目资源管理器和装配/零件视图。它可以大幅提高模型创作者及普通用户的使用效率。", wk5: "质量卓越的高速打印", - wk6: "在保持高质量的前提下进行高速打印是非常具有挑战性的。Orca Slicer让这一切发生。支持“圆弧移动”特性使工具头移动更加顺滑,有效减少机器振动。基于不同材料类型的精细标定过的冷却控制参数,使得冷却过程可以自动开展。在悬垂区域进行“自动减速”,可防止高速打印时在此区域的外观瑕疵。", + wk6: "在保持高质量的前提下进行高速打印是非常具有挑战性的。Snapmaker Orca让这一切发生。支持“圆弧移动”特性使工具头移动更加顺滑,有效减少机器振动。基于不同材料类型的精细标定过的冷却控制参数,使得冷却过程可以自动开展。在悬垂区域进行“自动减速”,可防止高速打印时在此区域的外观瑕疵。", wk7: "多色打印", - wk8: "Orca Slicer提供了多种着色工具来制作彩色模型。您可以在项目中自由添加/移除打印材料,并使用不同的笔刷为模型着色。开始打印时,打印任务中的各个材料将自动映射到匹配的AMS槽位,无需手动调整AMS中的料卷位置。", + wk8: "Snapmaker Orca提供了多种着色工具来制作彩色模型。您可以在项目中自由添加/移除打印材料,并使用不同的笔刷为模型着色。开始打印时,打印任务中的各个材料将自动映射到匹配的AMS槽位,无需手动调整AMS中的料卷位置。", wk9: "切片参数设置指南", - wk10: "Orca Slicer中的参数管理功能为切片过程提供了非常灵活和强大的控制。本文介绍了切片参数的组织分类和设置方法,并提供了一些使用技巧。", + wk10: "Snapmaker Orca中的参数管理功能为切片过程提供了非常灵活和强大的控制。本文介绍了切片参数的组织分类和设置方法,并提供了一些使用技巧。", wk11: "远程控制和监控", - wk12: "Orca Slicer支持通过WAN/LAN网络向打印机发送打印任务,控制和查看3D打印机和打印任务的各个方面。如果您有多台打印机,还可以在设备列表中轻松切换。", + wk12: "Snapmaker Orca支持通过WAN/LAN网络向打印机发送打印任务,控制和查看3D打印机和打印任务的各个方面。如果您有多台打印机,还可以在设备列表中轻松切换。", wk13: "STEP格式", wk14: "与STL相比,STEP带来了更多有效的信息。由于STEP的高精度,切片时可以生成更多的圆弧路径。STEP还包括模型每个零件的装配关系,可分割模型后恢复装配视图。", wk15: "3D文本", - wk16: "使用3D文本工具,用户可以轻松地在项目中创建各种3D文本形状,使模型更加个性化。Orca Slicer提供了数十种字体,并支持粗体和斜体样式,使文本具有更大的灵活性。", + wk16: "使用3D文本工具,用户可以轻松地在项目中创建各种3D文本形状,使模型更加个性化。Snapmaker Orca提供了数十种字体,并支持粗体和斜体样式,使文本具有更大的灵活性。", orca1: "编辑项目信息", orca2: "该模型没有相关信息", }, zh_TW: { - t1: "歡迎使用 Orca Slicer", - t2: "Orca Slicer 需要幾步安裝步驟,讓我們開始吧!", + t1: "歡迎使用 Snapmaker Orca", + t2: "Snapmaker Orca 需要幾步安裝步驟,讓我們開始吧!", t3: "使用者協議", t4: "拒絕", t5: "同意", - t6: "幫助提升 Orca Slicer 性能", + t6: "幫助提升 Snapmaker Orca 性能", t7: "允許傳送匿名數據", t8: "上一步", t9: "下一步", @@ -829,7 +829,7 @@ var LangText = { t50: "登出", t52: "忽略", t53: "同意", - t54: "在3D列印社區,我們從彼此的成功和失敗中學習調整自己的切片參數和設置。Orca Slicer 遵循同樣的原則,透過機器學習的方式從大量用戶列印的成功和失敗中獲取經驗,從而改善列印性能。我們正在通過向 Orca Slicer 提供真實世界的數據來訓練他們變得更聰明。如果您願意,此服務將訪問您的錯誤日誌和使用日誌中的資訊,其中可能包括", + t54: "在3D列印社區,我們從彼此的成功和失敗中學習調整自己的切片參數和設置。Snapmaker Orca 遵循同樣的原則,透過機器學習的方式從大量用戶列印的成功和失敗中獲取經驗,從而改善列印性能。我們正在通過向 Snapmaker Orca 提供真實世界的數據來訓練他們變得更聰明。如果您願意,此服務將訪問您的錯誤日誌和使用日誌中的資訊,其中可能包括", t55: "隱私政策", t56: "中描述的資訊。我們不會收集任何可以直接或間接識別個人的個人數據,包括但不限於姓名、地址、支付資訊或電話號碼。啟用此服務即表示您同意這些條款和有關隱私政策的聲明。", t57: "", @@ -840,7 +840,7 @@ var LangText = { t62: "其他", t63: "切換區域後,你的帳號會被登出。稍後請重新登入。", t64: "Bambu網路插件", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "強大的遠端控制功能", t67: "即時影片串流", t68: "使用者數據同步", @@ -858,9 +858,9 @@ var LangText = { t80: "請嘗試如下步驟:", t81: "1, 點擊", t82: "打開插件所在目錄", - t83: "2, 關閉所有 Orca Slicer", + t83: "2, 關閉所有 Snapmaker Orca", t84: "3, 刪除插件所在目錄下的所有文件", - t85: "4, 重新啟動 Orca Slicer 並嘗試安裝插件", + t85: "4, 重新啟動 Snapmaker Orca 並嘗試安裝插件", t86: "關閉", t87: "使用引導", t88: "移除", @@ -871,25 +871,25 @@ var LangText = { orca1: "Edit Project Info", orca2: "no model information", wk1: "快速入門指南", - wk2: "本文介紹了 Orca Slicer 的最基本用法。它指導用戶配置軟體,創建項目,並逐步完成第一個列印任務。", + wk2: "本文介紹了 Snapmaker Orca 的最基本用法。它指導用戶配置軟體,創建項目,並逐步完成第一個列印任務。", wk3: "基於項目的工作流", - wk4: "Orca Slicer 提出了領先的工作流程,真正實現了“一體化”項目。基於主流的3MF項目格式,它提供了一系列革命性的新功能,如支持多盤、項目資源管理器和裝配/零件視圖。它可以大幅提高模型創作者及普通用戶的使用效率。", + wk4: "Snapmaker Orca 提出了領先的工作流程,真正實現了“一體化”項目。基於主流的3MF項目格式,它提供了一系列革命性的新功能,如支持多盤、項目資源管理器和裝配/零件視圖。它可以大幅提高模型創作者及普通用戶的使用效率。", wk5: "質量卓越的高速列印", - wk6: "在保持高品質的前提下進行高速列印是非常具有挑戰性的。Orca Slicer 讓這一切發生。支持“圓弧移動”特性使工具頭移動更加順滑,有效減少機器振動。基於不同線材類型的精細標定過的冷卻控制參數,使得冷卻過程可以自動開展。在懸垂區域進行“自動減速”,可防止高速列印時在此區域的外觀瑕疵。", + wk6: "在保持高品質的前提下進行高速列印是非常具有挑戰性的。Snapmaker Orca 讓這一切發生。支持“圓弧移動”特性使工具頭移動更加順滑,有效減少機器振動。基於不同線材類型的精細標定過的冷卻控制參數,使得冷卻過程可以自動開展。在懸垂區域進行“自動減速”,可防止高速列印時在此區域的外觀瑕疵。", wk7: "多色列印", - wk8: "Orca Slicer 提供了多種著色工具來製作彩色模型。您可以在項目中自由添加/移除列印材料,並使用不同的筆刷為模型著色。開始列印時,列印任務中的各個線材將自動映射對應到 AMS 槽位,無需手動調整 AMS 中的線材位置。", + wk8: "Snapmaker Orca 提供了多種著色工具來製作彩色模型。您可以在項目中自由添加/移除列印材料,並使用不同的筆刷為模型著色。開始列印時,列印任務中的各個線材將自動映射對應到 AMS 槽位,無需手動調整 AMS 中的線材位置。", wk9: "切片參數設置指南", - wk10: "Orca Slicer 中的參數管理功能為切片過程提供了非常靈活和強大的控制。本文介紹了切片參數的組織分類和設置方法,並提供了一些使用技巧。", + wk10: "Snapmaker Orca 中的參數管理功能為切片過程提供了非常靈活和強大的控制。本文介紹了切片參數的組織分類和設置方法,並提供了一些使用技巧。", wk11: "遠端控制和監控", - wk12: "Orca Slicer 支持透過無線網路/區域網路向3D列印機發送列印任務,控制和查看3D列印機和列印任務的各個方面。如果您有多台3D列印機,還可以在設備清單中輕鬆切換。", + wk12: "Snapmaker Orca 支持透過無線網路/區域網路向3D列印機發送列印任務,控制和查看3D列印機和列印任務的各個方面。如果您有多台3D列印機,還可以在設備清單中輕鬆切換。", wk13: "STEP格式", wk14: "與 STL 相比,STEP 帶來了更多有效的資訊。由於 STEP 的高精度,切片時可以生成更多的圓弧路徑。STEP 還包括模型每個零件的組裝關係,可分割模型後恢復裝配視圖。", wk15: "3D文本", - wk16: "使用3D文字工具,使用者可以輕鬆地在項目中建立各種3D文字形狀,使模型更加個性化。Orca Slicer 提供了數十種字體,並支援粗體和斜體樣式,使文字具有更大的靈活性。", + wk16: "使用3D文字工具,使用者可以輕鬆地在項目中建立各種3D文字形狀,使模型更加個性化。Snapmaker Orca 提供了數十種字體,並支援粗體和斜體樣式,使文字具有更大的靈活性。", }, ru_RU: { - t1: "Приветствуем в Orca Slicer!", - t2: "Для настройка Orca Slicer необходимо пройти несколько этапов. Давайте начнём!", + t1: "Приветствуем в Snapmaker Orca!", + t2: "Для настройка Snapmaker Orca необходимо пройти несколько этапов. Давайте начнём!", t3: "Пользовательское соглашение", t4: "Отказаться", t5: "Принять", @@ -934,7 +934,7 @@ var LangText = { t50: "Выйти", t52: "Пропустить", t53: "Войти", - t54: "В сообществе 3D-печатников для выявления наилучших параметров нарезки и улучшения печати мы учимся на успехах и неудачах друг друга. Orca Slicer следует тому же принципу и использует машинное обучение для улучшения своей работы на основе успешных и неудачных печатей наших пользователей. Мы обучаем Orca Slicer быть умнее на основе реальных данных. По вашему согласию эта служба получит доступ к вашим журналам ошибок и журналам использования, в которых содержатся сведения, описанные в ", + t54: "В сообществе 3D-печатников для выявления наилучших параметров нарезки и улучшения печати мы учимся на успехах и неудачах друг друга. Snapmaker Orca следует тому же принципу и использует машинное обучение для улучшения своей работы на основе успешных и неудачных печатей наших пользователей. Мы обучаем Snapmaker Orca быть умнее на основе реальных данных. По вашему согласию эта служба получит доступ к вашим журналам ошибок и журналам использования, в которых содержатся сведения, описанные в ", t55: "политике конфиденциальности", t56: ". Мы не собираем никаких личных данных, которые могут прямо или косвенно идентифицировать отдельного человека, включая, помимо прочего, имена, адреса, платежную информацию или номера телефонов. Соглашаясь с включением данной службы, вы соглашаетесь с этими условиями и заявлением о политике конфиденциальности.", t57: "", @@ -963,9 +963,9 @@ var LangText = { t80: "Попробуйте выполнить следующие действия:", t81: "1, Нажмите ", t82: " чтобы открыть папку плагинов", - t83: "2, Закрыть все открытые Orca Slicer", + t83: "2, Закрыть все открытые Snapmaker Orca", t84: "3, Удалить все файлы в папке плагина", - t85: "4, Откройте Orca Slicer и снова установите подключаемый модуль.", + t85: "4, Откройте Snapmaker Orca и снова установите подключаемый модуль.", t86: "Закрыть", t87: "Инструкции", t88: "Удалить", @@ -1000,8 +1000,8 @@ var LangText = { orca5: "Включить режим конфиденциальности" }, ko_KR: { - t1: "Orca Slicer에 오신 것을 환영합니다", - t2: "Orca Slicer는 여러 단계로 설정됩니다. 시작!", + t1: "Snapmaker Orca에 오신 것을 환영합니다", + t2: "Snapmaker Orca는 여러 단계로 설정됩니다. 시작!", t3: "사용자 약관", t4: "거부", t5: "동의", @@ -1046,7 +1046,7 @@ var LangText = { t50: "로그 아웃", t52: "건너뛰기", t53: "가입", - t54: "3D 프린팅 커뮤니티에서 우리는 각자의 슬라이싱 매개변수와 설정을 조정하는 과정에서 서로의 성공과 실패를 통해 배웁니다. Orca Slicer는 동일한 원칙을 따르며 기계 학습을 사용하여 사용자의 방대한 출력물의 성공과 실패를 통해 성능을 향상시킵니다. 우리는 실제 데이터를 제공하여 Orca Slicer가 더욱 똑똑해지도록 교육하고 있습니다. 귀하가 원할 경우 이 서비스는 오류 로그 및 사용 로그의 정보에 액세스합니다. 여기에는 다음에 설명된 정보가 포함될 수 있습니다.", + t54: "3D 프린팅 커뮤니티에서 우리는 각자의 슬라이싱 매개변수와 설정을 조정하는 과정에서 서로의 성공과 실패를 통해 배웁니다. Snapmaker Orca는 동일한 원칙을 따르며 기계 학습을 사용하여 사용자의 방대한 출력물의 성공과 실패를 통해 성능을 향상시킵니다. 우리는 실제 데이터를 제공하여 Snapmaker Orca가 더욱 똑똑해지도록 교육하고 있습니다. 귀하가 원할 경우 이 서비스는 오류 로그 및 사용 로그의 정보에 액세스합니다. 여기에는 다음에 설명된 정보가 포함될 수 있습니다.", t55: "개인 정보 정책", t56: ". 당사는 이름, 주소, 결제 정보 또는 전화번호를 포함하되 이에 국한되지 않고 개인을 직간접적으로 식별할 수 있는 개인 데이터를 수집하지 않습니다. 이 서비스를 활성화함으로써 귀하는 본 약관과 개인정보 보호정책에 대한 설명에 동의하게 됩니다.", t57: "", @@ -1057,7 +1057,7 @@ var LangText = { t62: "다른 지역", t63: "지역을 변경하면 계정이 로그아웃됩니다. 나중에 다시 로그인해 주세요.", t64: "Bambu 네트워크 플러그인", - t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.", + t65: "Please be aware that these plugins are not developed or maintained by Snapmaker Orca. They should be used at your own discretion and risk.", t66: "전체 원격 제어", t67: "라이브뷰 스트리밍", t68: "사용자 데이터 동기화", @@ -1075,9 +1075,9 @@ var LangText = { t80: "다음 단계를 시도해 보세요:", t81: "1, 클릭 ", t82: " 하여 플러그인 디렉토리를 엽니다.", - t83: "2, 열려 있는 모든 Orca Slicer를 닫습니다.", + t83: "2, 열려 있는 모든 Snapmaker Orca를 닫습니다.", t84: "3, 플러그인 디렉터리 아래의 모든 파일 삭제합니다", - t85: "4, Orca Slicer를 다시 열고 플러그인을 다시 설치하세요.", + t85: "4, Snapmaker Orca를 다시 열고 플러그인을 다시 설치하세요.", t86: "닫기", t87: "사용자 메뉴얼", t88: "제거", @@ -1091,7 +1091,7 @@ var LangText = { orca2: "no model information", }, tr_TR: { - t1: "Orca Slicer'a hoş geldiniz", + t1: "Snapmaker Orca'a hoş geldiniz", t2: "Orca Dilimleyici birkaç adımda kurulacaktır. Hadi başlayalım!", t3: "Kullanıcı Sözleşmesi", t4: "Reddet", @@ -1137,7 +1137,7 @@ var LangText = { t50: "Çıkış Yap", t52: "Atla", t53: "Katıl", - t54: "3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı düzenlerken birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. Orca Slicer da aynı prensibi takip ediyor ve kullanıcılarımızın yaptığı çok sayıda baskının başarı ve başarısızlıklarından performansını artırmak için makine öğrenimini kullanıyor. Orca Slicer'ı gerçek dünya verileriyle besleyerek daha akıllı olması için eğitiyoruz. İsterseniz bu hizmet, hata günlüklerinizden ve kullanım günlüklerinizden, burada açıklanan bilgileri de içerebilecek bilgilere erişecektir. ", + t54: "3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı düzenlerken birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. Snapmaker Orca da aynı prensibi takip ediyor ve kullanıcılarımızın yaptığı çok sayıda baskının başarı ve başarısızlıklarından performansını artırmak için makine öğrenimini kullanıyor. Snapmaker Orca'ı gerçek dünya verileriyle besleyerek daha akıllı olması için eğitiyoruz. İsterseniz bu hizmet, hata günlüklerinizden ve kullanım günlüklerinizden, burada açıklanan bilgileri de içerebilecek bilgilere erişecektir. ", t55: "Gizlilik Politikası", t56: ". İsimler, adresler, ödeme bilgileri veya telefon numaraları dahil ancak bunlarla sınırlı olmamak üzere, bir bireyin doğrudan veya dolaylı olarak tanımlanmasını sağlayacak hiçbir Kişisel Veri toplamayacağız. Bu hizmeti etkinleştirerek bu şartları ve Gizlilik Politikasına ilişkin beyanı kabul etmiş olursunuz.", t57: "", @@ -1148,7 +1148,7 @@ var LangText = { t62: "Diğerleri", t63: "Bölgeyi değiştirdikten sonra hesabınızdan çıkış yapılacaktır. Lütfen daha sonra tekrar giriş yapın.", t64: "Bambu Ağı eklentisi", - t65: "Lütfen bu eklentilerin OrcaSlicer tarafından geliştirilmediğini veya bakımının yapılmadığını unutmayın. Kendi takdirinize ve riskinize göre kullanılmalıdırlar.", + t65: "Lütfen bu eklentilerin Snapmaker Orca tarafından geliştirilmediğini veya bakımının yapılmadığını unutmayın. Kendi takdirinize ve riskinize göre kullanılmalıdırlar.", t66: "Tam uzaktan kontrol", t67: "Canlı görüntü akışı", t68: "Kullanıcı veri senkronizasyonu", @@ -1166,9 +1166,9 @@ var LangText = { t80: "Aşağıdaki adımları deneyin:", t81: "1, Eklenti ", t82: " dizinini açmak için tıklayın", - t83: "2, Tüm açık Orca slicerı kapatın", + t83: "2, Tüm açık Snapmaker Orcaı kapatın", t84: "3, Eklenti dizini altındaki tüm dosyaları silin", - t85: "4, Orca Slicer'ı yeniden açın ve eklentiyi tekrar yükleyin", + t85: "4, Snapmaker Orca'ı yeniden açın ve eklentiyi tekrar yükleyin", t86: "Kapat", t87: "Kullanım kılavuzu", t88: "Kaldır", @@ -1200,8 +1200,8 @@ var LangText = { orca2: "model bilgisi yok", }, pl_PL: { - t1: "Witamy w Orca Slicer", - t2: "Orca Slicer zostanie skonfigurowany w kilku krokach. Zacznijmy!", + t1: "Witamy w Snapmaker Orca", + t2: "Snapmaker Orca zostanie skonfigurowany w kilku krokach. Zacznijmy!", t3: "Umowa użytkownika", t4: "Nie zgadzam się", t5: "Zgadzam się", @@ -1246,7 +1246,7 @@ var LangText = { t50: "Wyloguj", t52: "Pomiń", t53: "Dołącz", - t54: "W społeczności druku 3D uczymy się od sukcesów i porażek innych, aby dostosować nasze własne parametry i ustawienia krojenia. Orca Slicer podąża tą samą zasadą i wykorzystuje uczenie maszynowe do poprawy swojej wydajności na podstawie sukcesów i porażek dużej liczby wydruków naszych użytkowników. Szkolimy Orca Slicer, aby był mądrzejszy, dostarczając mu danych z rzeczywistego świata. Jeśli chcesz, ta usługa uzyska dostęp do informacji z Twoich logów błędów i logów użytkowania, które mogą zawierać informacje opisane w ", + t54: "W społeczności druku 3D uczymy się od sukcesów i porażek innych, aby dostosować nasze własne parametry i ustawienia krojenia. Snapmaker Orca podąża tą samą zasadą i wykorzystuje uczenie maszynowe do poprawy swojej wydajności na podstawie sukcesów i porażek dużej liczby wydruków naszych użytkowników. Szkolimy Snapmaker Orca, aby był mądrzejszy, dostarczając mu danych z rzeczywistego świata. Jeśli chcesz, ta usługa uzyska dostęp do informacji z Twoich logów błędów i logów użytkowania, które mogą zawierać informacje opisane w ", t55: "Polityka Prywatności", t56: ". Nie będziemy zbierać żadnych Danych Osobowych, przez które można bezpośrednio lub pośrednio zidentyfikować osobę, w tym bez ograniczeń nazwisk, adresów, informacji o płatnościach lub numerów telefonów. Aktywując tę usługę, zgadzasz się na te warunki i oświadczenie dotyczące Polityki Prywatności.", t57: "", @@ -1257,7 +1257,7 @@ var LangText = { t62: "Inne", t63: "Po zmianie regionu, zostaniesz wylogowany z konta. Proszę zaloguj się ponownie później.", t64: "Wtyczka Bambu Network", - t65: "Proszę mieć świadomość, że te wtyczki nie są rozwijane ani utrzymywane przez OrcaSlicer. Powinny być używane na własne ryzyko i z rozwagą.", + t65: "Proszę mieć świadomość, że te wtyczki nie są rozwijane ani utrzymywane przez Snapmaker Orca. Powinny być używane na własne ryzyko i z rozwagą.", t66: "Pełna kontrola zdalna", t67: "Transmisja na żywo", t68: "Synchronizacja danych użytkownika", @@ -1275,9 +1275,9 @@ var LangText = { t80: "Spróbuj następujących kroków:", t81: "1, Kliknij ", t82: " aby otworzyć katalog wtyczek", - t83: "2, Zamknij wszystkie otwarte Orca Slicer", + t83: "2, Zamknij wszystkie otwarte Snapmaker Orca", t84: "3, Usuń wszystkie pliki z katalogu wtyczek", - t85: "4, Ponownie otwórz Orca Slicer i zainstaluj wtyczkę ponownie", + t85: "4, Ponownie otwórz Snapmaker Orca i zainstaluj wtyczkę ponownie", t86: "Zamknij", t87: "Instrukcja użytkownika", t88: "Usuń", @@ -1312,8 +1312,8 @@ var LangText = { orca5: "Włącz tryb «Niewidzialny»", }, pt_BR: { - t1: "Bem-vindo ao Orca Slicer", - t2: "Orca Slicer será configurado em algumas etapas. Vamos começar!", + t1: "Bem-vindo ao Snapmaker Orca", + t2: "Snapmaker Orca será configurado em algumas etapas. Vamos começar!", t3: "Termos de Uso", t4: "Discordo", t5: "Concordo", @@ -1358,7 +1358,7 @@ var LangText = { t50: "Desconectar", t52: "Pular", t53: "Juntar", - t54: "Na comunidade de Impressão 3D, aprendemos com os sucessos e falhas uns dos outros para ajustar nossos próprios parâmetros e configurações de fatiamento. O Orca Slicer segue o mesmo princípio e utiliza aprendizado de máquina para melhorar seu desempenho com base nos sucessos e falhas de um grande número de impressões realizadas por nossos usuários. Estamos treinando o Orca Slicer para ser mais inteligente, alimentando-o com dados do mundo real. Se você concordar, este serviço acessará informações de seus registros de erros e registros de uso, que podem incluir informações descritas em…", + t54: "Na comunidade de Impressão 3D, aprendemos com os sucessos e falhas uns dos outros para ajustar nossos próprios parâmetros e configurações de fatiamento. O Snapmaker Orca segue o mesmo princípio e utiliza aprendizado de máquina para melhorar seu desempenho com base nos sucessos e falhas de um grande número de impressões realizadas por nossos usuários. Estamos treinando o Snapmaker Orca para ser mais inteligente, alimentando-o com dados do mundo real. Se você concordar, este serviço acessará informações de seus registros de erros e registros de uso, que podem incluir informações descritas em…", t55: "Política de Privacidade", t56: ". Não coletaremos nenhum dado pessoal pelo qual um indivíduo possa ser identificado diretamente ou indiretamente, incluindo, sem limitação, nomes, endereços, informações de pagamento ou números de telefone. Ao habilitar este serviço, você concorda com estes termos e com a declaração sobre a Política de Privacidade.", t57: "", @@ -1369,7 +1369,7 @@ var LangText = { t62: "Outras", t63: "Após alterar sua região, sua conta será desconectada. Por favor faça login novamente mais tarde.", t64: "Plugins Proprietários", - t65: "Por favor seja cuidadoso estes plugins não são desenvolvidos ou mantidos por OrcaSlicer. Eles devem ser usados por sua conta e risco.", + t65: "Por favor seja cuidadoso estes plugins não são desenvolvidos ou mantidos por Snapmaker Orca. Eles devem ser usados por sua conta e risco.", t66: "Controle remoto total", t67: "Transmissão Ao Vivo", t68: "Sincronização de Dados do Usuário", @@ -1387,9 +1387,9 @@ var LangText = { t80: "Tente os seguintes passos:", t81: "1, Clique ", t82: " para abrir a pasta do plug-in", - t83: "2, Feche totalmente o Orca Slicer", + t83: "2, Feche totalmente o Snapmaker Orca", t84: "3, Delete todos os arquivos na pasta do plug-in", - t85: "4, Reabra o Orca Slicer e instale o plug-in novamente", + t85: "4, Reabra o Snapmaker Orca e instale o plug-in novamente", t86: "Fechar", t87: "Manual de Usuário", t88: "Remover", diff --git a/resources/web/guide/1/index.html b/resources/web/guide/1/index.html index 00f134dd495..7a6d41a6457 100644 --- a/resources/web/guide/1/index.html +++ b/resources/web/guide/1/index.html @@ -16,8 +16,8 @@
-
Welcome to Orca Slicer
-
Orca Slicer will be setup in several steps. Let's start!
+
Welcome to Snapmaker Orca
+
Snapmaker Orca will be setup in several steps. Let's start!
diff --git a/resources/web/guide/21/21.js b/resources/web/guide/21/21.js index 131420dbddb..d7a4d640dc8 100644 --- a/resources/web/guide/21/21.js +++ b/resources/web/guide/21/21.js @@ -303,12 +303,18 @@ function FilterModelList(keyword) { function SelectPrinterAll( sVendor ) { $("input[vendor='"+sVendor+"']").prop("checked", true); + $("input[vendor='"+sVendor+"']").each(function() { + CheckBoxOnclick(this); + }); } function SelectPrinterNone( sVendor ) { $("input[vendor='"+sVendor+"']").prop("checked", false); + $("input[vendor='"+sVendor+"']").each(function() { + CheckBoxOnclick(this); + }); } diff --git a/resources/web/guide/22/22.js b/resources/web/guide/22/22.js index 41f014c9188..303a90b08dd 100644 --- a/resources/web/guide/22/22.js +++ b/resources/web/guide/22/22.js @@ -138,7 +138,7 @@ function SortUI() //let bCheck=$("#MachineList input:first").prop("checked"); if( fModel=='') { - bFind=true; + bFind=false; } else { @@ -573,7 +573,7 @@ function GotoNetPluginPage() let bRet=ResponseFilamentResult(); if(bRet) - window.location.href="../4orca/index.html"; + window.location.href="../5/index.html"; } function FinishGuide() @@ -593,6 +593,24 @@ function FinishGuide() //window.location.href="../6/index.html"; } +// SM Beta temporarily cancell the network page and setting stealth mode and plugin state +function SMBetaFinishGuide() +{ + // set the stealth mode to true + let nVal="no"; + if( $('#StealthMode').is(':checked') ) + nVal="yes"; + + var tSend={}; + tSend['sequence_id']=Math.round(new Date() / 1000); + tSend['command']="save_stealth_mode"; + tSend['data']={}; + tSend['data']['action']=nVal; + + SendWXMessage( JSON.stringify(tSend) ); + + FinishGuide(); +} diff --git a/resources/web/guide/22/index.html b/resources/web/guide/22/index.html index 6e379d2a0b4..29227234733 100644 --- a/resources/web/guide/22/index.html +++ b/resources/web/guide/22/index.html @@ -146,7 +146,12 @@
Back
finish
+ + + +
finish
diff --git a/resources/web/guide/23/23.js b/resources/web/guide/23/23.js index ba92265a965..5370eaa620b 100644 --- a/resources/web/guide/23/23.js +++ b/resources/web/guide/23/23.js @@ -144,7 +144,7 @@ function SortUI() //let bCheck=$("#MachineList input:first").prop("checked"); if( fModel=='') { - bFind=true; + bFind=false; } else { diff --git a/resources/web/guide/24/24.js b/resources/web/guide/24/24.js index bc3e33820de..611020f7040 100644 --- a/resources/web/guide/24/24.js +++ b/resources/web/guide/24/24.js @@ -303,12 +303,18 @@ function FilterModelList(keyword) { function SelectPrinterAll( sVendor ) { $("input[vendor='"+sVendor+"']").prop("checked", true); + $("input[vendor='"+sVendor+"']").each(function() { + CheckBoxOnclick(this); + }); } function SelectPrinterNone( sVendor ) { $("input[vendor='"+sVendor+"']").prop("checked", false); + $("input[vendor='"+sVendor+"']").each(function() { + CheckBoxOnclick(this); + }); } function OnExitFilter() { diff --git a/resources/web/guide/3/index.html b/resources/web/guide/3/index.html index c9ae0994bd5..8342029cc49 100644 --- a/resources/web/guide/3/index.html +++ b/resources/web/guide/3/index.html @@ -20,7 +20,7 @@
diff --git a/resources/web/guide/31/index.html b/resources/web/guide/31/index.html index 965d1538aef..5a1598806ae 100644 --- a/resources/web/guide/31/index.html +++ b/resources/web/guide/31/index.html @@ -19,7 +19,7 @@
diff --git a/resources/web/guide/5/index.html b/resources/web/guide/5/index.html index aa838c15154..9c83a74cd90 100644 --- a/resources/web/guide/5/index.html +++ b/resources/web/guide/5/index.html @@ -22,7 +22,7 @@