Merge branch 'main' into feature/multitool

This commit is contained in:
SoftFever 2024-07-16 23:30:26 +08:00 committed by GitHub
commit a9668728bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
223 changed files with 10502 additions and 2428 deletions

View file

@ -60,20 +60,21 @@ jobs:
arch: ${{ matrix.arch }}
build-deps-only: ${{ inputs.build-deps-only || false }}
secrets: inherit
# flatpak:
# name: "Flatpak"
# runs-on: ubuntu-latest
# container:
# image: bilelmoussaoui/flatpak-github-actions:gnome-45
# options: --privileged
# steps:
# # maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd
# - name: "Remove unneeded stuff to free disk space"
# run:
# sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
# - uses: actions/checkout@v4
# - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
# with:
# bundle: orcaslicer.flatpak
# manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
# cache-key: flatpak-builder-${{ github.sha }}
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
# maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd
- name: "Remove unneeded stuff to free disk space"
run:
sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: orcaslicer.flatpak
manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
cache-key: flatpak-builder-${{ github.sha }}
cache: false

View file

@ -41,6 +41,10 @@ jobs:
path: ${{ inputs.cache-path }}
key: ${{ inputs.cache-key }}
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.28.0" # use most recent 3.28.x version
- name: setup dev on Windows
if: inputs.os == 'windows-latest'
uses: microsoft/setup-msbuild@v2
@ -72,7 +76,6 @@ jobs:
if: inputs.os == 'macos-14'
working-directory: ${{ github.workspace }}
run: |
brew install cmake
brew install automake texinfo ninja libtool
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}

View file

@ -36,6 +36,10 @@ jobs:
key: ${{ inputs.cache-key }}
fail-on-cache-miss: true
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.28.0" # use most recent 3.28.x version
- name: Get the version and date on Ubuntu and macOS
if: inputs.os != 'windows-latest'
run: |
@ -77,7 +81,6 @@ jobs:
- name: Install tools mac
if: inputs.os == 'macos-14'
run: |
brew install cmake
brew install tree ninja libtool
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}

View file

@ -22,6 +22,7 @@ orcaslicer_add_cmake_project(OCCT
#-DUSE_FREETYPE=OFF
-DUSE_FFMPEG=OFF
-DUSE_VTK=OFF
-DBUILD_DOC_Overview=OFF
-DBUILD_MODULE_ApplicationFramework=OFF
#-DBUILD_MODULE_DataExchange=OFF
-DBUILD_MODULE_Draw=OFF

View file

@ -10,13 +10,20 @@
1. [Max Volumetric speed](#Max-Volumetric-speed)
2. [VFA]
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode.
**NOTE2**: @ItsDeidara has made a webpage to help with the calculation. Check it out if those equations give you a headache [here](https://orcalibrate.com/).
> [!IMPORTANT]
> After completing the calibration process, remember to create a new project in order to exit the calibration mode.
> [!TIP]
> @ItsDeidara has made a webpage to help with the calculation. Check it out if those equations give you a headache [here](https://orcalibrate.com/).
# Flow rate
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
![uncheck](https://user-images.githubusercontent.com/103989404/221345187-3c317a46-4d85-4221-99b9-adb5c7f48026.jpeg)
----------------------------------------
> [!WARNING]
> For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.
>
> ![uncheck](https://user-images.githubusercontent.com/103989404/221345187-3c317a46-4d85-4221-99b9-adb5c7f48026.jpeg)
![flowrate](./images/flow-calibration.gif)
Calibrating the flow rate involves a two-step process.
Steps
1. Select the printer, filament, and process you would like to use for the test.
@ -26,7 +33,7 @@ Steps
![flowrate-pass1_resize](https://user-images.githubusercontent.com/103989404/210138585-98821729-b19e-4452-a08d-697f147d36f0.jpg)
![0-5](https://user-images.githubusercontent.com/103989404/210138714-63daae9c-6778-453a-afa9-9a976d61bfd5.jpg)
5. Update the flow ratio in the filament settings using the following equation: `FlowRatio_old*(100 + modifier)/100`. If your previous flow ratio was `0.98` and you selected the block with a flow rate modifier of `+5`, the new value should be calculated as follows: `0.98x(100+5)/100 = 1.029`. ** Remember** to save the filament profile.
5. Update the flow ratio in the filament settings using the following equation: `FlowRatio_old*(100 + modifier)/100`. If your previous flow ratio was `0.98` and you selected the block with a flow rate modifier of `+5`, the new value should be calculated as follows: `0.98x(100+5)/100 = 1.029`.** Remember** to save the filament profile.
6. Perform the `Pass 2` calibration. This process is similar to `Pass 1`, but a new project with ten blocks will be generated. The flow rate modifiers for this project will range from `-9 to 0`.
7. Repeat steps 4 and 5. In this case, if your previous flow ratio was 1.029 and you selected the block with a flow rate modifier of -6, the new value should be calculated as follows: `1.029x(100-6)/100 = 0.96726`. ** Remember ** to save the filament profile.
![pass2](https://user-images.githubusercontent.com/103989404/210139072-f2fa91a6-4e3b-4d2a-81f2-c50155e1ff6d.jpg)
@ -36,8 +43,14 @@ Steps
# Pressure Advance
Orca Slicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option when printings.*
![uncheck](https://user-images.githubusercontent.com/103989404/221345187-3c317a46-4d85-4221-99b9-adb5c7f48026.jpeg)
> [!WARNING]
> For Marlin: Linear advance must be enabled in firmware (M900). **Not all printers have it enabled by default.**
> [!WARNING]
> For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option when printings.
>
> ![uncheck](https://user-images.githubusercontent.com/103989404/221345187-3c317a46-4d85-4221-99b9-adb5c7f48026.jpeg)
### Line method
@ -126,7 +139,8 @@ You can also return to OrcaSlicer in the "Preview" tab, make sure the color sche
![image](./images/max_volumetric_flow.jpg)
#### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.*
> [!NOTE]
> You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.
***
*Credits:*

View file

@ -44,6 +44,22 @@ modules:
- type: archive
url: http://mirrors.ircam.fr/pub/x.org/individual/app/xprop-1.2.5.tar.gz
sha256: b7bf6b6be6cf23e7966a153fc84d5901c14f01ee952fbd9d930aa48e2385d670
- name: python-flit_core
buildsystem: simple
build-commands:
- pip3 install --no-deps --no-build-isolation --verbose --prefix=${FLATPAK_DEST} .
sources:
- type: archive
url: https://files.pythonhosted.org/packages/c4/e6/c1ac50fe3eebb38a155155711e6e864e254ce4b6e17fe2429b4c4d5b9e80/flit_core-3.9.0.tar.gz
sha256: 72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba
- name: python-packaging
buildsystem: simple
build-commands:
- pip3 install --no-deps --no-build-isolation --verbose --prefix=${FLATPAK_DEST} .
sources:
- type: archive
url: https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz
sha256: 026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002
- name: python-setuptools_scm
buildsystem: simple
build-commands:

View file

@ -587,7 +587,7 @@ msgstr ""
msgid "%1%"
msgstr ""
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr ""
msgid "Operation already cancelling. Please wait few seconds."
@ -654,7 +654,7 @@ msgstr ""
msgid "Horizontal text"
msgstr ""
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr ""
msgid "Rotate text"
@ -987,7 +987,7 @@ msgstr ""
#, possible-boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1590,7 +1590,7 @@ msgstr ""
msgid "Wipe options"
msgstr ""
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr ""
msgid "Add part"
@ -1869,12 +1869,6 @@ msgstr ""
msgid "Auto orient the object to improve print quality."
msgstr ""
msgid "Split the selected object into mutiple objects"
msgstr ""
msgid "Split the selected object into mutiple parts"
msgstr ""
msgid "Select All"
msgstr ""
@ -2123,8 +2117,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] ""
msgstr[1] ""
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] ""
msgstr[1] ""
@ -2550,7 +2544,7 @@ msgstr ""
msgid "Service Unavailable"
msgstr ""
msgid "Unkown Error."
msgid "Unknown Error."
msgstr ""
msgid "Sending print configuration"
@ -3429,7 +3423,7 @@ msgid ""
msgstr ""
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -5761,7 +5755,7 @@ msgid ""
"Do you want to replace it?"
msgstr ""
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr ""
msgid "Delete object which is a part of cut object"
@ -5967,7 +5961,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
#, possible-boost-format
@ -10130,7 +10124,7 @@ msgstr ""
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
msgid "Speed of initial layer except the solid infill part"
@ -13557,7 +13551,7 @@ msgstr ""
msgid "Create Type"
msgstr ""
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr ""
msgid "Select Model"
@ -13606,10 +13600,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr ""
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr ""
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr ""
msgid "Printer Preset"

View file

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-30 15:44+0200\n"
"PO-Revision-Date: 2024-06-15 11:02+0200\n"
"PO-Revision-Date: 2024-07-07 18:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ca\n"
@ -600,7 +600,7 @@ msgstr "Mostra estructura de xarxa"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "No es pot aplicar quan es previsualitza el processament."
msgid "Operation already cancelling. Please wait few seconds."
@ -669,7 +669,7 @@ msgstr "Superfície"
msgid "Horizontal text"
msgstr "Text horitzontal"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Majúscules + Ratolí pujar o baixar"
msgid "Rotate text"
@ -1015,7 +1015,7 @@ msgstr "Orientar/alinear el text vers la càmera."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"No es pot carregar exactament el mateix tipus de lletra( \"%1%\" ), "
@ -1663,7 +1663,7 @@ msgstr "Amplada de l'extrusió"
msgid "Wipe options"
msgstr "Opcions de purga"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Adhesió al llit"
msgid "Add part"
@ -1950,12 +1950,6 @@ msgstr ""
"Orientar/alinear automàticament l'objecte per millorar la qualitat "
"d'impressió."
msgid "Split the selected object into mutiple objects"
msgstr "Partir l'objecte seleccionat en múltiples objectes"
msgid "Split the selected object into mutiple parts"
msgstr "Partir l'objecte seleccionat en múltiples peces"
msgid "Select All"
msgstr "Seleccionar-ho tot"
@ -2221,8 +2215,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "S'ha reparat el següent objecte del model"
msgstr[1] "S'han reparat els següents objectes del model"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "No s'ha pogut reparar el següent objecte del model"
msgstr[1] "No s'han pogut reparar els següents objectes del model"
@ -2679,7 +2673,7 @@ msgstr "Ha expirat el temps d'enviament de la tasca d'impressió."
msgid "Service Unavailable"
msgstr "Servei no disponible"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Error desconegut."
msgid "Sending print configuration"
@ -2875,11 +2869,11 @@ msgstr "Primer heu de seleccionar el tipus de material i el color."
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgstr "Introduïu un valor vàlid (K a %.1f~%.1f)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
msgstr ""
msgstr "Introduïu un valor vàlid (K a %.1f~%.1f, N a %.1f~%.1f)"
msgid "Other Color"
msgstr "Un altre color"
@ -3310,11 +3304,11 @@ msgid "Edit multiple printers"
msgstr "Editar diverses impressores"
msgid "Select connected printers (0/6)"
msgstr ""
msgstr "Seleccionar impressores connectades (0/6)"
#, c-format, boost-format
msgid "Select Connected Printers (%d/6)"
msgstr ""
msgstr "Seleccionar Impressores Connectades (%d/6)"
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3377,7 +3371,7 @@ msgid "Printing Failed"
msgstr "Impressió Fallida"
msgid "Printing Pause"
msgstr ""
msgstr "Pausar Impressió"
msgid "Prepare"
msgstr "Preparació"
@ -3681,7 +3675,7 @@ msgstr ""
"El valor es restablirà a 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -5893,7 +5887,7 @@ msgid "View all object's settings"
msgstr "Veure tots els paràmetres de l'objecte"
msgid "Material settings"
msgstr ""
msgstr "Configuració del Material"
msgid "Remove current plate (if not last one)"
msgstr "Treure la placa actual ( si no és l'última )"
@ -5972,7 +5966,7 @@ msgid "Search plate, object and part."
msgstr "Cercar placa, objecte i peça."
msgid "Pellets"
msgstr ""
msgstr "Pellets"
msgid ""
"No AMS filaments. Please select a printer in 'Device' page to load AMS info."
@ -6216,7 +6210,7 @@ msgstr ""
"El fitxer %s ja existeix\n"
"Vols substituir-lo?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Confirmar Desar Com"
msgid "Delete object which is a part of cut object"
@ -6440,7 +6434,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"No s'ha pogut realitzar l'operació booleana a les malles del model. Només "
"s'exportaran les parts positives. Proveu d'arreglar les malles i tornar-ho a "
@ -6596,19 +6590,19 @@ msgid "Choose Download Directory"
msgstr "Triar el Directori de Descàrrega"
msgid "Associate"
msgstr ""
msgstr "Associar"
msgid "with OrcaSlicer so that Orca can open models from"
msgstr ""
msgstr "amb OrcaSlicer perquè Orca pugui obrir models des de"
msgid "Current Association: "
msgstr ""
msgstr "Associació actual: "
msgid "Current Instance"
msgstr ""
msgstr "Instància actual"
msgid "Current Instance Path: "
msgstr ""
msgstr "Ruta de la Instància Actual: "
msgid "General Settings"
msgstr "Configuració general"
@ -7712,8 +7706,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 ""
"Quan graveu timelapse sense capçal d'impressió, es recomana afegir una "
"\"Torre de Purga Timelapse\" \n"
@ -7797,7 +7791,7 @@ msgid "Prime tower"
msgstr "Torre de Purga"
msgid "Special mode"
msgstr "Ajustos espcials"
msgstr "Ajustos especials"
msgid "G-code output"
msgstr "Codi-G de Sortida"
@ -7907,7 +7901,7 @@ msgid "Volumetric speed limitation"
msgstr "Limitació de la velocitat volumètrica"
msgid "Cooling"
msgstr "Refregiració"
msgstr "Refrigeració"
msgid "Cooling for specific layer"
msgstr "Refrigeració per a capes específiques"
@ -8363,54 +8357,58 @@ msgid "The configuration is up to date."
msgstr "La configuració està actualitzada."
msgid "Obj file Import color"
msgstr ""
msgstr "Importar color de l'arxiu Obj"
msgid "Specify number of colors:"
msgstr ""
msgstr "Especificar el nombre de colors:"
#, c-format, boost-format
msgid "The color count should be in range [%d, %d]."
msgstr ""
msgstr "El recompte de colors ha d'estar en rang [%d, %d]."
msgid "Recommended "
msgstr ""
msgstr "Recomanat "
msgid "Current filament colors:"
msgstr ""
msgstr "Color del filament predeterminat:"
msgid "Quick set:"
msgstr ""
msgstr "Configuració ràpida:"
msgid "Color match"
msgstr ""
msgstr "Concordança de color"
msgid "Approximate color matching."
msgstr ""
msgstr "Concordança aproximada de color."
msgid "Append"
msgstr ""
msgstr "Afegir"
msgid "Add consumable extruder after existing extruders."
msgstr ""
msgstr "Afegiu extrusora consumible després dels extrusors existents."
msgid "Reset mapped extruders."
msgstr ""
msgstr "Restableix els extrusors mapejats."
msgid "Cluster colors"
msgstr ""
msgstr "Colors del clúster"
msgid "Map Filament"
msgstr ""
msgstr "Mapejar Filament"
msgid ""
"Note:The color has been selected, you can choose OK \n"
" to continue or manually adjust it."
msgstr ""
"Nota: El color ha estat seleccionat, podeu triar D'acord \n"
" per continuar-lo o ajustar-lo manualment."
msgid ""
"Waring:The count of newly added and \n"
" current extruders exceeds 16."
msgstr ""
"Advertència:El recompte de nous afegits i \n"
" Els extrusors de corrent superen els 16."
msgid "Ramming customization"
msgstr "Configuració de Moldejat de punta( Ramming )"
@ -10863,7 +10861,7 @@ msgstr ""
"freqüència d'arrencada i aturada"
msgid "Don't slow down outer walls"
msgstr ""
msgstr "No freneu a les parets exteriors"
msgid ""
"If enabled, this setting will ensure external perimeters are not slowed down "
@ -10877,6 +10875,16 @@ msgid ""
"external walls\n"
"\n"
msgstr ""
"Si està habilitada, aquesta configuració garantirà que els perímetres "
"externs no s'alenteixin per complir el temps mínim de capa. Això és "
"particularment útil en els escenaris següents:\n"
"\n"
"1. Per evitar canvis de brillantor en imprimir filaments brillants \n"
"2. Evitar canvis en la velocitat de la paret externa que poden crear "
"artefactes de paret lleugers que semblen bandes z \n"
"3. Evitar imprimir a velocitats que provoquen VFAs (artefactes fins) a les "
"parets externes\n"
"\n"
msgid "Layer time"
msgstr "Temps de capa"
@ -10950,7 +10958,7 @@ msgstr ""
"la qual cosa és important i ha de ser precís"
msgid "Pellet flow coefficient"
msgstr ""
msgstr "Coeficient de flux de pellets"
msgid ""
"Pellet flow coefficient is emperically derived and allows for volume "
@ -10961,6 +10969,13 @@ msgid ""
"\n"
"filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )"
msgstr ""
"El coeficient de flux de pellets es deriva empíricament i permet calcular el "
"volum per a impressores de pellets.\n"
"\n"
"Internament es converteix en filament_diameter. La resta de càlculs de volum "
"continuen sent els mateixos.\n"
"\n"
"filament_diameter = m²( (4 * pellet_flow_coefficient) / PI )"
msgid "Shrinkage"
msgstr "Encongiment"
@ -11422,7 +11437,7 @@ msgstr "Alçada de la capa inicial"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Alçada de la capa inicial. Fer que l'alçada inicial de la capa sigui "
"lleugerament més gruixuda pot millorar l'adherència de la placa d'impressió"
@ -11465,15 +11480,15 @@ msgstr "Velocitat màxima del ventilador a la capa"
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 velocitat del ventilador augmentarà linealment de zero a la capa "
"\"close_fan_the_first_x_layers\" al màxim a la capa \"full_fan_speed_layer"
"\". S'ignorarà \"full_fan_speed_layer\" si és inferior a "
"\"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarà a "
"\"close_fan_the_first_x_layers\" al màxim a la capa "
"\"full_fan_speed_layer\". S'ignorarà \"full_fan_speed_layer\" si és inferior "
"a \"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarà a "
"la velocitat màxima permesa a la capa \"close_fan_the_first_x_layers\" + 1."
msgid "layer"
@ -11761,10 +11776,11 @@ msgid "Klipper"
msgstr "Klipper"
msgid "Pellet Modded Printer"
msgstr ""
msgstr "Impressora modificada de pellets"
msgid "Enable this option if your printer uses pellets instead of filaments"
msgstr ""
"Activeu aquesta opció si la impressora utilitza pellets en lloc de filaments"
msgid "Support multi bed types"
msgstr "Admetre diversos tipus de llits"
@ -11890,49 +11906,59 @@ msgstr ""
"funció."
msgid "Use beam interlocking"
msgstr ""
msgstr "Utilitzar feixos d'entrellaçament"
msgid ""
"Generate interlocking beam structure at the locations where different "
"filaments touch. This improves the adhesion between filaments, especially "
"models printed in different materials."
msgstr ""
"Generar una estructura de feixos d'entrellaçament en els llocs on toquen "
"diferents filaments. Això millora l'adherència entre filaments, especialment "
"els models impresos en diferents materials."
msgid "Interlocking beam width"
msgstr ""
msgstr "Amplada dels feixos d'entrellaçament"
msgid "The width of the interlocking structure beams."
msgstr ""
msgstr "L'amplada dels feixos de l'estructura entrellaçada."
msgid "Interlocking direction"
msgstr ""
msgstr "Direcció d'entrellaçament"
msgid "Orientation of interlock beams."
msgstr ""
msgstr "Orientació de feixos d'entrellaçament."
msgid "Interlocking beam layers"
msgstr ""
msgstr "Capes de feixos d'entrellaçament"
msgid ""
"The height of the beams of the interlocking structure, measured in number of "
"layers. Less layers is stronger, but more prone to defects."
msgstr ""
"L'alçada dels feixos de l'estructura entrellaçada. mesurada en nombre de "
"capes. Menys capes és més forta, però més propensa als defectes."
msgid "Interlocking depth"
msgstr ""
msgstr "Profunditat d'entrellaçament"
msgid ""
"The distance from the boundary between filaments to generate interlocking "
"structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
"La distància del límit entre filaments per generar una estructura "
"entrellaçada, mesurada en cel·les. Massa poques cel·les donaran lloc a una "
"mala adhesió."
msgid "Interlocking boundary avoidance"
msgstr ""
msgstr "Evitació de límits entrellaçats"
msgid ""
"The distance from the outside of a model where interlocking structures will "
"not be generated, measured in cells."
msgstr ""
"La distància a l'exterior d'un model on no es generaran estructures "
"entrellaçades, mesurades en cel·les."
msgid "Ironing Type"
msgstr "Tipus de planxat"
@ -12662,12 +12688,14 @@ msgid "Spiral"
msgstr "Espiral"
msgid "Traveling angle"
msgstr ""
msgstr "Angle de viatge"
msgid ""
"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results "
"in Normal Lift"
msgstr ""
"Angle de viatge per al tipus Salt en Z de Pendent i Espiral. Si l'establiu a "
"90°, es produeix un Aixecament Normal"
msgid "Only lift Z above"
msgstr "Només aixecar Z per sobre"
@ -14901,6 +14929,26 @@ msgid ""
"cause the result not exactly the same in each calibration. We are still "
"investigating the root cause to do improvements with new updates."
msgstr ""
"Trobeu els detalls del calibratge de la dinàmica 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 dinàmica de flux\" marcada al "
"menú d'inici d'impressió, la impressora seguirà la forma antiga, calibrarà "
"el filament abans de la impressió; Quan inicieu una impressió multicolor/"
"material, 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 poden fer que els resultats del "
"calibratge no siguin fiables, com ara una adhesió insuficient a la placa de "
"construcció. Es pot aconseguir millorar l'adhesió rentant la placa de "
"construcció o aplicant cola. Per obtenir més informació sobre aquest tema, "
"consulteu el nostre Wiki.\n"
"\n"
"Els resultats del calibratge tenen al voltant d'un 10 per cent de tremolor "
"en la nostra prova, el que 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"
@ -15035,12 +15083,14 @@ msgid ""
"Only one of the results with the same name will be saved. Are you sure you "
"want to override the other results?"
msgstr ""
"Només es desarà un dels resultats amb el mateix nom. Estàs segur que vols "
"anul·lar els altres resultats?"
msgid "Please find the best line on your plate"
msgstr "Busqueu la millor línia a la placa"
msgid "Please find the corner with perfect degree of extrusion"
msgstr ""
msgstr "Busqueu la cantonada amb un grau d'extrusió perfecte"
msgid "Input Value"
msgstr "Valor d'entrada"
@ -15302,7 +15352,7 @@ msgid "PETG"
msgstr "PETG"
msgid "PCTG"
msgstr ""
msgstr "PCTG"
msgid "TPU"
msgstr "TPU"
@ -15402,7 +15452,7 @@ msgid "Upload to storage"
msgstr "Pujar a l'emmagatzematge"
msgid "Switch to Device tab after upload."
msgstr ""
msgstr "Canvieu a la pestanya Dispositiu després de penjar-lo."
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
@ -15638,8 +15688,8 @@ msgstr ""
"Vols reescriure'l?"
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 ""
"Canviaríem el nom dels perfils seleccionats com a \"Proveïdor Tipus "
@ -15667,7 +15717,7 @@ msgstr "Importar Perfil"
msgid "Create Type"
msgstr "Crea un Tipus"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "El model no s'ha trobat, torneu a triar proveïdor."
msgid "Select Model"
@ -15718,10 +15768,10 @@ msgstr "No es troba la ruta predeterminada, torneu a seleccionar el proveïdor."
msgid "The printer model was not found, please reselect."
msgstr "No s'ha trobat el model d'impressora, torneu a seleccionar."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "El diàmetre del broquet no s'ha trobat, torneu a seleccionar-lo."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "El perfil de la impressora no s'ha trobat, torneu a seleccionar-lo."
msgid "Printer Preset"
@ -16105,10 +16155,11 @@ msgid "Refresh Printers"
msgstr "Refrescar Impressores"
msgid "View print host webui in Device tab"
msgstr ""
msgstr "Veure el host d'impressió webui a la pestanya Dispositiu"
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
"Substituïu la pestanya del dispositiu BambuLab pel host d'impressió webui"
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
@ -16563,7 +16614,7 @@ msgid "Could not connect to SimplyPrint"
msgstr "No s'ha pogut connectar a SimplyPrint"
msgid "Internal error"
msgstr ""
msgstr "Error intern"
msgid "Unknown error"
msgstr "Error desconegut"
@ -16982,9 +17033,6 @@ msgstr ""
"augmentar adequadament la temperatura del llit pot reduir la probabilitat de "
"deformació."
#~ msgid "Current association: "
#~ msgstr "Associació actual: "
#~ msgid "Associate prusaslicer://"
#~ msgstr "Associar prusaslicer://"
@ -17008,15 +17056,18 @@ msgstr ""
#~ "Associar OrcaSlicer amb els enllaços bambustudio:// perquè Orca pugui "
#~ "obrir models des de makerworld.com"
#~ msgid "Associate cura://"
#~ msgstr "Associar cura://"
#~ msgid "Printer local connection failed, please try again."
#~ msgstr "La connexió local de la impressora ha fallat, torneu-ho a provar."
#, c-format, boost-format
#~ msgid ""
#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from "
#~ "thingiverse.com"
#~ "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 ""
#~ "Associar OrcaSlicer amb els enllaços cura:// perquè Orca pugui obrir "
#~ "models des de thingiverse.com"
#~ "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 ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
@ -17025,11 +17076,11 @@ 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 "Please input a valid value (K in 0~0.3)"
#~ msgstr "Introduïu un valor vàlid ( K en 0 ~ 0.3 )"
#~ msgid "X"
#~ msgstr "X"
#~ 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 "Y"
#~ msgstr "Y"
#~ msgid "V"
#~ msgstr "V"
@ -17064,9 +17115,6 @@ msgstr ""
#~ "Hi ha més de 4 sistemes / pràctics que utilitzen accés remot, podeu "
#~ "tancar-ne alguns i tornar-ho a provar."
#~ msgid "Infill direction"
#~ msgstr "Angle de farciment"
#~ msgid ""
#~ "Enable this to get a G-code file which has G2 and G3 moves. And the "
#~ "fitting tolerance is same with resolution"

View file

@ -600,7 +600,7 @@ msgstr "Zobrazit drátěný model"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Nelze použít při náhledu procesu."
msgid "Operation already cancelling. Please wait few seconds."
@ -669,7 +669,7 @@ msgstr "Povrch"
msgid "Horizontal text"
msgstr "Vodorovný text"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + pohyb myši nahoru nebo dolů"
msgid "Rotate text"
@ -1008,7 +1008,7 @@ msgstr "Orientovat text směrem ke kameře."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Nelze načíst přesně stejné písmo(\"%1%\"). Aplikace vybrala podobné "
@ -1641,7 +1641,7 @@ msgstr "Šířka Extruze"
msgid "Wipe options"
msgstr "Možnosti čištění"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Přilnavost k Podložce"
msgid "Add part"
@ -1920,12 +1920,6 @@ msgstr "Automatická orientace"
msgid "Auto orient the object to improve print quality."
msgstr "Automaticky orientovat objekt pro zlepšení kvality tisku."
msgid "Split the selected object into mutiple objects"
msgstr "Rozdělit vybraný objekt na více objektů"
msgid "Split the selected object into mutiple parts"
msgstr "Rozdělit vybraný objekt na více částí"
msgid "Select All"
msgstr "Vybrat vše"
@ -2192,8 +2186,8 @@ msgstr[0] "Následující objekt modelu byl opraven"
msgstr[1] "Následující objekty modelu byly opraveny"
msgstr[2] "Následující objekty modelu byly opraveny"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Nepodařilo se opravit následující objekt modelu"
msgstr[1] "Nepodařilo se opravit následující objekty modelu"
msgstr[2] "Nepodařilo se opravit následující objekty modelu"
@ -2644,7 +2638,7 @@ msgstr ""
msgid "Service Unavailable"
msgstr "Služba není k dispozici"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Neznámá chyba."
msgid "Sending print configuration"
@ -3613,7 +3607,7 @@ msgstr ""
"Hodnota bude resetována na 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6082,7 +6076,7 @@ msgid ""
"Do you want to replace it?"
msgstr ""
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr ""
msgid "Delete object which is a part of cut object"
@ -6303,7 +6297,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
#, boost-format
@ -10907,7 +10901,7 @@ msgstr "Výška první vrstvy"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Výška první vrstvy. Mírně tlustá první vrstva může zlepšit přilnavost k "
"podložce"
@ -14831,7 +14825,7 @@ msgstr ""
msgid "Create Type"
msgstr ""
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr ""
msgid "Select Model"
@ -14880,10 +14874,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr ""
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr ""
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr ""
msgid "Printer Preset"

View file

@ -601,7 +601,7 @@ msgstr "Gittermodell anzeigen"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Kann nicht angewendet werden, wenn die Vorschau angezeigt wird."
msgid "Operation already cancelling. Please wait few seconds."
@ -670,7 +670,7 @@ msgstr "Oberfläche"
msgid "Horizontal text"
msgstr "Horizontaler Text"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Umschalttaste + Mausbewegung nach oben oder unten"
msgid "Rotate text"
@ -1016,7 +1016,7 @@ msgstr "Ortne den Text zur Kamera aus."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Kann genau dieselbe Schriftart (\"%1%\") nicht laden. Die Anwendung hat eine "
@ -1662,7 +1662,7 @@ msgstr "Extrusionsbreite"
msgid "Wipe options"
msgstr "Wischoptionen"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Druckbetthaftung"
msgid "Add part"
@ -1950,12 +1950,6 @@ msgid "Auto orient the object to improve print quality."
msgstr ""
"Automatische Ausrichtung des Objekts zur Verbesserung der Druckqualität."
msgid "Split the selected object into mutiple objects"
msgstr "Das ausgewählte Objekt in mehrere Objekte aufteilen"
msgid "Split the selected object into mutiple parts"
msgstr "Das ausgewählte Objekt in mehrere Teile aufteilen"
msgid "Select All"
msgstr "Alle auswählen"
@ -2232,8 +2226,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "Das folgende Modellobjekt wurde repariert"
msgstr[1] "Die folgenden Modellobjekte wurde repariert"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Reparatur des folgenden Modellobjekts fehlgeschlagen"
msgstr[1] "Reparatur der folgenden Modellobjekte fehlgeschlagen"
@ -2699,7 +2693,7 @@ msgstr "Zeitüberschreitung beim Senden des Druckauftrags."
msgid "Service Unavailable"
msgstr "Der Dienst ist nicht verfügbar"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Unbekannter Fehler."
msgid "Sending print configuration"
@ -2897,7 +2891,7 @@ msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f)"
msgstr ""
msgstr "Bitte geben Sie einen gültigen Wert ein (K in %.1f~%.1f)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
@ -3341,11 +3335,11 @@ msgid "Edit multiple printers"
msgstr "Mehrere Drucker bearbeiten"
msgid "Select connected printers (0/6)"
msgstr ""
msgstr "Verbundene Drucker auswählen (0/6)"
#, c-format, boost-format
msgid "Select Connected Printers (%d/6)"
msgstr ""
msgstr "Verbundene Drucker auswählen (%d/6)"
#, c-format, boost-format
msgid "The maximum number of printers that can be selected is %d"
@ -3719,7 +3713,7 @@ msgstr ""
"Der Wert 0 setz zurück."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -5947,7 +5941,7 @@ msgid "View all object's settings"
msgstr "Alle Einstellungen des Objekts anzeigen"
msgid "Material settings"
msgstr ""
msgstr "Material-Einstellungen"
msgid "Remove current plate (if not last one)"
msgstr "entferne aktuelle Platte (wenn nicht die letzte)"
@ -6026,7 +6020,7 @@ msgid "Search plate, object and part."
msgstr "Suche Platte, Objekt und Teil."
msgid "Pellets"
msgstr ""
msgstr "Pellets"
msgid ""
"No AMS filaments. Please select a printer in 'Device' page to load AMS info."
@ -6277,7 +6271,7 @@ msgstr ""
"Die Datei %s existiert bereits\n"
"Möchten Sie sie ersetzen?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Bestätigen Sie Speichern unter"
msgid "Delete object which is a part of cut object"
@ -6507,7 +6501,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Die Boolesche Operation auf den Modellnetzen kann nicht durchgeführt werden. "
"Nur positive Teile werden beibehalten. Sie können die Netze reparieren und "
@ -6665,19 +6659,19 @@ msgid "Choose Download Directory"
msgstr "Wählen Sie das Download-Verzeichnis"
msgid "Associate"
msgstr ""
msgstr "Zuordnen"
msgid "with OrcaSlicer so that Orca can open models from"
msgstr ""
msgstr "mit OrcaSlicer, damit öffnet Orca Modelle von"
msgid "Current Association: "
msgstr ""
msgstr "Aktuelle Zuordnung: "
msgid "Current Instance"
msgstr ""
msgstr "Aktuelle Instanz"
msgid "Current Instance Path: "
msgstr ""
msgstr "Aktueller Instanzpfad: "
msgid "General Settings"
msgstr "Allgemeine Einstellungen"
@ -11046,7 +11040,7 @@ msgstr ""
"verwendet, er ist also wichtig und sollte genau sein"
msgid "Pellet flow coefficient"
msgstr ""
msgstr "Pellet-Flusskoeffizient"
msgid ""
"Pellet flow coefficient is emperically derived and allows for volume "
@ -11057,6 +11051,13 @@ msgid ""
"\n"
"filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )"
msgstr ""
"Der Pellet-Flusskoeffizient wird empirisch abgeleitet und ermöglicht die "
"Volumenberechnung für Pellet-Drucker.\n"
"\n"
"Intern wird er in den Filamentdurchmesser umgerechnet. Alle anderen "
"Volumenberechnungen bleiben gleich.\n"
"\n"
"Filamentdurchmesser = sqrt( (4 * Pellet-Flusskoeffizient) / PI )"
msgid "Shrinkage"
msgstr "Schrumpfung"
@ -11518,7 +11519,7 @@ msgstr "Höhe der ersten Schicht"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Höhe der ersten Schicht. Eine etwas dickere erste Schicht kann die Haftung "
"der Druckplatte verbessern"
@ -11851,10 +11852,10 @@ msgid "Klipper"
msgstr "Klipper"
msgid "Pellet Modded Printer"
msgstr ""
msgstr "Pellet-Modifizierter Drucker"
msgid "Enable this option if your printer uses pellets instead of filaments"
msgstr ""
msgstr "aktivieren Sie diese Option, wenn Ihr Drucker Pellets anstelle von Filamenten verwendet"
msgid "Support multi bed types"
msgstr "Unterstützung mehrerer Betttypen"
@ -11937,7 +11938,7 @@ msgstr ""
"rauen Oberflächen führen kann."
msgid "Top/Bottom solid infill/wall overlap"
msgstr ""
msgstr "Überlappung des oberen/unteren massiven Füllung/Wand"
#, no-c-format, no-boost-format
msgid ""
@ -11979,57 +11980,68 @@ msgstr ""
"Funktion."
msgid "Interlocking depth of a segmented region"
msgstr "Verriegelungstiefe eines segmentierten Bereichs"
msgstr "Interlock-Struktur-Tiefe eines segmentierten Bereichs"
msgid "Interlocking depth of a segmented region. Zero disables this feature."
msgstr ""
"Verriegelungstiefe eines segmentierten Bereichs. Null deaktiviert diese "
"Interlock-Struktur-Tiefe eines segmentierten Bereichs. Null deaktiviert diese "
"Funktion."
msgid "Use beam interlocking"
msgstr ""
msgstr "Verwende Interlock-Strukturen"
msgid ""
"Generate interlocking beam structure at the locations where different "
"filaments touch. This improves the adhesion between filaments, especially "
"models printed in different materials."
msgstr ""
"Erzeugen Sie eine verzahnte Struktur an den Stellen, an denen sich "
"unterschiedliche Filamente berühren. Dies verbessert die Haftung zwischen den "
"Filamenten, insbesondere bei Modellen, die aus verschiedenen Materialien "
"gedruckt werden."
msgid "Interlocking beam width"
msgstr ""
msgstr "Interlock-Struktur-Breite"
msgid "The width of the interlocking structure beams."
msgstr ""
msgstr "Die Breite der Interlock-Strukturen."
msgid "Interlocking direction"
msgstr ""
msgstr "Interlock-Struktur Ausrichtung"
msgid "Orientation of interlock beams."
msgstr ""
msgstr "Ausrichtung der Interlock-Strukturen."
msgid "Interlocking beam layers"
msgstr ""
msgstr "Interlock-Struktur Schichten"
msgid ""
"The height of the beams of the interlocking structure, measured in number of "
"layers. Less layers is stronger, but more prone to defects."
msgstr ""
"Die Höhe der Balken der Interlock-Strukture, gemessen in Anzahl von "
"Schichten. Weniger Schichten sind stärker, aber anfälliger für Fehler."
msgid "Interlocking depth"
msgstr ""
msgstr "Interlock-Struktur Tiefe"
msgid ""
"The distance from the boundary between filaments to generate interlocking "
"structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
"Der Abstand von der Grenze zwischen den Filamenten, um die Interlock-Strukturen-"
"zu generieren, gemessen in Zellen. Zu wenige Zellen führen zu einer schlechten "
"Haftung."
msgid "Interlocking boundary avoidance"
msgstr ""
msgstr "Vermeidung von Interlock-Strukturgrenzen"
msgid ""
"The distance from the outside of a model where interlocking structures will "
"not be generated, measured in cells."
msgstr ""
"Der Abstand von der Außenseite eines Modells, an dem keine Interlock-Strukturen "
"generiert werden, gemessen in Zellen."
msgid "Ironing Type"
msgstr "Glättungsmethode"
@ -12746,12 +12758,14 @@ msgid "Spiral"
msgstr "Spirale"
msgid "Traveling angle"
msgstr ""
msgstr "Bewegungswinkel"
msgid ""
"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results "
"in Normal Lift"
msgstr ""
"Bewegungswinkel für den Z-Hub-Typ \"Steigung\" und \"Spirale\". Wenn Sie es "
"auf 90° einstellen, erhalten Sie eine normale Anhebung"
msgid "Only lift Z above"
msgstr "Nur Z anheben über"
@ -15516,7 +15530,7 @@ msgid "Upload to storage"
msgstr "Hochladen in den Speicher"
msgid "Switch to Device tab after upload."
msgstr ""
msgstr "Wechseln Sie nach dem Hochladen zum Geräte-Tab."
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
@ -15786,7 +15800,7 @@ msgstr "Voreinstellung importieren"
msgid "Create Type"
msgstr "Typ erstellen"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "Das Modell ist nicht gefunden, bitte Hersteller erneut auswählen."
msgid "Select Model"
@ -15835,10 +15849,10 @@ msgstr "Voreinstellungspfad nicht gefunden, bitte Hersteller erneut auswählen."
msgid "The printer model was not found, please reselect."
msgstr "Das Druckermodell wurde nicht gefunden, bitte erneut auswählen."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Der Düsendurchmesser ist nicht gefunden, bitte erneut auswählen."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "Die Druckervoreinstellung ist nicht gefunden, bitte erneut auswählen."
msgid "Printer Preset"

View file

@ -588,7 +588,7 @@ msgstr "Show wireframe"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Unable to apply when processing preview"
msgid "Operation already cancelling. Please wait few seconds."
@ -655,8 +655,8 @@ msgstr "Surface"
msgid "Horizontal text"
msgstr "Horizontal text"
msgid "Shift + Mouse move up or dowm"
msgstr "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Mouse move up or down"
msgid "Rotate text"
msgstr "Rotate text"
@ -988,7 +988,7 @@ msgstr ""
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1601,7 +1601,7 @@ msgstr "Extrusion width"
msgid "Wipe options"
msgstr "Wipe options"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Bed adhesion"
msgid "Add part"
@ -1880,12 +1880,6 @@ msgstr "Auto orientation"
msgid "Auto orient the object to improve print quality."
msgstr "Auto orient the object to improve print quality."
msgid "Split the selected object into mutiple objects"
msgstr "Split the selected object into mutiple objects"
msgid "Split the selected object into mutiple parts"
msgstr "Split the selected object into mutiple parts"
msgid "Select All"
msgstr "Select All"
@ -2147,8 +2141,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "The following model object has been repaired"
msgstr[1] "The following model objects have been repaired"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Failed to repair the following model object"
msgstr[1] "Failed to repair the following model objects"
@ -2598,7 +2592,7 @@ msgstr "Print task sending times out."
msgid "Service Unavailable"
msgstr "Service Unavailable"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Unknown Error."
msgid "Sending print configuration"
@ -3571,7 +3565,7 @@ msgstr ""
"The value will be reset to 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6035,7 +6029,7 @@ msgstr ""
"The file %s already exists.\n"
"Do you want to replace it?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Confirm Save As"
msgid "Delete object which is a part of cut object"
@ -6254,10 +6248,10 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -10780,7 +10774,7 @@ msgstr "First layer height"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"This is the height of the first layer. Making the first layer height thicker "
"can improve build plate adhesion."
@ -14533,7 +14527,7 @@ msgstr "Import Preset"
msgid "Create Type"
msgstr "Create Type"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "The model was not found; please reselect vendor."
msgid "Select Model"
@ -14582,10 +14576,10 @@ msgstr "Preset path was not found; please reselect vendor."
msgid "The printer model was not found, please reselect."
msgstr "The printer model was not found, please reselect."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "The nozzle diameter was not found; please reselect."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
msgid "Printer Preset"

File diff suppressed because it is too large Load diff

View file

@ -601,7 +601,7 @@ msgstr "Afficher le maillage"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Ne peut pas s'appliquer lors du processus de prévisualisation."
msgid "Operation already cancelling. Please wait few seconds."
@ -668,7 +668,7 @@ msgstr "Surface"
msgid "Horizontal text"
msgstr "Texte horizontal"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Maj + souris vers le haut ou vers le bas"
msgid "Rotate text"
@ -1020,7 +1020,7 @@ msgstr "Orienter le texte vers la caméra."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Impossible de charger exactement la même police (« %1% »). Lapplication a "
@ -1677,7 +1677,7 @@ msgstr "Largeur d'Extrusion"
msgid "Wipe options"
msgstr "Options dessuyage"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Adhérence au plateau"
msgid "Add part"
@ -1965,12 +1965,6 @@ msgid "Auto orient the object to improve print quality."
msgstr ""
"Orientez automatiquement l'objet pour améliorer la qualité d'impression."
msgid "Split the selected object into mutiple objects"
msgstr "Diviser l'objet sélectionné en plusieurs objets"
msgid "Split the selected object into mutiple parts"
msgstr "Diviser l'objet sélectionné en plusieurs parties"
msgid "Select All"
msgstr "Tout sélectionner"
@ -2240,8 +2234,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "L'objet modèle suivant a été réparé"
msgstr[1] "L'objet modèle suivant a été réparé"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Échec de la réparation de l'objet modèle suivant"
msgstr[1] "Échec de la réparation des objets de modèle suivants"
@ -2701,7 +2695,7 @@ msgstr "L'envoi de la tâche d'impression est interrompu."
msgid "Service Unavailable"
msgstr "Service Indisponible"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Erreur inconnue."
msgid "Sending print configuration"
@ -3709,7 +3703,7 @@ msgstr ""
"La valeur sera remise à 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6259,7 +6253,7 @@ msgstr ""
"Le fichier %s existe déjà\n"
"Voulez-vous le remplacer ?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Confirmer Enregistrer sous"
msgid "Delete object which is a part of cut object"
@ -6491,7 +6485,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Impossible deffectuer une opération booléenne sur les mailles du modèle. "
"Seules les parties positives seront conservées. Vous pouvez corriger les "
@ -11584,7 +11578,7 @@ msgstr "Hauteur de couche initiale"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Il s'agit de la hauteur de la première couche. L'augmentation de la hauteur "
"de la première couche peut améliorer l'adhérence sur le plateau."
@ -15899,7 +15893,7 @@ msgstr "Importer un préréglage"
msgid "Create Type"
msgstr "Créer un type"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "Le modèle nest pas trouvé, il faut resélectionner le fournisseur."
msgid "Select Model"
@ -15952,10 +15946,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr "Le modèle dimprimante na pas été trouvé, veuillez resélectionner."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Le diamètre de la buse nest pas bon, resélectionner lemplacement."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "Le préréglage de limprimante nest pas bon, placez le préréglage."
msgid "Printer Preset"

View file

@ -586,7 +586,7 @@ msgstr "Drótváz megjelenítése"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Nem használható folyamat előnézetben."
msgid "Operation already cancelling. Please wait few seconds."
@ -654,8 +654,8 @@ msgstr "Surface"
msgid "Horizontal text"
msgstr "Horizontal text"
msgid "Shift + Mouse move up or dowm"
msgstr "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Mouse move up or down"
msgid "Rotate text"
msgstr "Rotate text"
@ -987,7 +987,7 @@ msgstr ""
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1604,7 +1604,7 @@ msgstr "Extrudálási szélesség"
msgid "Wipe options"
msgstr "Törlés opciók"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Asztalra tapadás"
msgid "Add part"
@ -1887,12 +1887,6 @@ msgid "Auto orient the object to improve print quality."
msgstr ""
"Az objektum automatikus tájolása a nyomtatási minőség javítása érdekében."
msgid "Split the selected object into mutiple objects"
msgstr "Szétválasztja a kijelölt objektumot több tárgyra"
msgid "Split the selected object into mutiple parts"
msgstr "Szétválasztja a kijelölt objektumot több tárgyra"
msgid "Select All"
msgstr "Összes kijelölése"
@ -2161,8 +2155,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "A következő modell sikeresen megjavítva"
msgstr[1] "A következő modellek sikeresen megjavítva"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Nem sikerült megjavítani a következő modellt"
msgstr[1] "Nem sikerült megjavítani a következő modelleket"
@ -2618,7 +2612,7 @@ msgstr "Időtúllépés a nyomtatási feladat küldése során."
msgid "Service Unavailable"
msgstr "Szolgáltatás nem elérhető"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Ismeretlen hiba."
msgid "Sending print configuration"
@ -3608,7 +3602,7 @@ msgstr ""
"Az érték 0-ra áll vissza."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6081,7 +6075,7 @@ msgstr ""
"The file %s already exists.\n"
"Do you want to replace it?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Mentés másként megerősítése"
msgid "Delete object which is a part of cut object"
@ -6302,10 +6296,10 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -10913,7 +10907,7 @@ msgstr "Kezdő rétegmagasság"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Kezdőréteg magassága. A vastagabb kezdőréteg javíthatja a tárgy asztalhoz "
"való tapadását"
@ -14729,7 +14723,7 @@ msgstr "Beállítás importálása"
msgid "Create Type"
msgstr "Típus létrehozása"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "The model was not found; please reselect vendor."
msgid "Select Model"
@ -14781,10 +14775,10 @@ msgstr "Útvonal nem található. Kérjük, válaszd ki újra a gyártót."
msgid "The printer model was not found, please reselect."
msgstr "A nyomtató modellje nem található, kérjük, válaszd ki újra."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "The nozzle diameter was not found; please reselect."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
msgid "Printer Preset"

View file

@ -598,7 +598,7 @@ msgstr "Mostra wireframe"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Non si può applicare durante la creazione dell'anteprima."
msgid "Operation already cancelling. Please wait few seconds."
@ -665,7 +665,7 @@ msgstr "Superficie"
msgid "Horizontal text"
msgstr "Testo orizzontale"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Sposta il mouse verso l'alto o il basso"
msgid "Rotate text"
@ -1016,7 +1016,7 @@ msgstr "Orienta il testo verso di te."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Non è possibile caricare esattamente lo stesso font(\"%1%\"). L'applicazione "
@ -1665,7 +1665,7 @@ msgstr "Larghezza Estrusione"
msgid "Wipe options"
msgstr "Opzioni pulitura"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Adesione al piano"
msgid "Add part"
@ -1950,12 +1950,6 @@ msgstr "Orientamento automatico"
msgid "Auto orient the object to improve print quality."
msgstr "Orienta automaticamente l'oggetto per migliorare la qualità di stampa."
msgid "Split the selected object into mutiple objects"
msgstr "Dividi l'oggetto selezionato in più oggetti"
msgid "Split the selected object into mutiple parts"
msgstr "Dividi l'oggetto selezionato in più parti"
msgid "Select All"
msgstr "Seleziona tutto"
@ -2229,8 +2223,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "Il seguente oggetto del modello è stato riparato"
msgstr[1] "I seguenti oggetti del modello sono stati riparati"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Impossibile riparare il seguente oggetto modello"
msgstr[1] "Impossibile riparare i seguenti oggetti modello"
@ -2685,7 +2679,7 @@ msgstr "Timeout dell'invio dell'attività di stampa."
msgid "Service Unavailable"
msgstr "Servizio non disponibile"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Errore sconosciuto."
msgid "Sending print configuration"
@ -3696,7 +3690,7 @@ msgstr ""
"Il valore verrà reimpostato su 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6210,8 +6204,8 @@ msgstr ""
"Il file %s esiste già\n"
"Vuoi sostituirlo?"
msgid "Comfirm Save As"
msgstr "Comfirm Salva con nome"
msgid "Confirm Save As"
msgstr "Confirm Salva con nome"
msgid "Delete object which is a part of cut object"
msgstr "Elimina l'oggetto che fa parte dell'oggetto tagliato"
@ -6435,10 +6429,10 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -11399,7 +11393,7 @@ msgstr "Altezza primo layer"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Questa è l'altezza layer iniziale. L'aumento dell'altezza del primo layer "
"può migliorare l'adesione al piatto di stampa"
@ -15602,7 +15596,7 @@ msgstr "Importa Preset"
msgid "Create Type"
msgstr "Crea tipo"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr ""
"La modello non è stato trovato. Si prega di selezionare nuovamente il "
"fornitore."
@ -15656,10 +15650,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr "Il modello della stampante non è stato trovato, riselezionare."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Il diametro del nozzle non trovato, riselezionare."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr ""
"La configurazione predefinita della stampante non è stata trovata. Per "
"favore, seleziona nuovamente."

View file

@ -589,7 +589,7 @@ msgstr "ワイヤフレームを表示"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "プレビュー処理中は適用できません"
msgid "Operation already cancelling. Please wait few seconds."
@ -656,8 +656,8 @@ msgstr "Surface"
msgid "Horizontal text"
msgstr "Horizontal text"
msgid "Shift + Mouse move up or dowm"
msgstr "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Mouse move up or down"
msgid "Rotate text"
msgstr "Rotate text"
@ -1000,7 +1000,7 @@ msgstr "テキストの向きをカメラ側にする。"
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"全く同じフォント(\"%1%\")を読み込むことができません。アプリケーションは似たよ"
@ -1618,7 +1618,7 @@ msgstr "押出線幅"
msgid "Wipe options"
msgstr "拭き上げ設定"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "ベッド接着"
msgid "Add part"
@ -1897,12 +1897,6 @@ msgstr "自動向き調整"
msgid "Auto orient the object to improve print quality."
msgstr "オブジェクトの向きを自動的に調整する"
msgid "Split the selected object into mutiple objects"
msgstr "選択したオブジェクトを複数のオブジェクトに分割"
msgid "Split the selected object into mutiple parts"
msgstr "選択したオブジェクトを複数のパーツに分割"
msgid "Select All"
msgstr "全てを選択"
@ -2158,8 +2152,8 @@ msgid "Following model object has been repaired"
msgid_plural "Following model objects have been repaired"
msgstr[0] "以下のモデルオブジェクトが修復されました。"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "以下のオブジェクトを修復てきませんでした"
msgid "Repairing was canceled"
@ -2606,7 +2600,7 @@ msgstr "Print task sending times out."
msgid "Service Unavailable"
msgstr "サービスは利用できません"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "不明なエラー"
msgid "Sending print configuration"
@ -3554,7 +3548,7 @@ msgstr ""
"値を0にリセットします。"
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -5994,7 +5988,7 @@ msgstr ""
"The file %s already exists.\n"
"Do you want to replace it?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Confirm Save As"
msgid "Delete object which is a part of cut object"
@ -6211,10 +6205,10 @@ msgstr "%sを送信しました、プリンターにて確認できます"
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -10675,7 +10669,7 @@ msgstr "1層目の高さ"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr "1層目の高さです。高さを大きくすればプレートとの接着性が良くなります。"
msgid "Speed of initial layer except the solid infill part"
@ -14426,7 +14420,7 @@ msgstr "Import Preset"
msgid "Create Type"
msgstr "Create Type"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "The model was not found; please reselect vendor."
msgid "Select Model"
@ -14475,10 +14469,10 @@ msgstr "Preset path was not found; please reselect vendor."
msgid "The printer model was not found, please reselect."
msgstr "The printer model was not found, please reselect."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "The nozzle diameter was not found; please reselect."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
msgid "Printer Preset"

View file

@ -596,7 +596,7 @@ msgstr "와이어프레임 보기"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "미리 보기 진행 시 적용할 수 없습니다."
msgid "Operation already cancelling. Please wait few seconds."
@ -665,7 +665,7 @@ msgstr "표면"
msgid "Horizontal text"
msgstr "가로 텍스트"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + 마우스 위 or 아래"
msgid "Rotate text"
@ -1004,7 +1004,7 @@ msgstr "텍스트 방향을 카메라 쪽으로 향하게 합니다."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"정확히 동일한 글꼴(\"%1%\")을 로드할 수 없습니다. 응용 프로그램이 유사한 항목"
@ -1632,7 +1632,7 @@ msgstr "압출 너비"
msgid "Wipe options"
msgstr "닦기 옵션"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "베드 안착"
msgid "Add part"
@ -1917,12 +1917,6 @@ msgstr "자동 방향 지정"
msgid "Auto orient the object to improve print quality."
msgstr "개체의 방향을 자동으로 지정하여 출력 품질을 향상시킵니다."
msgid "Split the selected object into mutiple objects"
msgstr "선택한 개체를 여러 개체로 분할"
msgid "Split the selected object into mutiple parts"
msgstr "선택한 개체를 여러 부품으로 분할"
msgid "Select All"
msgstr "모두 선택"
@ -2176,8 +2170,8 @@ msgid "Following model object has been repaired"
msgid_plural "Following model objects have been repaired"
msgstr[0] "다음 모델 개체가 수리되었습니다"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "다음 모델 개체 교정을 실패하였습니다"
msgid "Repairing was canceled"
@ -2621,7 +2615,7 @@ msgstr "출력 작업 전송 시간이 초과되었습니다."
msgid "Service Unavailable"
msgstr "서비스 사용 불가"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "알 수 없는 오류."
msgid "Sending print configuration"
@ -3580,7 +3574,7 @@ msgstr ""
"값이 0으로 재설정됩니다."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6041,7 +6035,7 @@ msgstr ""
"파일 %s이(가) 이미 존재합니다.\n"
"파일을 바꾸시겠습니까?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "다른 이름으로 저장 확인"
msgid "Delete object which is a part of cut object"
@ -6263,7 +6257,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"모델 메쉬에 대해 부울 연산을 수행할 수 없습니다. 긍정적인 부분만 유지됩니다. "
"메쉬를 수정하고 재시도해 볼 수 있습니다."
@ -10989,7 +10983,7 @@ msgstr "초기 레이어 높이"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"초기 레이어의 높이입니다. 초기 레이어 높이를 약간 두껍게 하면 빌드 플레이트 "
"접착력을 향상시킬 수 있습니다"
@ -15007,7 +15001,7 @@ msgstr "사전 설정 가져오기"
msgid "Create Type"
msgstr "유형 생성"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "모델을 찾을 수 없습니다. 공급업체를 다시 선택하세요."
msgid "Select Model"
@ -15056,10 +15050,10 @@ msgstr "사전 설정 경로를 찾을 수 없습니다. 공급업체를 다시
msgid "The printer model was not found, please reselect."
msgstr "프린터 모델을 찾을 수 없습니다. 다시 선택하세요."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "노즐 직경이 마음에 들지 않으면 다시 선택하세요."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "프린터 사전 설정이 마음에 들지 않습니다. 다시 선택하세요."
msgid "Printer Preset"

View file

@ -589,7 +589,7 @@ msgstr "Draadmodel tonen"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Kan niet toepassen bij een voorvertoning."
msgid "Operation already cancelling. Please wait few seconds."
@ -657,7 +657,7 @@ msgstr "Oppervlak"
msgid "Horizontal text"
msgstr "Horizontale tekst"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Muis op of neer"
msgid "Rotate text"
@ -991,7 +991,7 @@ msgstr ""
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1615,7 +1615,7 @@ msgstr "Extrusiebreedte"
msgid "Wipe options"
msgstr "Veeg opties"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Printbed hechting"
msgid "Add part"
@ -1897,12 +1897,6 @@ msgid "Auto orient the object to improve print quality."
msgstr ""
"Automatisch oriënteren van het object om de printkwaliteit te verbeteren."
msgid "Split the selected object into mutiple objects"
msgstr "Splits het geselecteerde object op in meerdere objecten"
msgid "Split the selected object into mutiple parts"
msgstr "Splits het geselecteerde object op in meerdere onderdelen"
msgid "Select All"
msgstr "Alles selecteren"
@ -2179,8 +2173,8 @@ msgstr[1] ""
"De volgende model objecten zijn gerepareerd@De volgende model objecten zijn "
"gerepareerd"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Repareren van de volgende modellen is mislukt@"
msgstr[1] "Repareren van de volgende modellen is mislukt@"
@ -2635,7 +2629,7 @@ msgstr "Het verzenden van de printtaak loopt uit."
msgid "Service Unavailable"
msgstr "Service niet beschikbaar"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Onbekende fout."
msgid "Sending print configuration"
@ -3638,7 +3632,7 @@ msgstr ""
"De waarde wordt teruggezet naar 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6134,7 +6128,7 @@ msgstr ""
"The file %s already exists.\n"
"Do you want to replace it?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Opslaan als bevestigen"
msgid "Delete object which is a part of cut object"
@ -6357,10 +6351,10 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -11014,7 +11008,7 @@ msgstr "Laaghoogte van de eerste laag"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Dit is de hoogte van de eerste laag. Door de hoogte van de eerste laag hoger "
"te maken, kan de hechting op het printbed worden verbeterd."
@ -14861,7 +14855,7 @@ msgstr "Preset importeren"
msgid "Create Type"
msgstr "Type maken"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "The model was not found; please reselect vendor."
msgid "Select Model"
@ -14910,10 +14904,10 @@ msgstr "Preset-pad niet gevonden; selecteer leverancier opnieuw."
msgid "The printer model was not found, please reselect."
msgstr "Het printermodel is niet gevonden, selecteer opnieuw."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "The nozzle diameter was not found; please reselect."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
msgid "Printer Preset"

View file

@ -600,7 +600,7 @@ msgstr "Pokaż siatkę"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Nie można zastosować w czasie podglądu procesu."
msgid "Operation already cancelling. Please wait few seconds."
@ -669,7 +669,7 @@ msgstr "Powierzchnia"
msgid "Horizontal text"
msgstr "Tekst poziomy"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Przesuń myszką w górę lub w dół"
msgid "Rotate text"
@ -1014,7 +1014,7 @@ msgstr "Orientuj tekst w moim kierunku."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Nie można załadować dokładnie tej samej czcionki (\"%1%\"). Aplikacja "
@ -1652,7 +1652,7 @@ msgstr "Szerokość ekstruzji"
msgid "Wipe options"
msgstr "Opcje czyszczenia"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Przyczepność do podłoża"
msgid "Add part"
@ -1937,12 +1937,6 @@ msgstr "Automatyczna orientacja"
msgid "Auto orient the object to improve print quality."
msgstr "Automatyczna orientacja obiektu w celu poprawy jakości druku."
msgid "Split the selected object into mutiple objects"
msgstr "Podziel wybrany obiekt na wiele obiektów"
msgid "Split the selected object into mutiple parts"
msgstr "Podziel wybrany obiekt na wiele części"
msgid "Select All"
msgstr "Zaznacz wszystko"
@ -2213,8 +2207,8 @@ msgstr[0] "Następujący obiekt modelu został naprawiony"
msgstr[1] "Następujące obiekty modelu zostały naprawione"
msgstr[2] "Następujące obiekty modelu zostały naprawione"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Nie udało się naprawić następującego obiektu modelu"
msgstr[1] "Nie udało się naprawić następujących obiektów modelu"
msgstr[2] "Nie udało się naprawić następujących obiektów modelu"
@ -2676,7 +2670,7 @@ msgstr "Przekroczono limit czasu wysyłania zadania drukowania."
msgid "Service Unavailable"
msgstr "Usługa niedostępna"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Nieznany błąd."
msgid "Sending print configuration"
@ -3678,7 +3672,7 @@ msgstr ""
"Wartość zostanie zresetowana do 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6205,7 +6199,7 @@ msgstr ""
"Plik %s już istnieje\n"
"Czy chcesz go zastąpić?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Potwierdź Zapisz jako"
msgid "Delete object which is a part of cut object"
@ -6428,7 +6422,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Nie można wykonać operacji boolowskich na siatkach modelu. Eksportowane będą "
"tylko części dodatnie"
@ -11409,7 +11403,7 @@ msgstr "Wysokość pierwszej warstwy"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Wysokość pierwszej warstwy. Nieznaczne zwiększenie grubości pierwszej "
"warstwy może poprawić przyczepność do stołu"
@ -15636,7 +15630,7 @@ msgstr "Importuj Profil wstępny"
msgid "Create Type"
msgstr "Utwórz Typ"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "Nie znaleziono modelu, proszę wybrać dostawcę ponownie."
msgid "Select Model"
@ -15688,10 +15682,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr "Model drukarki nie został znaleziony, proszę wybrać ponownie"
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Średnica dyszy nie została znaleziona, proszę wybrać ponownie."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "Profil drukarki nie został znaleziony, proszę wybrać ponownie."
msgid "Printer Preset"
@ -18520,12 +18514,6 @@ msgstr ""
#~ "Jeśli pierwszy zaznaczony element to część, to drugi powinien być częścią "
#~ "tego samego obiektu."
#~ msgid "Failed to repair following model object"
#~ msgid_plural "Failed to repair following model objects"
#~ msgstr[0] "Nie udało się naprawić następującego obiektu modelu"
#~ msgstr[1] "Nie udało się naprawić następujących obiektów modelu"
#~ msgstr[2] "Nie udało się naprawić następujących obiektów modelu"
#~ msgid ""
#~ "One cell can only be copied to one or multiple cells in the same column."
#~ msgstr ""

View file

@ -602,7 +602,7 @@ msgstr "Mostrar wireframe"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr ""
"Não é possível aplicar quando a visualização do processo está em andamento."
@ -672,7 +672,7 @@ msgstr "Superfície"
msgid "Horizontal text"
msgstr "Texto horizontal"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Mover mouse para cima ou para baixo"
msgid "Rotate text"
@ -1016,7 +1016,7 @@ msgstr "Orientar o texto em direção à câmera."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Não é possível carregar a mesma fonte exatamente (\"%1%\"). A aplicação "
@ -1657,7 +1657,7 @@ msgstr "Largura da Extrusão"
msgid "Wipe options"
msgstr "Opções de limpeza"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Adesão à Mesa"
msgid "Add part"
@ -1944,12 +1944,6 @@ msgid "Auto orient the object to improve print quality."
msgstr ""
"Orientar automaticamente o objeto para melhorar a qualidade de impressão."
msgid "Split the selected object into mutiple objects"
msgstr "Dividir o objeto selecionado em vários objetos"
msgid "Split the selected object into mutiple parts"
msgstr "Dividir o objeto selecionado em várias peças"
msgid "Select All"
msgstr "Selecionar Tudo"
@ -2214,8 +2208,8 @@ msgid_plural "Following model objects have been repaired"
msgstr[0] "O seguinte objeto do modelo foi reparado"
msgstr[1] "Os seguintes objetos do modelo foram reparados"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Falha ao reparar o seguinte objeto do modelo"
msgstr[1] "Falha ao reparar os seguintes objetos do modelo"
@ -2670,7 +2664,7 @@ msgstr "O envio da tarefa de impressão expirou."
msgid "Service Unavailable"
msgstr "Serviço Indisponível"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Erro Desconhecido."
msgid "Sending print configuration"
@ -3677,7 +3671,7 @@ msgstr ""
"O valor será redefinido para 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6202,7 +6196,7 @@ msgstr ""
"O arquivo %s já existe\n"
"Deseja substituí-lo?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Confirmar Salvar Como"
msgid "Delete object which is a part of cut object"
@ -6427,7 +6421,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Não é possível executar a operação booleana em malhas de modelo. Somente "
"partes positivas serão mantidas. Você pode consertar as malhas e tentar "
@ -11363,7 +11357,7 @@ msgstr "Altura da primeira camada"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Altura da primeira camada. Tornar a altura da primeira camada ligeiramente "
"espessa pode melhorar a adesão à mesa"
@ -15559,7 +15553,7 @@ msgstr "Importar Preset"
msgid "Create Type"
msgstr "Tipo de Criação"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "O modelo não foi encontrado, por favor, reselecione o fornecedor."
msgid "Select Model"
@ -15609,10 +15603,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr "O modelo da impressora não foi encontrado, por favor, reselecione."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "O diâmetro do bico não foi encontrado, por favor, reselecione."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "O preset da impressora não foi encontrado, por favor, reselecione."
msgid "Printer Preset"

View file

@ -604,7 +604,7 @@ msgstr "Показывать каркас"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Невозможно применить при предпросмотре."
msgid "Operation already cancelling. Please wait few seconds."
@ -675,7 +675,7 @@ msgstr "На поверхности"
msgid "Horizontal text"
msgstr "Горизонтальный текст"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Мышь вверх или вниз"
msgid "Rotate text"
@ -1018,7 +1018,7 @@ msgstr "Сориентировать текст по направлению к
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Т.к. не удалось загрузить тот же шрифт (\"%1%\"), приложение выбрало похожий "
@ -1657,7 +1657,7 @@ msgstr "Ширина экструзии"
msgid "Wipe options"
msgstr "Параметры очистки"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Адгезия к столу"
msgid "Add part"
@ -1943,12 +1943,6 @@ msgstr "Автоориентация"
msgid "Auto orient the object to improve print quality."
msgstr "Автоориентация модели для улучшения качества печати."
msgid "Split the selected object into mutiple objects"
msgstr "Разделить выбранную модель на отдельные модели"
msgid "Split the selected object into mutiple parts"
msgstr "Разделить выбранную модель на отдельные части"
msgid "Select All"
msgstr "Выбрать всё"
@ -2220,8 +2214,8 @@ msgstr[0] "Следующая часть модели успешно отрем
msgstr[1] "Следующие части модели успешно отремонтированы"
msgstr[2] "Следующие части модели успешно отремонтированы"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Не удалось починить следующую часть модели"
msgstr[1] "Не удалось починить следующие части модели"
msgstr[2] "Не удалось починить следующие части модели"
@ -2686,7 +2680,7 @@ msgstr "Время отправки задания на печать истек
msgid "Service Unavailable"
msgstr "Сервис недоступен"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Неизвестная ошибка."
msgid "Sending print configuration"
@ -3699,7 +3693,7 @@ msgstr ""
"Это значение будет сброшено на 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6243,7 +6237,7 @@ msgstr ""
"Файл %s уже существует.\n"
"Хотите заменить его?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Подтвердить сохранение как"
msgid "Delete object which is a part of cut object"
@ -6462,7 +6456,7 @@ msgstr "Файл %s отправлен в память принтера и мо
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Невозможно выполнить булеву операцию над сетками модели. Будут сохранены "
"только положительные части. Вы можете исправить сетки и попробовать снова."
@ -11485,7 +11479,7 @@ msgstr "Высота первого слоя"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Высота первого слоя. Незначительное увеличение толщины первого слоя может "
"улучшить сцепление со столом."
@ -15734,7 +15728,7 @@ msgstr "Импорт профиля"
msgid "Create Type"
msgstr "Создать тип"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "Модель не найдена, выберите производителя."
msgid "Select Model"
@ -15789,10 +15783,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr "Модель принтера не найдена, пожалуйста, выберите заново."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Диаметр сопла не задан, пожалуйста, выберите заново."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "Профиль принтера не найдена, выберите заново."
msgid "Printer Preset"

View file

@ -586,7 +586,7 @@ msgstr "Visa trådram"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Kan inte tillämpas när processen förhandsgranskas."
msgid "Operation already cancelling. Please wait few seconds."
@ -653,7 +653,7 @@ msgstr "Yta"
msgid "Horizontal text"
msgstr "Vågrät text"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + Mus flytta uppåt eller nedåt"
msgid "Rotate text"
@ -986,7 +986,7 @@ msgstr ""
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1599,7 +1599,7 @@ msgstr "Extruderings Bredd"
msgid "Wipe options"
msgstr "Avstryknings val"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Byggplattans vidhäftningsförmåga"
msgid "Add part"
@ -1879,12 +1879,6 @@ msgstr "Auto placera"
msgid "Auto orient the object to improve print quality."
msgstr "Auto placera objektet för att förbättra utskriftskvaliteten."
msgid "Split the selected object into mutiple objects"
msgstr "Dela det valda objektet till multipla objekt"
msgid "Split the selected object into mutiple parts"
msgstr "Dela det valda objektet till multipla delar"
msgid "Select All"
msgstr "Välj Alla"
@ -2148,8 +2142,8 @@ msgstr[0] ""
msgstr[1] ""
"Följande modellobjekt har reparerats@Följande modellobjekt har reparerats"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] ""
"Reparationen av följande modellobjekt misslyckades@Reparation av de följande "
"modellobjekten misslyckades"
@ -2606,7 +2600,7 @@ msgstr "Timeout för sändning av utskriftsuppgift."
msgid "Service Unavailable"
msgstr "Tjänsten är inte tillgänglig"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Okänt fel"
msgid "Sending print configuration"
@ -3583,7 +3577,7 @@ msgstr ""
"Värdet kommer att återställas till 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6047,7 +6041,7 @@ msgstr ""
"The file %s already exists.\n"
"Do you want to replace it?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Bekräfta Spara som"
msgid "Delete object which is a part of cut object"
@ -6267,10 +6261,10 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
#, boost-format
msgid "Reason: part \"%1%\" is empty."
@ -10792,7 +10786,7 @@ msgstr "Första lagerhöjd"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Första lagerhöjd. Högre första lager kan förbättra objektets fäste på "
"byggplattan"
@ -14560,7 +14554,7 @@ msgstr "Importera inställning"
msgid "Create Type"
msgstr "Skapa typ"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "The model was not found; please reselect vendor."
msgid "Select Model"
@ -14609,10 +14603,10 @@ msgstr "Inställd sökväg hittades inte; vänligen välj leverantör igen."
msgid "The printer model was not found, please reselect."
msgstr "Printer modellen hittades inte, välj igen."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "The nozzle diameter was not found; please reselect."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
msgid "Printer Preset"

File diff suppressed because it is too large Load diff

View file

@ -603,7 +603,7 @@ msgstr "Показати каркас"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "Не можна застосовувати під час попереднього перегляду процесу."
msgid "Operation already cancelling. Please wait few seconds."
@ -670,7 +670,7 @@ msgstr "Поверхня"
msgid "Horizontal text"
msgstr "Горизонтальний текст"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + переміщення миші вгору або вниз"
msgid "Rotate text"
@ -1014,7 +1014,7 @@ msgstr "Зорієнтувати текст у напрямку камери."
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"Не вдається завантажити точно такий самий шрифт(\"%1%\"). Програма вибрала "
@ -1651,7 +1651,7 @@ msgstr "Ширина екструзії"
msgid "Wipe options"
msgstr "Параметри очищення"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "Прилипання до столу"
msgid "Add part"
@ -1936,12 +1936,6 @@ msgstr "Автоматична орієнтація"
msgid "Auto orient the object to improve print quality."
msgstr "Автоматично орієнтуйте об'єкт для покращення якості друку."
msgid "Split the selected object into mutiple objects"
msgstr "Розділити вибраний об'єкт на кілька об'єктів"
msgid "Split the selected object into mutiple parts"
msgstr "Розділити вибраний об'єкт на кілька частин"
msgid "Select All"
msgstr "Вибрати все"
@ -2210,8 +2204,8 @@ msgstr[0] "Наступна частина моделі успішно відр
msgstr[1] "Наступні частини моделі успішно відремонтовані"
msgstr[2] "Наступні частини моделі успішно відремонтовані"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "Не вдалося полагодити таку частину моделі"
msgstr[1] "Не вдалося полагодити такі частини моделі"
msgstr[2] "Не вдалося полагодити такі частини моделі"
@ -2670,7 +2664,7 @@ msgstr "Час відправлення завдання на друк закі
msgid "Service Unavailable"
msgstr "Сервіс недоступний"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "Невідома помилка."
msgid "Sending print configuration"
@ -3669,7 +3663,7 @@ msgstr ""
"Це значення буде скинуто на 0."
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6197,7 +6191,7 @@ msgstr ""
"Файл %s вже існує.\n"
"Бажаєте замінити його?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "Підтвердити збереження як"
msgid "Delete object which is a part of cut object"
@ -6420,7 +6414,7 @@ msgstr ""
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"Неможливо виконати булеву операцію на сітках моделі. Будуть залишені лише "
"позитивні частини. Ви можете виправити сітки і спробувати ще раз."
@ -11333,7 +11327,7 @@ msgstr "Початкова висота шару"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr ""
"Висота вихідного шару. Незначна товщина початкової висоти шару може "
"поліпшити прилипання до столу"
@ -15506,7 +15500,7 @@ msgstr "Імпорт набору параметрів"
msgid "Create Type"
msgstr "Тип"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "Модель не знайдено. Будь ласка, перевиберіть виробника."
msgid "Select Model"
@ -15557,10 +15551,10 @@ msgstr "Шлях до налаштувань не знайдено. Будь л
msgid "The printer model was not found, please reselect."
msgstr "Модель принтера не було знайдено. Будь ласка, перевиберіть її."
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "Діаметр сопла не знайдено. Будь ласка, перевиберіть його."
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "Налаштування принтера не знайдено. Будь ласка, перевиберіть його."
msgid "Printer Preset"

View file

@ -588,7 +588,7 @@ msgstr "显示线框"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "处理预览的过程中无法应用。"
msgid "Operation already cancelling. Please wait few seconds."
@ -655,7 +655,7 @@ msgstr "附着曲面"
msgid "Horizontal text"
msgstr "水平文字"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + 鼠标上移或下移"
msgid "Rotate text"
@ -992,7 +992,7 @@ msgstr "选择文字使其面向摄像头"
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
"不能加载完全相同的字体(\"%1%\")。应用程序选择了一种类似的字体(\"%2%\")。你"
@ -1601,7 +1601,7 @@ msgstr "挤出宽度"
msgid "Wipe options"
msgstr "擦除选项"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "热床粘接"
msgid "Add part"
@ -1880,12 +1880,6 @@ msgstr "自动朝向"
msgid "Auto orient the object to improve print quality."
msgstr "自动调整对象朝向以提高打印质量。"
msgid "Split the selected object into mutiple objects"
msgstr "拆分所选对象为多个对象"
msgid "Split the selected object into mutiple parts"
msgstr "拆分所选对象为多个零件"
msgid "Select All"
msgstr "全选"
@ -2133,8 +2127,8 @@ msgid "Following model object has been repaired"
msgid_plural "Following model objects have been repaired"
msgstr[0] "以下模型对象已被修复"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "以下模型对象修复失败"
msgid "Repairing was canceled"
@ -2567,7 +2561,7 @@ msgstr "发送打印任务超时。"
msgid "Service Unavailable"
msgstr "服务不可用"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "未知错误"
msgid "Sending print configuration"
@ -3492,7 +3486,7 @@ msgstr ""
"这个数值将被重置为0。"
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -5893,7 +5887,7 @@ msgstr ""
"文件 %s 已经存在\n"
"您是否要替换它?"
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr "确认另存为"
msgid "Delete object which is a part of cut object"
@ -6103,7 +6097,7 @@ msgstr "文件%s已经发送到打印机的存储空间可以在打印机上
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
"无法对模型网格执行布尔运算。只保留正体积部分。您可以修复网格后再试一次。"
@ -10564,7 +10558,7 @@ msgstr "首层层高"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr "首层层高"
msgid "Speed of initial layer except the solid infill part"
@ -14291,7 +14285,7 @@ msgstr "导入预设"
msgid "Create Type"
msgstr "创建类型"
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr "该模型未找到,请重新选择供应商。"
msgid "Select Model"
@ -14340,10 +14334,10 @@ msgstr "预设路径未找到,请重新选择供应商。"
msgid "The printer model was not found, please reselect."
msgstr "未找到打印机型号,请重新选择。"
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr "未找到喷嘴直径,请重新选择。"
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr "打印机预设未找到,请重新选择。"
msgid "Printer Preset"

View file

@ -606,7 +606,7 @@ msgstr "顯示線框"
msgid "%1%"
msgstr "%1%"
msgid "Can't apply when proccess preview."
msgid "Can't apply when process preview."
msgstr "處理預覽的過程中無法套用。"
msgid "Operation already cancelling. Please wait few seconds."
@ -678,7 +678,7 @@ msgstr "附著於曲面"
msgid "Horizontal text"
msgstr "水平文字"
msgid "Shift + Mouse move up or dowm"
msgid "Shift + Mouse move up or down"
msgstr "Shift + 滑鼠上移或下移"
msgid "Rotate text"
@ -1012,7 +1012,7 @@ msgstr ""
#, boost-format
msgid ""
"Can't load exactly same font(\"%1%\"). Aplication selected a similar "
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
@ -1639,7 +1639,7 @@ msgstr "擠出寬度"
msgid "Wipe options"
msgstr "擦除選項"
msgid "Bed adhension"
msgid "Bed adhesion"
msgstr "熱床黏接"
#, fuzzy
@ -1928,12 +1928,6 @@ msgstr "自動定向"
msgid "Auto orient the object to improve print quality."
msgstr "自動調整物件方向以提高列印品質。"
msgid "Split the selected object into mutiple objects"
msgstr "拆分所選物件為多個物件"
msgid "Split the selected object into mutiple parts"
msgstr "拆分所選物件為多個零件"
msgid "Select All"
msgstr "全選"
@ -2199,8 +2193,8 @@ msgid "Following model object has been repaired"
msgid_plural "Following model objects have been repaired"
msgstr[0] "以下模型物件已被修復"
msgid "Failed to repair folowing model object"
msgid_plural "Failed to repair folowing model objects"
msgid "Failed to repair following model object"
msgid_plural "Failed to repair following model objects"
msgstr[0] "以下模型物件修復失敗"
msgid "Repairing was canceled"
@ -2652,7 +2646,7 @@ msgstr ""
msgid "Service Unavailable"
msgstr "暫停服務"
msgid "Unkown Error."
msgid "Unknown Error."
msgstr "未知錯誤"
msgid "Sending print configuration"
@ -3611,7 +3605,7 @@ msgstr ""
#, fuzzy
msgid ""
"Too large elefant foot compensation is unreasonable.\n"
"Too large elephant foot compensation is unreasonable.\n"
"If really have serious elephant foot effect, please check other settings.\n"
"For example, whether bed temperature is too high.\n"
"\n"
@ -6107,7 +6101,7 @@ msgid ""
"Do you want to replace it?"
msgstr ""
msgid "Comfirm Save As"
msgid "Confirm Save As"
msgstr ""
msgid "Delete object which is a part of cut object"
@ -6324,7 +6318,7 @@ msgstr "檔案 %s 已經傳送到列印設備的儲存空間,可以在列印
msgid ""
"Unable to perform boolean operation on model meshes. Only positive parts "
"will be kept. You may fix the meshes and try agian."
"will be kept. You may fix the meshes and try again."
msgstr ""
#, boost-format
@ -10919,7 +10913,7 @@ msgstr "首層層高"
msgid ""
"Height of initial layer. Making initial layer height to be thick slightly "
"can improve build plate adhension"
"can improve build plate adhesion"
msgstr "首層層高"
msgid "Speed of initial layer except the solid infill part"
@ -14679,7 +14673,7 @@ msgstr ""
msgid "Create Type"
msgstr ""
msgid "The model is not fond, place reselect vendor."
msgid "The model is not found, place reselect vendor."
msgstr ""
msgid "Select Model"
@ -14728,10 +14722,10 @@ msgstr ""
msgid "The printer model was not found, please reselect."
msgstr ""
msgid "The nozzle diameter is not fond, place reselect."
msgid "The nozzle diameter is not found, place reselect."
msgstr ""
msgid "The printer preset is not fond, place reselect."
msgid "The printer preset is not found, place reselect."
msgstr ""
msgid "Printer Preset"

View file

@ -23,6 +23,22 @@
{
"name": "Artillery Hornet",
"sub_path": "machine/Artillery Hornet.json"
},
{
"name": "Artillery Sidewinder X3 Pro",
"sub_path": "machine/Artillery Sidewinder X3 Pro.json"
},
{
"name": "Artillery Sidewinder X3 Plus",
"sub_path": "machine/Artillery Sidewinder X3 Plus.json"
},
{
"name": "Artillery Sidewinder X4 Pro",
"sub_path": "machine/Artillery Sidewinder X4 Pro.json"
},
{
"name": "Artillery Sidewinder X4 Plus",
"sub_path": "machine/Artillery Sidewinder X4 Plus.json"
}
],
"process_list": [
@ -81,6 +97,94 @@
{
"name": "0.24mm Draft @Artillery Hornet",
"sub_path": "process/0.24mm Draft @Artillery Hornet.json"
},
{
"name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle",
"sub_path": "process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json"
},
{
"name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.12mm Fine @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.20mm Strength @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.24mm Draft @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle",
"sub_path": "process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json"
},
{
"name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json"
},
{
"name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json"
}
],
"filament_list": [
@ -131,6 +235,34 @@
{
"name": "Artillery Generic ASA",
"sub_path": "filament/Artillery Generic ASA.json"
},
{
"name": "Artillery PLA Basic",
"sub_path": "filament/Artillery PLA Basic.json"
},
{
"name": "Artillery PLA Matte",
"sub_path": "filament/Artillery PLA Matte.json"
},
{
"name": "Artillery PLA Silk",
"sub_path": "filament/Artillery PLA Silk.json"
},
{
"name": "Artillery PLA Tough",
"sub_path": "filament/Artillery PLA Tough.json"
},
{
"name": "Artillery PETG",
"sub_path": "filament/Artillery PETG.json"
},
{
"name": "Artillery TPU",
"sub_path": "filament/Artillery TPU.json"
},
{
"name": "Artillery ABS",
"sub_path": "filament/Artillery ABS.json"
}
],
"machine_list": [
@ -157,6 +289,22 @@
{
"name": "Artillery Hornet 0.4 nozzle",
"sub_path": "machine/Artillery Hornet 0.4 nozzle.json"
},
{
"name": "Artillery Sidewinder X3 Pro 0.4 nozzle",
"sub_path": "machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json"
},
{
"name": "Artillery Sidewinder X3 Plus 0.4 nozzle",
"sub_path": "machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json"
},
{
"name": "Artillery Sidewinder X4 Pro 0.4 nozzle",
"sub_path": "machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json"
},
{
"name": "Artillery Sidewinder X4 Plus 0.4 nozzle",
"sub_path": "machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -0,0 +1,70 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery ABS"
],
"filament_start_gcode": [
""
],
"filament_type": [
"ABS"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery ABS",
"nozzle_temperature": [
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"240"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"220"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,70 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery PETG"
],
"filament_start_gcode": [
""
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"hot_plate_temp": [
"90"
],
"hot_plate_temp_initial_layer": [
"90"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery PETG",
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"220"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"220"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,58 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery PLA Basic"
],
"filament_start_gcode": [
""
],
"filament_type": [
"PLA Basic"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery PLA Basic",
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"190"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,58 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery PLA Matte"
],
"filament_start_gcode": [
""
],
"filament_type": [
"PLA Matte"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery PLA Matte",
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"190"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,58 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery PLA Silk"
],
"filament_start_gcode": [
""
],
"filament_type": [
"PLA Silk"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery PLA Silk",
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"190"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,58 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery PLA Tough"
],
"filament_start_gcode": [
""
],
"filament_type": [
"PLA Tough"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery PLA Tough",
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"190"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,70 @@
{
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery TPU"
],
"filament_start_gcode": [
""
],
"filament_type": [
"TPU"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"inherits": "Artillery Generic PLA",
"name": "Artillery TPU",
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"200"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"fan_cooling_layer_time": [
"80"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"18"
],
"temperature_vitrification": [
"190"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,229 @@
{
"type": "machine",
"setting_id": "GM005",
"name": "Artillery Sidewinder X3 Plus 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X3 Plus",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"default_filament_profile": [
"Artillery PLA Basic"
],
"printer_settings_id": "Artillery X3Plus 0.4 nozzle",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"bbl_use_printhost": "0",
"bed_custom_model": "",
"bed_custom_texture": "",
"bed_exclude_area": [
"0x0"
],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": "\n",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "marlin",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"1000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M0",
"machine_start_gcode": "M140 S60\nM104 S160\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nM211 S0\nG1 Z-0.2 F1000\nG1 X285 F3600\nG1 X260 F3600\nG1 X285 F3600\nG1 X260 F3600\nG1 X230 F3600\nG1 X260 F3600\nG1 X230 F3600\nG1 X260 F3600\nG92 E0\nG1 Z1.0 F3000 ; move z up little to prevent scratching of surface\nG1 X180 Y303 Z0.1 F6000.0 ; move to start-line position\nG1 X70 Y303 Z0.1 F1000.0 E15.0 ; draw 1st line\nG1 X70 Y303 Z0.2 F1000.0 ; move to side a little\nG1 X180 Y303 Z0.2 F1000.0 E30.0 ; draw 2st line\nG92 E0 ; reset extruder\nG1 E-2 Z5 F1800 ; move z up little to prevent scratching of surface\nG92 E0\nG1 Y300 F1800\nM211 S1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.4"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x305",
"0x305"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "1",
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"10"
],
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"2.2"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"30"
],
"scan_first_layer": "0",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"version": "2.0.2.0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X3 Plus",
"model_id": "Artillery-Sidewinder-X3-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View file

@ -0,0 +1,230 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Artillery Sidewinder X3 Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X3 Pro",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"printer_settings_id": "Artillery X3 Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"bbl_use_printhost": "0",
"bed_custom_model": "",
"bed_custom_texture": "",
"bed_exclude_area": [
"0x0"
],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": "",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "0",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "marlin2",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"3000",
"1250"
],
"machine_max_acceleration_retracting": [
"3000",
"1250"
],
"machine_max_acceleration_travel": [
"3000",
"1250"
],
"machine_max_acceleration_x": [
"3000",
"1000"
],
"machine_max_acceleration_y": [
"3000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "M0",
"machine_start_gcode": "M140 S60\nM104 S160\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nM211 S0\nG1 Z-0.2 F1000\nG1 X225 F3600\nG1 X200 F3600\nG1 X225 F3600\nG1 X200 F3600\nG1 X160 F3600\nG1 X200 F3600\nG1 X160 F3600\nG1 X200 F3600\nG92 E0\nG1 Z1.0 F3000 ; move z up little to prevent scratching of surface\nG1 X180 Y243 Z0.1 F6000.0 ; move to start-line position\nG1 X70 Y243 Z0.1 F1000.0 E15.0 ; draw 1st line\nG1 X70 Y243 Z0.2 F1000.0 ; move to side a little\nG1 X180 Y243 Z0.2 F1000.0 E30.0 ; draw 2st line\nG92 E0 ; reset extruder\nG1 E-2 Z5 F1800 ; move z up little to prevent scratching of surface\nG92 E0\nG1 Y240 F1800\nM211 S1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x245",
"0x245"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "0",
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"10"
],
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"2.2"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"40"
],
"scan_first_layer": "0",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "0",
"version": "2.0.2.0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X3 Pro",
"model_id": "Artillery-Sidewinder-X3-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx3pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View file

@ -0,0 +1,229 @@
{
"type": "machine",
"setting_id": "GM006",
"name": "Artillery Sidewinder X4 Plus 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X4 Plus",
"printer_settings_id": "Artillery X4Plus 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"bbl_use_printhost": "0",
"bed_custom_model": "",
"bed_custom_texture": "",
"bed_exclude_area": [
"0x0"
],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": "\n",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "klipper",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X5 Y280 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"6000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S60\nM109 S{temperature_vitrification[0]}\nG28;\nDRAW_LINE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "1",
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"10"
],
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1.3"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"30"
],
"scan_first_layer": "0",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"version": "2.0.2.0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X4 Plus",
"model_id": "Artillery-Sidewinder-X4-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4plus_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View file

@ -0,0 +1,229 @@
{
"type": "machine",
"setting_id": "GM007",
"name": "Artillery Sidewinder X4 Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Artillery Sidewinder X4 Pro",
"printer_settings_id": "Artillery X4Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"default_filament_profile": [
"Artillery PLA Basic"
],
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",
"bbl_use_printhost": "0",
"bed_custom_model": "",
"bed_custom_texture": "",
"bed_exclude_area": [
"0x0"
],
"bed_mesh_max": "99999,99999",
"bed_mesh_min": "-99999,-99999",
"bed_mesh_probe_distance": "50,50",
"before_layer_change_gcode": "\n",
"best_object_pos": "0.5,0.5",
"change_extrusion_role_gcode": "",
"change_filament_gcode": "",
"cooling_tube_length": "5",
"cooling_tube_retraction": "91.5",
"default_print_profile": "0.20mm Standard @Artillery Genius",
"deretraction_speed": [
"0"
],
"disable_m73": "0",
"emit_machine_limits_to_gcode": "0",
"enable_filament_ramming": "1",
"extra_loading_move": "-2",
"extruder_clearance_height_to_lid": "140",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_radius": "65",
"extruder_colour": [
"#018001"
],
"extruder_offset": [
"0x0"
],
"fan_kickstart": "0",
"fan_speedup_overhangs": "1",
"fan_speedup_time": "0",
"gcode_flavor": "klipper",
"head_wrap_detect_zone": [],
"high_current_on_filament_swap": "0",
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X5 Y200 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"6000",
"1250"
],
"machine_max_acceleration_retracting": [
"6000",
"1250"
],
"machine_max_acceleration_travel": [
"1000",
"1250"
],
"machine_max_acceleration_x": [
"6000",
"1000"
],
"machine_max_acceleration_y": [
"6000",
"1000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_jerk_e": [
"3",
"2.5"
],
"machine_max_jerk_x": [
"7",
"10"
],
"machine_max_jerk_y": [
"7",
"10"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_max_speed_e": [
"120",
"120"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"machine_pause_gcode": "",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S60\nM109 S{temperature_vitrification[0]}\nG28;\nDRAW_LINE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
"print_host": "192.168.0.249",
"print_host_webui": "",
"printable_area": [
"0x0",
"240x0",
"240x240",
"0x240"
],
"printable_height": "260",
"printer_notes": "",
"printer_structure": "undefine",
"printer_technology": "FFF",
"printer_variant": "0.4",
"printhost_apikey": "",
"printhost_authorization_type": "key",
"printhost_cafile": "",
"printhost_password": "",
"printhost_port": "",
"printhost_ssl_ignore_revoke": "0",
"printhost_user": "",
"printing_by_object_gcode": "",
"purge_in_prime_tower": "1",
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"10"
],
"retract_lift_above": [
"0"
],
"retract_lift_below": [
"0"
],
"retract_lift_enforce": [
"All Surfaces"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1.3"
],
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"30"
],
"scan_first_layer": "0",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_multi_bed_types": "0",
"template_custom_gcode": "",
"thumbnails": [
"300x300"
],
"thumbnails_format": "PNG",
"time_cost": "0",
"time_lapse_gcode": "",
"upward_compatible_machine": [],
"use_firmware_retraction": "0",
"use_relative_e_distances": "1",
"version": "2.0.2.0",
"wipe": [
"0"
],
"wipe_distance": [
"1"
],
"z_hop": [
"0.4"
],
"z_hop_types": [
"Normal Lift"
],
"z_offset": "0"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Artillery Sidewinder X4 Pro",
"model_id": "Artillery-Sidewinder-X4-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Artillery",
"bed_model": "artillery_sidewinderx4pro_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "Artillery PLA Basic;Artillery PLA Matte;Artillery PLA Silk;Artillery PLA Tough;Artillery PETG;Artillery TPU;Artillery ABS;"
}

View file

@ -0,0 +1,14 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"internal_solid_infill_line_width": "0.42",
"layer_height": "0.08",
"name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle",
"outer_wall_line_width": "0.42",
"print_settings_id": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,14 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"internal_solid_infill_line_width": "0.42",
"layer_height": "0.08",
"name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle",
"outer_wall_line_width": "0.42",
"print_settings_id": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "120",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "150",
"layer_height": "0.08",
"name": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle",
"sparse_infill_speed": "150",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "120",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "150",
"layer_height": "0.08",
"name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle",
"sparse_infill_speed": "150",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,14 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"internal_solid_infill_line_width": "0.42",
"layer_height": "0.12",
"name": "0.12mm Fine @Artillery X4Plus 0.4 nozzle",
"outer_wall_line_width": "0.42",
"print_settings_id": "0.12mm Fine @Artillery X4Plus 0.4 nozzle",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,14 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"internal_solid_infill_line_width": "0.42",
"layer_height": "0.12",
"name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle",
"outer_wall_line_width": "0.42",
"print_settings_id": "0.12mm Fine @Artillery X4Pro 0.4 nozzle",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "150",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "180",
"layer_height": "0.12",
"name": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle",
"sparse_infill_speed": "180",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "120",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "150",
"layer_height": "0.12",
"name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle",
"sparse_infill_speed": "150",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "150",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "180",
"layer_height": "0.16",
"name": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle",
"sparse_infill_speed": "180",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,20 @@
{
"from": "system",
"instantiation": "true",
"default_acceleration": "3000",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "150",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "180",
"layer_height": "0.16",
"name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle",
"sparse_infill_speed": "180",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,18 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"inner_wall_speed": "150",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "180",
"layer_height": "0.16",
"name": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"print_settings_id": "0.16mm Optimal @Artillery X4Plus 0.4 nozzle",
"sparse_infill_speed": "180",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,16 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "180",
"layer_height": "0.16",
"name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle",
"outer_wall_line_width": "0.42",
"print_settings_id": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle",
"sparse_infill_speed": "180",
"support_line_width": "0.42",
"top_surface_line_width": "0.42",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,283 @@
{
"from": "system",
"instantiation": "true",
"accel_to_decel_enable": "1",
"accel_to_decel_factor": "50%",
"alternate_extra_wall": "0",
"bottom_shell_layers": "7",
"bottom_shell_thickness": "0",
"bottom_solid_infill_flow_ratio": "1",
"bottom_surface_pattern": "monotonic",
"bridge_acceleration": "50%",
"bridge_angle": "0",
"bridge_density": "100%",
"bridge_flow": "1",
"bridge_no_support": "0",
"bridge_speed": "70",
"brim_ears_detection_length": "1",
"brim_ears_max_angle": "125",
"brim_object_gap": "0",
"brim_type": "auto_brim",
"brim_width": "0",
"compatible_printers": [
"Artillery Sidewinder X3 Plus 0.4 nozzle"
],
"compatible_printers_condition": "",
"counterbore_hole_bridging": "none",
"default_acceleration": "3000",
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "1",
"dont_filter_internal_bridges": "disabled",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation_layers": "1",
"enable_arc_fitting": "0",
"enable_overhang_speed": "1",
"enable_prime_tower": "0",
"enable_support": "0",
"enforce_support_layers": "0",
"ensure_vertical_shell_thickness": "ensure_all",
"exclude_object": "0",
"extra_perimeters_on_overhangs": "0",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_X3Plus.gcode",
"filter_out_gap_fill": "0",
"flush_into_infill": "0",
"flush_into_objects": "0",
"flush_into_support": "1",
"fuzzy_skin": "none",
"fuzzy_skin_first_layer": "0",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"gap_fill_target": "everywhere",
"gap_infill_speed": "30",
"gcode_add_line_number": "0",
"gcode_comments": "0",
"gcode_label_objects": "0",
"hole_to_polyhole": "0",
"hole_to_polyhole_threshold": "0.01",
"hole_to_polyhole_twisted": "1",
"independent_support_layer_height": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"infill_combination": "0",
"infill_direction": "45",
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "45",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
"initial_layer_print_height": "0.25",
"initial_layer_speed": "45",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "0",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "100",
"interface_shells": "0",
"internal_bridge_flow": "1",
"internal_bridge_speed": "150%",
"internal_solid_infill_acceleration": "100%",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_pattern": "monotonic",
"internal_solid_infill_speed": "150",
"ironing_angle": "-1",
"ironing_flow": "15%",
"ironing_pattern": "zig-zag",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"is_custom_defined": "0",
"is_infill_first": "0",
"layer_height": "0.2",
"line_width": "0.42",
"make_overhang_printable": "0",
"make_overhang_printable_angle": "55",
"make_overhang_printable_hole_size": "0",
"max_bridge_length": "10",
"max_travel_detour_distance": "0",
"max_volumetric_extrusion_rate_slope": "0",
"max_volumetric_extrusion_rate_slope_segment_length": "3",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_length_factor": "0.5",
"min_width_top_surface": "300%",
"minimum_sparse_infill_area": "10",
"mmu_segmented_region_interlocking_depth": "0",
"mmu_segmented_region_max_width": "0",
"name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle",
"notes": "",
"only_one_wall_first_layer": "0",
"only_one_wall_top": "0",
"ooze_prevention": "0",
"outer_wall_acceleration": "1500",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"overhang_reverse": "0",
"overhang_reverse_internal_only": "0",
"overhang_reverse_threshold": "50%",
"overhang_speed_classic": "0",
"post_process": [],
"precise_outer_wall": "0",
"prime_tower_brim_width": "3",
"prime_tower_width": "60",
"prime_volume": "45",
"print_flow_ratio": "1",
"print_order": "default",
"print_sequence": "by layer",
"print_settings_id": "0.20mm Standard @Artillery X3Plus 0.4 nozzle",
"raft_contact_distance": "0.1",
"raft_expansion": "1.5",
"raft_first_layer_density": "90%",
"raft_first_layer_expansion": "2",
"raft_layers": "0",
"reduce_crossing_wall": "0",
"reduce_infill_retraction": "1",
"resolution": "0.012",
"role_based_wipe_speed": "1",
"scarf_angle_threshold": "155",
"scarf_joint_flow_ratio": "1",
"scarf_joint_speed": "100%",
"scarf_overhang_threshold": "40%",
"seam_gap": "10%",
"seam_position": "aligned",
"seam_slope_conditional": "0",
"seam_slope_entire_loop": "0",
"seam_slope_inner_walls": "0",
"seam_slope_min_length": "20",
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",
"skirt_speed": "50",
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "0",
"small_area_infill_flow_compensation": "0",
"small_area_infill_flow_compensation_model": [
"0,0",
"\n0.2,0.4444",
"\n0.4,0.6145",
"\n0.6,0.7059",
"\n0.8,0.7619",
"\n1.5,0.8571",
"\n2,0.8889",
"\n3,0.9231",
"\n5,0.9520",
"\n10,1"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "grid",
"sparse_infill_speed": "150",
"spiral_mode": "0",
"spiral_mode_max_xy_smoothing": "200%",
"spiral_mode_smooth": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
"support_angle": "0",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_bottom_interface_spacing": "0.5",
"support_bottom_z_distance": "0.2",
"support_critical_regions_only": "0",
"support_expansion": "0",
"support_filament": "0",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "0",
"support_interface_loop_pattern": "1",
"support_interface_not_for_body": "1",
"support_interface_pattern": "auto",
"support_interface_spacing": "1",
"support_interface_speed": "80",
"support_interface_top_layers": "3",
"support_line_width": "0.42",
"support_object_xy_distance": "0.35",
"support_on_build_plate_only": "0",
"support_remove_small_overhang": "1",
"support_speed": "60",
"support_style": "grid",
"support_threshold_angle": "30",
"support_top_z_distance": "0.2",
"support_type": "normal(auto)",
"thick_bridges": "0",
"thick_internal_bridges": "1",
"timelapse_type": "0",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "0",
"top_surface_jerk": "9",
"top_surface_line_width": "0.42",
"top_surface_pattern": "monotonic",
"top_surface_speed": "150",
"travel_acceleration": "0",
"travel_jerk": "12",
"travel_speed": "250",
"travel_speed_z": "0",
"tree_support_adaptive_layer_height": "1",
"tree_support_angle_slow": "25",
"tree_support_auto_brim": "1",
"tree_support_branch_angle": "40",
"tree_support_branch_angle_organic": "40",
"tree_support_branch_diameter": "5",
"tree_support_branch_diameter_angle": "5",
"tree_support_branch_diameter_double_wall": "3",
"tree_support_branch_diameter_organic": "2",
"tree_support_branch_distance": "5",
"tree_support_branch_distance_organic": "1",
"tree_support_brim_width": "3",
"tree_support_tip_diameter": "0.8",
"tree_support_top_rate": "30%",
"tree_support_wall_count": "0",
"version": "2.0.2.0",
"wall_direction": "auto",
"wall_distribution_count": "1",
"wall_filament": "1",
"wall_generator": "arachne",
"wall_loops": "3",
"wall_sequence": "inner wall/outer wall",
"wall_transition_angle": "10",
"wall_transition_filter_deviation": "25%",
"wall_transition_length": "100%",
"wipe_before_external_loop": "0",
"wipe_on_loops": "0",
"wipe_speed": "80%",
"wipe_tower_bridging": "10",
"wipe_tower_cone_angle": "0",
"wipe_tower_extra_spacing": "100%",
"wipe_tower_extruder": "0",
"wipe_tower_no_sparse_layers": "0",
"wipe_tower_rotation_angle": "0",
"wiping_volumes_extruders": [
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70"
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0"
}

View file

@ -0,0 +1,283 @@
{
"from": "system",
"instantiation": "true",
"accel_to_decel_enable": "1",
"accel_to_decel_factor": "50%",
"alternate_extra_wall": "0",
"bottom_shell_layers": "7",
"bottom_shell_thickness": "0",
"bottom_solid_infill_flow_ratio": "1",
"bottom_surface_pattern": "monotonic",
"bridge_acceleration": "50%",
"bridge_angle": "0",
"bridge_density": "100%",
"bridge_flow": "1",
"bridge_no_support": "0",
"bridge_speed": "50",
"brim_ears_detection_length": "1",
"brim_ears_max_angle": "125",
"brim_object_gap": "0",
"brim_type": "auto_brim",
"brim_width": "0",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle"
],
"compatible_printers_condition": "",
"counterbore_hole_bridging": "none",
"default_acceleration": "3000",
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "1",
"dont_filter_internal_bridges": "disabled",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation_layers": "1",
"enable_arc_fitting": "0",
"enable_overhang_speed": "1",
"enable_prime_tower": "0",
"enable_support": "0",
"enforce_support_layers": "0",
"ensure_vertical_shell_thickness": "ensure_all",
"exclude_object": "0",
"extra_perimeters_on_overhangs": "0",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_X3Pro.gcode",
"filter_out_gap_fill": "0",
"flush_into_infill": "0",
"flush_into_objects": "0",
"flush_into_support": "1",
"fuzzy_skin": "none",
"fuzzy_skin_first_layer": "0",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"gap_fill_target": "everywhere",
"gap_infill_speed": "30",
"gcode_add_line_number": "0",
"gcode_comments": "0",
"gcode_label_objects": "0",
"hole_to_polyhole": "0",
"hole_to_polyhole_threshold": "0.01",
"hole_to_polyhole_twisted": "1",
"independent_support_layer_height": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"infill_combination": "0",
"infill_direction": "45",
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "35",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
"initial_layer_print_height": "0.25",
"initial_layer_speed": "45",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "3000",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "100",
"interface_shells": "0",
"internal_bridge_flow": "1",
"internal_bridge_speed": "150%",
"internal_solid_infill_acceleration": "100%",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_pattern": "monotonic",
"internal_solid_infill_speed": "150",
"ironing_angle": "-1",
"ironing_flow": "15%",
"ironing_pattern": "zig-zag",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"is_custom_defined": "0",
"is_infill_first": "0",
"layer_height": "0.2",
"line_width": "0.42",
"make_overhang_printable": "0",
"make_overhang_printable_angle": "55",
"make_overhang_printable_hole_size": "0",
"max_bridge_length": "10",
"max_travel_detour_distance": "0",
"max_volumetric_extrusion_rate_slope": "0",
"max_volumetric_extrusion_rate_slope_segment_length": "3",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_length_factor": "0.5",
"min_width_top_surface": "300%",
"minimum_sparse_infill_area": "10",
"mmu_segmented_region_interlocking_depth": "0",
"mmu_segmented_region_max_width": "0",
"name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle",
"notes": "",
"only_one_wall_first_layer": "0",
"only_one_wall_top": "0",
"ooze_prevention": "0",
"outer_wall_acceleration": "1500",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "60",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"overhang_reverse": "0",
"overhang_reverse_internal_only": "0",
"overhang_reverse_threshold": "50%",
"overhang_speed_classic": "0",
"post_process": [],
"precise_outer_wall": "0",
"prime_tower_brim_width": "3",
"prime_tower_width": "60",
"prime_volume": "45",
"print_flow_ratio": "1",
"print_order": "default",
"print_sequence": "by layer",
"print_settings_id": "0.20mm Standard @Artillery X3Pro 0.4 nozzle",
"raft_contact_distance": "0.1",
"raft_expansion": "1.5",
"raft_first_layer_density": "90%",
"raft_first_layer_expansion": "2",
"raft_layers": "0",
"reduce_crossing_wall": "0",
"reduce_infill_retraction": "1",
"resolution": "0.012",
"role_based_wipe_speed": "1",
"scarf_angle_threshold": "155",
"scarf_joint_flow_ratio": "1",
"scarf_joint_speed": "100%",
"scarf_overhang_threshold": "40%",
"seam_gap": "10%",
"seam_position": "aligned",
"seam_slope_conditional": "0",
"seam_slope_entire_loop": "0",
"seam_slope_inner_walls": "0",
"seam_slope_min_length": "20",
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",
"skirt_speed": "50",
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "1",
"small_area_infill_flow_compensation": "0",
"small_area_infill_flow_compensation_model": [
"0,0",
"\n0.2,0.4444",
"\n0.4,0.6145",
"\n0.6,0.7059",
"\n0.8,0.7619",
"\n1.5,0.8571",
"\n2,0.8889",
"\n3,0.9231",
"\n5,0.9520",
"\n10,1"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "grid",
"sparse_infill_speed": "150",
"spiral_mode": "0",
"spiral_mode_max_xy_smoothing": "200%",
"spiral_mode_smooth": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
"support_angle": "0",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_bottom_interface_spacing": "0.5",
"support_bottom_z_distance": "0.2",
"support_critical_regions_only": "0",
"support_expansion": "0",
"support_filament": "0",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "0",
"support_interface_loop_pattern": "1",
"support_interface_not_for_body": "1",
"support_interface_pattern": "auto",
"support_interface_spacing": "1",
"support_interface_speed": "80",
"support_interface_top_layers": "3",
"support_line_width": "0.42",
"support_object_xy_distance": "0.35",
"support_on_build_plate_only": "0",
"support_remove_small_overhang": "1",
"support_speed": "60",
"support_style": "grid",
"support_threshold_angle": "30",
"support_top_z_distance": "0.2",
"support_type": "normal(auto)",
"thick_bridges": "0",
"thick_internal_bridges": "1",
"timelapse_type": "0",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "500",
"top_surface_jerk": "9",
"top_surface_line_width": "0.42",
"top_surface_pattern": "monotonic",
"top_surface_speed": "30",
"travel_acceleration": "3000",
"travel_jerk": "12",
"travel_speed": "300",
"travel_speed_z": "0",
"tree_support_adaptive_layer_height": "1",
"tree_support_angle_slow": "25",
"tree_support_auto_brim": "1",
"tree_support_branch_angle": "40",
"tree_support_branch_angle_organic": "40",
"tree_support_branch_diameter": "5",
"tree_support_branch_diameter_angle": "5",
"tree_support_branch_diameter_double_wall": "3",
"tree_support_branch_diameter_organic": "2",
"tree_support_branch_distance": "5",
"tree_support_branch_distance_organic": "1",
"tree_support_brim_width": "3",
"tree_support_tip_diameter": "0.8",
"tree_support_top_rate": "30%",
"tree_support_wall_count": "0",
"version": "2.0.2.0",
"wall_direction": "auto",
"wall_distribution_count": "1",
"wall_filament": "1",
"wall_generator": "arachne",
"wall_loops": "3",
"wall_sequence": "outer wall/inner wall",
"wall_transition_angle": "10",
"wall_transition_filter_deviation": "25%",
"wall_transition_length": "100%",
"wipe_before_external_loop": "0",
"wipe_on_loops": "0",
"wipe_speed": "80%",
"wipe_tower_bridging": "10",
"wipe_tower_cone_angle": "0",
"wipe_tower_extra_spacing": "100%",
"wipe_tower_extruder": "0",
"wipe_tower_no_sparse_layers": "0",
"wipe_tower_rotation_angle": "0",
"wiping_volumes_extruders": [
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70"
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0"
}

View file

@ -0,0 +1,283 @@
{
"from": "system",
"instantiation": "true",
"accel_to_decel_enable": "1",
"accel_to_decel_factor": "50%",
"alternate_extra_wall": "0",
"bottom_shell_layers": "7",
"bottom_shell_thickness": "0",
"bottom_solid_infill_flow_ratio": "1",
"bottom_surface_pattern": "monotonic",
"bridge_acceleration": "50%",
"bridge_angle": "0",
"bridge_density": "100%",
"bridge_flow": "1",
"bridge_no_support": "0",
"bridge_speed": "70",
"brim_ears_detection_length": "1",
"brim_ears_max_angle": "125",
"brim_object_gap": "0",
"brim_type": "auto_brim",
"brim_width": "0",
"compatible_printers": [
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"compatible_printers_condition": "",
"counterbore_hole_bridging": "none",
"default_acceleration": "5000",
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "1",
"dont_filter_internal_bridges": "disabled",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation_layers": "1",
"enable_arc_fitting": "0",
"enable_overhang_speed": "1",
"enable_prime_tower": "0",
"enable_support": "0",
"enforce_support_layers": "0",
"ensure_vertical_shell_thickness": "ensure_all",
"exclude_object": "0",
"extra_perimeters_on_overhangs": "0",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_X4Plus.gcode",
"filter_out_gap_fill": "0",
"flush_into_infill": "0",
"flush_into_objects": "0",
"flush_into_support": "1",
"fuzzy_skin": "none",
"fuzzy_skin_first_layer": "0",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"gap_fill_target": "everywhere",
"gap_infill_speed": "30",
"gcode_add_line_number": "0",
"gcode_comments": "0",
"gcode_label_objects": "0",
"hole_to_polyhole": "0",
"hole_to_polyhole_threshold": "0.01",
"hole_to_polyhole_twisted": "1",
"independent_support_layer_height": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"infill_combination": "0",
"infill_direction": "45",
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "0",
"initial_layer_infill_speed": "50",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "0",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "200",
"interface_shells": "0",
"internal_bridge_flow": "1",
"internal_bridge_speed": "150%",
"internal_solid_infill_acceleration": "100%",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_pattern": "monotonic",
"internal_solid_infill_speed": "300",
"ironing_angle": "-1",
"ironing_flow": "15%",
"ironing_pattern": "zig-zag",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"is_custom_defined": "0",
"is_infill_first": "0",
"layer_height": "0.2",
"line_width": "0.42",
"make_overhang_printable": "0",
"make_overhang_printable_angle": "55",
"make_overhang_printable_hole_size": "0",
"max_bridge_length": "10",
"max_travel_detour_distance": "0",
"max_volumetric_extrusion_rate_slope": "0",
"max_volumetric_extrusion_rate_slope_segment_length": "3",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_length_factor": "0.5",
"min_width_top_surface": "300%",
"minimum_sparse_infill_area": "10",
"mmu_segmented_region_interlocking_depth": "0",
"mmu_segmented_region_max_width": "0",
"name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"notes": "",
"only_one_wall_first_layer": "0",
"only_one_wall_top": "0",
"ooze_prevention": "0",
"outer_wall_acceleration": "5000",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "100",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"overhang_reverse": "0",
"overhang_reverse_internal_only": "0",
"overhang_reverse_threshold": "50%",
"overhang_speed_classic": "0",
"post_process": [],
"precise_outer_wall": "0",
"prime_tower_brim_width": "3",
"prime_tower_width": "60",
"prime_volume": "45",
"print_flow_ratio": "1",
"print_order": "default",
"print_sequence": "by layer",
"print_settings_id": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"raft_contact_distance": "0.1",
"raft_expansion": "1.5",
"raft_first_layer_density": "90%",
"raft_first_layer_expansion": "2",
"raft_layers": "0",
"reduce_crossing_wall": "0",
"reduce_infill_retraction": "1",
"resolution": "0.012",
"role_based_wipe_speed": "1",
"scarf_angle_threshold": "155",
"scarf_joint_flow_ratio": "1",
"scarf_joint_speed": "100%",
"scarf_overhang_threshold": "40%",
"seam_gap": "10%",
"seam_position": "aligned",
"seam_slope_conditional": "0",
"seam_slope_entire_loop": "0",
"seam_slope_inner_walls": "0",
"seam_slope_min_length": "20",
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",
"skirt_speed": "50",
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "0",
"small_area_infill_flow_compensation": "0",
"small_area_infill_flow_compensation_model": [
"0,0",
"\n0.2,0.4444",
"\n0.4,0.6145",
"\n0.6,0.7059",
"\n0.8,0.7619",
"\n1.5,0.8571",
"\n2,0.8889",
"\n3,0.9231",
"\n5,0.9520",
"\n10,1"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "grid",
"sparse_infill_speed": "200",
"spiral_mode": "0",
"spiral_mode_max_xy_smoothing": "200%",
"spiral_mode_smooth": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
"support_angle": "0",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_bottom_interface_spacing": "0.5",
"support_bottom_z_distance": "0.2",
"support_critical_regions_only": "0",
"support_expansion": "0",
"support_filament": "0",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "0",
"support_interface_loop_pattern": "1",
"support_interface_not_for_body": "1",
"support_interface_pattern": "auto",
"support_interface_spacing": "1",
"support_interface_speed": "80",
"support_interface_top_layers": "3",
"support_line_width": "0.42",
"support_object_xy_distance": "0.35",
"support_on_build_plate_only": "0",
"support_remove_small_overhang": "1",
"support_speed": "60",
"support_style": "grid",
"support_threshold_angle": "30",
"support_top_z_distance": "0.2",
"support_type": "normal(auto)",
"thick_bridges": "0",
"thick_internal_bridges": "1",
"timelapse_type": "0",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "0",
"top_surface_jerk": "9",
"top_surface_line_width": "0.42",
"top_surface_pattern": "monotonic",
"top_surface_speed": "100",
"travel_acceleration": "0",
"travel_jerk": "12",
"travel_speed": "300",
"travel_speed_z": "0",
"tree_support_adaptive_layer_height": "1",
"tree_support_angle_slow": "25",
"tree_support_auto_brim": "1",
"tree_support_branch_angle": "40",
"tree_support_branch_angle_organic": "40",
"tree_support_branch_diameter": "5",
"tree_support_branch_diameter_angle": "5",
"tree_support_branch_diameter_double_wall": "3",
"tree_support_branch_diameter_organic": "2",
"tree_support_branch_distance": "5",
"tree_support_branch_distance_organic": "1",
"tree_support_brim_width": "3",
"tree_support_tip_diameter": "0.8",
"tree_support_top_rate": "30%",
"tree_support_wall_count": "0",
"version": "2.0.2.0",
"wall_direction": "auto",
"wall_distribution_count": "1",
"wall_filament": "1",
"wall_generator": "arachne",
"wall_loops": "2",
"wall_sequence": "inner wall/outer wall",
"wall_transition_angle": "10",
"wall_transition_filter_deviation": "25%",
"wall_transition_length": "100%",
"wipe_before_external_loop": "0",
"wipe_on_loops": "0",
"wipe_speed": "80%",
"wipe_tower_bridging": "10",
"wipe_tower_cone_angle": "0",
"wipe_tower_extra_spacing": "100%",
"wipe_tower_extruder": "0",
"wipe_tower_no_sparse_layers": "0",
"wipe_tower_rotation_angle": "0",
"wiping_volumes_extruders": [
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70"
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0"
}

View file

@ -0,0 +1,284 @@
{
"from": "system",
"instantiation": "true",
"accel_to_decel_enable": "1",
"accel_to_decel_factor": "50%",
"alternate_extra_wall": "0",
"bottom_shell_layers": "7",
"bottom_shell_thickness": "0",
"bottom_solid_infill_flow_ratio": "1",
"bottom_surface_pattern": "monotonic",
"bridge_acceleration": "50%",
"bridge_angle": "0",
"bridge_density": "100%",
"bridge_flow": "1",
"bridge_no_support": "0",
"bridge_speed": "70",
"brim_ears_detection_length": "1",
"brim_ears_max_angle": "125",
"brim_object_gap": "0",
"brim_type": "auto_brim",
"brim_width": "0",
"compatible_printers": [
"Artillery Sidewinder X4 Pro 0.4 nozzle"
],
"compatible_printers_condition": "",
"counterbore_hole_bridging": "none",
"default_acceleration": "5000",
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "1",
"dont_filter_internal_bridges": "disabled",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation_layers": "1",
"enable_arc_fitting": "0",
"enable_overhang_speed": "1",
"enable_prime_tower": "0",
"enable_support": "0",
"enforce_support_layers": "0",
"ensure_vertical_shell_thickness": "ensure_all",
"exclude_object": "0",
"extra_perimeters_on_overhangs": "0",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_X4Pro.gcode",
"filter_out_gap_fill": "0",
"flush_into_infill": "0",
"flush_into_objects": "0",
"flush_into_support": "1",
"fuzzy_skin": "none",
"fuzzy_skin_first_layer": "0",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"gap_fill_target": "everywhere",
"gap_infill_speed": "30",
"gcode_add_line_number": "0",
"gcode_comments": "0",
"gcode_label_objects": "0",
"hole_to_polyhole": "0",
"hole_to_polyhole_threshold": "0.01",
"hole_to_polyhole_twisted": "1",
"independent_support_layer_height": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"infill_combination": "0",
"infill_direction": "45",
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "0",
"initial_layer_infill_speed": "50",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "0",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"inner_wall_speed": "200",
"interface_shells": "0",
"internal_bridge_flow": "1",
"internal_bridge_speed": "150%",
"internal_solid_infill_acceleration": "100%",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_pattern": "monotonic",
"internal_solid_infill_speed": "300",
"ironing_angle": "-1",
"ironing_flow": "15%",
"ironing_pattern": "zig-zag",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"is_custom_defined": "0",
"is_infill_first": "0",
"layer_height": "0.2",
"line_width": "0.42",
"make_overhang_printable": "0",
"make_overhang_printable_angle": "55",
"make_overhang_printable_hole_size": "0",
"max_bridge_length": "10",
"max_travel_detour_distance": "0",
"max_volumetric_extrusion_rate_slope": "0",
"max_volumetric_extrusion_rate_slope_segment_length": "3",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_length_factor": "0.5",
"min_width_top_surface": "300%",
"minimum_sparse_infill_area": "10",
"mmu_segmented_region_interlocking_depth": "0",
"mmu_segmented_region_max_width": "0",
"name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"notes": "",
"only_one_wall_first_layer": "0",
"only_one_wall_top": "0",
"ooze_prevention": "0",
"outer_wall_acceleration": "5000",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "100",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"overhang_reverse": "0",
"overhang_reverse_internal_only": "0",
"overhang_reverse_threshold": "50%",
"overhang_speed_classic": "0",
"post_process": [],
"precise_outer_wall": "0",
"prime_tower_brim_width": "3",
"prime_tower_width": "60",
"prime_volume": "45",
"print_flow_ratio": "1",
"print_order": "default",
"print_sequence": "by layer",
"print_settings_id": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"raft_contact_distance": "0.1",
"raft_expansion": "1.5",
"raft_first_layer_density": "90%",
"raft_first_layer_expansion": "2",
"raft_layers": "0",
"reduce_crossing_wall": "0",
"reduce_infill_retraction": "1",
"resolution": "0.012",
"role_based_wipe_speed": "1",
"scarf_angle_threshold": "155",
"scarf_joint_flow_ratio": "1",
"scarf_joint_speed": "100%",
"scarf_overhang_threshold": "40%",
"seam_gap": "10%",
"seam_position": "aligned",
"seam_slope_conditional": "0",
"seam_slope_entire_loop": "0",
"seam_slope_inner_walls": "0",
"seam_slope_min_length": "20",
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",
"skirt_speed": "50",
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "0",
"small_area_infill_flow_compensation": "0",
"small_area_infill_flow_compensation_model": [
"0,0",
"\n0.2,0.4444",
"\n0.4,0.6145",
"\n0.6,0.7059",
"\n0.8,0.7619",
"\n1.5,0.8571",
"\n2,0.8889",
"\n3,0.9231",
"\n5,0.9520",
"\n10,1"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "grid",
"sparse_infill_speed": "200",
"spiral_mode": "0",
"spiral_mode_max_xy_smoothing": "200%",
"spiral_mode_smooth": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
"support_angle": "0",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_bottom_interface_spacing": "0.5",
"support_bottom_z_distance": "0.2",
"support_critical_regions_only": "0",
"support_expansion": "0",
"support_filament": "0",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "0",
"support_interface_loop_pattern": "1",
"support_interface_not_for_body": "1",
"support_interface_pattern": "auto",
"support_interface_spacing": "1",
"support_interface_speed": "80",
"support_interface_top_layers": "3",
"support_line_width": "0.42",
"support_object_xy_distance": "0.35",
"support_on_build_plate_only": "0",
"support_remove_small_overhang": "1",
"support_speed": "60",
"support_style": "grid",
"support_threshold_angle": "30",
"support_top_z_distance": "0.2",
"support_type": "normal(auto)",
"thick_bridges": "0",
"thick_internal_bridges": "1",
"timelapse_type": "0",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "0",
"top_surface_jerk": "9",
"top_surface_line_width": "0.42",
"top_surface_pattern": "monotonic",
"top_surface_speed": "100",
"travel_acceleration": "0",
"travel_jerk": "12",
"travel_speed": "300",
"travel_speed_z": "0",
"tree_support_adaptive_layer_height": "1",
"tree_support_angle_slow": "25",
"tree_support_auto_brim": "1",
"tree_support_branch_angle": "40",
"tree_support_branch_angle_organic": "40",
"tree_support_branch_diameter": "5",
"tree_support_branch_diameter_angle": "5",
"tree_support_branch_diameter_double_wall": "3",
"tree_support_branch_diameter_organic": "2",
"tree_support_branch_distance": "5",
"tree_support_branch_distance_organic": "1",
"tree_support_brim_width": "3",
"tree_support_tip_diameter": "0.8",
"tree_support_top_rate": "30%",
"tree_support_wall_count": "0",
"version": "2.0.2.0",
"wall_direction": "auto",
"wall_distribution_count": "1",
"wall_filament": "1",
"wall_generator": "arachne",
"wall_loops": "2",
"wall_sequence": "inner wall/outer wall",
"wall_transition_angle": "10",
"wall_transition_filter_deviation": "25%",
"wall_transition_length": "100%",
"wipe_before_external_loop": "0",
"wipe_on_loops": "0",
"wipe_speed": "80%",
"wipe_tower_bridging": "10",
"wipe_tower_cone_angle": "0",
"wipe_tower_extra_spacing": "100%",
"wipe_tower_extruder": "0",
"wipe_tower_no_sparse_layers": "0",
"wipe_tower_rotation_angle": "0",
"wiping_volumes_extruders": [
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70",
"70"
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0"
}

View file

@ -0,0 +1,10 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"name": "0.20mm Strength @Artillery X4Plus 0.4 nozzle",
"outer_wall_speed": "60",
"print_settings_id": "0.20mm Strength @Artillery X4Plus 0.4 nozzle",
"version": "2.0.2.0",
"wall_loops": "6"
}

View file

@ -0,0 +1,10 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle",
"outer_wall_speed": "60",
"print_settings_id": "0.20mm Strength @Artillery X4Pro 0.4 nozzle",
"version": "2.0.2.0",
"wall_loops": "6"
}

View file

@ -0,0 +1,11 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"layer_height": "0.24",
"name": "0.24mm Draft @Artillery X4Plus 0.4 nozzle",
"outer_wall_speed": "120",
"print_settings_id": "0.24mm Draft @Artillery X4Plus 0.4 nozzle",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,10 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"layer_height": "0.24",
"name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle",
"print_settings_id": "0.24mm Draft @Artillery X4Pro 0.4 nozzle",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,11 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Plus 0.4 nozzle",
"initial_layer_print_height": "0.2",
"layer_height": "0.28",
"name": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle",
"outer_wall_speed": "120",
"print_settings_id": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle",
"version": "2.0.2.0"
}

View file

@ -0,0 +1,10 @@
{
"from": "system",
"instantiation": "true",
"inherits": "0.20mm Standard @Artillery X4Pro 0.4 nozzle",
"initial_layer_print_height": "0.2",
"layer_height": "0.28",
"name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle",
"print_settings_id": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle",
"version": "2.0.2.0"
}

View file

@ -43,6 +43,10 @@
"name": "fdm_process_flashforge_0.30",
"sub_path": "process/fdm_process_flashforge_0.30.json"
},
{
"name": "fdm_process_flashforge_0.40",
"sub_path": "process/fdm_process_flashforge_0.40.json"
},
{
"name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle",
"sub_path": "process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json"
@ -75,6 +79,86 @@
"name": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle",
"sub_path": "process/0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle.json"
},
{
"name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle",
"sub_path": "process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json"
},
{
"name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle",
"sub_path": "process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json"
},
{
"name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle",
"sub_path": "process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json"
},
{
"name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle",
"sub_path": "process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json"
},
{
"name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle",
"sub_path": "process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json"
},
{
"name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle",
"sub_path": "process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json"
},
{
"name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle",
"sub_path": "process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json"
},
{
"name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle",
"sub_path": "process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json"
},
{
"name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle",
"sub_path": "process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json"
},
{
"name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle",
"sub_path": "process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json"
},
{
"name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle",
"sub_path": "process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json"
},
{
"name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle",
"sub_path": "process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json"
},
{
"name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle",
"sub_path": "process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json"
},
{
"name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle",
"sub_path": "process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json"
},
{
"name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle",
"sub_path": "process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json"
},
{
"name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle",
"sub_path": "process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json"
},
{
"name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle",
"sub_path": "process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json"
},
{
"name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle",
"sub_path": "process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json"
},
{
"name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle",
"sub_path": "process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json"
},
{
"name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle",
"sub_path": "process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json"
},
{
"name": "0.20mm Standard @Flashforge AD3 0.4 Nozzle",
"sub_path": "process/0.20mm Standard @Flashforge AD3 0.4 Nozzle.json"
@ -91,6 +175,30 @@
"name": "0.20mm Standard @Flashforge G3U 0.4 Nozzle",
"sub_path": "process/0.20mm Standard @Flashforge G3U 0.4 Nozzle.json"
},
{
"name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle",
"sub_path": "process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json"
},
{
"name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle",
"sub_path": "process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json"
},
{
"name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle",
"sub_path": "process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json"
},
{
"name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle",
"sub_path": "process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json"
},
{
"name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle",
"sub_path": "process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json"
},
{
"name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle",
"sub_path": "process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json"
},
{
"name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle",
"sub_path": "process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json"
@ -210,60 +318,128 @@
"sub_path": "filament/Polymaker Generic S1.json"
},
{
"name":"Polymaker Generic CoPA",
"sub_path":"filament/Polymaker Generic CoPA.json"
"name": "Polymaker Generic CoPA",
"sub_path": "filament/Polymaker Generic CoPA.json"
},
{
"name":"FusRock Generic S-PAHT",
"sub_path":"filament/FusRock Generic S-PAHT.json"
"name": "FusRock Generic S-PAHT",
"sub_path": "filament/FusRock Generic S-PAHT.json"
},
{
"name":"FusRock Generic S-Multi",
"sub_path":"filament/FusRock Generic S-Multi.json"
"name": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
"sub_path": "filament/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json"
},
{
"name":"FusRock Generic NexPA-CF25",
"sub_path":"filament/FusRock Generic NexPA-CF25.json"
"name": "FusRock Generic S-Multi",
"sub_path": "filament/FusRock Generic S-Multi.json"
},
{
"name":"FusRock Generic PAHT-CF",
"sub_path":"filament/FusRock Generic PAHT-CF.json"
"name": "FusRock Generic S-Multi @G3U 0.6 Nozzle",
"sub_path": "filament/FusRock Generic S-Multi @G3U 0.6 Nozzle.json"
},
{
"name":"FusRock Generic PET-CF",
"sub_path":"filament/FusRock Generic PET-CF.json"
"name": "FusRock Generic NexPA-CF25",
"sub_path": "filament/FusRock Generic NexPA-CF25.json"
},
{
"name":"Flashforge Generic ABS @G3U",
"sub_path":"filament/Flashforge Generic ABS @G3U.json"
"name": "FusRock Generic PAHT-CF",
"sub_path": "filament/FusRock Generic PAHT-CF.json"
},
{
"name":"Flashforge Generic ASA @G3U",
"sub_path":"filament/Flashforge Generic ASA @G3U.json"
"name": "FusRock Generic PAHT-GF",
"sub_path": "filament/FusRock Generic PAHT-GF.json"
},
{
"name":"Flashforge Generic PLA @G3U",
"sub_path":"filament/Flashforge Generic PLA @G3U.json"
"name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle",
"sub_path": "filament/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json"
},
{
"name":"Flashforge Generic PLA-CF @G3U",
"sub_path":"filament/Flashforge Generic PLA-CF @G3U.json"
"name": "FusRock Generic PET-CF",
"sub_path": "filament/FusRock Generic PET-CF.json"
},
{
"name":"Flashforge Generic PETG @G3U",
"sub_path":"filament/Flashforge Generic PETG @G3U.json"
"name": "FusRock Generic PET-GF",
"sub_path": "filament/FusRock Generic PET-GF.json"
},
{
"name":"Flashforge Generic PETG-CF @G3U",
"sub_path":"filament/Flashforge Generic PETG-CF @G3U.json"
"name": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
"sub_path": "filament/FusRock Generic PET-CF @G3U 0.6 Nozzle.json"
},
{
"name":"Flashforge Generic HIPS",
"sub_path":"filament/Flashforge Generic HIPS.json"
"name": "Flashforge Generic ABS @G3U",
"sub_path": "filament/Flashforge Generic ABS @G3U.json"
},
{
"name":"Flashforge Generic PVA",
"sub_path":"filament/Flashforge Generic PVA.json"
"name": "Flashforge Generic ABS @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic ASA @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic ASA @G3U",
"sub_path": "filament/Flashforge Generic ASA @G3U.json"
},
{
"name": "Flashforge Generic PLA @G3U",
"sub_path": "filament/Flashforge Generic PLA @G3U.json"
},
{
"name": "Flashforge Generic PLA @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic PLA @G3U 0.8 Nozzle",
"sub_path": "filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json"
},
{
"name": "Flashforge Generic PLA-CF @G3U",
"sub_path": "filament/Flashforge Generic PLA-CF @G3U.json"
},
{
"name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle",
"sub_path": "filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json"
},
{
"name": "Flashforge Generic PETG @G3U",
"sub_path": "filament/Flashforge Generic PETG @G3U.json"
},
{
"name": "Flashforge Generic PETG @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic PETG @G3U 0.8 Nozzle",
"sub_path": "filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json"
},
{
"name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle",
"sub_path": "filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json"
},
{
"name": "Flashforge Generic PETG-CF @G3U",
"sub_path": "filament/Flashforge Generic PETG-CF @G3U.json"
},
{
"name": "Flashforge Generic HIPS",
"sub_path": "filament/Flashforge Generic HIPS.json"
},
{
"name": "Flashforge Generic HIPS @G3U 0.6 Nozzle",
"sub_path": "filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json"
},
{
"name": "Flashforge Generic PVA",
"sub_path": "filament/Flashforge Generic PVA.json"
}
],
"machine_list": [
@ -331,6 +507,14 @@
"name": "Flashforge Guider 3 Ultra 0.4 Nozzle",
"sub_path": "machine/Flashforge Guider 3 Ultra 0.4 Nozzle.json"
},
{
"name": "Flashforge Guider 3 Ultra 0.6 Nozzle",
"sub_path": "machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json"
},
{
"name": "Flashforge Guider 3 Ultra 0.8 Nozzle",
"sub_path": "machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json"
},
{
"name": "Flashforge Guider 2s 0.4 nozzle",
"sub_path": "machine/Flashforge Guider 2s 0.4 nozzle.json"

View file

@ -0,0 +1,62 @@
{
"type": "filament",
"name": "Flashforge Generic ABS @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic ABS",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"20"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"20"
],
"filament_flow_ratio": [
"1.03"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic ABS @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"235"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"50"
],
"slow_down_min_speed": [
"12"
],
"support_material_interface_fan_speed": [
"40"
],
"version": "1.9.0.2"
}

View file

@ -20,7 +20,8 @@
"2"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -0,0 +1,71 @@
{
"type": "filament",
"name": "Flashforge Generic ASA @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic ASA",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"20"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"20"
],
"filament_density": [
"1.09"
],
"filament_flow_ratio": [
"1.03"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"10"
],
"filament_settings_id": [
"Flashforge Generic ASA @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_type": [
"ASA"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"50"
],
"slow_down_min_speed": [
"12"
],
"support_material_interface_fan_speed": [
"40"
],
"version": "1.9.0.2"
}

View file

@ -20,7 +20,8 @@
"2"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -0,0 +1,71 @@
{
"type": "filament",
"name": "Flashforge Generic HIPS @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic ABS",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"20"
],
"filament_density": [
"1.05"
],
"filament_flow_ratio": [
"1.01"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic HIPS @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_type": [
"HIPS"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"50"
],
"slow_down_min_speed": [
"12"
],
"support_material_interface_fan_speed": [
"40"
],
"version": "1.9.0.2"
}

View file

@ -20,13 +20,8 @@
"2"
],
"compatible_printers": [
"Flashforge Adventurer 5M 0.4 Nozzle",
"Flashforge Adventurer 5M 0.6 Nozzle",
"Flashforge Adventurer 5M 0.8 Nozzle",
"Flashforge Adventurer 5M Pro 0.4 Nozzle",
"Flashforge Adventurer 5M Pro 0.6 Nozzle",
"Flashforge Adventurer 5M Pro 0.8 Nozzle",
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -0,0 +1,62 @@
{
"type": "filament",
"name": "Flashforge Generic PETG @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"80"
],
"filament_flow_ratio": [
"1.01"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PETG @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"75"
],
"hot_plate_temp_initial_layer": [
"75"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_low": [
"230"
],
"pressure_advance": [
"0.042"
],
"slow_down_min_speed": [
"12"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,62 @@
{
"type": "filament",
"name": "Flashforge Generic PETG @G3U 0.8 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.8 Nozzle"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"80"
],
"filament_flow_ratio": [
"0.99"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PETG @G3U 0.8 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"75"
],
"hot_plate_temp_initial_layer": [
"75"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_low": [
"230"
],
"slow_down_min_speed": [
"12"
],
"version": "1.9.0.2"
}

View file

@ -20,7 +20,8 @@
"1"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
@ -56,10 +57,10 @@
"30"
],
"fan_max_speed": [
"90"
"100"
],
"fan_min_speed": [
"40"
"80"
],
"filament_cooling_final_speed": [
"3.4"

View file

@ -0,0 +1,68 @@
{
"type": "filament",
"name": "Flashforge Generic PETG-CF @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"80"
],
"filament_flow_ratio": [
"0.95"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PETG-CF @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_type": [
"PETG-CF"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp_initial_layer": [
"75"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"210"
],
"pressure_advance": [
"0.042"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"12"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,68 @@
{
"type": "filament",
"name": "Flashforge Generic PETG-CF @G3U 0.8 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.8 Nozzle"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"80"
],
"filament_flow_ratio": [
"0.96"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PETG-CF @G3U 0.8 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_type": [
"PETG-CF"
],
"filament_unloading_speed": [
"40"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp_initial_layer": [
"75"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"210"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"12"
],
"version": "1.9.0.2"
}

View file

@ -20,7 +20,8 @@
"1"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],
@ -56,10 +57,10 @@
"30"
],
"fan_max_speed": [
"90"
"100"
],
"fan_min_speed": [
"40"
"80"
],
"filament_cooling_final_speed": [
"3.4"

View file

@ -52,10 +52,10 @@
"30"
],
"fan_max_speed": [
"90"
"100"
],
"fan_min_speed": [
"40"
"80"
],
"filament_cost": [
"30"

View file

@ -73,10 +73,10 @@
"30"
],
"fan_max_speed": [
"90"
"100"
],
"fan_min_speed": [
"40"
"80"
],
"overhang_fan_threshold": [
"25%"

View file

@ -0,0 +1,56 @@
{
"type": "filament",
"name": "Flashforge Generic PLA @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PLA",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"additional_cooling_fan_speed": [
"80"
],
"fan_cooling_layer_time": [
"50"
],
"filament_flow_ratio": [
"0.99"
],
"filament_max_volumetric_speed": [
"20"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PLA @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n\n\n"
],
"filament_unloading_speed": [
"40"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"55"
],
"is_custom_defined": "0",
"nozzle_temperature_range_low": [
"200"
],
"pressure_advance": [
"0.042"
],
"slow_down_layer_time": [
"15"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,62 @@
{
"type": "filament",
"name": "Flashforge Generic PLA @G3U 0.8 Nozzle",
"inherits": "Flashforge Generic PLA",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.8 Nozzle"
],
"additional_cooling_fan_speed": [
"80"
],
"fan_cooling_layer_time": [
"50"
],
"filament_flow_ratio": [
"0.97"
],
"filament_max_volumetric_speed": [
"23"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PLA @G3U 0.8 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n\n\n"
],
"filament_unloading_speed": [
"40"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"55"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"225"
],
"nozzle_temperature_range_low": [
"200"
],
"pressure_advance": [
"0.042"
],
"slow_down_layer_time": [
"15"
],
"slow_down_min_speed": [
"15"
],
"version": "1.8.0.0"
}

View file

@ -0,0 +1,65 @@
{
"type": "filament",
"name": "Flashforge Generic PLA-CF @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PLA",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"fan_cooling_layer_time": [
"50"
],
"fan_min_speed": [
"70"
],
"filament_density": [
"1.28"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"20"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PLA-CF @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_type": [
"PLA-CF"
],
"filament_unloading_speed": [
"40"
],
"filament_unloading_speed_start": [
"40"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"215"
],
"nozzle_temperature_range_low": [
"200"
],
"pressure_advance": [
"0.044"
],
"slow_down_layer_time": [
"15"
],
"slow_down_min_speed": [
"15"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,65 @@
{
"type": "filament",
"name": "Flashforge Generic PLA-CF @G3U 0.8 Nozzle",
"inherits": "Flashforge Generic PLA",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.8 Nozzle"
],
"fan_cooling_layer_time": [
"50"
],
"fan_min_speed": [
"90"
],
"filament_density": [
"1.28"
],
"filament_flow_ratio": [
"0.97"
],
"filament_max_volumetric_speed": [
"22"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"Flashforge Generic PLA-CF @G3U 0.8 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_type": [
"PLA-CF"
],
"filament_unloading_speed": [
"40"
],
"filament_unloading_speed_start": [
"40"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"215"
],
"nozzle_temperature_initial_layer": [
"215"
],
"nozzle_temperature_range_low": [
"200"
],
"pressure_advance": [
"0.044"
],
"slow_down_layer_time": [
"15"
],
"slow_down_min_speed": [
"15"
],
"version": "1.9.0.2"
}

View file

@ -20,7 +20,8 @@
"1"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -20,13 +20,8 @@
"1"
],
"compatible_printers": [
"Flashforge Adventurer 5M 0.4 Nozzle",
"Flashforge Adventurer 5M 0.6 Nozzle",
"Flashforge Adventurer 5M 0.8 Nozzle",
"Flashforge Adventurer 5M Pro 0.4 Nozzle",
"Flashforge Adventurer 5M Pro 0.6 Nozzle",
"Flashforge Adventurer 5M Pro 0.8 Nozzle",
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -142,10 +142,10 @@
"45"
],
"nozzle_temperature": [
"235"
"225"
],
"nozzle_temperature_initial_layer": [
"235"
"225"
],
"nozzle_temperature_range_high": [
"250"

View file

@ -59,7 +59,6 @@
],
"compatible_printers": [
"Flashforge Adventurer 3 Series 0.4 Nozzle",
"Flashforge Adventurer 3 Series 0.6 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
"Flashforge Adventurer 3 Series 0.6 Nozzle"
]
}

View file

@ -20,7 +20,8 @@
"1"
],
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle"
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"compatible_printers_condition": "",
"compatible_prints": [],

View file

@ -0,0 +1,89 @@
{
"type": "filament",
"name": "FusRock Generic PAHT-CF @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"additional_cooling_fan_speed": [
"0"
],
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"15"
],
"filament_cost": [
"300"
],
"filament_density": [
"1.15"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"FusRock Generic PAHT-CF @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_type": [
"PAHT-CF"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"75"
],
"hot_plate_temp_initial_layer": [
"80"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"295"
],
"nozzle_temperature_initial_layer": [
"295"
],
"nozzle_temperature_range_high": [
"305"
],
"nozzle_temperature_range_low": [
"290"
],
"overhang_fan_speed": [
"30"
],
"pressure_advance": [
"0.04"
],
"slow_down_min_speed": [
"12"
],
"support_material_interface_fan_speed": [
"30"
],
"temperature_vitrification": [
"90"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,39 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"filament_max_volumetric_speed": [
"15"
],
"filament_settings_id": [
"FusRock Generic PAHT-GF"
],
"filament_type": [
"PAHT-GF"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"75"
],
"inherits": "FusRock Generic PAHT-CF",
"is_custom_defined": "0",
"name": "FusRock Generic PAHT-GF",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"10"
],
"support_material_interface_fan_speed": [
"20"
],
"version": "2.0.2.0"
}

View file

@ -0,0 +1,89 @@
{
"type": "filament",
"name": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
"inherits": "Flashforge Generic PETG",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.6 Nozzle"
],
"additional_cooling_fan_speed": [
"0"
],
"fan_cooling_layer_time": [
"20"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"300"
],
"filament_density": [
"1.3"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"5"
],
"filament_settings_id": [
"FusRock Generic PET-CF @G3U 0.6 Nozzle"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_type": [
"PET-CF"
],
"filament_unloading_speed": [
"35"
],
"filament_unloading_speed_start": [
"40"
],
"hot_plate_temp": [
"75"
],
"hot_plate_temp_initial_layer": [
"80"
],
"is_custom_defined": "0",
"nozzle_temperature": [
"290"
],
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature_range_high": [
"300"
],
"nozzle_temperature_range_low": [
"280"
],
"overhang_fan_speed": [
"30"
],
"pressure_advance": [
"0.04"
],
"slow_down_min_speed": [
"12"
],
"support_material_interface_fan_speed": [
"30"
],
"temperature_vitrification": [
"90"
],
"version": "1.9.0.2"
}

View file

@ -0,0 +1,33 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"instantiation": "true",
"from": "system",
"filament_max_volumetric_speed": [
"15"
],
"filament_settings_id": [
"FusRock Generic PET-GF"
],
"filament_type": [
"PET-GF"
],
"inherits": "FusRock Generic PET-CF",
"is_custom_defined": "0",
"name": "FusRock Generic PET-GF",
"compatible_printers": [
"Flashforge Guider 3 Ultra 0.4 Nozzle",
"Flashforge Guider 2s 0.4 nozzle"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"10"
],
"support_material_interface_fan_speed": [
"20"
],
"version": "2.0.2.0"
}

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