Merge branch 'SoftFever:main' into main

This commit is contained in:
Bernhard Koppensteiner 2024-06-29 20:41:11 +02:00 committed by GitHub
commit bb7d00094b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
881 changed files with 24984 additions and 5602 deletions

View file

@ -49,9 +49,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: windows-latest
- os: macos-12
- os: macos-14
arch: x86_64
- os: macos-12
- os: macos-14
arch: arm64
uses: ./.github/workflows/build_check_cache.yml
with:

View file

@ -30,12 +30,12 @@ jobs:
- name: set outputs
id: set_outputs
env:
underscore-arch: ${{ inputs.os == 'macos-12' && '_' || ''}}${{ inputs.os == 'macos-12' && inputs.arch || '' }} # if is macos, make a string that does "_{arch}", else output nothing
dash-arch: ${{ inputs.os == 'macos-12' && '-' || ''}}${{ inputs.os == 'macos-12' && inputs.arch || '' }} # if is macos, make a string that does "-{arch}", else output nothing
dep-folder-name: ${{ (inputs.os == 'windows-latest' || inputs.os == 'macos-12') && 'OrcaSlicer_dep' || 'destdir' }}
underscore-arch: ${{ inputs.os == 'macos-14' && '_' || ''}}${{ inputs.os == 'macos-14' && inputs.arch || '' }} # if is macos, make a string that does "_{arch}", else output nothing
dash-arch: ${{ inputs.os == 'macos-14' && '-' || ''}}${{ inputs.os == 'macos-14' && inputs.arch || '' }} # if is macos, make a string that does "-{arch}", else output nothing
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=${{ runner.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

View file

@ -69,15 +69,16 @@ jobs:
cd ${{ github.workspace }}/deps/build
- name: Build on Mac ${{ inputs.arch }}
if: inputs.os == 'macos-12'
if: inputs.os == 'macos-14'
working-directory: ${{ github.workspace }}
run: |
brew install cmake git gettext automake texinfo ninja
brew install cmake
brew install automake texinfo ninja libtool
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}/OrcaSlicer_dep_${{ inputs.arch }}
brew uninstall --ignore-dependencies zstd
./build_release_macos.sh -dpx -a ${{ inputs.arch }} -t 10.15
./build_release_macos.sh -dpx -a ${{ inputs.arch }} -t 10.15 -1
brew install zstd
@ -102,7 +103,7 @@ jobs:
# Upload Artifacts
- name: Upload Mac ${{ inputs.arch }} artifacts
if: inputs.os == 'macos-12'
if: inputs.os == 'macos-14'
uses: actions/upload-artifact@v4
with:
name: OrcaSlicer_dep_mac_${{ inputs.arch }}_${{ env.date }}

View file

@ -75,23 +75,24 @@ jobs:
# Mac
- name: Install tools mac
if: inputs.os == 'macos-12'
if: inputs.os == 'macos-14'
run: |
brew install cmake git gettext tree ninja
brew install cmake
brew install tree ninja libtool
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}/OrcaSlicer_dep_${{inputs.arch}}
tree ${{ github.workspace }}/deps/build_${{inputs.arch}}/OrcaSlicer_dep_${{inputs.arch}}
- name: Build slicer mac
if: inputs.os == 'macos-12'
if: inputs.os == 'macos-14'
working-directory: ${{ github.workspace }}
run: |
./build_release_macos.sh -s -n -x -a ${{inputs.arch}} -t 10.15
./build_release_macos.sh -s -n -x -a ${{inputs.arch}} -t 10.15 -1
# Thanks to RaySajuuk, it's working now
- name: Sign app and notary
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && inputs.os == 'macos-12'
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && inputs.os == 'macos-14'
working-directory: ${{ github.workspace }}
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
@ -117,21 +118,21 @@ jobs:
xcrun stapler staple OrcaSlicer_Mac_${{inputs.arch}}_${{ env.ver }}.dmg
- name: Create DMG without notary
if: github.ref != 'refs/heads/main' && inputs.os == 'macos-12'
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
- name: Upload artifacts mac
if: inputs.os == 'macos-12'
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: Deploy Mac release
if: github.ref == 'refs/heads/main' && inputs.os == 'macos-12'
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}

View file

@ -133,7 +133,7 @@ Support me
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G5IP3CP)
## Some background
OrcaSlicer is originaly forked from Bambu Studio, it was previously known as BambuStudio-SoftFever.
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

View file

@ -34,6 +34,9 @@ while getopts ":dpa:snt:xbc:h" opt; do
c )
export BUILD_CONFIG="$OPTARG"
;;
1 )
export CMAKE_BUILD_PARALLEL_LEVEL=1
;;
h ) echo "Usage: ./build_release_macos.sh [-d]"
echo " -d: Build deps only"
echo " -a: Set ARCHITECTURE (arm64 or x86_64)"
@ -43,6 +46,7 @@ while getopts ":dpa:snt:xbc:h" opt; do
echo " -x: Use Ninja CMake generator, default is Xcode"
echo " -b: Build without reconfiguring CMake"
echo " -c: Set CMake build configuration, default is Release"
echo " -1: Use single job for building"
exit 0
;;
* )

View file

@ -44,9 +44,10 @@ if "%1"=="slicer" (
)
echo "building deps.."
echo cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%CD%/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=%build_type% -DDEP_DEBUG=%debug% -DORCA_INCLUDE_DEBUG_INFO=%debuginfo%
cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%CD%/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=%build_type% -DDEP_DEBUG=%debug% -DORCA_INCLUDE_DEBUG_INFO=%debuginfo%
echo on
cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%DEPS%" -DCMAKE_BUILD_TYPE=%build_type% -DDEP_DEBUG=%debug% -DORCA_INCLUDE_DEBUG_INFO=%debuginfo%
cmake --build . --config %build_type% --target deps -- -m
@echo off
if "%1"=="deps" exit /b 0
@ -56,9 +57,10 @@ cd %WP%
mkdir %build_dir%
cd %build_dir%
echo 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%
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="C:/Program Files (x86)/Windows Kits/10/Include/10.0.22000.0"
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 --build . --config %build_type% --target ALL_BUILD -- -m
@echo off
cd ..
call run_gettext.bat
cd %build_dir%

View file

@ -2,6 +2,7 @@ Welcome to the OrcaSlicer WIKI!
We have divided it roughly into the following pages:
* [Calibration](wiki/Calibration)
* [Print settings](wiki/Print-settings)
* [How to build Orca Slicer](wiki/How-to-build)
- [Calibration](./Calibration)
- [Print settings](./Print-settings)
- [How to build Orca Slicer](./How-to-build)
- [Developer Reference](./developer-reference/Home)

View file

@ -0,0 +1,6 @@
# For Developers
This is a documentation from someone exploring the code and is by no means complete or even completely accurate. Please edit the parts you might find inaccurate. This is probably going to be helpful nonetheless.
- [Preset, PresetBundle and PresetCollection](./Preset-and-bundle)
- [Plater, Sidebar, Tab, ComboBox](./plater-sidebar-tab-combobox)

View file

@ -0,0 +1,43 @@
This page deals with the explanation for 3 classes in the code.
## [`Preset`](../../src/libslic3r/Preset.hpp)
As the name might suggest this class deals with presets for various things. It defines an enum `Type` which basically tells you what kind of data the present contains. Below are a few explained and there corresponding UI elements
#### Note: There is a lot of outdated and legacy code in the code base.
- `TYPE_PRINT`: Refers to a process preset. It's called 'Print' probably due to some legacy code.
<img src="../images/process-preset.png" alt="Example Image" width="320">
- `TYPE_FILAMENT`: As the name suggests this preset is for filaments
<img src="../images/filament-preset.png" alt="Example Image" width="320">
- `TYPE_PRINTER`: Preset for printers.
<img src="../images/printer-preset.png" alt="Example Image" width="320">
There are other preset types but some of them are for SLA. Which is legacy code, since SLA printers are no longer supported. Above 3 are the important types.
## [`PresetBundle`](../../src/libslic3r/PresetBundle.hpp)
This is a bundle containing a few types of `PresetCollection`. One bundle has presets for some printers, filaments and some processes (TYPE_PRINT).
`PresetCollection prints`\
`PresetCollection filaments`\
`PrinterPresetCollection printers`
each one of these contains a collection of processes, filaments and printers respectively.\
#### Note: Printers, filaments and processes in the bundle don't all have to be compatible with each other. In fact all the saved presets are stored in one `PresetBundle`. The `PresetBundle` is loaded on start up. The list of filaments and processes shown for a particular printer is a subset of `filaments` and `prints` `PresetCollection`s.
## [`PresetCollection`](../../src/libslic3r/Preset.hpp)
`PrinterPresetCollection` is a class derived from `PresetCollection`.
These contain a collection of presets. The presets could be of any type.\
functions of note here are:
`get_edited_preset()`: returns the current selected preset along with any modifications the user has made.\
`get_selected_preset()`: returns the current selected preset without the modifications the user has made.

View file

@ -0,0 +1,23 @@
### !! incomplete, possibly inaccurate, being updated with new info !!
## [`Plater`](../../src/slic3r/GUI/Plater.hpp)
Refers to the entire application. The whole view, file loading, project saving and loading is all managed by this class. This class contains members for the model viewer, the sidebar, gcode viewer and everything else.
## [`Sidebar`](../../src/slic3r/GUI/Plater.hpp)
This is relating the the sidebar in the application window
<img src="../images/full-sidebar.png" alt="Example Image" width="320">
## [`ComboBox`](../../src/slic3r/GUI/Widgets/ComboBox.hpp)
The drop down menus where you can see and select presets
<img src="../images/combobox.png" alt="Example Image" width="320">
## [`Tab`](../../src/slic3r/GUI/Tab.hpp)
Refers to the various windows with settings. e.g. the Popup to edit printer or filament preset. Also the section to edit process preset and the object list. These 4 are managed by `TabPrinter`, `TabFilament`, `TabPrint` and `TabPrintModel` respectively.
<img src="../images/tab-popup.png" alt="Example Image" width="320">

BIN
doc/images/combobox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
doc/images/full-sidebar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
doc/images/tab-popup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -0,0 +1,23 @@
Large format printers with print volumes in the order of 1m^3 generally use pellets for printing.
The overall tech is very similar to FDM printing.
It is FDM printing, but instead of filaments, it uses pellets.
The difference here is that where filaments have a filament_diameter that is used to calculate
the volume of filament ingested, pellets have a particular flow_coefficient that is empirically
devised for that particular pellet.
pellet_flow_coefficient is basically a measure of the packing density of a particular pellet.
Shape, material and density of an individual pellet will determine the packing density and
the only thing that matters for 3d printing is how much of that pellet material is extruded by
one turn of whatever feeding mehcanism/gear your printer uses. You can emperically derive that
for your own pellets for a particular printer model.
We are translating the pellet_flow_coefficient into filament_diameter so that everything works just like it
does already with very minor adjustments.
filament_diameter = sqrt( (4 \* pellet_flow_coefficient) / PI )
sqrt just makes the relationship between flow_coefficient and volume linear.
higher packing density -> more material extruded by single turn -> higher pellet_flow_coefficient -> treated as if a filament of larger diameter is being used
All other calculations remain the same for slicing.

33
linux.d/clear-linux-os Normal file
View file

@ -0,0 +1,33 @@
# 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
export REQUIRED_BUNDLES=(
c-basic
dev-utils
devpkg-curl
devpkg-glew
devpkg-glu
devpkg-gstreamer
devpkg-gtk3
devpkg-libmspack
devpkg-libsecret
devpkg-openssl
devpkg-webkitgtk
file
git
lib-opengl
perl-basic
texinfo
wget
)
if [[ -n "$UPDATE_LIB" ]]
then
echo "Updating linux ..."
echo swupd bundle-add -y ${REQUIRED_BUNDLES[@]}
echo -e "done\n"
exit 0
fi
FOUND_GTK3_DEV=$(ls /usr/lib64/libgtk-3.so 2>/dev/null || true)

View file

@ -20,7 +20,6 @@ REQUIRED_DEV_PACKAGES=(
libssl-dev
libtool
libudev-dev
libwebkit2gtk-4.0-dev
ninja-build
texinfo
wget
@ -38,6 +37,16 @@ then
then
REQUIRED_DEV_PACKAGES+=(libssl-dev libcurl4-openssl-dev)
fi
# check which version of libwebkit2gtk is available
apt show --quiet libwebkit2gtk-4.0-dev >/dev/null 2>&1
if [ "$?" == "0" ]
then
REQUIRED_DEV_PACKAGES+=(libwebkit2gtk-4.0-dev)
else
REQUIRED_DEV_PACKAGES+=(libwebkit2gtk-4.1-dev)
fi
# TODO: optimize this by checking which, if any, packages are already installed
# install them all at once

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -2730,10 +2730,12 @@ msgstr ""
msgid "You need to select the material type and color first."
msgstr ""
msgid "Please input a valid value (K in 0~0.3)"
#, possible-c-format, possible-boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, possible-c-format, possible-boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
@ -3095,11 +3097,11 @@ msgstr ""
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, possible-c-format, possible-boost-format
@ -3161,7 +3163,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -6686,9 +6688,6 @@ msgstr ""
msgid "Error code"
msgstr ""
msgid "Printer local connection failed, please try again."
msgstr ""
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
@ -7666,6 +7665,56 @@ msgstr ""
msgid "The configuration is up to date."
msgstr ""
msgid "Obj file Import color"
msgstr ""
msgid "Specify number of colors:"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgid "Recommended "
msgstr ""
msgid "Current filament colors:"
msgstr ""
msgid "Quick set:"
msgstr ""
msgid "Color match"
msgstr ""
msgid "Approximate color matching."
msgstr ""
msgid "Append"
msgstr ""
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgid "Reset mapped extruders."
msgstr ""
msgid "Cluster colors"
msgstr ""
msgid "Map Filament"
msgstr ""
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
msgid "Ramming customization"
msgstr ""
@ -9638,6 +9687,22 @@ msgid ""
"at least at minimum speed to reduce the frequency of starting and stoping"
msgstr ""
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr ""
@ -12752,10 +12817,10 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
@ -12850,20 +12915,13 @@ msgstr ""
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
msgstr ""
#, possible-c-format, possible-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?"
"want to override the other results?"
msgstr ""
msgid "Please find the best line on your plate"
msgstr ""
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgid "Input Value"
@ -13106,6 +13164,9 @@ msgstr ""
msgid "PETG"
msgstr ""
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr ""
@ -13190,6 +13251,9 @@ msgstr ""
msgid "Upload to storage"
msgstr ""
msgid "Switch to Device tab after upload."
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr ""
@ -13793,6 +13857,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr ""
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -14124,17 +14194,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -14152,151 +14220,151 @@ msgstr ""
msgid "User cancelled."
msgstr ""
#: resources/data/hints.ini: [hint:Precise wall]
msgid "Precise wall\nDid you know that turning on precise wall can improve precision and layer consistency?"
msgstr ""
#: resources/data/hints.ini: [hint:Sandwich mode]
msgid "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?"
msgstr ""
#: resources/data/hints.ini: [hint:Chamber temperature]
msgid "Chamber temperature\nDid you know that OrcaSlicer 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."
msgstr ""
#: resources/data/hints.ini: [hint:Auxiliary fan]
msgid "Auxiliary fan\nDid you know that OrcaSlicer 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?"
msgstr ""
#: resources/data/hints.ini: [hint:G-code window]
msgid "G-code window\nYou can turn on/off the G-code window by pressing the <b>C</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:Switch workspaces]
msgid "Switch workspaces\nYou can switch between <b>Prepare</b> and <b>Preview</b> workspaces by pressing the <b>Tab</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
msgid "How to use keyboard shortcuts\nDid you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene operations."
msgstr ""
#: resources/data/hints.ini: [hint:Reverse on odd]
msgid "Reverse on odd\nDid you know that <b>Reverse on odd</b> feature can significantly improve the surface quality of your overhangs?"
msgstr ""
#: resources/data/hints.ini: [hint:Cut Tool]
msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
msgstr ""
#: resources/data/hints.ini: [hint:Fix Model]
msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems on the Windows system?"
msgstr ""
#: resources/data/hints.ini: [hint:Timelapse]
msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
msgstr ""
#: resources/data/hints.ini: [hint:Lay on Face]
msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the <b>F</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:Object List]
msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Search Functionality]
msgid "Search Functionality\nDid you know that you use the Search tool to quickly find a specific Orca Slicer setting?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid "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."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid "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."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid "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!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid "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!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid "Fine-tuning for flow rate\nDid 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 ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid "Support painting\nDid 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."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
msgstr ""
#: resources/data/hints.ini: [hint:When need to print with the printer door opened]
msgid "When need to print with the printer door opened\nDid you know that opening the printer door can reduce the probability of extruder/hotend clogging when printing lower temperature filament with a higher enclosure temperature. More info about this in the Wiki."
msgstr ""
#: resources/data/hints.ini: [hint:Avoid warping]
msgid "Avoid warping\nDid you know that when printing materials that are prone to warping such as ABS, appropriately increasing the heatbed temperature can reduce the probability of warping."
msgstr ""
#: resources/data/hints.ini: [hint:Precise wall]
msgid "Precise wall\nDid you know that turning on precise wall can improve precision and layer consistency?"
msgstr ""
#: resources/data/hints.ini: [hint:Sandwich mode]
msgid "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?"
msgstr ""
#: resources/data/hints.ini: [hint:Chamber temperature]
msgid "Chamber temperature\nDid you know that OrcaSlicer 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."
msgstr ""
#: resources/data/hints.ini: [hint:Auxiliary fan]
msgid "Auxiliary fan\nDid you know that OrcaSlicer 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?"
msgstr ""
#: resources/data/hints.ini: [hint:G-code window]
msgid "G-code window\nYou can turn on/off the G-code window by pressing the <b>C</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:Switch workspaces]
msgid "Switch workspaces\nYou can switch between <b>Prepare</b> and <b>Preview</b> workspaces by pressing the <b>Tab</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
msgid "How to use keyboard shortcuts\nDid you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene operations."
msgstr ""
#: resources/data/hints.ini: [hint:Reverse on odd]
msgid "Reverse on odd\nDid you know that <b>Reverse on odd</b> feature can significantly improve the surface quality of your overhangs?"
msgstr ""
#: resources/data/hints.ini: [hint:Cut Tool]
msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
msgstr ""
#: resources/data/hints.ini: [hint:Fix Model]
msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems on the Windows system?"
msgstr ""
#: resources/data/hints.ini: [hint:Timelapse]
msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Arrange]
msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
msgstr ""
#: resources/data/hints.ini: [hint:Auto-Orient]
msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
msgstr ""
#: resources/data/hints.ini: [hint:Lay on Face]
msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the <b>F</b> key."
msgstr ""
#: resources/data/hints.ini: [hint:Object List]
msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Search Functionality]
msgid "Search Functionality\nDid you know that you use the Search tool to quickly find a specific Orca Slicer setting?"
msgstr ""
#: resources/data/hints.ini: [hint:Simplify Model]
msgid "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."
msgstr ""
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
msgstr ""
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
msgstr ""
#: resources/data/hints.ini: [hint:Subtract a Part]
msgid "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."
msgstr ""
#: resources/data/hints.ini: [hint:STEP]
msgid "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!"
msgstr ""
#: resources/data/hints.ini: [hint:Z seam location]
msgid "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!"
msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid "Fine-tuning for flow rate\nDid 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 ""
#: resources/data/hints.ini: [hint:Split your prints into plates]
msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
msgstr ""
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
msgstr ""
#: resources/data/hints.ini: [hint:Support painting]
msgid "Support painting\nDid 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."
msgstr ""
#: resources/data/hints.ini: [hint:Different types of supports]
msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
msgstr ""
#: resources/data/hints.ini: [hint:Printing Silk Filament]
msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
msgstr ""
#: resources/data/hints.ini: [hint:Brim for better adhesion]
msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
msgstr ""
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
msgstr ""
#: resources/data/hints.ini: [hint:Stack objects]
msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
msgstr ""
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
msgstr ""
#: resources/data/hints.ini: [hint:Improve strength]
msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
msgstr ""
#: resources/data/hints.ini: [hint:When need to print with the printer door opened]
msgid "When need to print with the printer door opened\nDid you know that opening the printer door can reduce the probability of extruder/hotend clogging when printing lower temperature filament with a higher enclosure temperature. More info about this in the Wiki."
msgstr ""
#: resources/data/hints.ini: [hint:Avoid warping]
msgid "Avoid warping\nDid you know that when printing materials that are prone to warping such as ABS, appropriately increasing the heatbed temperature can reduce the probability of warping."
msgstr ""

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"PO-Revision-Date: 2024-05-23 23:00+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2024-06-15 11:02+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ca\n"
@ -252,10 +252,10 @@ msgid "Set Scale"
msgstr "Establir Escala"
msgid "Reset Position"
msgstr "Restableix la posició"
msgstr "Restableix la Posició"
msgid "Reset Rotation"
msgstr "Reinicialitza la Rotació"
msgstr "Restableix la Rotació"
msgid "World coordinates"
msgstr "Coordenades cartesianes"
@ -280,7 +280,7 @@ msgid "Planar"
msgstr "Planar"
msgid "Dovetail"
msgstr "Encadellat"
msgstr "Matxembrat"
msgid "Auto"
msgstr "Automàtic"
@ -1493,7 +1493,7 @@ msgstr ""
"perfils d'impressora no es veuran afectats."
msgid "Rebuild"
msgstr "Recomposició"
msgstr "Reconstruint"
msgid "Loading current presets"
msgstr "Carregant els valors perfils actuals"
@ -2873,11 +2873,13 @@ msgstr "Estàs segur que vols esborrar la informació del filament?"
msgid "You need to select the material type and color first."
msgstr "Primer heu de seleccionar el tipus de material i el color."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Introduïu un valor vàlid ( K en 0 ~ 0.3 )"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Introduïu un valor vàlid ( K a 0 ~ 0.3, N a 0.6 ~ 2.0 )"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Un altre color"
@ -3307,12 +3309,12 @@ msgstr "Tasca enviada"
msgid "Edit multiple printers"
msgstr "Editar diverses impressores"
msgid "Select connected printetrs (0/6)"
msgstr "Seleccionar impressores connectades (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgstr "Seleccionar Impressores Connectades (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3374,8 +3376,8 @@ msgstr "Finalitzar Impressió"
msgid "Printing Failed"
msgstr "Impressió Fallida"
msgid "PrintingPause"
msgstr "Pausar Impressió"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
msgstr "Preparació"
@ -3474,7 +3476,7 @@ msgid "Send Options"
msgstr "Opcions d'Enviament"
msgid "Send to"
msgstr ""
msgstr "Enviar a"
msgid ""
"printers at the same time.(It depends on how many devices can undergo "
@ -4083,12 +4085,14 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Format d'entrada invàlid. Esperat vector de dimensions en el format següent: "
"\"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "El valor introduït és fora de rang"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "Alguna extensió de l'entrada no és vàlida"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -6803,10 +6807,10 @@ msgstr ""
"obrir fitxers .step"
msgid "Associate web links to OrcaSlicer"
msgstr ""
msgstr "Associar enllaços web a OrcaSlicer"
msgid "Associate URLs to OrcaSlicer"
msgstr ""
msgstr "Associeu URLs a OrcaSlicer"
msgid "Current association: "
msgstr "Associació actual: "
@ -6821,22 +6825,28 @@ msgid ""
"Associate OrcaSlicer with prusaslicer:// links so that Orca can open models "
"from Printable.com"
msgstr ""
"Associar OrcaSlicer amb els enllaços prusaslicer:// perquè Orca pugui obrir "
"models des de Printable.com"
msgid "Associate bambustudio://"
msgstr ""
msgstr "Associar bambustudio://"
msgid ""
"Associate OrcaSlicer with bambustudio:// links so that Orca can open models "
"from makerworld.com"
msgstr ""
"Associar OrcaSlicer amb els enllaços bambustudio:// perquè Orca pugui obrir "
"models des de makerworld.com"
msgid "Associate cura://"
msgstr ""
msgstr "Associar cura://"
msgid ""
"Associate OrcaSlicer with cura:// links so that Orca can open models from "
"thingiverse.com"
msgstr ""
"Associar OrcaSlicer amb els enllaços cura:// perquè Orca pugui obrir models "
"des de thingiverse.com"
msgid "Maximum recent projects"
msgstr "Màxim projectes recents"
@ -7215,9 +7225,6 @@ msgstr "enviament completat"
msgid "Error code"
msgstr "Codi d'error"
msgid "Printer local connection failed, please try again."
msgstr "La connexió local de la impressora ha fallat, torneu-ho a provar."
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
"No hi ha compte d'inici de sessió, només es mostren impressores en mode LAN"
@ -7987,10 +7994,10 @@ msgstr "Espai imprimible"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "Valor no vàlid proporcionat per al paràmetre %1%: %2%"
msgid "G-code flavor is switched"
msgstr ""
msgstr "El tipus de codi-G s'ha canviat"
msgid "Cooling Fan"
msgstr "Ventilador de refrigeració"
@ -8370,6 +8377,56 @@ msgstr "No hi ha actualitzacions disponibles."
msgid "The configuration is up to date."
msgstr "La configuració està actualitzada."
msgid "Obj file Import color"
msgstr ""
msgid "Specify number of colors:"
msgstr ""
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgid "Recommended "
msgstr ""
msgid "Current filament colors:"
msgstr ""
msgid "Quick set:"
msgstr ""
msgid "Color match"
msgstr ""
msgid "Approximate color matching."
msgstr ""
msgid "Append"
msgstr ""
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgid "Reset mapped extruders."
msgstr ""
msgid "Cluster colors"
msgstr ""
msgid "Map Filament"
msgstr ""
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
msgid "Ramming customization"
msgstr "Configuració de Moldejat de punta( Ramming )"
@ -8461,27 +8518,38 @@ msgid ""
"Windows Media Player is required for this task! Do you want to enable "
"'Windows Media Player' for your operation system?"
msgstr ""
"El Windows Media Player és necessari per a aquesta tasca. Voleu habilitar el "
"\"Windows Media Player\" per al vostre sistema operatiu?"
msgid ""
"BambuSource has not correctly been registered for media playing! Press Yes "
"to re-register it. You will be promoted twice"
msgstr ""
"BambuSource no s'ha registrat correctament per a la reproducció multimèdia! "
"Premeu Sí per tornar-lo a registrar. Seràs promocionat dues vegades"
msgid ""
"Missing BambuSource component registered for media playing! Please re-"
"install BambuStutio or seek after-sales help."
msgstr ""
"Falta el component BambuSource registrat per a la reproducció multimèdia! "
"Torneu a instal·lar BambuStutio o busqueu ajuda postvenda."
msgid ""
"Using a BambuSource from a different install, video play may not work "
"correctly! Press Yes to fix it."
msgstr ""
"Utilitzar un BambuSource des d'una instal·lació diferent, la reproducció de "
"vídeo pot no funcionar correctament! Premeu Sí per solucionar-ho."
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?)"
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?)"
msgid "Bambu Network plug-in not detected."
msgstr "No s'ha detectat el Plug-In de Xarxa Bambu."
@ -10614,6 +10682,15 @@ msgid ""
"external surface finish. It can also cause the infill to shine through the "
"external surfaces of the part."
msgstr ""
"Ordre de perímetre/farciment. Quan es desmarca la casella, primer "
"s'imprimeixen els perímetres, cosa que funciona millor en la majoria dels "
"casos.\n"
"\n"
"Imprimir el farciment primer pot ajudar amb voladissos extrems, ja que els "
"perímetres tenen el farciment veí per adherir-s'hi. Tanmateix, el farciment "
"empenyerà lleugerament les parets impreses on s'uneix, cosa que provocarà un "
"pitjor acabat superficial extern. També pot fer que el farciment ressalti a "
"través de les superfícies externes de la peça."
msgid "Wall loop direction"
msgstr "Direcció del bucle de perímetre"
@ -10800,6 +10877,22 @@ msgstr ""
"s'aturarà mai i funcionarà almenys a una velocitat mínima per reduir la "
"freqüència d'arrencada i aturada"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Temps de capa"
@ -11386,7 +11479,7 @@ msgstr ""
"la velocitat màxima permesa a la capa \"close_fan_the_first_x_layers\" + 1."
msgid "layer"
msgstr ""
msgstr "capa"
msgid "Support interface fan speed"
msgstr "Velocitat del ventilador a la interfície de suport"
@ -14742,36 +14835,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Consulteu els detalls del Calibratge de les Dinàmiques de Flux al nostre "
"wiki.\n"
"\n"
"Normalment el calibratge és innecessari. Quan inicieu una impressió d'un sol "
"color/material, amb l'opció \"Calibratge de les Dinàmiques de Flux\" marcada "
"al menú d'inici d'impressió, la impressora seguirà la forma antiga, "
"calibrarà el filament abans de la impressió; Quan s'inicia una impressió "
"multicolor/multimaterial, la impressora utilitzarà el paràmetre de "
"compensació predeterminat per al filament durant cada canvi de filament, el "
"qual tindrà un bon resultat en la majoria dels casos.\n"
"\n"
"Tingueu en compte que hi ha alguns casos que faran que el resultat del "
"calibratge no sigui fiable: utilitzar una placa de textura per fer el "
"calibratge; si la placa d'impressió no té una bona adherència ( renteu la "
"placa d'impressió o apliqueu adhesiu! ) ... Podeu trobar més informació a la "
"nostra wiki.\n"
"\n"
"Els resultats del calibratge tenen al voltant d'un 10 per cent de fluctuació "
"en la nostra prova, la qual cosa pot fer que el resultat no sigui exactament "
"el mateix en cada calibratge. Encara estem investigant la causa arrel per "
"fer millores amb noves actualitzacions."
msgid "When to use Flow Rate Calibration"
msgstr "Quan s'ha d'utilitzar el Calibratge del Ratio de Flux"
@ -14904,26 +14976,14 @@ msgstr "El nom no pot superar els 40 caràcters."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Només es desarà un dels resultats amb el mateix nom. Estàs segur que vols "
"sobreescriure els altres resultats?"
#, 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?"
msgstr ""
"Ja hi ha un resultat històric de calibratge amb el mateix nom: %s. Només es "
"pot guardar un dels resultats amb el mateix nom. Estàs segur que vols "
"sobreescriure el resultat històric?"
msgid "Please find the best line on your plate"
msgstr "Busqueu la millor línia a la placa"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Busqueu la cantonada amb un grau d'extrusió perfecte"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgid "Input Value"
msgstr "Valor d'entrada"
@ -15184,6 +15244,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -15281,6 +15344,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Pujar a l'emmagatzematge"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "El nom del fitxer que vol pujar no acaba amb \"%s\". Voleu continuar?"
@ -15935,7 +16001,7 @@ msgstr "Consells diaris"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "broquet memoritzat: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -15981,6 +16047,12 @@ msgstr "Estàs segur de tancar sessió?"
msgid "Refresh Printers"
msgstr "Refrescar Impressores"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16433,21 +16505,17 @@ msgstr "Connectat a SimplyPrint amb èxit!"
msgid "Could not connect to SimplyPrint"
msgstr "No s'ha pogut connectar a SimplyPrint"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr "Error desconegut"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"No s'ha enllaçat el compte de SimplyPrint. Aneu a Opcions de Connexió per "
"configurar-lo."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"La mida del fitxer supera el límit de pujada de 100 MB. Si us plau, "
"carregueu el vostre fitxer a través del panell."
msgid "Unknown error"
msgstr "Error desconegut"
msgid "Connection to Flashforge works correctly."
msgstr "La connexió amb Flashforge funciona correctament."
@ -16857,38 +16925,18 @@ msgstr ""
"augmentar adequadament la temperatura del llit pot reduir la probabilitat de "
"deformació."
#~ msgid "X"
#~ msgstr "X"
#~ msgid "Y"
#~ msgstr "Y"
#~ msgid ""
#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open "
#~ "PrusaSlicer links from Printable.com"
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ msgstr ""
#~ "Associar OrcaSlicer amb els enllaços prusaslicer:// perquè Orca pugui "
#~ "obrir enllaços PrusaSlicer des de Printable.com"
#~ "La mida del fitxer supera el límit de pujada de 100 MB. Si us plau, "
#~ "carregueu el vostre fitxer a través del panell."
#~ 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 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 ""
#~ "Ordre de Perímetre/Farciment. Quan es desmarca la casella, primer "
#~ "s'imprimeixen els perímetres, cosa que funciona millor en la majoria dels "
#~ "casos.\n"
#~ "\n"
#~ "Imprimir primer els perímetres pot ajudar amb voladissos extrems, ja que "
#~ "els perímetres tenen el farciment veí al qual adherir-se. Tanmateix, el "
#~ "farciment empenyerà lleugerament els perímetres impresos als que "
#~ "s'adhereix, cosa que provocarà un pitjor acabat superficial extern. També "
#~ "pot fer que el farciment brilli a les superfícies externes de la peça."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Introduïu un valor vàlid ( K en 0 ~ 0.3 )"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Introduïu un valor vàlid ( K a 0 ~ 0.3, N a 0.6 ~ 2.0 )"
#~ msgid "V"
#~ msgstr "V"
@ -16955,22 +17003,27 @@ msgstr ""
#~ msgstr "HMS"
#, fuzzy
#~| msgid "Unsaved Changes"
#~ msgid "Actions For Unsaved Changes"
#~ msgstr "Canvis no desats"
#, fuzzy
#~| msgid "Reset scale"
#~ msgid "Preset Value"
#~ msgstr "Valor predefinit esquerre"
#, fuzzy
#~| msgid "Modified G-codes"
#~ msgid "Modified Value"
#~ msgstr "Valor modificat"
#, fuzzy
#~| msgid "User Preset"
#~ msgid "Use Preset Value"
#~ msgstr "Perfil d'usuari"
#, fuzzy
#~| msgid "Save file as:"
#~ msgid "Save Modified Value"
#~ msgstr "Desa el fitxer com a:"
@ -16983,6 +17036,10 @@ msgstr ""
#~ "Voleu desar aquests paràmetres canviats (valor modificat)?"
#, fuzzy
#~| msgid ""
#~| "You have changed some preset settings. \n"
#~| "Would you like to keep these changed settings (new value) after "
#~| "switching preset?"
#~ msgid ""
#~ "\n"
#~ "Would you like to keep these changed settings(modified value) after "

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2023-09-30 15:15+0200\n"
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
"Language-Team: \n"
@ -2835,10 +2835,12 @@ msgstr "Jste si jistý, že chcete vymazat informace o filamentu?"
msgid "You need to select the material type and color first."
msgstr "Nejprve musíte vybrat typ materiálu a barvu."
msgid "Please input a valid value (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
@ -3251,11 +3253,11 @@ msgstr ""
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3317,7 +3319,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -3998,12 +4000,14 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Neplatný vstupní formát. Očekává se vektor rozměrů v následujícím formátu: "
"\"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Zadaná hodnota je mimo rozsah"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "Některá přípona ve vstupu je neplatná"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -7045,9 +7049,6 @@ msgstr "odeslat dokončeno"
msgid "Error code"
msgstr "Chybový kód"
msgid "Printer local connection failed, please try again."
msgstr "Lokální připojení k tiskárně selhalo, zkuste to znovu."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Žádný přihlašovací účet, jsou zobrazeny pouze tiskárny v režimu LAN"
@ -7770,10 +7771,10 @@ msgstr "Prostor pro tisk"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "Neplatná hodnota zadaná pro parametr %1%: %2%"
msgid "G-code flavor is switched"
msgstr ""
msgstr "G-code flavor je přepnutá"
msgid "Cooling Fan"
msgstr "Ventilátor chlazení"
@ -8138,6 +8139,56 @@ msgstr "Žádné aktualizace nejsou dostupné."
msgid "The configuration is up to date."
msgstr "Konfigurace je aktuální."
msgid "Obj file Import color"
msgstr ""
msgid "Specify number of colors:"
msgstr ""
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgid "Recommended "
msgstr ""
msgid "Current filament colors:"
msgstr ""
msgid "Quick set:"
msgstr ""
msgid "Color match"
msgstr ""
msgid "Approximate color matching."
msgstr ""
msgid "Append"
msgstr ""
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgid "Reset mapped extruders."
msgstr ""
msgid "Cluster colors"
msgstr ""
msgid "Map Filament"
msgstr ""
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
msgid "Ramming customization"
msgstr "Přizpůsobení rapidní extruze"
@ -10333,6 +10384,22 @@ msgstr ""
"nezastaví a poběží alespoň na minimální rychlost, aby se snížila frekvence "
"spouštění a zastavování"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Čas vrstvy"
@ -13961,32 +14028,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Najdete podrobnosti o kalibraci průtoku dynamiky v naší wiki.\n"
"\n"
"Obvykle kalibrace není potřebná. Při spuštění tisku s jednobarevným/"
"materiálovým filamentem a zaškrtnutou volbou \"kalibrace průtoku dynamiky\" "
"v menu spuštění tisku, tiskárna bude postupovat podle staré metody a "
"zkalibruje filament před tiskem. Při spuštění tisku s vícebarevným/"
"materiálovým filamentem bude tiskárna při každé změně filamentu používat "
"výchozí kompenzační parametr pro filament, což má většinou dobrý výsledek.\n"
"\n"
"Všimněte si, že existují některé případy, které mohou způsobit, že výsledek "
"kalibrace nebude spolehlivý: použití texturované podložky pro kalibraci; "
"podložka nemá dobrou adhezi (prosím umyjte podložku nebo naneste "
"lepidlo!) ... Více informací najdete v naší wiki.\n"
"\n"
"Výsledky kalibrace mají v našich testech asi 10% fluktuaci, což může "
"způsobit, že výsledek nebude přesně stejný u každé kalibrace. Stále zkoumáme "
"kořenovou příčinu, abychom mohli provést zlepšení v nových aktualizacích."
msgid "When to use Flow Rate Calibration"
msgstr "Kdy použít kalibraci průtoku"
@ -14115,26 +14165,14 @@ msgstr "Název nemůže překročit 40 znaků."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Bude uložen pouze jeden z výsledků se stejným názvem. Opravdu chcete přepsat "
"ostatní výsledky?"
#, 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?"
msgstr ""
"Už existuje historický kalibrační výsledek se stejným názvem: %s. Bude "
"uložen pouze jeden z výsledků se stejným názvem. Opravdu chcete přepsat "
"historický výsledek?"
msgid "Please find the best line on your plate"
msgstr "Najděte nejlepší linku na své podložce"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Prosím, najděte roh s dokonalým stupněm extruze"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgid "Input Value"
msgstr "Vstupní hodnota"
@ -14388,6 +14426,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14484,6 +14525,9 @@ msgstr "Pokud je to nutné, použijte pro oddělení složek lomítko (/)."
msgid "Upload to storage"
msgstr "Nahrát do úložiště"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "Název nahrávaného souboru neskončí s \"%s\". Přejete si pokračovat?"
@ -15090,6 +15134,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Obnovit tiskárny"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15440,17 +15490,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15806,6 +15854,69 @@ msgid ""
"probability of warping."
msgstr ""
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Lokální připojení k tiskárně selhalo, zkuste to znovu."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Najdete podrobnosti o kalibraci průtoku dynamiky v naší wiki.\n"
#~ "\n"
#~ "Obvykle kalibrace není potřebná. Při spuštění tisku s jednobarevným/"
#~ "materiálovým filamentem a zaškrtnutou volbou \"kalibrace průtoku dynamiky"
#~ "\" v menu spuštění tisku, tiskárna bude postupovat podle staré metody a "
#~ "zkalibruje filament před tiskem. Při spuštění tisku s vícebarevným/"
#~ "materiálovým filamentem bude tiskárna při každé změně filamentu používat "
#~ "výchozí kompenzační parametr pro filament, což má většinou dobrý "
#~ "výsledek.\n"
#~ "\n"
#~ "Všimněte si, že existují některé případy, které mohou způsobit, že "
#~ "výsledek kalibrace nebude spolehlivý: použití texturované podložky pro "
#~ "kalibraci; podložka nemá dobrou adhezi (prosím umyjte podložku nebo "
#~ "naneste lepidlo!) ... Více informací najdete v naší wiki.\n"
#~ "\n"
#~ "Výsledky kalibrace mají v našich testech asi 10% fluktuaci, což může "
#~ "způsobit, že výsledek nebude přesně stejný u každé kalibrace. Stále "
#~ "zkoumáme kořenovou příčinu, abychom mohli provést zlepšení v nových "
#~ "aktualizacích."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Bude uložen pouze jeden z výsledků se stejným názvem. Opravdu chcete "
#~ "přepsat ostatní výsledky?"
#, 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?"
#~ msgstr ""
#~ "Už existuje historický kalibrační výsledek se stejným názvem: %s. Bude "
#~ "uložen pouze jeden z výsledků se stejným názvem. Opravdu chcete přepsat "
#~ "historický výsledek?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Prosím, najděte roh s dokonalým stupněm extruze"
#~ msgid "V"
#~ msgstr "V"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n"
@ -2895,11 +2895,14 @@ msgstr "Sind Sie sicher, dass Sie die Filamentinformationen löschen möchten?"
msgid "You need to select the material type and color first."
msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Bitte geben Sie einen gültigen Wert ein (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Bitte geben Sie einen gültigen Wert ein (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
"Bitte geben Sie einen gültigen Wert ein (K in %.1f~%.1f, N in %.1f~%.1f)"
msgid "Other Color"
msgstr "Andere Farbe"
@ -3337,12 +3340,12 @@ msgstr "Aufgabe gesendet"
msgid "Edit multiple printers"
msgstr "Mehrere Drucker bearbeiten"
msgid "Select connected printetrs (0/6)"
msgstr "Wählen die verbundenen Drucker (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgstr "Wählen die verbundenen Drucker (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3405,8 +3408,8 @@ msgstr "Druck beendet"
msgid "Printing Failed"
msgstr "Druck fehlgeschlagen"
msgid "PrintingPause"
msgstr "Druckpause"
msgid "Printing Pause"
msgstr "Druck pausiert"
msgid "Prepare"
msgstr "Vorbereiten"
@ -3506,7 +3509,7 @@ msgid "Send Options"
msgstr "Senden-Optionen"
msgid "Send to"
msgstr ""
msgstr "Senden an"
msgid ""
"printers at the same time.(It depends on how many devices can undergo "
@ -4126,12 +4129,14 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Ungültiges Eingabeformat. Erwarteter Vektor der Abmessungen im folgenden "
"Format: \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Der Eingabewert ist nicht im gültigen Bereich"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "Erweiterung in der Eingabe ist ungültig"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -7280,11 +7285,6 @@ msgstr "Senden abgeschlossen"
msgid "Error code"
msgstr "Fehlercode"
msgid "Printer local connection failed, please try again."
msgstr ""
"Die lokale Verbindung des Druckers ist fehlgeschlagen. Bitte versuchen Sie "
"es erneut."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Kein Login-Konto, nur Drucker im LAN-Modus werden angezeigt"
@ -8067,10 +8067,10 @@ msgstr "Druckbarer Raum"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "Ungültiger Wert für Parameter %1%: %2% angegeben"
msgid "G-code flavor is switched"
msgstr ""
msgstr "G-Code-Variante wird umgeschaltet"
msgid "Cooling Fan"
msgstr "Kühlung"
@ -8461,6 +8461,60 @@ msgstr "Keine Updates verfügbar."
msgid "The configuration is up to date."
msgstr "Die Konfiguration ist auf dem neuesten Stand."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "Ramming-Anpassung"
@ -8548,27 +8602,40 @@ msgid ""
"Windows Media Player is required for this task! Do you want to enable "
"'Windows Media Player' for your operation system?"
msgstr ""
"Windows Media Player wird für diese Aufgabe benötigt! Möchten Sie 'Windows "
"Media Player' für Ihr Betriebssystem aktivieren?"
msgid ""
"BambuSource has not correctly been registered for media playing! Press Yes "
"to re-register it. You will be promoted twice"
msgstr ""
"BambuSource wurde nicht korrekt für das Abspielen von Medien registriert! "
"Drücken Sie Ja, um es erneut zu registrieren. Sie werden zweimal aufgefordert"
msgid ""
"Missing BambuSource component registered for media playing! Please re-"
"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 "
"Kundendiensthilfe."
msgid ""
"Using a BambuSource from a different install, video play may not work "
"correctly! Press Yes to fix it."
msgstr ""
"Verwendung eines BambuSource aus einer anderen Installation, das Abspielen "
"von Videos funktioniert möglicherweise nicht korrekt! Drücken Sie Ja, um es "
"zu beheben."
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?)"
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?)"
msgid "Bambu Network plug-in not detected."
msgstr "Bambu Network Plugin nicht erkannt."
@ -10895,6 +10962,33 @@ msgstr ""
"und läuft zumindest mit minimaler Geschwindigkeit, um die Häufigkeit des "
"Ein- und Ausschaltens zu reduzieren"
msgid "Don't slow down outer walls"
msgstr "Äußere Wände nicht verlangsamen"
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
"Wenn diese Einstellung aktiviert ist, wird sichergestellt, dass die externen "
"Umfänge nicht verlangsamt werden, um die Mindestschichtzeit zu erreichen. "
"Dies ist besonders hilfreich in den folgenden Szenarien:\n"
"\n"
" 1. Um Änderungen im Glanz beim Drucken von glänzenden Filamenten zu "
"vermeiden\n"
"2. Um Änderungen in der Geschwindigkeit der äußeren Wand zu vermeiden, die "
"leichte Wandartefakte erzeugen können, die wie Z-Banding aussehen\n"
"3. Um das Drucken mit Geschwindigkeiten zu vermeiden, die VFAs (feine "
"Artefakte) an den äußeren Wänden verursachen\n"
"\n"
msgid "Layer time"
msgstr "Schichtdauer"
@ -11483,7 +11577,7 @@ msgstr ""
"zulässiger Geschwindigkeit."
msgid "layer"
msgstr ""
msgstr "Schicht"
msgid "Support interface fan speed"
msgstr "Stützstruktur-Schnittstelle"
@ -14834,35 +14928,35 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Sie finden die Details der Dynamischen-Kalibrierung in unserem Wiki.\n"
"Bitte finden Sie die Details zur Flussdynamik-Kalibrierung in unserem Wiki.\n"
"\n"
"Normalerweise ist die Kalibrierung nicht erforderlich. Wenn Sie einen Einzel-"
"Farb-/Materialdruck mit der Option \"Flussdynamik-Kalibrierung\" im "
"Druckstartmenü starten, wird der Drucker den alten Weg gehen und das "
"Filament vor dem Druck kalibrieren; Wenn Sie einen Mehrfarben-/Materialdruck "
"starten, verwendet der Drucker den Standard-Kompensationsparameter für das "
"Filament während jedes Filamentwechsels, was in den meisten Fällen zu einem "
"guten Ergebnis führt.\n"
"Normalerweise ist die Kalibrierung nicht erforderlich. Wenn Sie einen Druck "
"mit einer einzigen Farbe/einem einzigen Material starten und die Option "
"\"Flussdynamik-Kalibrierung\" im Druckstartmenü aktiviert ist, folgt der "
"Drucker dem alten Weg, kalibriert das Filament vor dem Druck; Wenn Sie einen "
"Druck mit mehreren Farben/Materialien starten, verwendet der Drucker den "
"Standardkompensationsparameter für das Filament bei jedem Filamentwechsel, "
"was in den meisten Fällen zu einem guten Ergebnis führt.\n"
"\n"
"Bitte beachten Sie, dass es einige Fälle gibt, in denen das Kalibrierungs-"
"Ergebnis nicht zuverlässig ist: Verwendung einer Texturplatte zur "
"Kalibrierung; Die Bauplatte hat keine gute Haftung (bitte waschen Sie die "
"Bauplatte oder tragen Sie Klebestift auf!) ... Sie finden mehr in unserem "
"Wiki.\n"
"Bitte beachten Sie, dass es einige Fälle gibt, die die "
"Kalibrierungsergebnisse unzuverlässig machen können, wie z.B. unzureichende "
"Haftung auf dem Druckbett. Eine Verbesserung der Haftung kann durch Waschen "
"des Druckbetts oder Auftragen von Klebstoff erreicht werden. Weitere "
"Informationen zu diesem Thema finden Sie in unserem Wiki.\n"
"\n"
"Die Kalibrierungsergebnisse haben in unserem Test etwa 10 Prozent "
"Schwankungen, was dazu führen kann, dass das Ergebnis nicht genau bei jeder "
"Kalibrierung gleich ist. Wir untersuchen immer noch die Ursache, um mit "
"neuen Updates Verbesserungen vorzunehmen."
"Die Kalibrierungsergebnisse haben in unserem Test etwa 10 Prozent Jitter, "
"was dazu führen kann, dass das Ergebnis bei jeder Kalibrierung nicht genau "
"dasselbe ist. Wir untersuchen immer noch die Ursache, um mit neuen Updates "
"Verbesserungen vorzunehmen."
msgid "When to use Flow Rate Calibration"
msgstr "Wann soll die Flussratenkalibrierung verwendet werden"
@ -14996,26 +15090,16 @@ msgstr "Der Name darf 40 Zeichen nicht überschreiten."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Nur eines der Ergebnisse mit dem gleichen Namen wird gespeichert. Sind Sie "
"Es wird nur eines der Ergebnisse mit demselben Namen gespeichert. Sind Sie "
"sicher, dass Sie die anderen Ergebnisse überschreiben möchten?"
#, 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?"
msgstr ""
"Es gibt bereits ein historisches Kalibrierungsergebnis mit dem gleichen "
"Namen: %s. Nur eines der Ergebnisse mit dem gleichen Namen wird gespeichert. "
"Sind Sie sicher, dass Sie das historische Ergebnis überschreiben möchten?"
msgid "Please find the best line on your plate"
msgstr "Bitte finden Sie die beste Linie auf Ihrer Platte"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Bitte finden Sie die Ecke mit perfektem Extrusionsgrad"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Bitte finden Sie die Ecke mit dem perfekten Extrusionsgrad"
msgid "Input Value"
msgstr "Eingabewert"
@ -15274,6 +15358,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -15371,6 +15458,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Hochladen in den Speicher"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr ""
@ -16076,6 +16166,12 @@ msgstr "Sind Sie sicher, dass Sie sich abmelden möchten?"
msgid "Refresh Printers"
msgstr "Drucker aktualisieren"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16522,21 +16618,17 @@ msgstr "Erfolgreich mit SimplyPrint verbunden!"
msgid "Could not connect to SimplyPrint"
msgstr "Konnte keine Verbindung zu SimplyPrint herstellen"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr "Unbekannter Fehler"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"SimplyPrint-Konto nicht verknüpft. Gehen Sie zu den Verbindungsoptionen, um "
"es einzurichten."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"Die Dateigröße überschreitet das 100-MB-Upload-Limit. Bitte laden Sie Ihre "
"Datei über das Panel hoch."
msgid "Unknown error"
msgstr "Unbekannter Fehler"
msgid "Connection to Flashforge works correctly."
msgstr "Verbindung zu Flashforge funktioniert korrekt."
@ -16952,6 +17044,96 @@ msgstr ""
"wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die "
"Wahrscheinlichkeit von Verwerfungen verringert werden kann."
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ msgstr ""
#~ "Die Dateigröße überschreitet das 100-MB-Upload-Limit. Bitte laden Sie "
#~ "Ihre Datei über das Panel hoch."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Bitte geben Sie einen gültigen Wert ein (K in 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Bitte geben Sie einen gültigen Wert ein (K in 0~0.3, N in 0.6~2.0)"
#~ msgid "Select connected printetrs (0/6)"
#~ msgstr "Wählen die verbundenen Drucker (0/6)"
#, c-format, boost-format
#~ msgid "Select Connected Printetrs (%d/6)"
#~ msgstr "Wählen die verbundenen Drucker (%d/6)"
#~ msgid "PrintingPause"
#~ msgstr "Druckpause"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr ""
#~ "Die lokale Verbindung des Druckers ist fehlgeschlagen. Bitte versuchen "
#~ "Sie es erneut."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Sie finden die Details der Dynamischen-Kalibrierung in unserem Wiki.\n"
#~ "\n"
#~ "Normalerweise ist die Kalibrierung nicht erforderlich. Wenn Sie einen "
#~ "Einzel-Farb-/Materialdruck mit der Option \"Flussdynamik-Kalibrierung\" "
#~ "im Druckstartmenü starten, wird der Drucker den alten Weg gehen und das "
#~ "Filament vor dem Druck kalibrieren; Wenn Sie einen Mehrfarben-/"
#~ "Materialdruck starten, verwendet der Drucker den Standard-"
#~ "Kompensationsparameter für das Filament während jedes Filamentwechsels, "
#~ "was in den meisten Fällen zu einem guten Ergebnis führt.\n"
#~ "\n"
#~ "Bitte beachten Sie, dass es einige Fälle gibt, in denen das Kalibrierungs-"
#~ "Ergebnis nicht zuverlässig ist: Verwendung einer Texturplatte zur "
#~ "Kalibrierung; Die Bauplatte hat keine gute Haftung (bitte waschen Sie die "
#~ "Bauplatte oder tragen Sie Klebestift auf!) ... Sie finden mehr in unserem "
#~ "Wiki.\n"
#~ "\n"
#~ "Die Kalibrierungsergebnisse haben in unserem Test etwa 10 Prozent "
#~ "Schwankungen, was dazu führen kann, dass das Ergebnis nicht genau bei "
#~ "jeder Kalibrierung gleich ist. Wir untersuchen immer noch die Ursache, um "
#~ "mit neuen Updates Verbesserungen vorzunehmen."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Nur eines der Ergebnisse mit dem gleichen Namen wird gespeichert. Sind "
#~ "Sie sicher, dass Sie die anderen Ergebnisse überschreiben möchten?"
#, 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?"
#~ msgstr ""
#~ "Es gibt bereits ein historisches Kalibrierungsergebnis mit dem gleichen "
#~ "Namen: %s. Nur eines der Ergebnisse mit dem gleichen Namen wird "
#~ "gespeichert. Sind Sie sicher, dass Sie das historische Ergebnis "
#~ "überschreiben möchten?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Bitte finden Sie die Ecke mit perfektem Extrusionsgrad"
#~ msgid "X"
#~ msgstr "X"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@ -2788,11 +2788,13 @@ msgstr "Are you sure you want to clear the filament information?"
msgid "You need to select the material type and color first."
msgstr "You need to select the material type and color first."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Please input a valid value (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Other Color"
@ -3202,11 +3204,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3268,7 +3270,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -6996,9 +6998,6 @@ msgstr "Send complete"
msgid "Error code"
msgstr "Error code"
msgid "Printer local connection failed, please try again."
msgstr "Printer local connection failed; please try again."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "No login account, only printers in LAN mode are displayed"
@ -8109,6 +8108,60 @@ msgstr "No updates available."
msgid "The configuration is up to date."
msgstr "The configuration is up to date."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr ""
@ -10252,6 +10305,22 @@ msgstr ""
"and will instead run at least at minimum speed to reduce the frequency of "
"starting and stopping."
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Layer time"
@ -13667,32 +13736,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Please find the details of Flow Dynamics Calibration from our wiki.\n"
"\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"
"\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 gluestick!) ..."
"You can find more from our wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgid "When to use Flow Rate Calibration"
msgstr "When to use Flow Rate Calibration"
@ -13819,25 +13871,15 @@ msgstr "The name cannot exceed 40 characters."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to replace the other results?"
#, 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?"
msgstr ""
"There is already a previous calibration result with the same name: %s. Only "
"one of the results with the same name is saved. Are you sure you want to "
"replace the previous result?"
msgid "Please find the best line on your plate"
msgstr "Please find the best line on your plate"
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Please find the corner with the perfect degree of extrusion"
msgid "Input Value"
@ -14089,6 +14131,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14173,6 +14218,9 @@ msgstr "Use forward slashes ( / ) as a directory separator if needed."
msgid "Upload to storage"
msgstr ""
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "Upload filename doesn't end with \"%s\". Do you wish to continue?"
@ -14788,7 +14836,7 @@ msgstr "Daily Tips"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "nozzle memorized: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -14833,6 +14881,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Refresh Printers"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15262,17 +15316,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15633,6 +15685,74 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Please input a valid value (K in 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Printer local connection failed; please try again."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to replace the other results?"
#, 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?"
#~ msgstr ""
#~ "There is already a previous calibration result with the same name: %s. "
#~ "Only one of the results with the same name is saved. Are you sure you "
#~ "want to replace the previous result?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Please find the corner with the perfect degree of extrusion"
#~ msgid "V"
#~ msgstr "V"

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Guislain Cyril, Thomas Lété\n"
@ -2896,12 +2896,14 @@ msgstr "Êtes-vous sûr de vouloir effacer les informations du filament ?"
msgid "You need to select the material type and color first."
msgstr "Vous devez d'abord sélectionner le type de matériau et sa couleur."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Veuillez saisir une valeur valide (K entre 0 et 0,3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr "Veuillez saisir une valeur valide (K entre %.1f~%.1f)"
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
"Veuillez saisir une valeur valide (K entre 0 et 0,3, N entre 0,6 et 2,0)."
"Veuillez saisir une valeur valide (K entre %.1f~%.1f, N entre %.1f~%.1f)"
msgid "Other Color"
msgstr "Autre couleur"
@ -3339,12 +3341,12 @@ msgstr "Tâche envoyée"
msgid "Edit multiple printers"
msgstr "Modifier plusieurs imprimantes"
msgid "Select connected printetrs (0/6)"
msgstr "Sélectionner les imprimantes connectées (0/6)"
msgid "Select connected printers (0/6)"
msgstr "Sélection des imprimantes connectées (0/6)"
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgstr "Sélectionner les imprimantes connectées (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr "Sélection des imprimantes connectées (%d/6)"
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3407,8 +3409,8 @@ msgstr "Impression terminée"
msgid "Printing Failed"
msgstr "Échec de limpression"
msgid "PrintingPause"
msgstr "Pause de limpression"
msgid "Printing Pause"
msgstr "Impression en pause"
msgid "Prepare"
msgstr "Préparer"
@ -3508,7 +3510,7 @@ msgid "Send Options"
msgstr "Options denvoi"
msgid "Send to"
msgstr ""
msgstr "Envoyer à"
msgid ""
"printers at the same time.(It depends on how many devices can undergo "
@ -4113,12 +4115,14 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Format d'entrée non valide. Vecteur de dimensions attendu dans le format "
"suivant : \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "La valeur entrée est hors plage"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "Une extension dans l'entrée n'est pas valide"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -7286,9 +7290,6 @@ msgstr "envoi terminé"
msgid "Error code"
msgstr "Code erreur"
msgid "Printer local connection failed, please try again."
msgstr "La connexion locale de l'imprimante a échoué, veuillez réessayer."
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
"Pas de connexion au cloud, seules les imprimantes en mode LAN sont affichées"
@ -7813,8 +7814,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 ""
"Lorsque vous enregistrez un timelapse sans tête doutil, il est recommandé "
"dajouter une \"Tour dessuyage timelapse\".\n"
@ -7969,9 +7970,9 @@ msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Cool Plate"
msgstr ""
"Il s'agit de la température du plateau lorsque le plateau froid (\"Cool plate"
"\") est installé. Une valeur à 0 signifie que ce filament ne peut pas être "
"imprimé sur le plateau froid."
"Il s'agit de la température du plateau lorsque le plateau froid (\"Cool "
"plate\") est installé. Une valeur à 0 signifie que ce filament ne peut pas "
"être imprimé sur le plateau froid."
msgid "Engineering plate"
msgstr "Plaque Engineering"
@ -8087,10 +8088,10 @@ msgstr "Espace imprimable"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "Valeur non valide fournie pour le réglage %1% : %2%"
msgid "G-code flavor is switched"
msgstr ""
msgstr "La version du G-code est modifiée"
msgid "Cooling Fan"
msgstr "Ventilateur de refroidissement"
@ -8485,6 +8486,60 @@ msgstr "Aucune mise à jour disponible."
msgid "The configuration is up to date."
msgstr "La configuration est à jour."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "Personnalisation du pilonnage"
@ -8576,27 +8631,40 @@ msgid ""
"Windows Media Player is required for this task! Do you want to enable "
"'Windows Media Player' for your operation system?"
msgstr ""
"Windows Media Player est nécessaire pour cette tâche ! Voulez-vous activer "
"Windows Media Player pour votre système dexploitation ?"
msgid ""
"BambuSource has not correctly been registered for media playing! Press Yes "
"to re-register it. You will be promoted twice"
msgstr ""
"BambuSource na pas été correctement enregistré pour la lecture de médias ! "
"Appuyez sur Oui pour le réenregistrer. Vous recevrez deux fois la demande de "
"permission."
msgid ""
"Missing BambuSource component registered for media playing! Please re-"
"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 laide au service après-vente."
msgid ""
"Using a BambuSource from a different install, video play may not work "
"correctly! Press Yes to fix it."
msgstr ""
"Si vous utilisez une BambuSource provenant dune autre installation, la "
"lecture de la vidéo peut ne pas fonctionner correctement ! Appuyez sur Oui "
"pour résoudre le problème."
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?)"
msgstr ""
"Il manque à votre système les codecs H.264 pour GStreamer, qui sont "
"nécessaires pour lire la vidéo. (Essayez dinstaller les paquets "
"gstreamer1.0-plugins-bad ou gstreamer1.0-libav, puis redémarrez Orca Slicer)."
msgid "Bambu Network plug-in not detected."
msgstr "Le plug-in Bambu Network na pas été détecté."
@ -10958,6 +11026,32 @@ msgstr ""
"sera jamais arrêté et fonctionnera au moins à la vitesse minimale pour "
"réduire la fréquence de démarrage et d'arrêt"
msgid "Don't slow down outer walls"
msgstr "Ne pas ralentir sur les parois extérieures"
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
"Sil est activé, ce paramètre garantit que les périmètres externes ne sont "
"pas ralentis pour respecter la durée minimale de la couche. Ceci est "
"particulièrement utile dans les scénarios suivants :\n"
"\n"
" 1. Pour éviter les changements de brillance lors de limpression de "
"filaments brillants \n"
"2. Pour éviter les changements de vitesse des parois externes qui peuvent "
"créer de légers artefacts de paroi qui apparaissent comme des bandes en z. \n"
"3. Pour éviter dimprimer à des vitesses qui provoquent des VFA (artefacts "
"fins) sur les parois externes.\n"
msgid "Layer time"
msgstr "Temps de couche"
@ -11536,10 +11630,10 @@ msgstr "Ventilateur à pleine vitesse à la couche"
msgid ""
"Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\". \"full_fan_speed_layer\" will be ignored if lower than "
"\"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."
"\"close_fan_the_first_x_layers\" to maximum at layer "
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
"than \"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 vitesse du ventilateur augmentera de manière linéaire à partir de zéro à "
"la couche \"close_fan_the_first_x_layers\" jusquau maximum à la couche "
@ -11549,7 +11643,7 @@ msgstr ""
"\"close_fan_the_first_x_layers\" + 1."
msgid "layer"
msgstr ""
msgstr "couche"
msgid "Support interface fan speed"
msgstr "Vitesse du ventilateur"
@ -13276,8 +13370,8 @@ msgid ""
"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to "
"close all holes in the model."
msgstr ""
"Utilisez « Pair-impair » pour les modèles d'avion 3DLabPrint. Utilisez « "
"Fermer les trous » pour fermer tous les trous du modèle."
"Utilisez « Pair-impair » pour les modèles d'avion 3DLabPrint. Utilisez "
"« Fermer les trous » pour fermer tous les trous du modèle."
msgid "Regular"
msgstr "Standard"
@ -14086,8 +14180,8 @@ msgid ""
"Wipe tower is only compatible with relative mode. It is recommended on most "
"printers. Default is checked"
msgstr ""
"Lextrusion relative est recommandée lors de lutilisation de loption « "
"label_objects ». Certains extrudeurs fonctionnent mieux avec cette option "
"Lextrusion relative est recommandée lors de lutilisation de loption "
"« label_objects ». Certains extrudeurs fonctionnent mieux avec cette option "
"non verrouillée (mode dextrusion absolu). La tour dessuyage nest "
"compatible quavec le mode relatif. Il est recommandé sur la plupart des "
"imprimantes. Loption par défaut est cochée"
@ -14937,46 +15031,37 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Veuillez trouver les détails de la calibration dynamique du débit sur notre "
"Wiki.\n"
"Vous trouverez les détails de l'étalonnage de la dynamique des flux dans "
"notre wiki.\n"
"\n"
"Habituellement, la calibration est inutile. Lorsque vous démarrez une "
"impression d'une seule couleur/matériau, avec l'option \"Calibration du débit"
"\" cochée dans le menu de démarrage de l'impression, l'imprimante suivra "
"l'ancienne méthode de calibration du filament avant l'impression.\n"
"Lorsque vous démarrez une impression multi-couleurs/matériaux, l'imprimante "
"utilise le paramètre de compensation par défaut pour le filament lors de "
"chaque changement de filament, ce qui donne un bon résultat dans la plupart "
"des cas.\n"
"En général, la calibration nest pas nécessaire. Lorsque vous démarrez une "
"impression mono-couleur/matériau, avec loption « calibration de la "
"dynamique de flux » cochée dans le menu de démarrage de limpression, "
"limprimante suivra lancienne méthode, en calibrant le filament avant "
"limpression ; Lorsque vous démarrez une impression multi-couleur/matériau, "
"limprimante utilisera le paramètre de compensation par défaut pour le "
"filament lors de chaque changement de filament, ce qui donnera un bon "
"résultat dans la plupart des cas.\n"
"\n"
"Veuillez noter qu'il y a quelques cas qui rendront le résultat de "
"calibration non fiable : utiliser un plateau texturé pour faire la "
"calibration, utiliser un plateau qui n'a pas une bonne adhérence (veuillez "
"dans ce cas laver la plaque de construction ou appliquer de la colle)… Vous "
"pouvez trouver d'autres cas sur notre Wiki.\n"
"Veuillez noter qu'il y a quelques cas qui rendront le résultat de "
"calibration non fiable : utiliser un plateau texturé pour faire la "
"calibration, utiliser un plateau qui n'a pas une bonne adhérence (veuillez "
"dans ce cas laver la plaque de construction ou appliquer de la colle)… Vous "
"pouvez trouver d'autres cas sur notre Wiki.\n"
"Veuillez noter quil existe quelques cas qui peuvent rendre les résultats de "
"la calibration peu fiables, tels quune adhérence insuffisante sur le "
"plateau. Il est possible daméliorer ladhérence en lavant la plaque de "
"construction ou en appliquant de la colle. Pour plus dinformations à ce "
"sujet, veuillez consulter notre Wiki.\n"
"\n"
"Les résultats de calibration ont environ 10 % d'écart dans nos tests, ce qui "
"peut faire en sorte que le résultat ne soit pas exactement le même à chaque "
"calibration. Nous enquêtons toujours sur la cause première pour apporter des "
"améliorations avec de nouvelles mises à jour.Les résultats de calibration "
"ont environ 10 % d'écart dans nos tests, ce qui peut faire en sorte que le "
"résultat ne soit pas exactement le même à chaque calibration. Nous enquêtons "
"toujours sur la cause première pour apporter des améliorations avec de "
"nouvelles mises à jour."
"Les résultats de la calibration présentent une fluctuation denviron 10 % "
"dans notre test, ce qui peut entraîner une différence entre les résultats de "
"chaque calibration. Nous continuons détudier la cause première afin "
"dapporter des améliorations lors des nouvelles mises à jour."
msgid "When to use Flow Rate Calibration"
msgstr "Nécessité de la calibration du débit"
@ -15115,26 +15200,16 @@ msgstr "Le nom ne peut pas dépasser 40 caractères."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Un seul des résultats portant le même nom sera enregistré. Voulez-vous "
"vraiment remplacer les autres résultats ?"
#, 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?"
msgstr ""
"Il existe déjà un résultat de calibration portant le même nom : %s. Un seul "
"des résultats portant le même nom est enregistré. Voulez-vous vraiment "
"remplacer le résultat précédent ?"
"Seul un des résultats portant le même nom sera enregistré. Êtes-vous sûr de "
"vouloir annuler les autres résultats ?"
msgid "Please find the best line on your plate"
msgstr "Veuillez trouver la meilleure ligne sur votre plateau"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Veuillez trouver le coin avec un degré dextrusion parfait"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Veuillez trouver l'angle avec le degré d'extrusion parfait"
msgid "Input Value"
msgstr "Valeur dentrée"
@ -15394,6 +15469,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr "PCTG"
msgid "TPU"
msgstr "TPU"
@ -15492,6 +15570,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Envoyer vers le stockage"
msgid "Switch to Device tab after upload."
msgstr "Passer à longlet Appareil après le téléchargement."
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr ""
@ -15731,8 +15812,8 @@ msgstr ""
"Voulez-vous le réécrire ?"
msgid ""
"We would rename the presets as \"Vendor Type Serial @printer you selected"
"\". \n"
"We would rename the presets as \"Vendor Type Serial @printer you "
"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"Nous renommerions les préréglages en « Vendor Type Serial @printer you "
@ -16204,6 +16285,13 @@ msgstr "Êtes-vous sûr de pouvoir vous déconnecter ?"
msgid "Refresh Printers"
msgstr "Actualiser les imprimantes"
msgid "View print host webui in Device tab"
msgstr ""
"Afficher linterface web de lhôte dimpression dans longlet Périphérique"
msgid "Replace the BambuLab's device tab with print host webui"
msgstr "Remplacer longlet device de BambuLab par print host webui"
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16668,21 +16756,17 @@ msgstr "Connexion à SimplyPrint réussie !"
msgid "Could not connect to SimplyPrint"
msgstr "Impossible de se connecter à SimplyPrint"
msgid "Internel error"
msgstr "Erreur interne"
msgid "Unknown error"
msgstr "Erreur inconnue"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"Le compte SimplyPrint nest pas lié. Allez dans les options de connexion "
"pour le configurer."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"La taille du fichier dépasse la limite de téléchargement de 100 Mo. Veuillez "
"télécharger votre fichier via le panneau."
msgid "Unknown error"
msgstr "Erreur inconnue"
msgid "Connection to Flashforge works correctly."
msgstr "La connexion à Flashforge fonctionne correctement."
@ -17101,6 +17185,105 @@ msgstr ""
"déformer, tels que lABS, une augmentation appropriée de la température du "
"plateau chauffant peut réduire la probabilité de déformation."
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ msgstr ""
#~ "La taille du fichier dépasse la limite de téléchargement de 100 Mo. "
#~ "Veuillez télécharger votre fichier via le panneau."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Veuillez saisir une valeur valide (K entre 0 et 0,3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr ""
#~ "Veuillez saisir une valeur valide (K entre 0 et 0,3, N entre 0,6 et 2,0)."
#~ msgid "Select connected printetrs (0/6)"
#~ msgstr "Sélectionner les imprimantes connectées (0/6)"
#, c-format, boost-format
#~ msgid "Select Connected Printetrs (%d/6)"
#~ msgstr "Sélectionner les imprimantes connectées (%d/6)"
#~ msgid "PrintingPause"
#~ msgstr "Pause de limpression"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "La connexion locale de l'imprimante a échoué, veuillez réessayer."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Veuillez trouver les détails de la calibration dynamique du débit sur "
#~ "notre Wiki.\n"
#~ "\n"
#~ "Habituellement, la calibration est inutile. Lorsque vous démarrez une "
#~ "impression d'une seule couleur/matériau, avec l'option \"Calibration du "
#~ "débit\" cochée dans le menu de démarrage de l'impression, l'imprimante "
#~ "suivra l'ancienne méthode de calibration du filament avant l'impression.\n"
#~ "Lorsque vous démarrez une impression multi-couleurs/matériaux, "
#~ "l'imprimante utilise le paramètre de compensation par défaut pour le "
#~ "filament lors de chaque changement de filament, ce qui donne un bon "
#~ "résultat dans la plupart des cas.\n"
#~ "\n"
#~ "Veuillez noter qu'il y a quelques cas qui rendront le résultat de "
#~ "calibration non fiable : utiliser un plateau texturé pour faire la "
#~ "calibration, utiliser un plateau qui n'a pas une bonne adhérence "
#~ "(veuillez dans ce cas laver la plaque de construction ou appliquer de la "
#~ "colle)… Vous pouvez trouver d'autres cas sur notre Wiki.\n"
#~ "Veuillez noter qu'il y a quelques cas qui rendront le résultat de "
#~ "calibration non fiable : utiliser un plateau texturé pour faire la "
#~ "calibration, utiliser un plateau qui n'a pas une bonne adhérence "
#~ "(veuillez dans ce cas laver la plaque de construction ou appliquer de la "
#~ "colle)… Vous pouvez trouver d'autres cas sur notre Wiki.\n"
#~ "\n"
#~ "Les résultats de calibration ont environ 10 % d'écart dans nos tests, ce "
#~ "qui peut faire en sorte que le résultat ne soit pas exactement le même à "
#~ "chaque calibration. Nous enquêtons toujours sur la cause première pour "
#~ "apporter des améliorations avec de nouvelles mises à jour.Les résultats "
#~ "de calibration ont environ 10 % d'écart dans nos tests, ce qui peut faire "
#~ "en sorte que le résultat ne soit pas exactement le même à chaque "
#~ "calibration. Nous enquêtons toujours sur la cause première pour apporter "
#~ "des améliorations avec de nouvelles mises à jour."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Un seul des résultats portant le même nom sera enregistré. Voulez-vous "
#~ "vraiment remplacer les autres résultats ?"
#, 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?"
#~ msgstr ""
#~ "Il existe déjà un résultat de calibration portant le même nom : %s. Un "
#~ "seul des résultats portant le même nom est enregistré. Voulez-vous "
#~ "vraiment remplacer le résultat précédent ?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Veuillez trouver le coin avec un degré dextrusion parfait"
#~ msgid "X"
#~ msgstr "X"
@ -17550,8 +17733,8 @@ msgstr ""
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Ajoutez du remplissage solide à proximité des surfaces inclinées pour "
#~ "garantir l'épaisseur verticale de la coque (couches solides supérieure"
#~ "+inférieure)."
#~ "garantir l'épaisseur verticale de la coque (couches solides "
#~ "supérieure+inférieure)."
#~ msgid "Further reduce solid infill on walls (beta)"
#~ msgstr "Réduire davantage le remplissage solide des parois (expérimental)"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -2812,11 +2812,13 @@ msgstr "Are you sure you want to clear the filament information?"
msgid "You need to select the material type and color first."
msgstr "You need to select the material type and color first."
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)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Kérjük, adj meg egy érvényes értéket (K 0-0,3; N 0,6-2,0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Other Color"
@ -3241,11 +3243,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3307,7 +3309,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -3995,9 +3997,11 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Érvénytelen bemeneti formátum. A méretek vektora a következő formátumban "
"lenne érvényes: \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "A bemeneti érték kívül esik a tartományon"
msgid "Some extension in the input is invalid"
msgstr ""
@ -7051,9 +7055,6 @@ msgstr "küldés befejezve"
msgid "Error code"
msgstr "Error code"
msgid "Printer local connection failed, please try again."
msgstr "Printer local connection failed; please try again."
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
"Nincs bejelentkezési fiók, csak a LAN módban lévő nyomtatók jelennek meg"
@ -8185,6 +8186,60 @@ msgstr "Nincs elérhető frissítés."
msgid "The configuration is up to date."
msgstr "A konfiguráció naprakész."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "Tömörítés testreszabása"
@ -10365,6 +10420,22 @@ msgstr ""
"és legalább a minimális fordulatszámon fog járni, hogy csökkentse az indítás "
"és leállítás gyakoriságát"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Rétegidő"
@ -13853,33 +13924,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Az áramlásdinamikai kalibráció részleteit a wikiben találod.\n"
"\n"
"Általában nincs szükség a kalibrálásra. Ha egyszínű / egy anyagból álló "
"nyomtatást indítasz, és a nyomtatás indítása menüben be van jelölve az "
"„Áramlásdinamika kalibrálás“ opció, a nyomtató a nyomtatás előtt kalibrálja "
"a filamenteket. Ha többszínű / több anyagból álló nyomtatást indítasz, a "
"nyomtató minden filamentváltáskor az alapértelmezett kompenzációs paramétert "
"használja a filamentekhez, ami a legtöbb esetben jó eredményt ad.\n"
"\n"
"Felhívjuk a figyelmed, hogy néhány esetben a kalibrálás eredménye "
"megbízhatatlan lehet: texturált tálcát / rossz tapadású tálcát használsz a "
"kalibráláshoz. (Kérjük, mosd le a tálcát vagy használj ragasztót!) További "
"információkat a wikiben találhatsz.\n"
"\n"
"A kalibrációs eredmények körülbelül 10 százalékos szórást mutatnak a "
"tesztjeinkben, ami miatt előfordulhat, hogy az eredmények nem azonosak "
"minden kalibrációnál. Még vizsgáljuk a kiváltó okot, hogy a jövőbeni "
"frissítésekkel tovább javíthassuk ezt a funkciót."
msgid "When to use Flow Rate Calibration"
msgstr "Mikor van szükség az anyagáramlás kalibrálására?"
@ -14011,25 +14064,15 @@ msgstr "A név nem haladhatja meg a 40 karaktert."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Az azonos nevű eredmények közül csak az egyik kerül elmentésre. Biztos, hogy "
"felül akarod írni a többi eredményt?"
#, 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?"
msgstr ""
"Már létezik egy ugyanilyen nevű, korábbi kalibrálási eredmény: %s. Csak egy "
"azonos nevű eredményt lehet elmenteni. Biztos, hogy felül akarod írni a "
"korábbi eredményeket?"
msgid "Please find the best line on your plate"
msgstr "Keresd meg a legjobb vonalat a tálcán"
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Keresd meg a tökéletesen extrudált sarkot"
msgid "Input Value"
@ -14283,6 +14326,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14367,6 +14413,9 @@ msgstr "Ha szükséges, használj perjeleket ( / ) könyvtárelválasztóként."
msgid "Upload to storage"
msgstr ""
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "A feltöltendő fájlnév nem végződik „%s”-ra. Folytatod?"
@ -14984,7 +15033,7 @@ msgstr "Napi tippek"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "eltárolt fúvóka: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -15028,6 +15077,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Nyomtatók frissítése"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15459,17 +15514,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15829,6 +15882,75 @@ 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 "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)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Kérjük, adj meg egy érvényes értéket (K 0-0,3; N 0,6-2,0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Printer local connection failed; please try again."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Az áramlásdinamikai kalibráció részleteit a wikiben találod.\n"
#~ "\n"
#~ "Általában nincs szükség a kalibrálásra. Ha egyszínű / egy anyagból álló "
#~ "nyomtatást indítasz, és a nyomtatás indítása menüben be van jelölve az "
#~ "„Áramlásdinamika kalibrálás“ opció, a nyomtató a nyomtatás előtt "
#~ "kalibrálja a filamenteket. Ha többszínű / több anyagból álló nyomtatást "
#~ "indítasz, a nyomtató minden filamentváltáskor az alapértelmezett "
#~ "kompenzációs paramétert használja a filamentekhez, ami a legtöbb esetben "
#~ "jó eredményt ad.\n"
#~ "\n"
#~ "Felhívjuk a figyelmed, hogy néhány esetben a kalibrálás eredménye "
#~ "megbízhatatlan lehet: texturált tálcát / rossz tapadású tálcát használsz "
#~ "a kalibráláshoz. (Kérjük, mosd le a tálcát vagy használj ragasztót!) "
#~ "További információkat a wikiben találhatsz.\n"
#~ "\n"
#~ "A kalibrációs eredmények körülbelül 10 százalékos szórást mutatnak a "
#~ "tesztjeinkben, ami miatt előfordulhat, hogy az eredmények nem azonosak "
#~ "minden kalibrációnál. Még vizsgáljuk a kiváltó okot, hogy a jövőbeni "
#~ "frissítésekkel tovább javíthassuk ezt a funkciót."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Az azonos nevű eredmények közül csak az egyik kerül elmentésre. Biztos, "
#~ "hogy felül akarod írni a többi eredményt?"
#, 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?"
#~ msgstr ""
#~ "Már létezik egy ugyanilyen nevű, korábbi kalibrálási eredmény: %s. Csak "
#~ "egy azonos nevű eredményt lehet elmenteni. Biztos, hogy felül akarod írni "
#~ "a korábbi eredményeket?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Keresd meg a tökéletesen extrudált sarkot"
#~ msgid "V"
#~ msgstr "V"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@ -2885,11 +2885,13 @@ msgstr "Sei sicuro di voler cancellare le informazioni del filamento?"
msgid "You need to select the material type and color first."
msgstr "Devi prima selezionare il tipo e il colore del materiale."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Immettere un valore valido (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Immettere un valore valido (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Altro colore"
@ -3324,11 +3326,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3390,7 +3392,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -4094,12 +4096,14 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Formato di input non valido. Vettore di dimensioni previsto nel seguente "
"formato: \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Valore input fuori portata"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "Alcune estensioni nell'input non sono valide"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -7193,9 +7197,6 @@ msgstr "Invio completo"
msgid "Error code"
msgstr "Codice di errore"
msgid "Printer local connection failed, please try again."
msgstr "Connessione locale della stampante fallita; Si prega di riprovare."
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
"Nessun account di login, vengono visualizzate solo le stampanti in modalità "
@ -7962,10 +7963,10 @@ msgstr "Spazio di stampa"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "Valore non valido fornito per il parametro %1%: %2%"
msgid "G-code flavor is switched"
msgstr ""
msgstr "La variante del G-Code è stata commutata"
msgid "Cooling Fan"
msgstr "Velocità minima ventola di raffreddamento"
@ -8349,6 +8350,60 @@ msgstr "Nessun aggiornamento disponibile."
msgid "The configuration is up to date."
msgstr "Configurazione aggiornata."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "Personalizzazione del ramming"
@ -10794,6 +10849,22 @@ msgstr ""
"arresterà mai del tutto, ma funzionerà almeno alla velocità minima per "
"ridurre la frequenza di avvio e arresto."
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Layer time"
@ -14691,36 +14762,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"I dettagli della calibrazione dinamica del flusso sono disponibili nel "
"nostro wiki.\n"
"\n"
"Di solito la calibrazione non è necessaria. Quando si avvia una stampa a "
"singolo colore/materiale, con l'opzione \"calibrazione dinamica del flusso\" "
"selezionata nel menu di avvio della stampa, la stampante seguirà il vecchio "
"modo, calibrando il filamento prima della stampa; Quando si avvia una stampa "
"multicolore/materiale, la stampante utilizzerà il parametro di compensazione "
"predefinito per il filamento durante ogni cambio di filamento, che avrà un "
"buon risultato nella maggior parte dei casi.\n"
"\n"
"Si prega di notare che ci sono alcuni casi che renderanno il risultato della "
"calibrazione non affidabile: utilizzo di una piastra di texture per eseguire "
"la calibrazione; Il piano di stampa non ha una buona adesione (è consigliato "
"lavarlo o applicare della colla stick!) ... Puoi trovare di più dal nostro "
"wiki.\n"
"\n"
"I risultati della calibrazione hanno un jitter di circa il 10% nel nostro "
"test, il che potrebbe causare un risultato non esattamente lo stesso in ogni "
"calibrazione. Stiamo ancora indagando sulla causa principale per apportare "
"miglioramenti con i nuovi aggiornamenti."
msgid "When to use Flow Rate Calibration"
msgstr "Quando utilizzare la calibrazione della portata"
@ -14857,26 +14907,16 @@ msgstr "Il nome non può superare i 40 caratteri."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Verrà salvato solo uno dei risultati con lo stesso nome. Si è sicuri di "
"voler sovrascrivere gli altri risultati?"
#, 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?"
msgstr ""
"Esiste già un risultato di calibrazione storico con lo stesso nome: %s. "
"Viene salvato solo uno dei risultati con lo stesso nome. Si è sicuri di "
"voler eseguire l'override del risultato cronologico?"
"Verrà salvato solo uno dei risultati con lo stesso nome. Sei sicuro di voler "
"sostituire gli altri risultati?"
msgid "Please find the best line on your plate"
msgstr "Trova la linea migliore nel tuo piatto"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Si prega di trovare il cornor con il perfetto grado di estrusione"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Prego Individua l'angolo con il grado di estrusione ideale"
msgid "Input Value"
msgstr "Valore di input"
@ -15136,6 +15176,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU (TPU)"
@ -15232,6 +15275,9 @@ msgstr "Usa la barra ( / ) come separatore di cartella se necessario."
msgid "Upload to storage"
msgstr "Carica nello spazio di archiviazione"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "Il nome del file caricato non finisce con \"%s\". Vuoi continuare?"
@ -15882,7 +15928,7 @@ msgstr "Consigli giornalieri"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "nozzle memorizzato: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -15926,6 +15972,12 @@ msgstr "Sei sicuro di voler effettuare il logout?"
msgid "Refresh Printers"
msgstr "Aggiorna Stampanti"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16359,17 +16411,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -16776,6 +16826,77 @@ msgstr ""
"aumentare in modo appropriato la temperatura del piano riscaldato può "
"ridurre la probabilità di deformazione."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Immettere un valore valido (K in 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Immettere un valore valido (K in 0~0.3, N in 0.6~2.0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Connessione locale della stampante fallita; Si prega di riprovare."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "I dettagli della calibrazione dinamica del flusso sono disponibili nel "
#~ "nostro wiki.\n"
#~ "\n"
#~ "Di solito la calibrazione non è necessaria. Quando si avvia una stampa a "
#~ "singolo colore/materiale, con l'opzione \"calibrazione dinamica del flusso"
#~ "\" selezionata nel menu di avvio della stampa, la stampante seguirà il "
#~ "vecchio modo, calibrando il filamento prima della stampa; Quando si avvia "
#~ "una stampa multicolore/materiale, la stampante utilizzerà il parametro di "
#~ "compensazione predefinito per il filamento durante ogni cambio di "
#~ "filamento, che avrà un buon risultato nella maggior parte dei casi.\n"
#~ "\n"
#~ "Si prega di notare che ci sono alcuni casi che renderanno il risultato "
#~ "della calibrazione non affidabile: utilizzo di una piastra di texture per "
#~ "eseguire la calibrazione; Il piano di stampa non ha una buona adesione (è "
#~ "consigliato lavarlo o applicare della colla stick!) ... Puoi trovare di "
#~ "più dal nostro wiki.\n"
#~ "\n"
#~ "I risultati della calibrazione hanno un jitter di circa il 10% nel nostro "
#~ "test, il che potrebbe causare un risultato non esattamente lo stesso in "
#~ "ogni calibrazione. Stiamo ancora indagando sulla causa principale per "
#~ "apportare miglioramenti con i nuovi aggiornamenti."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Verrà salvato solo uno dei risultati con lo stesso nome. Si è sicuri di "
#~ "voler sovrascrivere gli altri risultati?"
#, 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?"
#~ msgstr ""
#~ "Esiste già un risultato di calibrazione storico con lo stesso nome: %s. "
#~ "Viene salvato solo uno dei risultati con lo stesso nome. Si è sicuri di "
#~ "voler eseguire l'override del risultato cronologico?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Si prega di trovare il cornor con il perfetto grado di estrusione"
#~ msgid "X"
#~ msgstr "X"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@ -2795,11 +2795,13 @@ msgstr "Are you sure you want to clear the filament information?"
msgid "You need to select the material type and color first."
msgstr "You need to select the material type and color first."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Please input a valid value (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Other Color"
@ -3204,11 +3206,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3270,7 +3272,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -3937,13 +3939,13 @@ msgstr ""
msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
msgstr "入力形式が無効です。 次の形式の次元の予想されるベクトル:\"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "入力値が範囲を超えています"
msgid "Some extension in the input is invalid"
msgstr ""
msgstr "入力の一部の拡張子が無効"
#, boost-format
msgid "Invalid format. Expected vector format: \"%1%\""
@ -6956,9 +6958,6 @@ msgstr "送信完了"
msgid "Error code"
msgstr "Error code"
msgid "Printer local connection failed, please try again."
msgstr "Printer local connection failed; please try again."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "アカウント無し、ローカルモードのプリンターのみが表示されます"
@ -7669,10 +7668,10 @@ msgstr "造形可能領域"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgstr "パラメータ %1% に無効な値が指定されました: %2%"
msgid "G-code flavor is switched"
msgstr ""
msgstr "Gコードフレーバーが切り替わる"
msgid "Cooling Fan"
msgstr ""
@ -8034,6 +8033,60 @@ msgstr "利用可能なアップデートはありません"
msgid "The configuration is up to date."
msgstr "構成データが最新です"
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "ラミングのカスタマイズ"
@ -10141,6 +10194,22 @@ msgstr ""
"この設定により、パーツ冷却ファンを停止しなく、最低速度で回転します。頻繁に回"
"転・停止の頻度を減らします。"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "積層時間"
@ -13556,33 +13625,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Please find the details of Flow Dynamics Calibration from our wiki.\n"
"\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 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 there are a few cases that may make the calibration result "
"unreliable: using a texture plate to do the calibration; using a build plate "
"with poor adhesion. (please wash the build plate or apply gluestick!) You "
"can find more on our wiki.\n"
"\n"
"The calibration results have about 10 percent variation in our test, which "
"may cause the results to not be identical for each calibration. We are still "
"investigating the root cause to further improve this calibration in future "
"updates."
msgid "When to use Flow Rate Calibration"
msgstr "When to use Flow Rate Calibration"
@ -13710,25 +13761,15 @@ msgstr "The name cannot exceed 40 characters."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to override the other results?"
#, 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?"
msgstr ""
"There is already a historical calibration result with the same name: %s. "
"Only one set of results with the same name is saved. Are you sure you want "
"to override the previous results?"
"want to replace the other results?"
msgid "Please find the best line on your plate"
msgstr "Please find the best line on your plate."
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Please find the corner with the perfect degree of extrusion"
msgid "Input Value"
@ -13983,6 +14024,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14067,6 +14111,9 @@ msgstr "Use forward slashes ( / ) as a directory separator if needed."
msgid "Upload to storage"
msgstr "ストレージへのアップロード"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "Filename to upload doesn't end with \"%s\". Do you want to continue?"
@ -14681,7 +14728,7 @@ msgstr "Daily Tips"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "nozzle memorized: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -14725,6 +14772,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Refresh Printers"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15155,17 +15208,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15505,6 +15556,74 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Please input a valid value (K in 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Printer local connection failed; please try again."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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 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 there are a few cases that may make the calibration result "
#~ "unreliable: using a texture plate to do the calibration; using a build "
#~ "plate with poor adhesion. (please wash the build plate or apply "
#~ "gluestick!) You can find more on our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent variation in our test, "
#~ "which may cause the results to not be identical for each calibration. We "
#~ "are still investigating the root cause to further improve this "
#~ "calibration in future updates."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to override the other results?"
#, 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?"
#~ msgstr ""
#~ "There is already a historical calibration result with the same name: %s. "
#~ "Only one set of results with the same name is saved. Are you sure you "
#~ "want to override the previous results?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Please find the corner with the perfect degree of extrusion"
#~ msgid "V"
#~ msgstr "V"

File diff suppressed because it is too large Load diff

View file

@ -110,6 +110,7 @@ src/slic3r/GUI/UnsavedChangesDialog.cpp
src/slic3r/GUI/Auxiliary.cpp
src/slic3r/GUI/UpdateDialogs.cpp
src/slic3r/GUI/UnsavedChangesDialog.cpp
src/slic3r/GUI/ObjColorDialog.cpp
src/slic3r/GUI/WipeTowerDialog.cpp
src/slic3r/GUI/wxExtensions.cpp
src/slic3r/GUI/wxMediaCtrl2.cpp

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -2834,11 +2834,13 @@ msgstr "Are you sure you want to clear the filament information?"
msgid "You need to select the material type and color first."
msgstr "You need to select the material type and color first."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Voer een geldige waarde in (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Voer een geldige waarde in (K in 0~0,3, N in 0,6~2,0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Other Color"
@ -3264,11 +3266,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3330,7 +3332,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -4026,9 +4028,10 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Ongeldige invoer. Verwachte waarde moet in het volgende format: \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Ingevoerde waarde valt buiten het bereik"
msgid "Some extension in the input is invalid"
msgstr ""
@ -7119,9 +7122,6 @@ msgstr "Versturen gelukt"
msgid "Error code"
msgstr "Error code"
msgid "Printer local connection failed, please try again."
msgstr "Printer local connection failed; please try again."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Geen login-account, alleen printers in LAN-modus worden weergegeven"
@ -8265,6 +8265,60 @@ msgstr "Geen updates beschikbaar."
msgid "The configuration is up to date."
msgstr "De configuratie is up to date."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr "Ramming aanpassen"
@ -10466,6 +10520,22 @@ msgstr ""
"staan op een minimale snelheid om het aantal start en stop momenten te "
"beperken"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Laag tijd"
@ -13983,34 +14053,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"De details van Flow Dynamics Calibration vindt u op onze wiki.\n"
"\n"
"Meestal is kalibratie niet nodig. Als je een print met één kleur/materiaal "
"start en de optie \"kalibratie van de stroomdynamica\" is aangevinkt in het "
"startmenu van de printer, dan zal de printer de oude manier volgen en het "
"filament kalibreren voor het printen; als je een print met meerdere kleuren/"
"materialen start, dan zal de printer de standaard compensatieparameter voor "
"het filament gebruiken tijdens elke filamentwissel, wat in de meeste "
"gevallen een goed resultaat zal opleveren.\n"
"\n"
"Let op: er zijn een paar gevallen waardoor het kalibratieresultaat niet "
"betrouwbaar is: als je een textuurplaat gebruikt om de kalibratie uit te "
"voeren; als de bouwplaat geen goede hechting heeft (was de bouwplaat of "
"breng lijm aan!) ...Je kunt meer informatie vinden op onze wiki.\n"
"\n"
"De kalibratieresultaten hebben ongeveer 10 procent jitter in onze test, "
"waardoor het resultaat niet bij elke kalibratie precies hetzelfde is. We "
"onderzoeken nog steeds de oorzaak om verbeteringen aan te brengen met nieuwe "
"updates."
msgid "When to use Flow Rate Calibration"
msgstr "Wanneer moet u Flow Rate kalibratie gebruiken"
@ -14141,25 +14192,15 @@ msgstr "De naam mag niet langer zijn dan 40 tekens."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Slechts één van de resultaten met dezelfde naam wordt opgeslagen. Weet je "
"zeker dat je de andere resultaten wilt vervangen?"
#, 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?"
msgstr ""
"Er is al een eerder kalibratieresultaat met dezelfde naam: %s. Slechts één "
"van de resultaten met dezelfde naam wordt opgeslagen. Weet je zeker dat je "
"het vorige resultaat wilt vervangen?"
"zeker dat je de andere resultaten wilt overschrijven?"
msgid "Please find the best line on your plate"
msgstr "Zoek de beste regel op je bord"
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Zoek de hoek met de perfecte extrusiegraad"
msgid "Input Value"
@ -14414,6 +14455,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14499,6 +14543,9 @@ msgstr ""
msgid "Upload to storage"
msgstr ""
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "De bestandsnaam van de upload eindigt niet op \"%s\". Wilt u doorgaan?"
@ -15121,7 +15168,7 @@ msgstr "Dagelijkse tips"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "mondstuk onthouden: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -15165,6 +15212,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Printers vernieuwen"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15594,17 +15647,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15966,6 +16017,76 @@ msgstr ""
"kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het "
"warmtebed de kans op kromtrekken kan verkleinen?"
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Voer een geldige waarde in (K in 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Voer een geldige waarde in (K in 0~0,3, N in 0,6~2,0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Printer local connection failed; please try again."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "De details van Flow Dynamics Calibration vindt u op onze wiki.\n"
#~ "\n"
#~ "Meestal is kalibratie niet nodig. Als je een print met één kleur/"
#~ "materiaal start en de optie \"kalibratie van de stroomdynamica\" is "
#~ "aangevinkt in het startmenu van de printer, dan zal de printer de oude "
#~ "manier volgen en het filament kalibreren voor het printen; als je een "
#~ "print met meerdere kleuren/materialen start, dan zal de printer de "
#~ "standaard compensatieparameter voor het filament gebruiken tijdens elke "
#~ "filamentwissel, wat in de meeste gevallen een goed resultaat zal "
#~ "opleveren.\n"
#~ "\n"
#~ "Let op: er zijn een paar gevallen waardoor het kalibratieresultaat niet "
#~ "betrouwbaar is: als je een textuurplaat gebruikt om de kalibratie uit te "
#~ "voeren; als de bouwplaat geen goede hechting heeft (was de bouwplaat of "
#~ "breng lijm aan!) ...Je kunt meer informatie vinden op onze wiki.\n"
#~ "\n"
#~ "De kalibratieresultaten hebben ongeveer 10 procent jitter in onze test, "
#~ "waardoor het resultaat niet bij elke kalibratie precies hetzelfde is. We "
#~ "onderzoeken nog steeds de oorzaak om verbeteringen aan te brengen met "
#~ "nieuwe updates."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Slechts één van de resultaten met dezelfde naam wordt opgeslagen. Weet je "
#~ "zeker dat je de andere resultaten wilt vervangen?"
#, 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?"
#~ msgstr ""
#~ "Er is al een eerder kalibratieresultaat met dezelfde naam: %s. Slechts "
#~ "één van de resultaten met dezelfde naam wordt opgeslagen. Weet je zeker "
#~ "dat je het vorige resultaat wilt vervangen?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Zoek de hoek met de perfecte extrusiegraad"
#~ msgid "V"
#~ msgstr "V"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OrcaSlicer 2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Krzysztof Morga <tlumaczeniebs@gmail.com>\n"
"Language-Team: \n"
@ -1772,10 +1772,10 @@ msgid "Set as individual objects"
msgstr "Ustaw jako osobne obiekty"
msgid "Fill bed with copies"
msgstr "Wypełnij stół kopiami modelu"
msgstr "Wypełnij stół kopią modelu"
msgid "Fill the remaining area of bed with copies of the selected object"
msgstr "Uzupełnij pozostałą powierzchnię stołu kopiami wybranego obiektu"
msgstr "Uzupełnij pozostałą powierzchnię stołu kopią wybranego obiektu"
msgid "Printable"
msgstr "Do druku"
@ -2504,8 +2504,8 @@ msgid ""
"Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically "
"load or unload filaments."
msgstr ""
"Wybierz gniazdo AMS, a następnie naciśnij przycisk \"Ładuj\" lub "
"\"Wyładuj\" ,aby automatycznie załadować lub wyładować filamenty."
"Wybierz gniazdo AMS, a następnie naciśnij przycisk \"Ładuj\" lub \"Wyładuj"
"\" ,aby automatycznie załadować lub wyładować filamenty."
msgid "Edit"
msgstr "Edytuj"
@ -2870,13 +2870,14 @@ msgstr "Czy na pewno chcesz usunąć informacje o filamentach?"
msgid "You need to select the material type and color first."
msgstr "Najpierw musisz wybrać typ i kolor filamentu."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Proszę podać prawidłową wartość (K w zakresie od 0 do 0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr "Proszę podać prawidłową wartość (K w zakresie %.1f~%.1f)"
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
"Proszę podać prawidłową wartość (K w zakresie od 0 do 0.3, N w zakresie od "
"0.6 do 2.0)"
"Proszę podać prawidłową wartość (K w zakresie %.1f~%.1f, N in %.1f~%.1f)"
msgid "Other Color"
msgstr "Inny kolor"
@ -3309,11 +3310,11 @@ msgstr "Wysłane do druku"
msgid "Edit multiple printers"
msgstr "Edycja drukarek"
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr "Wybierz podłączone drukarki (0/6)"
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr "Wybierz Podłączone Drukarki (%d/6)"
#, c-format, boost-format
@ -3376,8 +3377,8 @@ msgstr "Drukowanie zakończone"
msgid "Printing Failed"
msgstr "Drukowanie nie powiodło się"
msgid "PrintingPause"
msgstr "Drukowanie zatrzymane"
msgid "Printing Pause"
msgstr "Drukowanie wstrzymane"
msgid "Prepare"
msgstr "Przygotowanie"
@ -4874,7 +4875,7 @@ msgid "Flow rate"
msgstr "Natężenie przepływu"
msgid "Pressure advance"
msgstr "Kalibracja PA"
msgstr "Wzrost ciśnienia (PA)"
msgid "Retraction test"
msgstr "Test Retrakcji"
@ -7210,10 +7211,6 @@ msgstr "wysłanie zakończone"
msgid "Error code"
msgstr "Kod błędu"
msgid "Printer local connection failed, please try again."
msgstr ""
"Nie udało się nawiązać lokalnego połączenia z drukarką, spróbuj ponownie."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Bez logowania na koncie, wyświetlane są tylko drukarki w trybie LAN"
@ -7705,8 +7702,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 ""
"Podczas nagrywania timelapse'a bez głowicy drukującej zaleca się dodanie "
"\"Timelaps - Wieża Czyszcząca\" \n"
@ -8362,6 +8359,60 @@ msgstr "Brak dostępnych aktualizacji."
msgid "The configuration is up to date."
msgstr "Konfiguracja jest aktualna."
msgid "Obj file Import color"
msgstr "Importuj kolory z pliku .OBJ"
msgid "Specify number of colors:"
msgstr "Podaj liczbę kolorów:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "Liczba kolorów powinna mieścić się w zakresie [%d, %d]."
msgid "Recommended "
msgstr "Zalecane "
msgid "Current filament colors:"
msgstr "Aktualne kolory filamentów:"
msgid "Quick set:"
msgstr "Szybkie ustawienie:"
msgid "Color match"
msgstr "Dopasowanie koloru"
msgid "Approximate color matching."
msgstr "Przybliżone dopasowanie kolorów."
msgid "Append"
msgstr "Dołącz"
msgid "Add consumable extruder after existing extruders."
msgstr "Dodaj ekstruder do użycia po już istniejących ekstruderach"
msgid "Reset mapped extruders."
msgstr "Zresetuj przypisane ekstrudery."
msgid "Cluster colors"
msgstr "Klasteryzacja kolorów"
msgid "Map Filament"
msgstr "Przypisz filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Uwaga: Kolor został wybrany. Możesz kliknąć OK \n"
"aby kontynuować, lub dostosować go ręcznie."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Ostrzeżenie: Suma nowo dodanych i \n"
" obecnych ekstruderów przekracza 16."
msgid "Ramming customization"
msgstr "Dostosowanie wyciskania"
@ -8466,8 +8517,8 @@ msgid ""
"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ą "
"posprzedażową."
"ponownie zainstalować OrcaSlicer lub skonsultować się z pomocą po-"
"sprzedażową."
msgid ""
"Using a BambuSource from a different install, video play may not work "
@ -9646,10 +9697,10 @@ msgid ""
msgstr ""
"Unikaj ruchów nad obrysami-\n"
"Maksymalna długość objazdu przy unikaniu przejeżdżania nad obrysami. Jeśli "
"objazd miałby wykroczyć poza tę wartość, funkcja \"unikaj ruchów nad "
"obrysami\" zostanie zignorowana dla tej ścieżki. Długość objazdu można "
"zdefiniować jako wartość absolutna lub obliczona procentowo (np. 50%) z "
"długości ruchu bezpośredniego."
"objazd miałby wykroczyć poza tę wartość, funkcja \"unikaj ruchów nad obrysami"
"\" zostanie zignorowana dla tej ścieżki. Długość objazdu można zdefiniować "
"jako wartość absolutna lub obliczona procentowo (np. 50%) z długości ruchu "
"bezpośredniego."
msgid "mm or %"
msgstr "mm lub %"
@ -10771,19 +10822,19 @@ msgstr ""
"powierzchnię, gdy występuje lekkie przelewanie lub niedomiar"
msgid "Enable pressure advance"
msgstr "Włącz przyspieszenie ciśnienia"
msgstr "Włącz wzrost ciśnienia (PA)"
msgid ""
"Enable pressure advance, auto calibration result will be overwriten once "
"enabled."
msgstr ""
"Włącz przyspieszenie ciśnienia, wynik automatycznej kalibracji zostanie "
"Włącz wzrost ciśnienia (PA), wynik automatycznej kalibracji zostanie "
"nadpisany po włączeniu."
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
"Przyspieszenie ciśnienia (Klipper), znane również jako współczynnik "
"przyspieszenia liniowego (Marlin)."
"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 %, "
@ -10803,6 +10854,31 @@ msgstr ""
"zatrzymany i będzie pracował przynajmniej z minimalną prędkością, aby "
"zmniejszyć częstotliwość włączania i wyłączania"
msgid "Don't slow down outer walls"
msgstr "Nie spowalniaj zewnętrznych ścian"
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
"Jeśli ta opcja jest włączona, zapewni to, że zewnętrzne obwody nie będą "
"spowalniane, aby spełnić minimalny czas warstwy. Jest to szczególnie pomocne "
"w poniższych sytuacjach:\n"
"\n"
"1. Aby uniknąć zmian połysku podczas drukowania filamentami z połuskiem.\n"
"2. Aby uniknąć zmian prędkości zewnętrznych ścian, które mogą powodować "
"drobne artefakty ścian, przypominające zygzaki.\n"
"3. Aby uniknąć drukowania z prędkościami, które powodują powstawanie "
"drobnych artefaktów (VFA) na zewnętrznych ścianach.\n"
msgid "Layer time"
msgstr "Czas warstwy"
@ -11370,10 +11446,10 @@ msgstr "Pełna prędkość wentylatora na warstwie"
msgid ""
"Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer "
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
"than \"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."
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\". \"full_fan_speed_layer\" will be ignored if lower than "
"\"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 ""
"Prędkość wentylatora będzie stopniowo zwiększana liniowo od zera na warstwie "
"\"close_fan_the_first_x_layers\" do maksymalnej na warstwie "
@ -13076,10 +13152,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 ""
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania "
"szpar\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może "
"zmniejszyć finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej "
"wartości na rozsądnie niskim poziomie."
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania szpar"
"\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może zmniejszyć "
"finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej wartości na "
"rozsądnie niskim poziomie."
msgid "Slicing Mode"
msgstr "Tryb cięcia"
@ -14705,10 +14781,10 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
@ -14867,25 +14943,15 @@ msgstr "Nazwa nie może przekraczać 40 znaków."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Tylko jeden z wyników o tej samej nazwie zostanie zapisany. Czy na pewno "
"chcesz zastąpić inne wyniki?"
#, 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?"
msgstr ""
"Istnieje już historia wyników kalibracji o tej samej nazwie: %s. Tylko jeden "
"z wyników o tej samej nazwie zostanie zapisany. Czy na pewno chcesz zastąpić "
"ten wynik?"
msgid "Please find the best line on your plate"
msgstr "Znajdź najlepszą linię na swojej płycie"
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Znajdź róg z idealnym stopniem ekstruzji"
msgid "Input Value"
@ -15142,6 +15208,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -15240,6 +15309,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Prześlij do pamięci"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr ""
@ -15469,8 +15541,8 @@ msgstr ""
"Czy chcesz go zastąpić?"
msgid ""
"We would rename the presets as \"Vendor Type Serial @printer you "
"selected\". \n"
"We would rename the presets as \"Vendor Type Serial @printer you selected"
"\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"Nazwa profilu zostanie zmieniona na \"Dostawca Typ Seria @nazwa drukarki, "
@ -15929,6 +16001,12 @@ msgstr "Czy na pewno chcesz się wylogować?"
msgid "Refresh Printers"
msgstr "Odśwież drukarki"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16375,21 +16453,17 @@ msgstr "Pomyślnie połączono z SimplyPrint!"
msgid "Could not connect to SimplyPrint"
msgstr "Nie można połączyć się z SimplyPrint"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr "Nieznany błąd"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"Nie połączono z kontem SimplyPrint. Przejdź do opcji Połącz, aby go "
"skonfigurować."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"Rozmiar pliku przekracza limit przesyłania 100 MB. Proszę przesłać plik za "
"pomocą panelu."
msgid "Unknown error"
msgstr "Nieznany błąd"
msgid "Connection to Flashforge works correctly."
msgstr "Połączenie z Flashforge działa poprawnie."
@ -16796,6 +16870,107 @@ msgstr ""
"takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może "
"zmniejszyć prawdopodobieństwo odkształceń."
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ 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"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr ""
#~ "Nie udało się nawiązać lokalnego połączenia z drukarką, spróbuj ponownie."
#, 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?"
#~ msgstr ""
#~ "Istnieje już historia wyników kalibracji o tej samej nazwie: %s. Tylko "
#~ "jeden z wyników o tej samej nazwie zostanie zapisany. Czy na pewno chcesz "
#~ "zastąpić ten wynik?"
#~ msgid "X"
#~ msgstr "X"
@ -17742,9 +17917,6 @@ msgstr ""
#~ msgid "Balanced"
#~ msgstr "Zrównoważone"
#~ msgid "Quick"
#~ msgstr "Szybkie"
#~ msgid "Movement:"
#~ msgstr "Ruch:"
@ -17944,8 +18116,8 @@ msgstr ""
#~ "Elevation is too low for object. Use the \"Pad around object\" feature to "
#~ "print the object without elevation."
#~ msgstr ""
#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół "
#~ "modelu\", aby wydrukować model bez podniesienia."
#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół modelu"
#~ "\", aby wydrukować model bez podniesienia."
#~ msgid ""
#~ "The endings of the support pillars will be deployed on the gap between "

View file

@ -1,7 +1,8 @@
#
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2024-06-01 21:51-0300\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
@ -10,11 +11,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Crowdin-Project: orcaslicer-pt-br\n"
"X-Crowdin-Project-ID: 664934\n"
"X-Crowdin-Language: pt-BR\n"
"X-Crowdin-File: OrcaSlicer.pot\n"
"X-Crowdin-File-ID: 10\n"
"X-Crowdin-Language: pt-BR\n"
"X-Crowdin-Project: orcaslicer-pt-br\n"
"X-Crowdin-Project-ID: 664934\n"
"X-Generator: Poedit 3.4.4\n"
msgid "Supports Painting"
@ -2870,11 +2871,13 @@ msgstr "Tem certeza de que deseja limpar as informações do filamento?"
msgid "You need to select the material type and color first."
msgstr "Você precisa selecionar o tipo e a cor do material primeiro."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Por favor, insira um valor válido (K entre 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Por favor, insira um valor válido (K entre 0~0.3, N entre 0.6~2.0))"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Outra Cor"
@ -3302,12 +3305,12 @@ msgstr "Tarefa Enviada"
msgid "Edit multiple printers"
msgstr "Editar múltiplas impressoras"
msgid "Select connected printetrs (0/6)"
msgstr "Selecione as impressoras conectadas (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgstr "Selecionar as impressoras conectadas (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3370,8 +3373,8 @@ msgstr "Impressão finalizada"
msgid "Printing Failed"
msgstr "Falha na Impressão"
msgid "PrintingPause"
msgstr "Pausa na Impressão"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
msgstr "Preparar"
@ -4075,9 +4078,11 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Formato de entrada inválido. Vetor de dimensões esperado no seguinte "
"formato: \"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Valor de entrada está fora do limite"
msgid "Some extension in the input is invalid"
msgstr ""
@ -7193,9 +7198,6 @@ msgstr "enviado completo"
msgid "Error code"
msgstr "Código de erro"
msgid "Printer local connection failed, please try again."
msgstr "Falha na conexão local da impressora, por favor, tente novamente."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Sem conta de login, apenas as impressoras em modo LAN são exibidas"
@ -8353,6 +8355,56 @@ msgstr "Nenhuma atualização disponível."
msgid "The configuration is up to date."
msgstr "A configuração está atualizada."
msgid "Obj file Import color"
msgstr ""
msgid "Specify number of colors:"
msgstr ""
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgid "Recommended "
msgstr ""
msgid "Current filament colors:"
msgstr ""
msgid "Quick set:"
msgstr ""
msgid "Color match"
msgstr ""
msgid "Approximate color matching."
msgstr ""
msgid "Append"
msgstr ""
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgid "Reset mapped extruders."
msgstr ""
msgid "Cluster colors"
msgstr ""
msgid "Map Filament"
msgstr ""
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
msgid "Ramming customization"
msgstr "Customização de moldeamento"
@ -10766,6 +10818,22 @@ msgstr ""
"será desligado e funcionará pelo menos na velocidade mínima para reduzir a "
"frequência de início e parada"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Tempo da camada"
@ -14668,34 +14736,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Encontre os detalhes da Calibração de Dinâmica de Fluxo na nossa wiki.\n"
"\n"
"Normalmente, a calibração não é necessária. Quando você inicia uma impressão "
"de cor/material única, com a opção \"calibração de dinâmica de fluxo\" "
"ativada no menu de início da impressão, a impressora seguirá o método "
"antigo, calibrando o filamento antes da impressão; Quando você inicia uma "
"impressão de cor/material múltipla, a impressora usará o parâmetro de "
"compensação padrão para o filamento durante cada troca de filamento, o que "
"resultará em um bom resultado na maioria dos casos.\n"
"\n"
"Por favor, note que existem alguns casos que podem tornar o resultado da "
"calibração não confiável: usar uma mesa texturizada para fazer a calibração; "
"a mesa não tem boa adesão (por favor, lave a mesa ou aplique cola!) ... Você "
"pode encontrar mais informações em nossa wiki.\n"
"\n"
"Os resultados da calibração têm cerca de 10 por cento de oscilação em nossos "
"testes, o que pode fazer com que o resultado não seja exatamente o mesmo em "
"cada calibração. Ainda estamos investigando a causa raiz para fazer "
"melhorias com novas atualizações."
msgid "When to use Flow Rate Calibration"
msgstr "Quando usar a Calibração de Fluxo"
@ -14828,26 +14877,14 @@ msgstr "O nome não pode ter mais de 40 caracteres."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Apenas um dos resultados com o mesmo nome será salvo. Você tem certeza de "
"que deseja substituir os outros resultados?"
#, 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?"
msgstr ""
"Já existe um resultado de calibração histórico com o mesmo nome: %s. Apenas "
"um dos resultados com o mesmo nome é salvo. Você tem certeza de que deseja "
"substituir o resultado histórico?"
msgid "Please find the best line on your plate"
msgstr "Por favor, encontre a melhor linha em sua mesa"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Por favor, encontre o canto com o grau perfeito de extrusão"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgid "Input Value"
msgstr "Valor de entrada"
@ -15102,6 +15139,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -15199,6 +15239,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Enviar para armazenamento"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "O nome do arquivo enviado não termina com \"%s\". Deseja continuar?"
@ -15891,6 +15934,12 @@ msgstr "Tem certeza de que deseja sair?"
msgid "Refresh Printers"
msgstr "Atualizar Impressoras"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16333,21 +16382,17 @@ msgstr "Conectado ao SimplyPrint com sucesso!"
msgid "Could not connect to SimplyPrint"
msgstr "Não é possível conectar a SimplyPrint"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr "Erro desconhecido"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"Conta SimplyPrint não vinculada. Vá para as opções de conexão para configurá-"
"la."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"O tamanho do arquivo excede o limite de envio de 100MB. Por favor, envie seu "
"arquivo através do painel."
msgid "Unknown error"
msgstr "Erro desconhecido"
msgid "Connection to Flashforge works correctly."
msgstr "A conexão com a Flashforge está funcionando corretamente."
@ -16755,6 +16800,92 @@ msgstr ""
"aumentar adequadamente a temperatura da mesa aquecida pode reduzir a "
"probabilidade de empenamento?"
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ msgstr ""
#~ "O tamanho do arquivo excede o limite de envio de 100MB. Por favor, envie "
#~ "seu arquivo através do painel."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Por favor, insira um valor válido (K entre 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Por favor, insira um valor válido (K entre 0~0.3, N entre 0.6~2.0))"
#~ msgid "Select connected printetrs (0/6)"
#~ msgstr "Selecione as impressoras conectadas (0/6)"
#, c-format, boost-format
#~ msgid "Select Connected Printetrs (%d/6)"
#~ msgstr "Selecionar as impressoras conectadas (%d/6)"
#~ msgid "PrintingPause"
#~ msgstr "Pausa na Impressão"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Falha na conexão local da impressora, por favor, tente novamente."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Encontre os detalhes da Calibração de Dinâmica de Fluxo na nossa wiki.\n"
#~ "\n"
#~ "Normalmente, a calibração não é necessária. Quando você inicia uma "
#~ "impressão de cor/material única, com a opção \"calibração de dinâmica de "
#~ "fluxo\" ativada no menu de início da impressão, a impressora seguirá o "
#~ "método antigo, calibrando o filamento antes da impressão; Quando você "
#~ "inicia uma impressão de cor/material múltipla, a impressora usará o "
#~ "parâmetro de compensação padrão para o filamento durante cada troca de "
#~ "filamento, o que resultará em um bom resultado na maioria dos casos.\n"
#~ "\n"
#~ "Por favor, note que existem alguns casos que podem tornar o resultado da "
#~ "calibração não confiável: usar uma mesa texturizada para fazer a "
#~ "calibração; a mesa não tem boa adesão (por favor, lave a mesa ou aplique "
#~ "cola!) ... Você pode encontrar mais informações em nossa wiki.\n"
#~ "\n"
#~ "Os resultados da calibração têm cerca de 10 por cento de oscilação em "
#~ "nossos testes, o que pode fazer com que o resultado não seja exatamente o "
#~ "mesmo em cada calibração. Ainda estamos investigando a causa raiz para "
#~ "fazer melhorias com novas atualizações."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Apenas um dos resultados com o mesmo nome será salvo. Você tem certeza de "
#~ "que deseja substituir os outros resultados?"
#, 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?"
#~ msgstr ""
#~ "Já existe um resultado de calibração histórico com o mesmo nome: %s. "
#~ "Apenas um dos resultados com o mesmo nome é salvo. Você tem certeza de "
#~ "que deseja substituir o resultado histórico?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Por favor, encontre o canto com o grau perfeito de extrusão"
#~ msgid "X"
#~ msgstr "X"

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -2799,11 +2799,13 @@ msgstr "Är du säker på att du vill rensa filament informationen?"
msgid "You need to select the material type and color first."
msgstr "Du måste först välja materialtyp och färg."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Ange ett giltigt värde (K i 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Ange ett giltigt värde (K i 0~0.3, N i 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Annan färg"
@ -3214,11 +3216,11 @@ msgstr "Task Sent"
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3280,7 +3282,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -7007,9 +7009,6 @@ msgstr "Skicka komplett"
msgid "Error code"
msgstr "Felkod"
msgid "Printer local connection failed, please try again."
msgstr "Den lokala anslutningen till skrivaren misslyckades; försök igen."
msgid "No login account, only printers in LAN mode are displayed"
msgstr "Inget inloggningskonto, bara skrivare i LAN-läge visas"
@ -8139,6 +8138,60 @@ msgstr "Inga uppdateringar tillgängliga."
msgid "The configuration is up to date."
msgstr "Konfigurationen är aktuell."
msgid "Obj file Import color"
msgstr "Obj file Import color"
msgid "Specify number of colors:"
msgstr "Specify number of colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "The color count should be in range [%d, %d]."
msgid "Recommended "
msgstr "Recommended "
msgid "Current filament colors:"
msgstr "Current filament colors:"
msgid "Quick set:"
msgstr "Quick set:"
msgid "Color match"
msgstr "Color match"
msgid "Approximate color matching."
msgstr "Approximate color matching."
msgid "Append"
msgstr "Append"
msgid "Add consumable extruder after existing extruders."
msgstr "Add consumable extruder after existing extruders."
msgid "Reset mapped extruders."
msgstr "Reset mapped extruders."
msgid "Cluster colors"
msgstr "Cluster colors"
msgid "Map Filament"
msgstr "Map Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Warning: The count of newly added and \n"
" current extruders exceeds 16."
msgid "Ramming customization"
msgstr ""
@ -10268,6 +10321,22 @@ msgstr ""
"och den kommer att åtminstone gå på lägsta hastighet för att minska "
"frekvensen av start och stopp"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Lager tid"
@ -13688,34 +13757,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Information om Flow Dynamics Calibration finns i vår wiki.\n"
"\n"
"Vanligtvis är kalibreringen onödig. När du startar en utskrift i en färg/"
"material, med alternativet \"flödesdynamisk kalibrering\" markerat i "
"startmenyn, kommer skrivaren att följa det gamla sättet, kalibrera "
"filamentet före utskriften; När du startar en utskrift i flera färger/"
"material kommer skrivaren att använda standard kompensations parametern för "
"filamentet vid varje filamentbyte, vilket ger ett bra resultat i de flesta "
"fall.\n"
"\n"
"Observera att det finns några fall som gör att kalibreringsresultatet inte "
"blir tillförlitligt: använd en strukturplatta för att göra kalibreringen; "
"byggplattan har inte bra vidhäftning (tvätta byggplattan eller applicera "
"lim!) ...Du kan hitta mer från vår wiki.\n"
"\n"
"Kalibreringsresultaten har cirka 10 procent fel i vårt test, vilket kan "
"orsaka att resultatet inte är exakt detsamma i varje kalibrering. Vi "
"undersöker fortfarande grundorsaken för att kunna göra förbättringar med nya "
"uppdateringar."
msgid "When to use Flow Rate Calibration"
msgstr "När ska man använda kalibrering av flödes hastighet?"
@ -13845,25 +13895,15 @@ msgstr "Namnet får inte innehålla mer än 40 tecken."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
msgstr ""
"Endast ett av resultaten med samma namn kommer att sparas. Är du säker på "
"att du vill ersätta de andra resultaten?"
#, 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?"
msgstr ""
"Det finns redan ett tidigare kalibreringsresultat med samma namn: %s. Endast "
"ett av resultaten med samma namn sparas. Är du säker på att du vill ersätta "
"det tidigare resultatet?"
msgid "Please find the best line on your plate"
msgstr "Hitta den bästa linjen på din platta."
msgid "Please find the cornor with perfect degree of extrusion"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Hitta hörnet med den perfekta graden av extrudering"
msgid "Input Value"
@ -14116,6 +14156,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -14200,6 +14243,9 @@ msgstr "Använd snedstreck ( / ) som katalog avgränsare om det behövs."
msgid "Upload to storage"
msgstr ""
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "Filnamnet slutar inte med \"%s\". Vill du fortsätta?"
@ -14820,7 +14866,7 @@ msgstr "Dagliga tips"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "nozzel memorerat: %.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -14864,6 +14910,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "Uppdatera skrivare"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -15294,17 +15346,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15665,6 +15715,75 @@ msgstr ""
"ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten "
"för vridning."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Ange ett giltigt värde (K i 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Ange ett giltigt värde (K i 0~0.3, N i 0.6~2.0)"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "Den lokala anslutningen till skrivaren misslyckades; försök igen."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Information om Flow Dynamics Calibration finns i vår wiki.\n"
#~ "\n"
#~ "Vanligtvis är kalibreringen onödig. När du startar en utskrift i en färg/"
#~ "material, med alternativet \"flödesdynamisk kalibrering\" markerat i "
#~ "startmenyn, kommer skrivaren att följa det gamla sättet, kalibrera "
#~ "filamentet före utskriften; När du startar en utskrift i flera färger/"
#~ "material kommer skrivaren att använda standard kompensations parametern "
#~ "för filamentet vid varje filamentbyte, vilket ger ett bra resultat i de "
#~ "flesta fall.\n"
#~ "\n"
#~ "Observera att det finns några fall som gör att kalibreringsresultatet "
#~ "inte blir tillförlitligt: använd en strukturplatta för att göra "
#~ "kalibreringen; byggplattan har inte bra vidhäftning (tvätta byggplattan "
#~ "eller applicera lim!) ...Du kan hitta mer från vår wiki.\n"
#~ "\n"
#~ "Kalibreringsresultaten har cirka 10 procent fel i vårt test, vilket kan "
#~ "orsaka att resultatet inte är exakt detsamma i varje kalibrering. Vi "
#~ "undersöker fortfarande grundorsaken för att kunna göra förbättringar med "
#~ "nya uppdateringar."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Endast ett av resultaten med samma namn kommer att sparas. Är du säker på "
#~ "att du vill ersätta de andra resultaten?"
#, 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?"
#~ msgstr ""
#~ "Det finns redan ett tidigare kalibreringsresultat med samma namn: %s. "
#~ "Endast ett av resultaten med samma namn sparas. Är du säker på att du "
#~ "vill ersätta det tidigare resultatet?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Hitta hörnet med den perfekta graden av extrudering"
#~ msgid "V"
#~ msgstr "V"

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2024-05-30 12:35+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -2862,11 +2862,13 @@ msgstr "Ви впевнені, що хочете видалити інформа
msgid "You need to select the material type and color first."
msgstr "Спочатку потрібно вибрати тип матеріалу та колір."
msgid "Please input a valid value (K in 0~0.3)"
msgstr "Введіть допустиме значення (K в діапазоні 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "Будь ласка, введіть допустиме значення (K від 0~0.3, N від 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
msgstr "Інший колір"
@ -3296,12 +3298,12 @@ msgstr "Завдання надіслане"
msgid "Edit multiple printers"
msgstr "Редагувати кілька принтерів"
msgid "Select connected printetrs (0/6)"
msgstr "Вибір підключених принтерів (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgstr "Виберіть Підключені принтери (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3363,8 +3365,8 @@ msgstr "Друк завершено"
msgid "Printing Failed"
msgstr "Помилка друку"
msgid "PrintingPause"
msgstr "Пауза друку"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
msgstr "Підготувати"
@ -4063,9 +4065,11 @@ msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
"Недійсний формат введення. Очікується вектор розмірів у наступному форматі: "
"\"%1%\""
msgid "Input value is out of range"
msgstr ""
msgstr "Вхідне значення виходить за межі діапазону"
msgid "Some extension in the input is invalid"
msgstr ""
@ -7189,10 +7193,6 @@ msgstr "відправлення завершено"
msgid "Error code"
msgstr "Код помилки"
msgid "Printer local connection failed, please try again."
msgstr ""
"Не вдалося встановити локальне підключення до принтера; спробуйте ще раз."
msgid "No login account, only printers in LAN mode are displayed"
msgstr ""
"Немає облікового запису для входу, відображаються лише принтери в режимі LAN"
@ -8341,6 +8341,60 @@ msgstr "Оновлення відсутні."
msgid "The configuration is up to date."
msgstr "Конфігурація є актуальною."
msgid "Obj file Import color"
msgstr "Імпорт кольору файлу OBJ"
msgid "Specify number of colors:"
msgstr "Вкажіть кількість кольорів:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "Кількість кольорів повинна бути в діапазоні [%d, %d]."
msgid "Recommended "
msgstr "Рекомендовано "
msgid "Current filament colors:"
msgstr "Поточні кольори філаменту:"
msgid "Quick set:"
msgstr "Швидке встановлення:"
msgid "Color match"
msgstr "Відповідність кольору"
msgid "Approximate color matching."
msgstr "Приблизне відповідання кольору."
msgid "Append"
msgstr "Додати"
msgid "Add consumable extruder after existing extruders."
msgstr "Додати споживчий екструдер після існуючих екструдерів."
msgid "Reset mapped extruders."
msgstr "Скинути відображені екструдери."
msgid "Cluster colors"
msgstr "Згрупувати кольори"
msgid "Map Filament"
msgstr "Відображення філаменту"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Примітка: Колір вже вибрано. Ви можете вибрати ОК \n"
" щоб продовжити або вручну відкоригувати його."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Попередження: Кількість новостворених та \n"
" поточних екструдерів перевищує 16."
msgid "Ramming customization"
msgstr "Налаштування раммінгу"
@ -10723,6 +10777,22 @@ msgstr ""
"будезупинятиметься і працюватиме\n"
"хоча б на мінімальній швидкості для зменшення частоти пусків та зупинок"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "Час шару"
@ -14584,34 +14654,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Будь ласка, знайдіть докладну інформацію щодо калібрування “Flow Dynamics "
"Calibration” у нашому вікі.\n"
"\n"
"Зазвичай калібрування не є необхідним. Коли ви розпочинаєте друк з одним "
"кольором/матеріалом, з опцією “калібрування динаміки потоку” включеною у "
"меню початку друку, принтер буде використовувати старий спосіб калібрування "
"філаменту перед початком друку; Коли ви розпочинаєте друк з декількома "
"кольорами/матеріалами, принтер використовуватиме стандартні параметри "
"компенсації для філаменту під час кожного перемикання філаменту, що в "
"більшості випадків дає гарний результат.\n"
"\n"
"Зверніть увагу, що є деякі випадки, коли результат калібрування може бути "
"ненадійним: використання текстурної підкладки для калібрування; слабка "
"адгезія підкладки (будь ласка, вимийте підкладку або нанесіть клей!) … "
"Більше інформації можна знайти у нашому вікі.\n"
"\n"
"Результати калібрування мають приблизно 10-відсотковий шум у наших тестах, "
"що може призвести до незначних відмінностей у кожному калібруванні. Ми все "
"ще вивчаємо кореневу причину, щоб внести поліпшення в майбутніх оновленнях."
msgid "When to use Flow Rate Calibration"
msgstr "Коли використовувати калібрування рівня потоку"
@ -14747,26 +14798,16 @@ msgstr "Ім’я не може перевищувати 40 символів."
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
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?"
msgstr ""
"Вже існує історичний результат калібрування з такою самою назвою: %s. "
"Зберігається лише один результат з такою самою назвою. Ви впевнені, що "
"хочете замінити історичний результат?"
"Тільки один із результатів з однаковою назвою буде збережено. Ви впевнені, "
"що хочете перезаписати інші результати?"
msgid "Please find the best line on your plate"
msgstr "Будь ласка, знайдіть найкращу лінію на вашій пластині"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "Будь ласка, знайдіть кут із ідеальним ступенем екструзії"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "Будь ласка, знайдіть кут з ідеальним ступенем витіснення"
msgid "Input Value"
msgstr "Введіть значення"
@ -15022,6 +15063,9 @@ msgstr "ABS/ASA"
msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr "TPU"
@ -15119,6 +15163,9 @@ msgstr ""
msgid "Upload to storage"
msgstr "Завантажити до сховища"
msgid "Switch to Device tab after upload."
msgstr ""
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr ""
@ -15820,6 +15867,12 @@ msgstr "Ви впевнені, що вийшли?"
msgid "Refresh Printers"
msgstr "Оновити принтери"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -16260,21 +16313,17 @@ msgstr "Успішне підключення до SimplyPrint!"
msgid "Could not connect to SimplyPrint"
msgstr "Не вдалося підключитися до SimplyPrint"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr "Невідома помилка"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
"Обліковий запис SimplyPrint не пов’язано. Щоб налаштувати його, перейдіть до "
"параметрів підключення."
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgstr ""
"Розмір файлу перевищує ліміт завантаження в 100 Мб. Будь ласка, завантажте "
"свій файл через панель."
msgid "Unknown error"
msgstr "Невідома помилка"
msgid "Connection to Flashforge works correctly."
msgstr "Підключення до Flashforge працює правильно."
@ -16679,6 +16728,94 @@ msgstr ""
"ABS, відповідне підвищення температури гарячого ліжка може зменшити "
"ймовірність деформації."
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
#~ "the panel."
#~ msgstr ""
#~ "Розмір файлу перевищує ліміт завантаження в 100 Мб. Будь ласка, "
#~ "завантажте свій файл через панель."
#~ msgid "Please input a valid value (K in 0~0.3)"
#~ msgstr "Введіть допустиме значення (K в діапазоні 0~0.3)"
#~ msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#~ msgstr "Будь ласка, введіть допустиме значення (K від 0~0.3, N від 0.6~2.0)"
#~ msgid "Select connected printetrs (0/6)"
#~ msgstr "Вибір підключених принтерів (0/6)"
#, c-format, boost-format
#~ msgid "Select Connected Printetrs (%d/6)"
#~ msgstr "Виберіть Підключені принтери (%d/6)"
#~ msgid "PrintingPause"
#~ msgstr "Пауза друку"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr ""
#~ "Не вдалося встановити локальне підключення до принтера; спробуйте ще раз."
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "Будь ласка, знайдіть докладну інформацію щодо калібрування “Flow Dynamics "
#~ "Calibration” у нашому вікі.\n"
#~ "\n"
#~ "Зазвичай калібрування не є необхідним. Коли ви розпочинаєте друк з одним "
#~ "кольором/матеріалом, з опцією “калібрування динаміки потоку” включеною у "
#~ "меню початку друку, принтер буде використовувати старий спосіб "
#~ "калібрування філаменту перед початком друку; Коли ви розпочинаєте друк з "
#~ "декількома кольорами/матеріалами, принтер використовуватиме стандартні "
#~ "параметри компенсації для філаменту під час кожного перемикання "
#~ "філаменту, що в більшості випадків дає гарний результат.\n"
#~ "\n"
#~ "Зверніть увагу, що є деякі випадки, коли результат калібрування може бути "
#~ "ненадійним: використання текстурної підкладки для калібрування; слабка "
#~ "адгезія підкладки (будь ласка, вимийте підкладку або нанесіть клей!) … "
#~ "Більше інформації можна знайти у нашому вікі.\n"
#~ "\n"
#~ "Результати калібрування мають приблизно 10-відсотковий шум у наших "
#~ "тестах, що може призвести до незначних відмінностей у кожному "
#~ "калібруванні. Ми все ще вивчаємо кореневу причину, щоб внести поліпшення "
#~ "в майбутніх оновленнях."
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ 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?"
#~ msgstr ""
#~ "Вже існує історичний результат калібрування з такою самою назвою: %s. "
#~ "Зберігається лише один результат з такою самою назвою. Ви впевнені, що "
#~ "хочете замінити історичний результат?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "Будь ласка, знайдіть кут із ідеальним ступенем екструзії"
#~ msgid ""
#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open "
#~ "PrusaSlicer links from Printable.com"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
"Language-Team: \n"
@ -2748,11 +2748,13 @@ msgstr "您确定要清除耗材丝信息吗?"
msgid "You need to select the material type and color first."
msgstr "您需要先选择材料类型和颜色。"
msgid "Please input a valid value (K in 0~0.3)"
msgstr "请输入有效的数值 (K的范围为0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr "请输入有效的数值K的范围为%.1f~%.1f"
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
msgstr "请输入有效的数值 (K的范围为0~0.3N的范围为0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr "请输入有效的数值K的范围为%.1f~%.1fN的范围为%.1f~%.1f"
msgid "Other Color"
msgstr "其他颜色"
@ -3144,11 +3146,11 @@ msgstr "已发送的任务"
msgid "Edit multiple printers"
msgstr "编辑多个打印机"
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr "选择已连接的打印机 (0/6)"
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr "选择已连接的打印机 (%d/6)"
#, c-format, boost-format
@ -3202,16 +3204,16 @@ msgid "Incompatible"
msgstr "不兼容的预设"
msgid "syncing"
msgstr ""
msgstr "同步中"
msgid "Printing Finish"
msgstr ""
msgstr "打印成功"
msgid "Printing Failed"
msgstr ""
msgstr "打印失败"
msgid "PrintingPause"
msgstr ""
msgid "Printing Pause"
msgstr "打印暂停"
msgid "Prepare"
msgstr "准备"
@ -3220,28 +3222,28 @@ msgid "Slicing"
msgstr "正在切片"
msgid "Pending"
msgstr ""
msgstr "等待中"
msgid "Sending"
msgstr "发送中"
msgid "Sending Finish"
msgstr ""
msgstr "发送成功"
msgid "Sending Cancel"
msgstr ""
msgstr "取消发送"
msgid "Sending Failed"
msgstr ""
msgstr "发送失败"
msgid "Print Success"
msgstr ""
msgstr "打印成功"
msgid "Print Failed"
msgstr ""
msgstr "打印失败"
msgid "Removed"
msgstr ""
msgstr "移除"
msgid "Resume"
msgstr "继续"
@ -3869,10 +3871,10 @@ msgstr ""
msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
msgstr "输入格式无效。应为以下格式的维度向量:“%1%”"
msgid "Input value is out of range"
msgstr ""
msgstr "输入值超出范围外"
msgid "Some extension in the input is invalid"
msgstr ""
@ -5363,19 +5365,19 @@ msgstr "较新的3mf版本"
msgid ""
"The 3mf file version is in Beta and it is newer than the current OrcaSlicer "
"version."
msgstr ""
msgstr "3mf文件版本处于Beta测试阶段比当前OrcaSlicer版本更新。"
msgid "If you would like to try Orca Slicer Beta, you may click to"
msgstr ""
msgstr "如果您想尝试Orca Slicer Beta您可以点击"
msgid "Download Beta Version"
msgstr "下载Beta版本"
msgid "The 3mf file version is newer than the current Orca Slicer version."
msgstr ""
msgstr "3mf文件版本比当前Orca Slicer版本更新。"
msgid "Update your Orca Slicer could enable all functionality in the 3mf file."
msgstr ""
msgstr "更新你的Orca Slicer以启用3mf文件中的所有功能。"
msgid "Current Version: "
msgstr "当前版本:"
@ -6008,7 +6010,7 @@ msgstr "项目已下载%d%%"
msgid ""
"Importing to Orca Slicer failed. Please download the file and manually "
"import it."
msgstr ""
msgstr "导入到Orca Slicer失败。请下载文件并手动导入。"
msgid "Import SLA archive"
msgstr "导入 SLA 存档"
@ -6030,7 +6032,7 @@ msgstr "加载路径为%1%的ZIP档案失败。"
#. TRN: First argument = path to file, second argument = error description
#, boost-format
msgid "Failed to unzip file to %1%: %2%"
msgstr ""
msgstr "解压文件到%1%失败:%2%"
#, boost-format
msgid "Failed to find unzipped file at %1%. Unzipping of file has failed."
@ -6120,9 +6122,11 @@ msgid ""
"3MF file?\n"
"If you hit 'NO', all SVGs in the project will not be editable any more."
msgstr ""
"您确定要将原始SVG文件与其本地路径存储到3MF文件中吗\n"
"如果选择“否”项目中的所有SVG文件将不再可编辑。"
msgid "Private protection"
msgstr ""
msgstr "隐私保护"
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
msgstr "打印机是否就绪?打印平台是否在正确的位置、有没有异物、是否干净?"
@ -6147,7 +6151,7 @@ msgid "Custom supports and color painting were removed before repairing."
msgstr "自定义的支撑和涂色在模型修复之前将被清除。"
msgid "Optimize Rotation"
msgstr ""
msgstr "优化旋转"
msgid "Invalid number"
msgstr "无效数字"
@ -6830,9 +6834,6 @@ msgstr "发送完成"
msgid "Error code"
msgstr "错误代码"
msgid "Printer local connection failed, please try again."
msgstr "打印机局域网连接失败,请重试。"
msgid "No login account, only printers in LAN mode are displayed"
msgstr "未登录账号,仅显示局域网模式的打印机"
@ -7220,14 +7221,18 @@ 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 ""
"启用此选项将改变模型的形状。如果您的打印件需要精确的尺寸或是装配体的一部分,"
"请务必仔细检查这种形状的变化是否影响了最终功能。"
msgid "Are you sure you want to enable this option?"
msgstr ""
msgstr "您确定要启用此选项吗?"
msgid ""
"Layer height is too small.\n"
"It will set to min_layer_height\n"
msgstr ""
"层高太小。\n"
"将自动设置为min_layer_height的值\n"
msgid ""
"Layer height exceeds the limit in Printer Settings -> Extruder -> Layer "
@ -7513,7 +7518,7 @@ msgid "Invalid value provided for parameter %1%: %2%"
msgstr ""
msgid "G-code flavor is switched"
msgstr ""
msgstr "G-code风格已切换"
msgid "Cooling Fan"
msgstr "冷却风扇"
@ -7555,7 +7560,7 @@ msgid "Change filament G-code"
msgstr "耗材丝更换G-code"
msgid "Change extrusion role G-code"
msgstr ""
msgstr "挤出类型更换G-code"
msgid "Pause G-code"
msgstr "暂停 G-code"
@ -7873,6 +7878,60 @@ msgstr "没有可用的更新。"
msgid "The configuration is up to date."
msgstr "当前配置已经是最新版本。"
msgid "Obj file Import color"
msgstr "Obj文件导入颜色"
msgid "Specify number of colors:"
msgstr "指定颜色数量:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr "颜色数量范围应该是[%d, %d]。"
msgid "Recommended "
msgstr "推荐"
msgid "Current filament colors:"
msgstr "当前耗材丝颜色:"
msgid "Quick set:"
msgstr "快捷设置:"
msgid "Color match"
msgstr "颜色匹配"
msgid "Approximate color matching."
msgstr "近似的颜色匹配。"
msgid "Append"
msgstr "追加"
msgid "Add consumable extruder after existing extruders."
msgstr "近似的颜色匹配。"
msgid "Reset mapped extruders."
msgstr "重置匹配的耗材丝。"
msgid "Cluster colors"
msgstr "重置匹配的耗材丝"
msgid "Map Filament"
msgstr "匹配耗材丝"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"注意:颜色已经选好了,您可以选中确认 \n"
" 继续或手动修改它。"
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"警告:新增追加耗材丝数量 \n"
" 和已有耗材丝数量超过了16."
msgid "Ramming customization"
msgstr "自定义尖端成型"
@ -10020,6 +10079,29 @@ msgstr ""
"如果勾选这个选项,部件冷却风扇将永远不会停止,并且会至少运行在最小风扇转速值"
"以减少风扇的启停频次"
msgid "Don't slow down outer walls"
msgstr "不减速外墙"
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
"如果启用,此设置将确保外墙不会为了满足最小层时间而减速。这在以下情况下特别有"
"帮助:\n"
"\n"
"1. 避免在打印光滑耗材时改变光泽\n"
"2. 避免改变外墙速度可能会产生轻微的墙壁伪影看起来像z条纹\n"
"3. 避免以会在外墙上产生VFAs细微伪影的速度打印\n"
"\n"
msgid "Layer time"
msgstr "层时间"
@ -12379,7 +12461,7 @@ msgid ""
msgstr "换料时插入的G-code包括T命令。"
msgid "This gcode is inserted when the extrusion role is changed"
msgstr ""
msgstr "当挤出类型改变时会插入此G-code"
msgid ""
"Line width for top surfaces. If expressed as a %, it will be computed over "
@ -13409,24 +13491,24 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"请从我们的wiki中找到流量动态校准的详细信息。\n"
"请从我们的wiki中找到动态流量校准的详细信息。\n"
"\n"
"通常情况下,校准是不必要的。当您开始单色/单材料打印,并在打印开始菜单中勾选"
"了“流量动态校准”选项时,打印机将按照旧的方式,在打印前校准丝料;当您开始多色/"
"了“动态流量校准”选项时,打印机将按照旧的方式,在打印前校准丝料;当您开始多色/"
"多材料打印时,打印机将在每次换丝料时使用默认的补偿参数,这在大多数情况下会产"
"生良好的效果。\n"
"\n"
"请注意,有几种情况会导致校准结果不可靠:使用纹理板进行校准;建模平台粘附效果"
"不好(请清洗建模平台或涂抹胶棒)... 您可以在我们的wiki中找到更多信息。\n"
"有几种情况可能导致校准结果不可靠,例如打印板的的附着力不足。清洗打印板或者使"
"用胶水可以增强打印板附着力。您可以在我们的维基上找到更多相关信息。\n"
"\n"
"在我们的测试中校准结果有约10%的波动,这可能导致每次校准的结果略有不同。我们"
"仍在调查根本原因,并通过新的更新进行改进。"
@ -13542,23 +13624,14 @@ msgstr "名称不能超过40个字符。"
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
"want to override the other results?"
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?"
msgstr ""
"已经存在一个具有相同名称的历史校准结果:%s。相同名称的结果只会保存一个。您确"
"定要覆盖历史结果吗?"
msgid "Please find the best line on your plate"
msgstr "请在您的打印板上找到最佳线条"
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "请找出最佳挤出角度"
msgid "Please find the corner with perfect degree of extrusion"
msgstr "请找到具有完美挤出度的角落"
msgid "Input Value"
msgstr "输入值"
@ -13809,6 +13882,9 @@ msgstr ""
msgid "PETG"
msgstr ""
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr ""
@ -13905,6 +13981,9 @@ msgstr "如有需要,请使用正斜杠( / )作为目录分隔符。"
msgid "Upload to storage"
msgstr "上传到存储单位"
msgid "Switch to Device tab after upload."
msgstr "上传后跳转到设备页。"
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "上传文件名不以\"%s\"结尾。您是否要继续?"
@ -14492,7 +14571,7 @@ msgstr "每日贴士"
#, c-format, boost-format
msgid "nozzle memorized: %.1f %s"
msgstr ""
msgstr "记忆中的喷嘴:%.1f %s"
msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
@ -14532,6 +14611,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "刷新打印机"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
@ -14917,17 +15002,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-05 22:05+0200\n"
"POT-Creation-Date: 2024-06-21 20:03+0800\n"
"PO-Revision-Date: 2023-11-06 14:37+0800\n"
"Last-Translator: ablegods <ablegods@gmail.com>\n"
"Language-Team: \n"
@ -2839,10 +2839,12 @@ msgstr "您確定要清除線材資訊嗎?"
msgid "You need to select the material type and color first."
msgstr "您需要先選擇線材類型和顏色。"
msgid "Please input a valid value (K in 0~0.3)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgid "Please input a valid value (K in 0~0.3, N in 0.6~2.0)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgid "Other Color"
@ -3249,11 +3251,11 @@ msgstr ""
msgid "Edit multiple printers"
msgstr ""
msgid "Select connected printetrs (0/6)"
msgid "Select connected printers (0/6)"
msgstr ""
#, c-format, boost-format
msgid "Select Connected Printetrs (%d/6)"
msgid "Select Connected Printers (%d/6)"
msgstr ""
#, c-format, boost-format
@ -3315,7 +3317,7 @@ msgstr ""
msgid "Printing Failed"
msgstr ""
msgid "PrintingPause"
msgid "Printing Pause"
msgstr ""
msgid "Prepare"
@ -3997,10 +3999,10 @@ msgstr ""
msgid ""
"Invalid input format. Expected vector of dimensions in the following format: "
"\"%1%\""
msgstr ""
msgstr "輸入格式無效。預期向量應使用以下格式:“%1%”"
msgid "Input value is out of range"
msgstr ""
msgstr "輸入值超出範圍"
msgid "Some extension in the input is invalid"
msgstr ""
@ -7086,10 +7088,6 @@ msgstr "傳送完成"
msgid "Error code"
msgstr "錯誤代碼"
#, fuzzy
msgid "Printer local connection failed, please try again."
msgstr "列印設備區域網路連接失敗,請重試。"
#, fuzzy
msgid "No login account, only printers in LAN mode are displayed"
msgstr "未登入帳號,僅顯示區域網路模式的列印設備"
@ -8201,6 +8199,56 @@ msgstr "以更新到最新。"
msgid "The configuration is up to date."
msgstr "目前設定檔已經是最新版本。"
msgid "Obj file Import color"
msgstr ""
msgid "Specify number of colors:"
msgstr ""
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgid "Recommended "
msgstr ""
msgid "Current filament colors:"
msgstr ""
msgid "Quick set:"
msgstr ""
msgid "Color match"
msgstr ""
msgid "Approximate color matching."
msgstr ""
msgid "Append"
msgstr ""
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgid "Reset mapped extruders."
msgstr ""
msgid "Cluster colors"
msgstr ""
msgid "Map Filament"
msgstr ""
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
#, fuzzy
msgid "Ramming customization"
msgstr "自訂尖端成型"
@ -10376,6 +10424,22 @@ msgstr ""
"如果勾選這個選項,部件冷卻風扇將永遠不會停止,並且會以最小風扇轉速設定值持運"
"運轉以減少風扇的頻繁開關"
msgid "Don't slow down outer walls"
msgstr ""
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
"to meet the minimum layer time. This is particularly helpful in the below "
"scenarios:\n"
"\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 "
"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 ""
msgid "Layer time"
msgstr "層時間"
@ -13804,7 +13868,6 @@ msgstr ""
msgid "About this calibration"
msgstr "關於此校準"
#, fuzzy
msgid ""
"Please find the details of Flow Dynamics Calibration from our wiki.\n"
"\n"
@ -13815,27 +13878,15 @@ msgid ""
"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 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 gluestick!) ..."
"You can find more from our wiki.\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 "
"adhesion can be achieved by washing the build plate or applying glue. For "
"more information on this topic, please refer to our Wiki.\n"
"\n"
"The calibration results have about 10 percent jitter in our test, which may "
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"請從我們的wiki中找到流量動態校準的詳細資訊。\n"
"\n"
"通常情況下,校準是不必要的。當您開始單色/單線材列印,並在列印開始選單中勾選"
"了“流量動態校準”選項時,列印設備將按照舊的方式,在列印前校準絲料;當您開始多"
"色/多線材列印時,列印設備將在每次換絲料時使用預設的補償參數,這在大多數情況下"
"會產生良好的效果。\n"
"\n"
"請注意,有幾種情況會導致校準結果不可靠:使用紋理板進行校準;建模平台黏附效果"
"不好(請清洗建模平台或塗抹膠棒)... 您可以在我們的wiki中找到更多資訊。\n"
"\n"
"在我們的測試中,校準結果有約 10% 的波動,這可能導致每次校準的結果略有不同。我"
"們仍在調查根本原因,並通過新的更新進行改進。"
msgid "When to use Flow Rate Calibration"
msgstr "何時使用流量率校準"
@ -13953,24 +14004,14 @@ msgstr "名稱不能超過40個字元。"
msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to overrides the other results?"
msgstr "相同名稱的結果只會儲存一個。確定要覆蓋其他結果嗎?"
#, fuzzy, 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?"
"want to override the other results?"
msgstr ""
"已經存在一個具有相同名稱的校準結果:%s。相同名稱的結果只會儲存一個。確定要覆"
"蓋嗎?"
msgid "Please find the best line on your plate"
msgstr "請在您的列印板上找到最佳線條"
#, fuzzy
msgid "Please find the cornor with perfect degree of extrusion"
msgstr "請在您的列印板上找到最接近完美的直角"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgid "Input Value"
msgstr "輸入值"
@ -14226,6 +14267,9 @@ msgstr ""
msgid "PETG"
msgstr ""
msgid "PCTG"
msgstr ""
msgid "TPU"
msgstr ""
@ -14326,6 +14370,9 @@ msgstr "如有需要,請使用正斜槓( / )作為目錄分隔符號。"
msgid "Upload to storage"
msgstr "上傳到儲存單位"
msgid "Switch to Device tab after upload."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
msgstr "上傳的檔名不以 \"%s\" 結尾。確定要繼續嗎?"
@ -14934,6 +14981,12 @@ msgstr ""
msgid "Refresh Printers"
msgstr "重新整理列印設備"
msgid "View print host webui in Device tab"
msgstr ""
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
#, fuzzy
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
@ -15276,17 +15329,15 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid ""
"File size exceeds the 100MB upload limit. Please upload your file through "
"the panel."
msgid "Internal error"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
msgid "Connection to Flashforge works correctly."
msgstr ""
@ -15635,6 +15686,62 @@ msgid ""
"probability of warping."
msgstr ""
#, fuzzy
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "列印設備區域網路連接失敗,請重試。"
#, fuzzy
#~ msgid ""
#~ "Please find the details of Flow Dynamics Calibration from our wiki.\n"
#~ "\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"
#~ "\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 "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
#~ "may cause the result not exactly the same in each calibration. We are "
#~ "still investigating the root cause to do improvements with new updates."
#~ msgstr ""
#~ "請從我們的wiki中找到流量動態校準的詳細資訊。\n"
#~ "\n"
#~ "通常情況下,校準是不必要的。當您開始單色/單線材列印,並在列印開始選單中勾"
#~ "選了“流量動態校準”選項時,列印設備將按照舊的方式,在列印前校準絲料;當您開"
#~ "始多色/多線材列印時,列印設備將在每次換絲料時使用預設的補償參數,這在大多"
#~ "數情況下會產生良好的效果。\n"
#~ "\n"
#~ "請注意,有幾種情況會導致校準結果不可靠:使用紋理板進行校準;建模平台黏附效"
#~ "果不好(請清洗建模平台或塗抹膠棒)... 您可以在我們的wiki中找到更多資訊。\n"
#~ "\n"
#~ "在我們的測試中,校準結果有約 10% 的波動,這可能導致每次校準的結果略有不"
#~ "同。我們仍在調查根本原因,並通過新的更新進行改進。"
#~ msgid ""
#~ "Only one of the results with the same name will be saved. Are you sure "
#~ "you want to overrides the other results?"
#~ msgstr "相同名稱的結果只會儲存一個。確定要覆蓋其他結果嗎?"
#, fuzzy, 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?"
#~ msgstr ""
#~ "已經存在一個具有相同名稱的校準結果:%s。相同名稱的結果只會儲存一個。確定要"
#~ "覆蓋嗎?"
#, fuzzy
#~ msgid "Please find the cornor with perfect degree of extrusion"
#~ msgstr "請在您的列印板上找到最接近完美的直角"
#~ msgid "V"
#~ msgstr "版本:"

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#6B6B6B;}
.st1{fill:#009688;}
</style>
<path class="st0" d="M3.1,9C3.1,9,3,9,3,9C2.5,9,1.8,8.6,1.3,8C0.6,7,0.4,6,0.9,5.5l4.9-4c0,0,0,0,0,0l0,0C6,1.4,6.2,1.3,6.5,1.3
C7,1.4,7.6,1.8,8.1,2.4c0.4,0.4,0.6,0.9,0.7,1.3c0.1,0.5,0,0.9-0.3,1.1c0,0,0,0,0,0l-4.9,4C3.5,9,3.3,9,3.1,9z M5.5,2.3L1.2,5.8
C0.9,6.1,1,6.9,1.6,7.7c0.4,0.5,1,0.9,1.4,0.9c0.2,0,0.3,0,0.4-0.1L7.8,5C7.7,5,7.5,4.9,7.4,4.9C7,4.7,6.6,4.4,6.2,3.9
C5.8,3.4,5.5,2.8,5.5,2.3z M6.1,1.8L6.1,1.8C6,1.9,5.9,2,5.9,2.1c0,0.4,0.2,1,0.6,1.6c0.3,0.4,0.7,0.7,1,0.8c0.3,0.1,0.6,0.1,0.7,0
l0,0c0.2-0.1,0.2-0.4,0.1-0.7C8.4,3.4,8.1,3,7.8,2.6c-0.4-0.5-1-0.9-1.4-0.9C6.3,1.7,6.2,1.7,6.1,1.8L6.1,1.8z"/>
<path class="st0" d="M11.5,6.6C11.5,6.6,11.5,6.6,11.5,6.6c-0.3,0.2-0.6,0.2-1,0.1C10,6.6,9.6,6.2,9.7,5.9L10.4,3c0,0,0,0,0,0l0,0
c0-0.1,0.1-0.2,0.2-0.2c0.2-0.1,0.6-0.2,0.9-0.1C11.8,2.8,12,2.9,12.1,3c0.2,0.2,0.2,0.3,0.2,0.5c0,0,0,0,0,0l-0.7,2.9
C11.6,6.5,11.6,6.5,11.5,6.6z M10.5,3.4L9.9,5.9c0,0.2,0.2,0.5,0.7,0.6c0.3,0.1,0.6,0.1,0.8,0c0.1,0,0.1-0.1,0.1-0.1l0.6-2.6
c0,0-0.1,0-0.2,0.1c-0.2,0.1-0.5,0-0.7,0C10.9,3.7,10.6,3.6,10.5,3.4z M10.6,3.1L10.6,3.1c0,0.1,0,0.1,0,0.2
c0.1,0.2,0.4,0.3,0.7,0.4c0.2,0.1,0.4,0.1,0.6,0c0.2,0,0.3-0.1,0.3-0.2l0,0c0-0.1,0-0.2-0.2-0.3c-0.1-0.1-0.3-0.2-0.6-0.3
c-0.3-0.1-0.6-0.1-0.8,0C10.6,3,10.6,3,10.6,3.1L10.6,3.1z"/>
<path class="st0" d="M3.5,10.5C3.5,10.5,3.5,10.5,3.5,10.5c0.1-0.3,0.4-0.5,0.8-0.6c0.5-0.2,1-0.1,1.1,0.2L6.3,13c0,0,0,0,0,0l0,0
c0,0.1,0,0.2,0,0.3c-0.1,0.2-0.4,0.4-0.7,0.5C5.3,14,5,14,4.8,13.9c-0.2,0-0.4-0.1-0.4-0.3c0,0,0,0,0,0l-0.9-2.8
C3.5,10.7,3.5,10.6,3.5,10.5z M6.1,12.8l-0.8-2.5c-0.1-0.2-0.4-0.3-0.9-0.1c-0.3,0.1-0.6,0.3-0.6,0.4c0,0.1,0,0.1,0,0.2l0.8,2.5
c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.4-0.3,0.6-0.4C5.5,12.7,5.8,12.7,6.1,12.8z M6.2,13.1L6.2,13.1C6.1,13,6.1,13,6,13
c-0.2-0.1-0.5-0.1-0.8,0C5,13,4.8,13.1,4.7,13.3c-0.1,0.1-0.2,0.2-0.1,0.3l0,0c0,0.1,0.1,0.2,0.3,0.2c0.2,0,0.4,0,0.6-0.1
c0.3-0.1,0.6-0.3,0.6-0.4C6.2,13.2,6.2,13.1,6.2,13.1L6.2,13.1z"/>
<path class="st1" d="M2.2,12.2C2.2,12.2,2.2,12.2,2.2,12.2c-0.1,0.1-0.3,0.1-0.5,0.1c-0.3-0.1-0.5-0.2-0.4-0.4l0.4-1.5c0,0,0,0,0,0
l0,0c0-0.1,0-0.1,0.1-0.1c0.1-0.1,0.3-0.1,0.5,0c0.1,0,0.2,0.1,0.3,0.2c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0,0,0l-0.4,1.5
C2.3,12.1,2.3,12.2,2.2,12.2z M1.7,10.5l-0.3,1.3c0,0.1,0.1,0.2,0.4,0.3c0.2,0,0.3,0,0.4,0c0,0,0.1,0,0.1-0.1l0.3-1.3
c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.4,0C1.9,10.7,1.8,10.6,1.7,10.5z"/>
<path class="st1" d="M14.9,6.4C14.9,6.5,14.9,6.5,14.9,6.4c0,0.2-0.1,0.3-0.2,0.5c-0.2,0.2-0.4,0.3-0.6,0.2l-1.1-1c0,0,0,0,0,0l0,0
c0,0-0.1-0.1-0.1-0.2c0-0.1,0.1-0.3,0.2-0.4c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0l1.1,1
C14.9,6.4,14.9,6.4,14.9,6.4z M13.2,6.1l1,0.9c0.1,0.1,0.3,0,0.4-0.2c0.1-0.1,0.2-0.3,0.2-0.4c0,0,0-0.1,0-0.1l-1-0.9
c0,0,0,0.1,0,0.1c0,0.1-0.1,0.2-0.2,0.3C13.4,6,13.3,6.1,13.2,6.1z"/>
<path class="st1" d="M15.2,2.5C15.2,2.5,15.2,2.5,15.2,2.5c0,0.2-0.1,0.3-0.2,0.5c-0.2,0.2-0.4,0.3-0.6,0.2l-1.1-1c0,0,0,0,0,0l0,0
c0,0-0.1-0.1-0.1-0.2c0-0.1,0.1-0.3,0.2-0.4c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0l1.1,1
C15.1,2.4,15.1,2.5,15.2,2.5z M13.4,2.2l1,0.9c0.1,0.1,0.3,0,0.4-0.2c0.1-0.1,0.2-0.3,0.2-0.4c0,0,0-0.1,0-0.1l-1-0.9
c0,0,0,0.1,0,0.1c0,0.1-0.1,0.2-0.2,0.3C13.7,2.1,13.6,2.2,13.4,2.2z"/>
<path class="st1" d="M2.9,2C2.9,2,2.9,2,2.9,2c0,0.2-0.1,0.3-0.2,0.5C2.5,2.7,2.2,2.7,2.1,2.6L1,1.6c0,0,0,0,0,0l0,0
c0,0-0.1-0.1-0.1-0.2C0.9,1.3,1,1.1,1.1,1c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0l1.1,1C2.8,1.9,2.9,1.9,2.9,2z
M1.1,1.6l1,0.9c0.1,0.1,0.3,0,0.4-0.2C2.7,2.3,2.8,2.1,2.8,2c0,0,0-0.1,0-0.1L1.7,1c0,0,0,0.1,0,0.1c0,0.1-0.1,0.2-0.2,0.3
C1.4,1.5,1.3,1.6,1.1,1.6z"/>
<path class="st0" d="M6.6,9.9c0,0,0-0.1,0-0.1c0-0.5,0.3-1.2,0.8-1.8c0.8-0.9,1.8-1.2,2.3-0.7l4.6,4.3c0,0,0,0,0,0l0,0
c0.2,0.1,0.2,0.4,0.3,0.6c0,0.5-0.3,1.2-0.8,1.8c-0.4,0.4-0.8,0.7-1.2,0.9c-0.5,0.2-0.9,0.1-1.1-0.1c0,0,0,0,0,0l-4.6-4.3
C6.7,10.3,6.6,10.1,6.6,9.9z M13.6,11.4L9.4,7.6c-0.3-0.3-1.1,0-1.8,0.7C7.2,8.8,6.9,9.4,6.9,9.8c0,0.2,0.1,0.3,0.1,0.3l4.1,3.8
c0-0.1,0-0.2,0.1-0.3c0.1-0.4,0.4-0.9,0.8-1.3C12.5,11.8,13.1,11.5,13.6,11.4z M14.1,11.9L14.1,11.9c-0.1-0.1-0.2-0.1-0.4-0.1
c-0.4,0-1,0.3-1.4,0.8c-0.3,0.4-0.6,0.8-0.7,1.1c-0.1,0.3-0.1,0.6,0.1,0.7l0,0c0.1,0.1,0.4,0.1,0.7,0c0.4-0.1,0.7-0.4,1.1-0.8
c0.5-0.5,0.7-1.1,0.7-1.5C14.2,12.1,14.2,11.9,14.1,11.9L14.1,11.9z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "Anker",
"version": "02.01.00.00",
"version": "02.01.01.00",
"force_update": "0",
"description": "Anker configurations",
"machine_model_list": [

View file

@ -1,6 +1,6 @@
{
"name": "Anycubic",
"version": "02.01.00.00",
"version": "02.01.01.00",
"force_update": "0",
"description": "Anycubic configurations",
"machine_model_list": [

View file

@ -1,6 +1,6 @@
{
"name": "Artillery",
"version": "02.01.00.00",
"version": "02.01.01.00",
"force_update": "0",
"description": "Artillery configurations",
"machine_model_list": [

View file

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.11",
"version": "01.09.00.14",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -625,6 +625,10 @@
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
{
"name": "fdm_filament_pctg",
"sub_path": "filament/fdm_filament_pctg.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"

View file

@ -1,21 +1,156 @@
{
"printer": {
"Bambu Lab A1": {
"cli_safe_acceleration_e": "0,0",
"cli_safe_acceleration_extruding": "0,0",
"cli_safe_acceleration_retracting": "0,0",
"cli_safe_acceleration_travel":"6000,6000",
"cli_safe_acceleration_x": "6000,6000",
"cli_safe_acceleration_y": "6000,6000",
"cli_safe_acceleration_z": "0,0",
"cli_safe_jerk_e": "0,0",
"cli_safe_jerk_x": "0,0",
"cli_safe_jerk_y": "0,0",
"cli_safe_jerk_z": "0,0",
"cli_safe_speed_e": "0,0",
"cli_safe_speed_x": "0,0",
"cli_safe_speed_y": "0,0",
"cli_safe_speed_z": "0,0"
"machine_limits": {
"cli_safe_acceleration_e": "0,0",
"cli_safe_acceleration_extruding": "0,0",
"cli_safe_acceleration_retracting": "0,0",
"cli_safe_acceleration_travel": "6000,6000",
"cli_safe_acceleration_x": "6000,6000",
"cli_safe_acceleration_y": "6000,6000",
"cli_safe_acceleration_z": "0,0",
"cli_safe_jerk_e": "0,0",
"cli_safe_jerk_x": "0,0",
"cli_safe_jerk_y": "0,0",
"cli_safe_jerk_z": "0,0",
"cli_safe_speed_e": "0,0",
"cli_safe_speed_x": "0,0",
"cli_safe_speed_y": "0,0",
"cli_safe_speed_z": "0,0"
},
"downward_check": {
"Bambu Lab A1 0.2 nozzle": [
"Bambu Lab P1S 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1E 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab A1 0.4 nozzle": [
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab A1 0.6 nozzle": [
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab A1 0.8 nozzle": [
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1E 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}
},
"Bambu Lab A1 mini": {
"machine_limits": {
"cli_safe_acceleration_e": "0,0",
"cli_safe_acceleration_extruding": "0,0",
"cli_safe_acceleration_retracting": "0,0",
"cli_safe_acceleration_travel": "6000,6000",
"cli_safe_acceleration_x": "6000,6000",
"cli_safe_acceleration_y": "6000,6000",
"cli_safe_acceleration_z": "0,0",
"cli_safe_jerk_e": "0,0",
"cli_safe_jerk_x": "0,0",
"cli_safe_jerk_y": "0,0",
"cli_safe_jerk_z": "0,0",
"cli_safe_speed_e": "0,0",
"cli_safe_speed_x": "0,0",
"cli_safe_speed_y": "0,0",
"cli_safe_speed_z": "0,0"
}
},
"Bambu Lab X1": {
"downward_check": {
"Bambu Lab X1 0.2 nozzle": [
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab X1 0.4 nozzle": [
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab X1 0.6 nozzle": [
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab X1 0.8 nozzle": [
"Bambu Lab A1 mini 0.8 nozzle"
]
}
},
"Bambu Lab X1 Carbon": {
"downward_check": {
"Bambu Lab X1 Carbon 0.2 nozzle": [
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab X1 Carbon 0.4 nozzle": [
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab X1 Carbon 0.6 nozzle": [
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab X1 Carbon 0.8 nozzle": [
"Bambu Lab A1 mini 0.8 nozzle"
]
}
},
"Bambu Lab X1E": {
"downward_check": {
"Bambu Lab X1E 0.2 nozzle": [
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab X1E 0.4 nozzle": [
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab X1E 0.6 nozzle": [
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab X1E 0.8 nozzle": [
"Bambu Lab A1 mini 0.8 nozzle"
]
}
},
"Bambu Lab P1P": {
"downward_check": {
"Bambu Lab P1P 0.2 nozzle": [
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab P1P 0.4 nozzle": [
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab P1P 0.6 nozzle": [
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab P1P 0.8 nozzle": [
"Bambu Lab A1 mini 0.8 nozzle"
]
}
},
"Bambu Lab P1S": {
"downward_check": {
"Bambu Lab P1S 0.2 nozzle": [
"Bambu Lab A1 mini 0.2 nozzle"
],
"Bambu Lab P1S 0.4 nozzle": [
"Bambu Lab A1 mini 0.4 nozzle"
],
"Bambu Lab P1S 0.6 nozzle": [
"Bambu Lab A1 mini 0.6 nozzle"
],
"Bambu Lab P1S 0.8 nozzle": [
"Bambu Lab A1 mini 0.8 nozzle"
]
}
}
}
}
}

View file

@ -1,7 +1,7 @@
{
"type": "filament",
"name": "Generic PCTG @base",
"inherits": "fdm_filament_pet",
"inherits": "fdm_filament_pctg",
"from": "system",
"filament_id": "GFG97",
"instantiation": "false",

View file

@ -0,0 +1,64 @@
{
"type": "filament",
"name": "fdm_filament_pctg",
"inherits": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_max_volumetric_speed": [
"25"
],
"filament_type": [
"PCTG"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"255"
],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"220"
],
"reduce_fan_stop_start_freq": [
"1"
],
"temperature_vitrification": [
"70"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -8,6 +8,7 @@
"description": "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.",
"elefant_foot_compensation": "0.15",
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle"
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}

View file

@ -20,7 +20,7 @@
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"support_threshold_angle": "30",
"support_threshold_angle": "15",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08"
}

View file

@ -20,7 +20,7 @@
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"support_threshold_angle": "30",
"support_threshold_angle": "20",
"support_top_z_distance": "0.12",
"support_bottom_z_distance": "0.12"
}

View file

@ -20,7 +20,7 @@
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"support_threshold_angle": "30",
"support_threshold_angle": "25",
"support_top_z_distance": "0.16",
"support_bottom_z_distance": "0.16"
}

View file

@ -16,6 +16,6 @@
"sparse_infill_speed": "230",
"internal_solid_infill_speed": "230",
"gap_infill_speed": "230",
"support_threshold_angle": "30",
"support_threshold_angle": "35",
"top_shell_layers": "4"
}

View file

@ -16,6 +16,6 @@
"sparse_infill_speed": "200",
"internal_solid_infill_speed": "200",
"gap_infill_speed": "200",
"support_threshold_angle": "30",
"support_threshold_angle": "40",
"top_shell_layers": "4"
}

View file

@ -57,7 +57,7 @@
"support_base_pattern": "default",
"support_base_pattern_spacing": "2",
"support_speed": "40",
"support_threshold_angle": "30",
"support_threshold_angle": "40",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "0",
"top_surface_line_width": "0.42",

View file

@ -1,6 +1,6 @@
{
"name": "BIQU",
"version": "02.01.00.00",
"version": "02.01.01.00",
"force_update": "0",
"description": "BIQU configurations",
"machine_model_list": [

View file

@ -1,6 +1,6 @@
{
"name": "CONSTRUCT3D",
"version": "02.01.00.00",
"version": "02.01.01.00",
"force_update": "0",
"description": "Construct3D configurations",
"machine_model_list": [

View file

@ -0,0 +1,171 @@
{
"name": "Chuanying",
"url": "",
"version": "02.01.00.01",
"force_update": "0",
"description": "Chuanying configurations",
"machine_model_list": [
{
"name": "Chuanying X1",
"sub_path": "machine/Chuanying X1.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_chuanying_common",
"sub_path": "process/fdm_process_chuanying_common.json"
},
{
"name": "fdm_process_chuanying_0.20",
"sub_path": "process/fdm_process_chuanying_0.20.json"
},
{
"name": "fdm_process_chuanying_0.30",
"sub_path": "process/fdm_process_chuanying_0.30.json"
},
{
"name": "0.20mm Standard @Chuanying X1 0.4 Nozzle",
"sub_path": "process/0.20mm Standard @Chuanying X1 0.4 Nozzle.json"
},
{
"name": "0.30mm Standard @Chuanying X1 0.6 Nozzle",
"sub_path": "process/0.30mm Standard @Chuanying X1 0.6 Nozzle.json"
},
{
"name": "0.12mm Standard @Chuanying X1 0.25 Nozzle",
"sub_path": "process/0.12mm Standard @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "0.40mm Standard @Chuanying X1 0.8 Nozzle",
"sub_path": "process/0.40mm Standard @Chuanying X1 0.8 Nozzle.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "Chuanying Generic ABS",
"sub_path": "filament/Chuanying Generic ABS.json"
},
{
"name": "Chuanying ABS @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying ABS @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic PETG",
"sub_path": "filament/Chuanying Generic PETG.json"
},
{
"name": "Chuanying PETG @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying PETG @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic PLA",
"sub_path": "filament/Chuanying Generic PLA.json"
},
{
"name": "Chuanying PLA @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying PLA @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic PLA-CF10",
"sub_path": "filament/Chuanying Generic PLA-CF10.json"
},
{
"name": "Chuanying Generic PLA-Silk",
"sub_path": "filament/Chuanying Generic PLA-Silk.json"
},
{
"name": "Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic HS PLA",
"sub_path": "filament/Chuanying Generic HS PLA.json"
},
{
"name": "Chuanying HS PLA @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying HS PLA @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic ASA",
"sub_path": "filament/Chuanying Generic ASA.json"
},
{
"name": "Chuanying ASA @Chuanying X1 0.25 Nozzle",
"sub_path": "filament/Chuanying ASA @Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying Generic PETG-CF10",
"sub_path": "filament/Chuanying Generic PETG-CF10.json"
},
{
"name": "Chuanying Generic TPU",
"sub_path": "filament/Chuanying Generic TPU.json"
},
{
"name":"Chuanying Generic HIPS",
"sub_path":"filament/Chuanying Generic HIPS.json"
},
{
"name":"Chuanying Generic PVA",
"sub_path":"filament/Chuanying Generic PVA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_chuanying_common",
"sub_path": "machine/fdm_chuanying_common.json"
},
{
"name": "fdm_x1_common",
"sub_path": "machine/fdm_x1_common.json"
},
{
"name": "Chuanying X1 0.25 Nozzle",
"sub_path": "machine/Chuanying X1 0.25 Nozzle.json"
},
{
"name": "Chuanying X1 0.4 Nozzle",
"sub_path": "machine/Chuanying X1 0.4 Nozzle.json"
},
{
"name": "Chuanying X1 0.6 Nozzle",
"sub_path": "machine/Chuanying X1 0.6 Nozzle.json"
},
{
"name": "Chuanying X1 0.8 Nozzle",
"sub_path": "machine/Chuanying X1 0.8 Nozzle.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

View file

@ -0,0 +1,31 @@
{
"type": "filament",
"name": "Chuanying ABS @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic ABS",
"from": "system",
"setting_id": "GFSA04_02",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_id": "GFB99",
"filament_settings_id": [
"Chuanying ABS @Chuanying X1 0.25 Nozzle"
],
"fan_max_speed": [
"50"
],
"filament_cost": [
"40"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"pressure_advance": [
"0.1"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,34 @@
{
"type": "filament",
"name": "Chuanying ASA @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic ASA",
"from": "system",
"setting_id": "GFSA04_05",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_id": "GFL99",
"filament_settings_id": [
"Chuanying ASA @Chuanying X1 0.25 Nozzle"
],
"fan_max_speed": [
"50"
],
"filament_cost": [
"40"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: ASA\n"
],
"pressure_advance": [
"0.1"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,56 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"name": "Chuanying Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"15"
],
"slow_down_layer_time": [
"8"
],
"support_material_interface_fan_speed": [
"80"
],
"slow_down_min_speed": [
"20"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: ABS\n"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_diameter": [
"1.75"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"filament_density": [
"1.04"
],
"temperature_vitrification": [
"100"
],
"hot_plate_temp_initial_layer": [
"105"
],
"hot_plate_temp": [
"105"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
]
}

View file

@ -0,0 +1,189 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Chuanying Generic ASA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_asa",
"additional_cooling_fan_speed": [
"0"
],
"bed_temperature_difference": [
"10"
],
"chamber_temperature": "0",
"close_fan_the_first_x_layers": [
"2"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"default_filament_colour": [
""
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"20"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.04"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying ASA"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode \n;right_extruder_material:ASA"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_type": [
"ASA"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"105"
],
"hot_plate_temp_initial_layer": [
"105"
],
"nozzle_temperature": [
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"80"
],
"overhang_fan_threshold": [
"25%"
],
"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": [
"20"
],
"support_material_interface_fan_speed": [
"80"
],
"temperature_vitrification": [
"100"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}

View file

@ -0,0 +1,255 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"activate_air_filtration": [
"0"
],
"activate_chamber_temp_control": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"chamber_temperature": [
"0"
],
"close_fan_the_first_x_layers": [
"2"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"80"
],
"cool_plate_temp_initial_layer": [
"80"
],
"default_filament_colour": [
""
],
"during_print_exhaust_fan_speed": [
"60"
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cooling_final_speed": [
"3.4"
],
"filament_cooling_initial_speed": [
"2.2"
],
"filament_cooling_moves": [
"4"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.04"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_flow_ratio": [
"1.01"
],
"filament_is_support": [
"0"
],
"filament_load_time": [
"0"
],
"filament_loading_speed": [
"28"
],
"filament_loading_speed_start": [
"3"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"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_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying Generic HIPS"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_toolchange_delay": [
"0"
],
"filament_type": [
"HIPS"
],
"filament_unload_time": [
"0"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"105"
],
"hot_plate_temp_initial_layer": [
"105"
],
"inherits": "Chuanying Generic ABS",
"name": "Chuanying Generic HIPS",
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"50"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.036"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"40"
],
"temperature_vitrification": [
"100"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,245 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Chuanying Generic HS PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"bed_temperature_difference": [
"10"
],
"chamber_temperature": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"default_filament_colour": [
""
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"100"
],
"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": [
"20"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_load_time": [
"0"
],
"filament_loading_speed": [
"28"
],
"filament_loading_speed_start": [
"3"
],
"filament_max_volumetric_speed": [
"25"
],
"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_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying HS PLA"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material:HS PLA\n"
],
"filament_toolchange_delay": [
"0"
],
"filament_type": [
"PLA"
],
"filament_unload_time": [
"0"
],
"filament_unloading_speed": [
"90"
],
"filament_unloading_speed_start": [
"100"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"190"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"pressure_advance": [
"0.025"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"temperature_vitrification": [
"60"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"slow_down_layer_time": [
"6"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"100"
]
}

View file

@ -0,0 +1,189 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Chuanying Generic PETG-CF10",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"additional_cooling_fan_speed": [
"100"
],
"bed_temperature_difference": [
"10"
],
"chamber_temperature": "0",
"close_fan_the_first_x_layers": [
"1"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"default_filament_colour": [
""
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying PETG-CF10"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material:PETG-CF10\n"
],
"filament_type": [
"PETG-CF"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"245"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.035"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"temperature_vitrification": [
"70"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}

View file

@ -0,0 +1,89 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Chuanying Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"temperature_vitrification": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"hot_plate_temp": [
"70"
],
"close_fan_the_first_x_layers": [
"1"
],
"slow_down_min_speed": [
"30"
],
"overhang_fan_speed": [
"80"
],
"support_material_interface_fan_speed": [
"90"
],
"additional_cooling_fan_speed": [
"50"
],
"filament_start_gcode": [
"; filament start gcode \n;right_extruder_material:PETG"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_diameter": [
"1.75"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
],
"filament_density": [
"1.27"
],
"nozzle_temperature_range_low": [
"220"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"255"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"overhang_fan_threshold": [
"25%"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
]
}

View file

@ -0,0 +1,246 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Chuanying Generic PLA-CF10",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"additional_cooling_fan_speed": [
"100"
],
"bed_temperature_difference": [
"10"
],
"chamber_temperature": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"default_filament_colour": [
""
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"100"
],
"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": [
"20"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_load_time": [
"0"
],
"filament_loading_speed": [
"28"
],
"filament_loading_speed_start": [
"3"
],
"filament_max_volumetric_speed": [
"20"
],
"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_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying PLA"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material:PLA-CF10\n"
],
"filament_toolchange_delay": [
"0"
],
"filament_type": [
"PLA-CF"
],
"filament_unload_time": [
"0"
],
"filament_unloading_speed": [
"90"
],
"filament_unloading_speed_start": [
"100"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"190"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"pressure_advance": [
"0.025"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"temperature_vitrification": [
"60"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}

View file

@ -0,0 +1,65 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Chuanying Generic PLA-Silk",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"12"
],
"hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"100"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: PLA Silk\n"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_diameter": [
"1.75"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.025"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"190"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
]
}

View file

@ -0,0 +1,65 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Chuanying Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"25"
],
"hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50"
],
"slow_down_layer_time": [
"6"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"100"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: PLA\n"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_diameter": [
"1.75"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.025"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"190"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
]
}

View file

@ -0,0 +1,255 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"activate_air_filtration": [
"0"
],
"activate_chamber_temp_control": [
"0"
],
"additional_cooling_fan_speed": [
"80"
],
"chamber_temperature": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"55"
],
"default_filament_colour": [
""
],
"during_print_exhaust_fan_speed": [
"60"
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"55"
],
"fan_cooling_layer_time": [
"100"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"50"
],
"filament_cooling_final_speed": [
"3.4"
],
"filament_cooling_initial_speed": [
"2.2"
],
"filament_cooling_moves": [
"4"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.2"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode\n"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"1"
],
"filament_load_time": [
"0"
],
"filament_loading_speed": [
"28"
],
"filament_loading_speed_start": [
"3"
],
"filament_max_volumetric_speed": [
"5"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"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_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying Generic PVA"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: PVA"
],
"filament_toolchange_delay": [
"0"
],
"filament_type": [
"PVA"
],
"filament_unload_time": [
"0"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"55"
],
"inherits": "Chuanying Generic PLA",
"name": "Chuanying Generic PVA",
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"200"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"pressure_advance": [
"0.025"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"6"
],
"slow_down_min_speed": [
"10"
],
"support_material_interface_fan_speed": [
"80"
],
"temperature_vitrification": [
"60"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"55"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,196 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Chuanying Generic TPU",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"additional_cooling_fan_speed": [
"100"
],
"bed_temperature_difference": [
"10"
],
"chamber_temperature": "0",
"close_fan_the_first_x_layers": [
"1"
],
"compatible_printers": [
"Chuanying X1 0.4 Nozzle",
"Chuanying X1 0.6 Nozzle",
"Chuanying X1 0.8 Nozzle",
"Chuanying Adventurer 5M 0.4 Nozzle",
"Chuanying Adventurer 5M 0.6 Nozzle",
"Chuanying Adventurer 5M 0.8 Nozzle",
"Chuanying Adventurer 5M Pro 0.4 Nozzle",
"Chuanying Adventurer 5M Pro 0.6 Nozzle",
"Chuanying Adventurer 5M Pro 0.8 Nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": "",
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"default_filament_colour": [
""
],
"enable_overhang_bridge_fan": [
"1"
],
"enable_pressure_advance": [
"1"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"100"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"3.5"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
"Chuanying TPU"
],
"filament_shrink": [
"100%"
],
"filament_soluble": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material:TPU\n"
],
"filament_type": [
"TPU"
],
"filament_vendor": [
"Generic"
],
"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"
],
"nozzle_temperature": [
"235"
],
"nozzle_temperature_initial_layer": [
"235"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"190"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"pressure_advance": [
"0.035"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"support_material_interface_fan_speed": [
"100"
],
"temperature_vitrification": [
"60"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"version": "1.5.1.2"
}

View file

@ -0,0 +1,49 @@
{
"type": "filament",
"name": "Chuanying HS PLA @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic HS PLA",
"from": "system",
"setting_id": "GFSA04_09",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_id": "GFL99",
"filament_settings_id": [
"Chuanying HS PLA @Chuanying X1 0.25 Nozzle"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"100"
],
"during_print_exhaust_fan_speed": [
"100"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: HS PLA\n"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"50"
],
"nozzle_temperature": [
"210"
],
"pressure_advance": [
"0.1"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,28 @@
{
"type": "filament",
"name": "Chuanying PETG @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic PETG",
"from": "system",
"setting_id": "GFSA04_12",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_id": "GFG99",
"filament_settings_id": [
"Chuanying PETG @Chuanying X1 0.25 Nozzle"
],
"fan_max_speed": [
"80"
],
"filament_max_volumetric_speed": [
"1.5"
],
"pressure_advance": [
"0.1"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,48 @@
{
"type": "filament",
"name": "Chuanying PLA @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic PLA",
"from": "system",
"setting_id": "GFSA04_19",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_settings_id": [
"Chuanying PLA @Chuanying X1 0.25 Nozzle"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"100"
],
"during_print_exhaust_fan_speed": [
"100"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"2.8"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"50"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,52 @@
{
"type": "filament",
"name": "Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle",
"inherits": "Chuanying Generic PLA-Silk",
"from": "system",
"setting_id": "GFSA04_25",
"instantiation": "true",
"compatible_printers": [
"Chuanying X1 0.25 Nozzle"
],
"filament_id": "GFL99",
"filament_settings_id": [
"Chuanying PLA-SILK @Chuanying X1 0.25 Nozzle"
],
"activate_air_filtration": [
"1"
],
"complete_print_exhaust_fan_speed": [
"100"
],
"during_print_exhaust_fan_speed": [
"100"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"2.8"
],
"filament_start_gcode": [
"; filament start gcode\n;right_extruder_material: PLA-Silk\n"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"50"
],
"nozzle_temperature": [
"217"
],
"pressure_advance": [
"0.1"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_abs",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp": [
"80"
],
"eng_plate_temp": [
"80"
],
"hot_plate_temp": [
"80"
],
"textured_plate_temp": [
"80"
],
"cool_plate_temp_initial_layer": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"2"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_type": [
"ABS"
],
"filament_density": [
"1.10"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"265"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"20"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"265"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
]
}

View file

@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_asa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"35"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"ASA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}

View file

@ -0,0 +1,144 @@
{
"type": "filament",
"name": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"2.85"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"35"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}

View file

@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_pet",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"85"
],
"eng_plate_temp" : [
"85"
],
"hot_plate_temp" : [
"85"
],
"textured_plate_temp" : [
"85"
],
"cool_plate_temp_initial_layer" : [
"85"
],
"eng_plate_temp_initial_layer" : [
"85"
],
"hot_plate_temp_initial_layer" : [
"85"
],
"textured_plate_temp_initial_layer" : [
"85"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"15"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_type": [
"PETG"
],
"filament_density": [
"1.27"
],
"filament_cost": [
"30"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"20"
],
"overhang_fan_speed": [
"50"
],
"nozzle_temperature": [
"235"
],
"temperature_vitrification": [
"80"
],
"nozzle_temperature_range_low": [
"235"
],
"nozzle_temperature_range_high": [
"240"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

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