diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index a21bb03c94..b36d1990db 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index a932cd7611..6c0dc9479c 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -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 }} diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index a98b14f172..c44b4b010b 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -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}} diff --git a/deps/OCCT/OCCT.cmake b/deps/OCCT/OCCT.cmake index 651e40ec83..096da413d5 100644 --- a/deps/OCCT/OCCT.cmake +++ b/deps/OCCT/OCCT.cmake @@ -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 diff --git a/doc/Calibration.md b/doc/Calibration.md index bb4b8422b8..74deb7e78d 100644 --- a/doc/Calibration.md +++ b/doc/Calibration.md @@ -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) @@ -35,9 +42,15 @@ 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) +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. + +> [!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:* diff --git a/flatpak/io.github.softfever.OrcaSlicer.yml b/flatpak/io.github.softfever.OrcaSlicer.yml index f5a148cda0..c5ba50f02c 100755 --- a/flatpak/io.github.softfever.OrcaSlicer.yml +++ b/flatpak/io.github.softfever.OrcaSlicer.yml @@ -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: diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 49c7cb14a7..4eb026e183 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -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" diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po index 3a1921c67d..bfb8efd99f 100644 --- a/localization/i18n/ca/OrcaSlicer_ca.po +++ b/localization/i18n/ca/OrcaSlicer_ca.po @@ -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" diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index bfaea6bdb4..484a81da9f 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -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" diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index eb48d9845d..4cb5df317c 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -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" diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 3cb23265a8..3ad19dc3f6 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -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" diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index 84d04a524e..20650d3d01 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-30 15:44+0200\n" +"POT-Creation-Date: 2024-06-21 20:03+0800\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Fco. Caruncho Serrano \n" "Language-Team: \n" @@ -456,7 +456,7 @@ msgid "Cut position" msgstr "Posición de corte" msgid "Reset cutting plane" -msgstr "Editar conectores" +msgstr "Reiniciar plano de corte" msgid "Edit connectors" msgstr "Editar conectores" @@ -605,7 +605,7 @@ msgid "Operation already cancelling. Please wait few seconds." msgstr "Operación ya cancelada. Por favor, espere unos segundos." msgid "Face recognition" -msgstr "Reconocimiento facial" +msgstr "Reconocimiento de caras" msgid "Perform Recognition" msgstr "Realizar el reconocimiento" @@ -691,10 +691,10 @@ msgid "Embossed text" msgstr "Texto en relieve" msgid "Enter emboss gizmo" -msgstr "Introducir dispositivo de relieve" +msgstr "Entrar herramienta de relieve" msgid "Leave emboss gizmo" -msgstr "Abandonar dispositivo de relieve" +msgstr "Abandonar herramienta de relieve" msgid "Embossing actions" msgstr "Acciones de relieve" @@ -763,7 +763,7 @@ msgid "Text doesn't show current horizontal alignment." msgstr "El texto no muestra la alineación horizontal actual." msgid "Revert font changes." -msgstr "Revertir cambios de fuente." +msgstr "Deshacer cambios de fuente." #, boost-format msgid "Font \"%1%\" can't be selected." @@ -893,35 +893,35 @@ msgid "Style \"%1%\" can't be used and will be removed from a list." msgstr "El estilo \"%1%\" no se puede utilizar y se eliminará de una lista." msgid "Unset italic" -msgstr "Cursiva no definida" +msgstr "Desactivar cursiva" msgid "Set italic" -msgstr "Poner cursiva" +msgstr "Aplicar cursiva" msgid "Unset bold" msgstr "Desactivar negrita" msgid "Set bold" -msgstr "Activar negrita" +msgstr "Aplicar negrita" msgid "Revert text size." -msgstr "Revertir tamaño de texto." +msgstr "Deshacer tamaño de texto." msgid "Revert embossed depth." -msgstr "Revertir profundidad en relieve." +msgstr "Deshacer profundidad en relieve." msgid "" "Advanced options cannot be changed for the selected font.\n" "Select another font." msgstr "" -"Las opciones avanzadas no pueden modificarse para la fuente seleccionada. " +"Las opciones avanzadas no pueden modificarse para la fuente seleccionada.\n" "Seleccione otra fuente." msgid "Revert using of model surface." -msgstr "Revertir el uso de la superficie del modelo." +msgstr "Deshacer el uso de la superficie del modelo." msgid "Revert Transformation per glyph." -msgstr "Revertir Transformación por glifo." +msgstr "Deshacer Transformación por glifo." msgid "Set global orientation for whole text." msgstr "Establece la orientación global para todo el texto." @@ -954,35 +954,35 @@ msgid "Bottom" msgstr "Bajo" msgid "Revert alignment." -msgstr "Revertir alineamiento." +msgstr "Deshacer alineamiento." #. TRN EmbossGizmo: font units msgid "points" msgstr "puntos" msgid "Revert gap between characters" -msgstr "Revert gap between characters" +msgstr "Deshacer el espacio entre caracteres" msgid "Distance between characters" msgstr "Distancia entre caracteres" msgid "Revert gap between lines" -msgstr "Revertir el espacio entre líneas" +msgstr "Deshacer el espacio entre líneas" msgid "Distance between lines" msgstr "Distancia entre líneas" msgid "Undo boldness" -msgstr "Deshacer el atrevimiento" +msgstr "Deshacer engrosado" msgid "Tiny / Wide glyphs" msgstr "Glifos minúsculos / anchos" msgid "Undo letter's skew" -msgstr "Deshacer la inclinación de la letra" +msgstr "Deshacer la inclinación de letra" msgid "Italic strength ratio" -msgstr "Relación de fuerza de la cursiva" +msgstr "Relación de fuerza de cursiva" msgid "Undo translation" msgstr "Deshacer la traducción" @@ -1420,8 +1420,8 @@ msgid "" "OrcaSlicer will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" -"OrcaSlicer terminará debido a un error de posición. Le agradeceremos que nos " -"informe del escenario específico en el que se ha producido este problema." +"OrcaSlicer se cerrará debido a un error de posición. Le agradeceremos que " +"nos informe del escenario específico en el que se ha producido este problema." # msgid "OrcaSlicer will terminate because of a localization error. It will be # appreciated if you report the specific scenario this issue happened." @@ -1641,7 +1641,7 @@ msgid "Support" msgstr "Soportes" msgid "Flush options" -msgstr "Opciones de caudal" +msgstr "Opciones de flujo" msgid "Speed" msgstr "Velocidad" @@ -2032,7 +2032,7 @@ msgid "Lock" msgstr "Bloquear" msgid "Edit Plate Name" -msgstr "Editar el nombre de la" +msgstr "Editar nombre de la bandeja" msgid "Name" msgstr "Nombre" @@ -2176,7 +2176,7 @@ msgid "Part Settings to modify" msgstr "Ajustes de pieza modificables" msgid "Layer range Settings to modify" -msgstr "Ajustes de Capa modificables" +msgstr "Ajustes de capa modificables" msgid "Part manipulation" msgstr "Manipulación de piezas" @@ -2247,7 +2247,7 @@ msgid "Repairing was canceled" msgstr "La reparación fue cancelada" msgid "Additional process preset" -msgstr "Proceso adicional preestablecido" +msgstr "Perfil de proceso adicional" msgid "Remove parameter" msgstr "Eliminar parámetro" @@ -2489,7 +2489,7 @@ msgid "Calibrate again" msgstr "Calibrar de nuevo" msgid "Cancel calibration" -msgstr "Cancelar calibración" +msgstr "Cancelar calibración" msgid "Idling..." msgstr "En espera..." @@ -2539,7 +2539,7 @@ msgstr "" "No podemos hacer un auto posicionamiento en estos objetos." msgid "No arrangable objects are selected." -msgstr "No se han seleccionado objetos de posicionamiento." +msgstr "No se han seleccionado objetos posicionables." msgid "" "This plate is locked,\n" @@ -2681,7 +2681,7 @@ msgstr "" msgid "Print file not found, Please slice it again and send it for printing." msgstr "" -"Archivo de impresión no encontrado; por favor, laminelo de nuevo y envíelo " +"Archivo de impresión no encontrado; por favor, lamínelo de nuevo y envíelo " "para imprimir." msgid "" @@ -2712,7 +2712,8 @@ msgstr "Enviando la configuración de impresión" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the device page in %ss" msgstr "" -"Envío exitoso. Se saltará automaticamente a la página del dispositivo en %ss" +"Envío exitoso. Se alternará automáticamente a la página del dispositivo en " +"%ss" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the next page in %ss" @@ -2794,7 +2795,7 @@ msgid "License" msgstr "Licencia" msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer tiene licencia bajo " +msgstr "Orca Slicer está licenciada sobre" msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, versión 3" @@ -2835,7 +2836,7 @@ msgid "" "contributors." msgstr "" "Slic3r fue creado por Alessandro Ranellucci con la ayuda de muchos otros " -"contruyentes." +"contribuyentes." msgid "Version" msgstr "Versión" @@ -2874,13 +2875,13 @@ msgstr "SN" msgid "Setting AMS slot information while printing is not supported" msgstr "" -"Ajustes de información de ranura AMS mientras la impresión no sea soportada" +"Ajustes de información de ranura AMS mientras la impresión no tenga soportes" msgid "Factors of Flow Dynamics Calibration" msgstr "Factores de Calibración de Dinámicas de Caudal" msgid "PA Profile" -msgstr "Perfil de Avance de Presión de Línea" +msgstr "Perfil de Avance de Presión Lineal" msgid "Factor K" msgstr "Factor K" @@ -2914,7 +2915,7 @@ msgid "Custom Color" msgstr "Color Personalizado" msgid "Dynamic flow calibration" -msgstr "Calibración de caudal dinámico" +msgstr "Calibración de flujo dinámico" msgid "" "The nozzle temp and max volumetric speed will affect the calibration " @@ -2922,9 +2923,9 @@ msgid "" "auto-filled by selecting a filament preset." msgstr "" "La temperatura y la velocidad volumétrica máxima de la boquilla afectará a " -"los resultados de los ajustes. Por favor, rellena los mismos valores de la " -"actual impresión. Ellos pueden ser auto-rellenados seleccionando un perfil " -"de filamento." +"los resultados de calibración. Por favor, rellena los mismos valores de la " +"impresión. Ellos pueden ser auto-rellenados seleccionando un perfil de " +"filamento." msgid "Nozzle Diameter" msgstr "Diámetro" @@ -2945,7 +2946,7 @@ msgid "℃" msgstr "℃" msgid "Bed temperature" -msgstr "Temperatura de la cama" +msgstr "Temperatura de cama" msgid "mm³" msgstr "mm³" @@ -2986,7 +2987,7 @@ msgid "%s does not support %s" msgstr "%s no soporta %s" msgid "Dynamic flow Calibration" -msgstr "Calibración de caudal dinámico" +msgstr "Calibración Dinámica de Caudal" msgid "Step" msgstr "Paso" @@ -3029,8 +3030,8 @@ msgstr "" msgid "" "Config which AMS slot should be used for a filament used in the print job" msgstr "" -"La configuración de ranura la cual debe ser usada para el filamento es usada " -"en el trabajo de impresión" +"Configurar qué ranura AMS debe utilizarse para un filamento utilizado en el " +"trabajo de impresión." msgid "Filament used in this print job" msgstr "Filamento usado en este trabajo de impresión" @@ -3039,7 +3040,7 @@ msgid "AMS slot used for this filament" msgstr "Ranura AMS usada para este filamento" msgid "Click to select AMS slot manually" -msgstr "Presiona para seleccionar la ranura AMS automaticamente" +msgstr "Presiona para seleccionar la ranura AMS manualmente" msgid "Do not Enable AMS" msgstr "No Activar AMS" @@ -3118,7 +3119,7 @@ msgstr "" "información, dejándola en blanco para que usted la introduzca manualmente." msgid "Power on update" -msgstr "Actualización de encendido" +msgstr "Actualización al encender" msgid "" "The AMS will automatically read the information of inserted filament on " @@ -3148,7 +3149,7 @@ msgid "" msgstr "" "El AMS estimará la capacidad del filamento Bambú restante después de que la " "información sea actualizada. Durante la impresión, la capacidad restante " -"será actualizada automaticamente." +"será actualizada automáticamente." msgid "AMS filament backup" msgstr "Copia de Seguridad del Filamento AMS" @@ -3161,14 +3162,14 @@ msgstr "" "automáticamente cuando el filamento se termine" msgid "Air Printing Detection" -msgstr "Air Printing Detection" +msgstr "Detección de Aire de Impresión" msgid "" "Detects clogging and filament grinding, halting printing immediately to " "conserve time and filament." msgstr "" -"Detects clogging and filament grinding, halting printing immediately to " -"conserve time and filament." +"Detecta los atascos y el triturado de filamento, deteniendo la impresión " +"inmediatamente para ahorrar tiempo y filamento." msgid "File" msgstr "Archivo" @@ -3187,7 +3188,7 @@ msgid "" "Failed to install the plug-in. Please check whether it is blocked or deleted " "by anti-virus software." msgstr "" -"Fallo al instalar el complemento. Por favor, compruebe si ha sido bloqueado " +"Fallo al instalar el complemento. Por favor, compruebe si ha sido bloqueado " "o borrado por un antivirus." msgid "click here to see more info" @@ -3229,28 +3230,28 @@ msgid "Illegal instruction" msgstr "Instrucción ilegal" msgid "Divide by zero" -msgstr "Dividir por cero" +msgstr "Dividir entre cero" msgid "Overflow" msgstr "Desbordamiento" msgid "Underflow" -msgstr "Sin caudal" +msgstr "Sin flujo" msgid "Floating reserved operand" msgstr "Operando reservado flotante" msgid "Stack overflow" -msgstr "Columna de Sobrecaudal" +msgstr "Desbordamiento de pila" msgid "Running post-processing scripts" msgstr "Ejecutando scripts de post-procesado" msgid "Successfully executed post-processing script" -msgstr "Successfully executed post-processing script" +msgstr "Script de post-procesamiento ejecutado correctamente" msgid "Unknown error occured during exporting G-code." -msgstr "Se produjo un error desconocido durante la exportación del código G." +msgstr "Se produjo un error desconocido durante la exportación del G-Code." #, boost-format msgid "" @@ -3258,7 +3259,7 @@ msgid "" "card is write locked?\n" "Error message: %1%" msgstr "" -"Error al copiar el código G temporal en el código G de salida. ¿Quizás la " +"Error al copiar el G-Code temporal en el G-Code de salida. ¿Quizás la " "tarjeta SD está bloqueada contra escritura?\n" "Mensaje de error: %1%" @@ -3268,16 +3269,16 @@ msgid "" "problem with target device, please try exporting again or using different " "device. The corrupted output G-code is at %1%.tmp." msgstr "" -"La copia del código G temporal al código G de salida ha fallado. Puede haber " -"un problema con el dispositivo de destino, intenta exportar nuevamente o usa " -"un dispositivo diferente. El código G de salida dañado está en %1%.tmp." +"La copia del G-Code temporal al G-Code de salida ha fallado. Puede haber un " +"problema con el dispositivo de destino, intenta exportar nuevamente o usa un " +"dispositivo diferente. El G-Code de salida dañado está en %1%.tmp." #, boost-format msgid "" "Renaming of the G-code after copying to the selected destination folder has " "failed. Current path is %1%.tmp. Please try exporting again." msgstr "" -"El cambio de nombre del código G después de copiar en la carpeta de destino " +"El cambio de nombre del G-Code después de copiar en la carpeta de destino " "seleccionada ha fallado. La ruta actual es %1%.tmp. Intenta exportar de " "nuevo." @@ -3286,22 +3287,22 @@ msgid "" "Copying of the temporary G-code has finished but the original code at %1% " "couldn't be opened during copy check. The output G-code is at %2%.tmp." msgstr "" -"La copia del código G temporal ha finalizado, pero el código original en %1% " -"no se pudo abrir durante la verificación de copia. El código G de salida " -"está en %2%.tmp." +"La copia del G-Code temporal ha finalizado, pero el código original en %1% " +"no se pudo abrir durante la verificación de copia. El G-Code de salida está " +"en %2%.tmp." #, boost-format msgid "" "Copying of the temporary G-code has finished but the exported code couldn't " "be opened during copy check. The output G-code is at %1%.tmp." msgstr "" -"La copia del código G temporal ha finalizado, pero el código exportado no se " -"pudo abrir durante la verificación de la copia. El código G de salida está " -"en %1%.tmp." +"La copia del G-Code temporal ha finalizado, pero el código exportado no se " +"pudo abrir durante la verificación de la copia. El G-Code de salida está en " +"%1%.tmp." #, boost-format msgid "G-code file exported to %1%" -msgstr "Archivo de código G exportado a %1%" +msgstr "Archivo de G-Code exportado a %1%" msgid "Unknown error when export G-code." msgstr "Error desconocido al exportar el G-Code." @@ -3352,7 +3353,7 @@ msgid "Offline" msgstr "Fuera de línea" msgid "No task" -msgstr "Ninguna tarea" +msgstr "Sin tareas" msgid "View" msgstr "Vista" @@ -3468,7 +3469,7 @@ msgid "Preparing print job" msgstr "Preparando el trabajo de impresión" msgid "Abnormal print file data. Please slice again" -msgstr "Datos anormales del archivo de impresión. Por favor, procese de nuevo" +msgstr "Datos anormales del archivo de impresión. Por favor, lamine de nuevo" msgid "There is no device available to send printing." msgstr "No hay ningún dispositivo disponible para enviar impresiones." @@ -3498,7 +3499,7 @@ msgid "Timelapse" msgstr "Intervalo" msgid "Flow Dynamic Calibration" -msgstr "Calibración dinámica del caudal" +msgstr "Calibración Dinámica de Caudal" msgid "Send Options" msgstr "Opciones de envío" @@ -3518,17 +3519,16 @@ msgstr "Espere" msgid "" "minute each batch.(It depends on how long it takes to complete the heating.)" -msgstr "" -"minuto cada tanda. (Depende de lo que tarde en terminar de calentarse)." +msgstr "minuto por tanda. (Depende de lo que tarde en terminar de calentarse)." msgid "Send" msgstr "Enviar" msgid "Name is invalid;" -msgstr "El nombre no es válido;" +msgstr "El nombre es inválido" msgid "illegal characters:" -msgstr "caracteres no permitidos:" +msgstr "Caracteres no permitidos:" msgid "illegal suffix:" msgstr "sufijo no permitido:" @@ -3537,7 +3537,7 @@ msgid "The name is not allowed to be empty." msgstr "No se permite que el nombre esté vacío." msgid "The name is not allowed to start with space character." -msgstr "No se permite que el nombre comience con un carácter de espacio." +msgstr "No se permite que el nombre comience con un espacio." msgid "The name is not allowed to end with space character." msgstr "No se permite que el nombre termine con un espacio." @@ -3555,7 +3555,7 @@ msgid "" "Distance of the 0,0 G-code coordinate from the front left corner of the " "rectangle." msgstr "" -"Distancia de la coordenada del G-Code de 0,0 de la esquina frontal izquierda " +"Distancia de la coordenada 0,0 del G-Code desde la esquina frontal izquierda " "del rectángulo." msgid "" @@ -3629,10 +3629,11 @@ msgid "" "maximum temperature.\n" msgstr "" "La temperatura mínima recomendada no puede ser superior a la temperatura " -"máxima recomendada.\\n\n" +"máxima recomendada.\n" +"\n" msgid "Please check.\n" -msgstr "Por favor, compruébalo.\n" +msgstr "Por favor, compruébelo.\n" msgid "" "Nozzle may be blocked when the temperature is out of recommended range.\n" @@ -3642,6 +3643,7 @@ msgstr "" "La boquilla puede bloquearse cuando la temperatura está fuera del rango " "recomendado.\n" "Por favor, asegúrese de utilizar la temperatura para imprimir.\n" +"\n" #, c-format, boost-format msgid "" @@ -3665,7 +3667,7 @@ msgid "" "temperature for the material is %d" msgstr "" "La temperatura actual de la cámara es superior a la temperatura de seguridad " -"del material,puede provocar que el material se ablande y se atasque.La " +"del material, puede provocar que el material se ablande y se atasque. La " "temperatura máxima de seguridad para el material es %d" msgid "" @@ -3797,9 +3799,8 @@ msgid "" "layers is 0, sparse infill density is 0 and timelapse type is traditional." msgstr "" "El modo espiral sólo funciona cuando los bucles de perímetro son 1, el " -"soporte está desactivado, las capas superiores de la cubierta son 0, la " -"densidad de relleno de baja densidad es 0 y el tipo de timelapse es el " -"tradicional." +"soporte está desactivado, las capas superiores de la cubierta son 0, el " +"relleno de baja densidad es 0 y el tipo de timelapse es el tradicional." msgid " But machines with I3 structure will not generate timelapse videos." msgstr " Las máquina con estructura I3 no generarán videos de timelapse." @@ -3817,7 +3818,7 @@ msgid "Auto bed leveling" msgstr "Nivelación de cama automática" msgid "Heatbed preheating" -msgstr "Precalentamiento de la cama caliente" +msgstr "Precalentamiento de la cama" msgid "Sweeping XY mech mode" msgstr "Barrido en XY modo mecánico" @@ -3847,7 +3848,7 @@ msgid "Identifying build plate type" msgstr "Identificando el tipo de bandeja de impresión" msgid "Calibrating Micro Lidar" -msgstr "Calibrando el Micro Lidar" +msgstr "Calibrando Micro Lidar" msgid "Homing toolhead" msgstr "Homing del Cabezal" @@ -3865,10 +3866,10 @@ msgid "Pause of front cover falling" msgstr "Pausa al caer la cubierta frontal" msgid "Calibrating the micro lida" -msgstr "Calibrando el micro lidar" +msgstr "Calibrando Micro Lidar" msgid "Calibrating extrusion flow" -msgstr "Calibrando el caudal de extrusión" +msgstr "Calibrando el flujo de extrusión" msgid "Paused due to nozzle temperature malfunction" msgstr "" @@ -3983,7 +3984,7 @@ msgstr "" "actualmente" msgid "Current flowrate cali param is invalid" -msgstr "El parámetro de caudal actual no es válido" +msgstr "El parámetro de flujo actual no es válido" msgid "Selected diameter and machine diameter do not match" msgstr "El diámetro seleccionado y el diámetro de la máquina no coinciden" @@ -4004,8 +4005,8 @@ msgid "" "Damp PVA will become flexible and get stuck inside AMS,please take care to " "dry it before use." msgstr "" -"Damp PVA se hará más flexible y se atascará dentro del AMS, por favor, tenga " -"cuidado de secarlo antes de usar." +"El PVA húmedo se hará más flexible y se atascará dentro del AMS, por favor, " +"tenga cuidado de secarlo antes de usar." msgid "" "CF/GF filaments are hard and brittle, It's easy to break or get stuck in " @@ -4042,7 +4043,7 @@ msgid "Read Only" msgstr "Sólo lectura" msgid "Read Write" -msgstr "Leer Escribir" +msgstr "Lectura Escritura" msgid "Slicing State" msgstr "Estado del Laminado" @@ -4176,7 +4177,7 @@ msgid "Temperature: " msgstr "Temperatura: " msgid "Loading G-codes" -msgstr "Carga de códigos G" +msgstr "Carga de G-Codes" msgid "Generating geometry vertex data" msgstr "Generación de datos de vértices de la geometría" @@ -4245,7 +4246,7 @@ msgid "Temperature (°C)" msgstr "Temperatura (°C)" msgid "Volumetric flow rate (mm³/s)" -msgstr "Tasa de caudal volumétrico (mm³/seg)" +msgstr "Tasa de flujo volumétrico (mm³/seg)" msgid "Travel" msgstr "Recorrido" @@ -4296,7 +4297,7 @@ msgid "ToolChange" msgstr "Cambio de Herramienta" msgid "Time Estimation" -msgstr "Estimación de Tiempo" +msgstr "Tiempo Estimado" msgid "Normal mode" msgstr "Modo normal" @@ -4365,7 +4366,7 @@ msgid "Mouse wheel:" msgstr "Rueda del ratón:" msgid "Increase/decrease edit area" -msgstr "Incrementar/decrementar el área de edición" +msgstr "Incrementar/disminuir el área de edición" msgid "Sequence" msgstr "Secuencia" @@ -4434,7 +4435,7 @@ msgid "Split to parts" msgstr "Separar en piezas" msgid "Assembly View" -msgstr "Vista de conjunto" +msgstr "Vista de Emsamblado" msgid "Select Plate" msgstr "Seleccione la Bandeja" @@ -4461,7 +4462,7 @@ msgid "Total Volume:" msgstr "Volumen total:" msgid "Assembly Info" -msgstr "Información sobre el montaje" +msgstr "Información de Ensamblado" msgid "Volume:" msgstr "Volumen:" @@ -4481,10 +4482,10 @@ msgid "An object is layed over the boundary of plate." msgstr "Un objeto está sobre el límite de la bandeja." msgid "A G-code path goes beyond the max print height." -msgstr "Una ruta de G-Code va más allá de la altura máxima de impresión." +msgstr "Una ruta de G-Code supera la altura máxima de impresión." msgid "A G-code path goes beyond the boundary of plate." -msgstr "Una ruta de G-Code va más allá del límite de la bandeja." +msgstr "Una ruta de G-Code supera el límite de la bandeja." msgid "Only the object being edit is visible." msgstr "Sólo es visible el objeto que se está editando." @@ -4503,16 +4504,16 @@ msgid "Calibration step selection" msgstr "Seleccionar paso de calibración" msgid "Micro lidar calibration" -msgstr "Calibración Micro lidar" +msgstr "Calibración Micro Lidar" msgid "Bed leveling" -msgstr "Nivelación de la cama" +msgstr "Nivelación de Cama" msgid "Vibration compensation" -msgstr "Compensación de vibraciones" +msgstr "Compensación de Vibraciones" msgid "Motor noise cancellation" -msgstr "Cancelación de ruido de motor" +msgstr "Cancelación de Ruido de Motor" msgid "Calibration program" msgstr "Programa de calibración" @@ -4548,7 +4549,7 @@ msgid "Go Live" msgstr "Ir A En Vivo" msgid "Liveview Retry" -msgstr "Reintentar Liveview" +msgstr "Reintentar Video en Vivo" msgid "Resolution" msgstr "Resolución" @@ -4606,7 +4607,7 @@ msgid "Preview" msgstr "Previsualización" msgid "Multi-device" -msgstr "Multi-device" +msgstr "Multi-dispositivo" msgid "Project" msgstr "Proyecto" @@ -4624,7 +4625,7 @@ msgid "Slice plate" msgstr "Laminar bandeja" msgid "Print plate" -msgstr "Imprimir bandeja de impresión" +msgstr "Imprimir bandeja" msgid "Slice all" msgstr "Laminar todo" @@ -4633,10 +4634,10 @@ msgid "Export G-code file" msgstr "Exportar archivo G-Code" msgid "Export plate sliced file" -msgstr "Explorar archivo de laminado de bandeja de impresión" +msgstr "Explorar archivo laminado de bandeja" msgid "Export all sliced file" -msgstr "Exportar todos los archivos de laminado" +msgstr "Exportar todos los archivos laminados" msgid "Print all" msgstr "Imprimir todo" @@ -4651,7 +4652,7 @@ msgid "Show the list of the keyboard shortcuts" msgstr "Mostrar la lista de los atajos de teclado" msgid "Setup Wizard" -msgstr "Asistente de configuración" +msgstr "Asistente de Configuración" msgid "Show Configuration Folder" msgstr "Mostrar Carpeta de Configuración" @@ -4780,10 +4781,10 @@ msgid "Export 3mf file without using some 3mf-extensions" msgstr "Exporte el archivo 3mf sin usar algunas de las extensiones" msgid "Export current sliced file" -msgstr "Exportar archivo de laminado actual" +msgstr "Exportar archivo laminado actual" msgid "Export all plate sliced file" -msgstr "Exportar todos los archivos de laminado de bandeja" +msgstr "Exportar todo el archivo de bandeja laminada" msgid "Export G-code" msgstr "Exportar G-Code" @@ -4792,7 +4793,7 @@ msgid "Export current plate as G-code" msgstr "Exportar bandeja actual cómo G-Code" msgid "Export Preset Bundle" -msgstr "Paquete de preajustes de exportación" +msgstr "Exportar Paquete de Perfiles" msgid "Export current configuration to files" msgstr "Exportar configuración actual a archivos" @@ -4873,19 +4874,19 @@ msgid "Show 3D navigator in Prepare and Preview scene" msgstr "Mostrar navegador 3D en escena Preparar y Vista previa" msgid "Reset Window Layout" -msgstr "Reiniciar Capa de Ventana" +msgstr "Reiniciar Diseño de Ventana" msgid "Reset to default window layout" msgstr "Restablecer el diseño de ventana por defecto" msgid "Show &Labels" -msgstr "Mostrar &Etiquetas" +msgstr "Mostrar Etiquetas(&L)" msgid "Show object labels in 3D scene" msgstr "Mostrar etiquetas en escena 3D" msgid "Show &Overhang" -msgstr "Show &Overhang" +msgstr "Mostrar Voladizo (&O)" msgid "Show object overhang highlight in 3D scene" msgstr "Mostrar resalte de voladizos de objeto en escena 3D" @@ -4897,13 +4898,13 @@ msgid "Help" msgstr "Ayuda" msgid "Temperature Calibration" -msgstr "Calibración de temperatura" +msgstr "Calibración de Temperatura" msgid "Pass 1" msgstr "Paso 1" msgid "Flow rate test - Pass 1" -msgstr "Test de caudal - Paso 1" +msgstr "Test de Caudal - Paso 1" msgid "Pass 2" msgstr "Paso 2" @@ -4912,19 +4913,19 @@ msgid "Flow rate test - Pass 2" msgstr "Test de Caudal - Paso 2" msgid "Flow rate" -msgstr "Test de caudal" +msgstr "Test de Caudal" msgid "Pressure advance" msgstr "Avance de Presión Lineal" msgid "Retraction test" -msgstr "Test de retracción" +msgstr "Test de Retracciones" msgid "Orca Tolerance Test" msgstr "Test de Tolerancia Orca" msgid "Max flowrate" -msgstr "Máximo caudal" +msgstr "Test de Caudal Máximo" msgid "VFA" msgstr "VFA" @@ -4948,22 +4949,22 @@ msgid "Open a G-code file" msgstr "Abrir un archivo G-Code" msgid "Re&load from Disk" -msgstr "Recargar desde el Disco" +msgstr "Recargar desde el Disco(&L)" msgid "Reload the plater from disk" msgstr "Cargar la base del disco" msgid "Export &Toolpaths as OBJ" -msgstr "Exportar &Movimientos como OBJ" +msgstr "Exportar Movimientos como OBJ (&T)" msgid "Export toolpaths as OBJ" msgstr "Exportar trayectorias de herramientas como OBJ" msgid "Open &Slicer" -msgstr "Abrir $Studio" +msgstr "Abrir &Laminador" msgid "Open Slicer" -msgstr "Abrir Studio" +msgstr "Abrir Laminador" msgid "&Quit" msgstr "Salir (&Q)" @@ -4973,7 +4974,7 @@ msgid "Quit %s" msgstr "Salir %s" msgid "&File" -msgstr "&Archivo" +msgstr "Archivo(&F)" msgid "&View" msgstr "&Ver" @@ -4988,7 +4989,7 @@ msgstr "Existe un archivo con el mismo nombre: %s, ¿desea sobreescribirlo?." #, c-format, boost-format msgid "A config exists with the same name: %s, do you want to override it." msgstr "" -"Existe unaconfiguración con el mismo nombre: %s, ¿desea sobreescribirla?." +"Existe una configuración con el mismo nombre: %s, ¿desea sobreescribirla?." msgid "Overwrite file" msgstr "Sobrescribir archivo" @@ -5060,15 +5061,15 @@ msgstr "" "¿Quieres sincronizar tus datos personales desde la Bambú Cloud? \n" "Esta contiene la siguiente información:\n" "1. Los Perfiles de Proceso\n" -"2. Los Perfiles de Filamento3. Los perfiles de la Impressora" +"2. Los Perfiles de Filamento\n" +"3. Los Perfiles de la Impresora" msgid "Synchronization" msgstr "Sincronización" msgid "The device cannot handle more conversations. Please retry later." msgstr "" -"El dispositivo no puede gestionar más conversaciones. Intentalo más tarde.El " -"aparato no puede manejar más conversaciones. Vuelva a intentarlo más tarde." +"El dispositivo no puede gestionar más conversaciones. Inténtalo más tarde." msgid "Player is malfunctioning. Please reinstall the system player." msgstr "" @@ -5101,7 +5102,8 @@ msgstr "" msgid "" "LAN Only Liveview is off. Please turn on the liveview on printer screen." msgstr "" -"LAN Only Liveview is off. Please turn on the liveview on printer screen." +"Sólo ver Video en Directo vía LAN está apagado. Por favor, encienda el video " +"en directo en la pantalla de la impresora." msgid "Please enter the IP of printer to connect." msgstr "Por favor, introduzca la IP de la impresora a conectar." @@ -5126,7 +5128,7 @@ msgid "Stopped." msgstr "Detenido." msgid "LAN Connection Failed (Failed to start liveview)" -msgstr "Fallo de Conexión de Red Local (Fallo al iniciar vista en vivo)" +msgstr "Fallo de Conexión de Red Local (Fallo al iniciar vista en directo)" msgid "" "Virtual Camera Tools is required for this task!\n" @@ -5152,7 +5154,7 @@ msgid "Virtual camera initialize failed (%s)!" msgstr "Inicialización de cámara virtual (%s)" msgid "Network unreachable" -msgstr "Red inalcanzable" +msgstr "Red no disponible" msgid "Information" msgstr "Información" @@ -5243,7 +5245,7 @@ msgstr "" "SD)." msgid "LAN Connection Failed (Failed to view sdcard)" -msgstr "Conexión LAN fallida (no se puede ver la tarjeta sdcard)" +msgstr "Conexión LAN fallida (no se encuentra la tarjeta SD)" msgid "Browsing file in SD card is not supported in LAN Only Mode." msgstr "" @@ -5257,8 +5259,8 @@ msgstr "¡Fallo al inicializar (%s)!" msgid "You are going to delete %u file from printer. Are you sure to continue?" msgid_plural "" "You are going to delete %u files from printer. Are you sure to continue?" -msgstr[0] "Vas a borrar el archivo %u de la impresora. ¿Estás seguro?" -msgstr[1] "Vas a borrar los archivos %u de la impresora. ¿Estás seguro?" +msgstr[0] "Va a borrar el archivo %u de la impresora. ¿Estás seguro?" +msgstr[1] "Va a borrar los archivos %u de la impresora. ¿Estás seguro?" msgid "Delete files" msgstr "Borrar archivos" @@ -5284,7 +5286,7 @@ msgid "" "and export a new .gcode.3mf file." msgstr "" "El archivo .gcode. 3mf no contiene datos de G-Code. Por favor, lamine con " -"OrcaSlicer y exporte un nuevo archivo .gcode.3mf." +"Orca Slicer y exporte un nuevo archivo .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -5617,7 +5619,7 @@ msgstr "" "página web para la valoración?" msgid "You can select up to 16 images." -msgstr "Puede seleccionar hasta 15 imágenes." +msgstr "Puede seleccionar hasta 16 imágenes." msgid "" "At least one successful print record of this print profile is required \n" @@ -5696,7 +5698,7 @@ msgid "Latest Version: " msgstr "Ultima versión: " msgid "Not for now" -msgstr "Not for now" +msgstr "No por ahora" msgid "3D Mouse disconnected." msgstr "Ratón 3D desconectado." @@ -5844,11 +5846,11 @@ msgid "" "Unable to load shaders:\n" "%s" msgstr "" -"No se han podido cargar las sombras:\n" +"No se han podido cargar los shaders:\n" "%s" msgid "Error loading shaders" -msgstr "Error al cargar sombras" +msgstr "Error al cargar shaders" msgctxt "Layers" msgid "Top" @@ -5870,7 +5872,9 @@ msgstr "Activar detección de posición de bandeja" msgid "" "The localization tag of build plate is detected, and printing is paused if " "the tag is not in predefined range." -msgstr "La etiqueta de localización." +msgstr "" +"Se detecta la etiqueta de localización de la bandeja y se detiene la " +"impresión si la etiqueta no se encuentra dentro del intervalo predefinido." msgid "First Layer Inspection" msgstr "Inspección de Primera Capa" @@ -5915,14 +5919,11 @@ msgid "Advance" msgstr "Avanzado" msgid "Compare presets" -msgstr "Comparar justes" +msgstr "Comparar ajustes" msgid "View all object's settings" msgstr "Ver todos los ajustes del objeto" -msgid "Material settings" -msgstr "" - msgid "Remove current plate (if not last one)" msgstr "Quitar bandeja actual (si no es la última)" @@ -5973,7 +5974,7 @@ msgid "Filament changes" msgstr "Cambios de filamento" msgid "Click to edit preset" -msgstr "Clic para cambiar el ajuste inicial" +msgstr "Click para cambiar el ajuste inicial" msgid "Connection" msgstr "Conexión" @@ -5997,10 +5998,7 @@ msgid "Set filaments to use" msgstr "Elegir filamentos para usar" msgid "Search plate, object and part." -msgstr "Buscar placa, objeto y parte." - -msgid "Pellets" -msgstr "" +msgstr "Buscar bandeja, objeto y parte." msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." @@ -6032,7 +6030,7 @@ msgid "Resync" msgstr "Resincronizar" msgid "There are no compatible filaments, and sync is not performed." -msgstr "No hay filamentos compatible, y no se ha realizado la sincronización." +msgstr "No hay filamentos compatibles, y no se ha realizado la sincronización." msgid "" "There are some unknown filaments mapped to generic preset. Please update " @@ -6081,9 +6079,9 @@ msgid "" "filament, otherwise, the nozzle will be attrited or damaged." msgstr "" "La dureza de la boquilla requerida por el filamento es más alta que la " -"dureza por defecto de la impresora. Por favor, reemplace la boquilla " -"endurecida y el filamento, de otra forma, la boquilla se atascará o se " -"dañará." +"dureza de la boquilla por defecto de la impresora. Por favor, reemplace la " +"boquilla endurecida y el filamento, de otra forma, la boquilla se atascará o " +"se dañará." msgid "" "Enabling traditional timelapse photography may cause surface imperfections. " @@ -6117,26 +6115,26 @@ msgstr "" "siguientes llaves no reconocidas:" msgid "You'd better upgrade your software.\n" -msgstr "Será mejor que actualices tu software.\n" +msgstr "Debería actualizar el software.\n" #, c-format, boost-format msgid "" "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your " "software." msgstr "" -"La versión de 3mf %s es más nueva que la versión de %s %s, se sugiere " -"actualizar su sofware." +"La versión de 3mf %s es más nueva que la versión de %s %s. Se aconseja " +"actualizar su software." msgid "Invalid values found in the 3mf:" msgstr "Valores inválidos encontrados en el 3mf:" msgid "Please correct them in the param tabs" -msgstr "Por favor, corrijalos en las pestañas de parámetros" +msgstr "Por favor, corríjalos en las pestañas de parámetros" msgid "The 3mf has following modified G-codes in filament or printer presets:" msgstr "" "El archivo 3mf ha realizado las siguientes modificaciones en el G-Code de " -"filamento o impresora:" +"los perfiles de filamento o impresora:" msgid "" "Please confirm that these modified G-codes are safe to prevent any damage to " @@ -6172,7 +6170,7 @@ msgid "The name may show garbage characters!" msgstr "¡El nombre puede mostrar caracteres no válidos!" msgid "Remember my choice." -msgstr "Recordar my elección." +msgstr "Recordar mi elección." #, boost-format msgid "Failed loading file \"%1%\". An invalid configuration was found." @@ -6204,8 +6202,8 @@ msgid "" "the file be loaded as a single object having multiple parts?" msgstr "" "Este archivo contiene varios objetos colocados a varias alturas.\n" -"En lugar de considerarlos como objetos múltiples, ¿debería \n" -"el archivo como un único objeto con múltiples piezas?" +"En lugar de considerarlos como objetos múltiples, debería \n" +"considerarlo como un único objeto con múltiples piezas?" msgid "Multi-part object detected" msgstr "Objeto multipieza detectado" @@ -6224,7 +6222,7 @@ msgid "" "heat bed automatically?" msgstr "" "Tu objeto parece demasiado grande, ¿Deseas disminuirlo para que quepa en la " -"cama caliente automaticamente?" +"cama caliente automáticamente?" msgid "Object too large" msgstr "Objeto demasiado grande" @@ -6250,7 +6248,7 @@ msgstr "" "¿Desea reemplazarlo?" msgid "Comfirm Save As" -msgstr "Salvar Como" +msgstr "Confirmar Guardar como" msgid "Delete object which is a part of cut object" msgstr "Borrar objeto el cual es una pieza del objeto cortado" @@ -6325,14 +6323,14 @@ msgstr "Por favor, resuelve los errores de corte y publica de nuevo." msgid "" "Network Plug-in is not detected. Network related features are unavailable." msgstr "" -"Complemento de red no detectado. Características relacionadas no disponibles." +"Complemento de red no detectado. Características de red no disponibles." msgid "" "Preview only mode:\n" "The loaded file contains gcode only, Can not enter the Prepare page" msgstr "" "Previsualizar solo el modo:\n" -"El archivo cargado contiene solo G-Code, no puedo entrar a la página de " +"El archivo cargado contiene solo G-Code, no es posible entrar a la página de " "Preparación" msgid "You can keep the modified presets to the new project or discard them" @@ -6355,19 +6353,19 @@ msgstr "" "tienen abierto el archivo de proyecto." msgid "Save project" -msgstr "Salvar proyecto" +msgstr "Guardar proyecto" msgid "Importing Model" msgstr "Importando modelo" msgid "prepare 3mf file..." -msgstr "preparar el archivo 3mf..." +msgstr "Preparar el archivo 3mf..." msgid "Download failed, unknown file format." msgstr "Download failed; unknown file format." msgid "downloading project ..." -msgstr "descargando proyecto..." +msgstr "Descargando proyecto..." msgid "Download failed, File size exception." msgstr "Download failed; File size exception." @@ -6412,7 +6410,7 @@ msgstr "" "descomprimir el archivo." msgid "Drop project file" -msgstr "Soltar el archivo del proyecto" +msgstr "Descartar el archivo de proyecto" msgid "Please select an action" msgstr "Seleccione una acción" @@ -6452,7 +6450,7 @@ msgid "Save G-code file as:" msgstr "Guardar archivo G-Code como:" msgid "Save SLA file as:" -msgstr "Salvar archivo SLA como:" +msgstr "Guardar archivo SLA como:" msgid "The provided file name is not valid." msgstr "El nombre de archivo proporcionado no es válido." @@ -6588,7 +6586,7 @@ msgid "" "on Orca Slicer(windows) or CAD softwares." msgstr "" "La característica \"Arreglar Modelo\" está actualmente solo en Windows. Por " -"favor, en Orca Slicer(windows) o el software CAD." +"favor, repare el modelo en Orca Slicer(windows) o el programas CAD." #, c-format, boost-format msgid "" @@ -6607,12 +6605,11 @@ msgid "Do you want to continue?" msgstr "¿Quieres continuar?" msgid "Language selection" -msgstr "Selección de Iidiomas" +msgstr "Selección de idiomas" msgid "Switching application language while some presets are modified." msgstr "" -"Cambio de idioma de la aplicación mientras se modifican algunas " -"preselecciones." +"Cambiando idioma de la aplicación mientras se modifican algunos preajustes." msgid "Changing application language" msgstr "Cambiar el idioma de la aplicación" @@ -6632,21 +6629,6 @@ msgstr "Explorar" msgid "Choose Download Directory" msgstr "Elegir Directorio de Descarga" -msgid "Associate" -msgstr "" - -msgid "with OrcaSlicer so that Orca can open models from" -msgstr "" - -msgid "Current Association: " -msgstr "" - -msgid "Current Instance" -msgstr "" - -msgid "Current Instance Path: " -msgstr "" - msgid "General Settings" msgstr "Configuración General" @@ -6865,8 +6847,44 @@ msgstr "Asociar enlaces web a OrcaSlicer" msgid "Associate URLs to OrcaSlicer" msgstr "Asociar URLs a OrcaSlicer" +msgid "Current association: " +msgstr "Asociación actual:" + +msgid "Associate prusaslicer://" +msgstr "Asociar prusaslicer://" + +msgid "Not associated to any application" +msgstr "No asociado a ninguna aplicación" + +msgid "" +"Associate OrcaSlicer with prusaslicer:// links so that Orca can open models " +"from Printable.com" +msgstr "" +"Asociar OrcaSlicer con prusaslicer:// enlaces para que Orca puede abrir " +"modelos de Printables.com" + +msgid "Associate bambustudio://" +msgstr "Asociar bambustudio://" + +msgid "" +"Associate OrcaSlicer with bambustudio:// links so that Orca can open models " +"from makerworld.com" +msgstr "" +"Asociar OrcaSlicer con bambustudio:// enlaces para que Orca puede abrir " +"modelos de makerworld.com" + +msgid "Associate cura://" +msgstr "Asociar cura://" + +msgid "" +"Associate OrcaSlicer with cura:// links so that Orca can open models from " +"thingiverse.com" +msgstr "" +"Asociar OrcaSlicer con enlaces cura:// para que Orca pueda abrir modelos " +"desde thingiverse.com" + msgid "Maximum recent projects" -msgstr "Proyectos recientes máximos" +msgstr "Máximos proyectos recientes" msgid "Maximum count of recent projects" msgstr "Máxima cantidad de proyectos recientes" @@ -6883,7 +6901,7 @@ msgstr "Copia de seguridad automática" msgid "" "Backup your project periodically for restoring from the occasional crash." msgstr "" -"Haga copia de seguridad periodicamente para restaurar en caso de fallo " +"Haga copia de seguridad periódicamente para restaurar en caso de fallo " "ocasional." msgid "every" @@ -6920,7 +6938,7 @@ msgid "User sync" msgstr "Sincronización del usuario" msgid "Preset sync" -msgstr "Sincronización preestablecida" +msgstr "Sincronización de perfil" msgid "Preferences sync" msgstr "Sincronización de preferencias" @@ -6971,7 +6989,7 @@ msgid "trace" msgstr "traza" msgid "Host Setting" -msgstr "Ajuste del Host" +msgstr "Ajuste de cliente" msgid "DEV host: api-dev.bambu-lab.com/v1" msgstr "DEV host: api-dev.bambu-lab.com/v1" @@ -6983,7 +7001,7 @@ msgid "PRE host: api-pre.bambu-lab.com/v1" msgstr "PRE host: api-pre.bambu-lab.com/v1" msgid "Product host" -msgstr "Fabricante de producto" +msgstr "Cliente de producto" msgid "debug save button" msgstr "botón de guardar la depuración" @@ -7004,7 +7022,7 @@ msgid "User presets" msgstr "Ajustes de usuario" msgid "Incompatible presets" -msgstr "Ajustes preestablecidos imcompatibles" +msgstr "Ajustes incompatibles" msgid "AMS filaments" msgstr "Filamentos AMS" @@ -7016,10 +7034,10 @@ msgid "Please choose the filament colour" msgstr "Por favor elija el color del filamento" msgid "Add/Remove presets" -msgstr "Añadir/Quitar ajustes preestablecidos" +msgstr "Añadir/Quitar ajustes" msgid "Edit preset" -msgstr "Editar ajuste preestablecido" +msgstr "Editar ajuste" msgid "Project-inside presets" msgstr "Perfiles internos del proyecto" @@ -7151,10 +7169,10 @@ msgid "Please note that saving action will replace this preset" msgstr "Tenga en cuenta que la acción de guardar reemplazará este perfil" msgid "The name cannot be the same as a preset alias name." -msgstr "El nombre no puede ser el mismo que un nombre de alias preestablecido." +msgstr "El nombre no puede ser el mismo que el nombre del perfil." msgid "Save preset" -msgstr "Guardar ajuste inicial" +msgstr "Guardar perfil" msgctxt "PresetName" msgid "Copy" @@ -7166,8 +7184,7 @@ msgstr "La impresora \"%1%\" está seleccionada con el perfil \"%2%\"" #, boost-format msgid "Please choose an action with \"%1%\" preset after saving." -msgstr "" -"Por favor, elija una acción con \"%1%\" preestablecido después de guardar." +msgstr "Por favor, elija una acción con \"%1%\" perfil después de guardar." #, boost-format msgid "For \"%1%\", change \"%2%\" to \"%3%\" " @@ -7212,7 +7229,7 @@ msgid "Busy" msgstr "Ocupado" msgid "Bambu Cool Plate" -msgstr "Bandeja frío Bambu" +msgstr "Bandeja Fría Bambu" msgid "PLA Plate" msgstr "Bandeja PLA" @@ -7277,14 +7294,14 @@ msgid "" "firmware to support AMS slot assignment." msgstr "" "El %s del filamento excede el número de ranuras AMS. Por favor actualice el " -"firmwareimpresora para que soporte la asignación de ranuras AMS." +"firmware para que soporte la asignación de ranuras AMS." msgid "" "Filament exceeds the number of AMS slots. Please update the printer firmware " "to support AMS slot assignment." msgstr "" "El %s del filamento excede el número de ranuras AMS. Por favor actualice el " -"firmwareimpresora para que soporte la asignación de ranuras AMS." +"firmware para que soporte la asignación de ranuras AMS." msgid "" "Filaments to AMS slots mappings have been established. You can click a " @@ -7297,7 +7314,7 @@ msgid "" "Please click each filament above to specify its mapping AMS slot before " "sending the print job" msgstr "" -"Por favor, haga clic en cada filamento de arriba para especificar su " +"Por favor, haga clic en cada filamento superior para especificar la " "asignación de ranura AMS antes de enviar el trabajo de impresión" #, c-format, boost-format @@ -7384,8 +7401,8 @@ msgid "" "start printing." msgstr "" "Hay algunos filamentos desconocidos en los mapeados AMS. Por favor, " -"compruebe si son los filamentos requeridos. Si lo son, presione \"Confirmar" -"\" para empezar a imprimir." +"compruebe si son los filamentos requeridos. Si lo son, presione " +"\"Confirmar\" para empezar a imprimir." #, c-format, boost-format msgid "nozzle in preset: %s %s" @@ -7750,8 +7767,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 "" "Cuando grabamos timelapse sin cabezal de impresión, es recomendable añadir " "un \"Torre de Purga de Intervalo\" \n" @@ -7860,12 +7877,12 @@ msgid_plural "" "estimation." msgstr[0] "" "La siguiente línea %s contiene palabras clave reservadas.\n" -"Por favor, elimínela, o vencerá la visualización del código G y la " -"estimación del tiempo de impresión." +"Por favor, elimínela, o vencerá la visualización del G-Code y la estimación " +"del tiempo de impresión." msgstr[1] "" "Las siguientes líneas %s contienen palabras clave reservadas.\n" -"Por favor, elimínelas, o vencerá la visualización del código G y la " -"estimación del tiempo de impresión." +"Por favor, elimínelas, o vencerá la visualización del G-Code y la estimación " +"del tiempo de impresión." msgid "Reserved keywords found" msgstr "Palabras clave utilizadas y encontradas" @@ -8268,7 +8285,7 @@ msgid "" "You can save or discard the preset values you have modified." msgstr "" "\n" -"Puede guardar o descartar los valores preestablecidos que haya modificado." +"Puede guardar o descartar los valores perfils que haya modificado." msgid "" "\n" @@ -8276,8 +8293,8 @@ msgid "" "transfer the values you have modified to the new preset." msgstr "" "\n" -"Puede guardar o descartar los valores preestablecidos que ha modificado, o " -"elegir transferir los valores que ha modificado al nuevo preestablecido." +"Puede guardar o descartar los valores perfils que ha modificado, o elegir " +"transferir los valores que ha modificado al nuevo perfil." msgid "You have previously modified your settings." msgstr "Ha modificado previamente su configuración." @@ -8288,8 +8305,8 @@ msgid "" "the modified values to the new project" msgstr "" "\n" -"Puede descartar los valores preestablecidos que haya modificado, o elegir " -"transferir los valores modificados al nuevo proyecto" +"Puede descartar los valores perfils que haya modificado, o elegir transferir " +"los valores modificados al nuevo proyecto" msgid "Extruders count" msgstr "Contador de extrusores" @@ -8328,7 +8345,7 @@ msgid "" "to right preset." msgstr "" "Si se activa, este cuadro de diálogo se puede utilizar para convertir los " -"valores seleccionados de izquierda a derecha preestablecidos." +"valores seleccionados de izquierda a derecha perfils." msgid "Add File" msgstr "Añadir archivo" @@ -8511,9 +8528,7 @@ msgid "" msgstr "" "Orca volverá a calcular sus volúmenes de descarga cada vez que se cambie el " "color de los filamentos. Puedes desactivar el cálculo automático en Orca " -"Slicer > PreferenciasOrca recalculaba los volúmenes de lavado cada vez que " -"cambiaba el color de los filamentos. Puedes desactivar el auto-cálculo en " -"Orca Slicer > Preferencias" +"Slicer > Preferencias." msgid "Flushing volume (mm³) for each filament pair." msgstr "Volumen de limpieza (mm³) para cada par de filamentos." @@ -9975,7 +9990,7 @@ msgstr "" "100%." msgid "Bridge flow ratio" -msgstr "Ratio de caudal en puentes" +msgstr "Ratio de flujo en puentes" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " @@ -9998,7 +10013,7 @@ msgstr "" "baja densidad." msgid "Top surface flow ratio" -msgstr "Ratio de caudal en superficie superior" +msgstr "Ratio de flujo en superficie superior" msgid "" "This factor affects the amount of material for top solid infill. You can " @@ -10009,7 +10024,7 @@ msgstr "" "superficie" msgid "Bottom surface flow ratio" -msgstr "Ratio de caudal en superficie inferior" +msgstr "Ratio de flujo en superficie inferior" msgid "This factor affects the amount of material for bottom solid infill" msgstr "" @@ -10865,7 +10880,7 @@ msgid "Extruder offset" msgstr "Offset del extrusor" msgid "Flow ratio" -msgstr "Proporción de caudal" +msgstr "Proporción de flujo" msgid "" "The material may have volumetric change after switching between molten state " @@ -10876,10 +10891,10 @@ msgid "" msgstr "" "El material puede tener un cambio volumétrico después de cambiar entre " "estado fundido y estado cristalino. Este ajuste cambia proporcionalmente " -"todo el caudal de extrusión de este filamento en G-Code. El rango de valores " +"todo el flujo de extrusión de este filamento en G-Code. El rango de valores " "recomendado es entre 0.95 y 1.05. Tal vez usted puede ajustar este valor " -"para obtener una superficie plana adecuada cuando hay un ligero sobre caudal " -"o infra caudal" +"para obtener una superficie plana adecuada cuando hay un ligero sobre flujo " +"o infra flujo" msgid "Enable pressure advance" msgstr "Activar Avance de Presión Lineal" @@ -11008,19 +11023,6 @@ msgstr "" "El diámetro del filamento se utiliza para calcular la extrusión en el G-" "Code, por lo que es importante y debe ser preciso" -msgid "Pellet flow coefficient" -msgstr "" - -msgid "" -"Pellet flow coefficient is emperically derived and allows for volume " -"calculation for pellet printers.\n" -"\n" -"Internally it is converted to filament_diameter. All other volume " -"calculations remain the same.\n" -"\n" -"filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" -msgstr "" - msgid "Shrinkage" msgstr "Contracción" @@ -11525,10 +11527,10 @@ msgstr "Velocidad máxima del ventilador en 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 velocidad de ventilador se incrementará linealmente de cero a " "\"close_fan_the_first_x_layers\" al máximo de capa \"full_fan_speed_layer\". " @@ -11730,7 +11732,7 @@ msgid "" "command: M106 P2 S(0-255)." msgstr "" "Activar esta opción si la máquina dispone de ventilador auxiliar de " -"refrigeración de piezas. Comando código G: M106 P2 S(0-255)." +"refrigeración de piezas. Comando G-Code: M106 P2 S(0-255)." msgid "" "Start the fan this number of seconds earlier than its target start time (you " @@ -11816,12 +11818,6 @@ msgstr "Con qué tipo de G-Code es compatible la impresora" msgid "Klipper" msgstr "Klipper" -msgid "Pellet Modded Printer" -msgstr "" - -msgid "Enable this option if your printer uses pellets instead of filaments" -msgstr "" - msgid "Support multi bed types" msgstr "Admite varios tipos de cama" @@ -11946,51 +11942,6 @@ msgstr "" "Profundidad de entrelazado de una región segmentada. Zero desactiva esta " "característica." -msgid "Use beam interlocking" -msgstr "" - -msgid "" -"Generate interlocking beam structure at the locations where different " -"filaments touch. This improves the adhesion between filaments, especially " -"models printed in different materials." -msgstr "" - -msgid "Interlocking beam width" -msgstr "" - -msgid "The width of the interlocking structure beams." -msgstr "" - -msgid "Interlocking direction" -msgstr "" - -msgid "Orientation of interlock beams." -msgstr "" - -msgid "Interlocking beam layers" -msgstr "" - -msgid "" -"The height of the beams of the interlocking structure, measured in number of " -"layers. Less layers is stronger, but more prone to defects." -msgstr "" - -msgid "Interlocking depth" -msgstr "" - -msgid "" -"The distance from the boundary between filaments to generate interlocking " -"structure, measured in cells. Too few cells will result in poor adhesion." -msgstr "" - -msgid "Interlocking boundary avoidance" -msgstr "" - -msgid "" -"The distance from the outside of a model where interlocking structures will " -"not be generated, measured in cells." -msgstr "" - msgid "Ironing Type" msgstr "Tipo de alisado" @@ -11998,9 +11949,9 @@ msgid "" "Ironing is using small flow to print on same height of surface again to make " "flat surface more smooth. This setting controls which layer being ironed" msgstr "" -"El alisado es el uso de un pequeño caudal para imprimir en la misma altura " -"de la superficie de nuevo para hacer la superficie plana más suave. Este " -"ajuste controla la capa que se alisa" +"El alisado es el uso de un pequeño flujo para imprimir en la misma altura de " +"la superficie de nuevo para hacer la superficie plana más suave. Este ajuste " +"controla la capa que se alisa" msgid "No ironing" msgstr "Sin alisado" @@ -12027,7 +11978,7 @@ msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " "layer height. Too high value results in overextrusion on the surface" msgstr "" -"La cantidad de material a extruir durante el alisado. Relativo al caudal de " +"La cantidad de material a extruir durante el alisado. Relativo al flujo de " "la altura de la capa normal. Un valor demasiado alto provoca una " "sobreextrusión en la superficie" @@ -12068,7 +12019,7 @@ msgstr "" "menor aceleración para imprimir" msgid "Emit limits to G-code" -msgstr "Emitir límites al código G" +msgstr "Emitir límites al G-Code" msgid "Machine limits" msgstr "Límites de la máquina" @@ -12098,7 +12049,7 @@ msgid "Enable flow compensation for small infill areas" msgstr "Permitir la compensación de flujo en zonas con poco relleno" msgid "Flow Compensation Model" -msgstr "Modelo de compensación de caudal" +msgstr "Modelo de compensación de flujo" msgid "" "Flow Compensation Model, used to adjust the flow for small infill areas. The " @@ -12106,7 +12057,7 @@ msgid "" "and flow correction factors, one per line, in the following format: " "\"1.234,5.678\"" msgstr "" -"Modelo de compensación del caudal, utilizado para ajustar el caudal en zonas " +"Modelo de compensación del flujo, utilizado para ajustar el flujo en zonas " "de relleno pequeñas. El modelo se expresa como un par de valores separados " "por comas para la longitud de extrusión y los factores de corrección del " "flujo, uno por línea, en el siguiente formato: \"1.234,5.678\"" @@ -12265,9 +12216,9 @@ msgid "" "Note: this parameter disables arc fitting." msgstr "" "Este parámetro suaviza los cambios bruscos de velocidad de extrusión que se " -"producen cuando la impresora pasa de imprimir una extrusión de alto caudal " -"(alta velocidad/ancho mayor) a una extrusión de menor caudal (menor " -"velocidad/ancho menor) y viceversa.\n" +"producen cuando la impresora pasa de imprimir una extrusión de alto flujo " +"(alta velocidad/ancho mayor) a una extrusión de menor flujo (menor velocidad/" +"ancho menor) y viceversa.\n" "\n" "Define la velocidad máxima a la que el flujo volumétrico extruido en mm3/" "seg2 puede cambiar con el tiempo. Valores más altos significan que se " @@ -12276,7 +12227,7 @@ msgstr "" "\n" "Un valor de 0 desactiva la función. \n" "\n" -"Para una impresora de accionamiento directo de alta velocidad y alto caudal " +"Para una impresora de accionamiento directo de alta velocidad y alto flujo " "(como la Bambu lab o la Voron) este valor no suele ser necesario. Sin " "embargo, puede proporcionar algún beneficio marginal en ciertos casos en los " "que las velocidades de las características varían mucho. Por ejemplo, cuando " @@ -12407,14 +12358,14 @@ msgstr "" "de los movimientos en su interior." msgid "High extruder current on filament swap" -msgstr "Alta corriente de extrusión en el cambio de filamento" +msgstr "Alto flujo de extrusión en los cambio de filamento" msgid "" "It may be beneficial to increase the extruder motor current during the " "filament exchange sequence to allow for rapid ramming feed rates and to " "overcome resistance when loading a filament with an ugly shaped tip." msgstr "" -"Puede ser beneficioso para incrementar la corriente de extrusión durante la " +"Puede ser beneficioso para incrementar el flujo de extrusión durante la " "secuencia de intercambio de filamento, para permitir ratios rápidos de " "moldeado de extremos y superar resistencias durante la carga de filamentos " "con puntas deformadas." @@ -12720,14 +12671,6 @@ msgstr "Pendiente" msgid "Spiral" msgstr "Espiral" -msgid "Traveling angle" -msgstr "" - -msgid "" -"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " -"in Normal Lift" -msgstr "" - msgid "Only lift Z above" msgstr "Solo elevar Z por encima" @@ -12795,7 +12738,7 @@ msgid "Speed of retractions" msgstr "Velocidad de las retracciones" msgid "Deretraction Speed" -msgstr "Velocidad de deretracción" +msgstr "Velocidad de desretracción" msgid "" "Speed for reloading filament into extruder. Zero means same speed with " @@ -12944,7 +12887,7 @@ msgstr "" "valor predeterminado es 100%." msgid "Scarf joint flow ratio" -msgstr "Relación de caudal de la unión de bufanda" +msgstr "Relación de flujo de la unión de bufanda" msgid "This factor affects the amount of material for scarf joints." msgstr "" @@ -13084,7 +13027,7 @@ msgid "" msgstr "" "Un protector contra corrientes de aire es útil para proteger una impresión " "en ABS o ASA de la deformación y el desprendimiento de la cama de impresión " -"debido a los caudales de aire. Suele ser necesario solo en impresoras de " +"debido a los flujoes de aire. Suele ser necesario solo en impresoras de " "bastidor abierto, es decir, sin cerramiento.\n" "\n" "Opciones:\n" @@ -13243,7 +13186,7 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" -"Active esta opción para omitir el código G personalizado Cambiar filamento " +"Active esta opción para omitir el G-Code personalizado Cambiar filamento " "sólo al principio de la impresión. El comando de cambio de herramienta (por " "ejemplo, T0) se omitirá durante toda la impresión. Esto es útil para la " "impresión manual multi-material, donde utilizamos M600/PAUSE para activar la " @@ -13329,10 +13272,10 @@ msgstr "" "cama de impresión, establecer este valor a -0,3 compensará este desfase." msgid "Enable support" -msgstr "Habilitar el soporte" +msgstr "Habilitar los soportes" msgid "Enable support generation." -msgstr "Habilitar la generación de soporte." +msgstr "Habilitar la generación de soportes." msgid "" "normal(auto) and tree(auto) is used to generate support automatically. If " @@ -13866,14 +13809,14 @@ msgid "Purging volumes" msgstr "Volúmenes de purga" msgid "Flush multiplier" -msgstr "Multiplicador de caudal" +msgstr "Multiplicador de flujo" msgid "" "The actual flushing volumes is equal to the flush multiplier multiplied by " "the flushing volumes in the table." msgstr "" -"El volumen de caudal real es igual al multiplicador de caudal multiplicado " -"por los volúmenes de caudal de la tabla." +"El volumen de flujo real es igual al multiplicador de flujo multiplicado por " +"los volúmenes de flujo de la tabla." msgid "Prime volume" msgstr "Tamaño de purga" @@ -14901,7 +14844,7 @@ msgstr "Por favor, selecciona al menos un filamento por calibración" msgid "Flow rate calibration result has been saved to preset" msgstr "" -"El resultado de la calibración del ratio de caudal se ha guardado en los " +"El resultado de la calibración del ratio de flujo se ha guardado en los " "perfiles" msgid "Max volumetric speed calibration result has been saved to preset" @@ -14958,12 +14901,12 @@ msgstr "" "wiki.\n" "\n" "Normalmente la calibración es innecesaria. Cuando se inicia una impresión de " -"un solo color/material, con la opción \"calibración de la dinámica de flujo" -"\" marcada en el menú de inicio de impresión, la impresora seguirá el camino " -"antiguo, calibrar el filamento antes de la impresión; cuando se inicia una " -"impresión de varios colores/materiales, la impresora utilizará el parámetro " -"de compensación por defecto para el filamento durante cada cambio de " -"filamento que tendrá un buen resultado en la mayoría de los casos.\n" +"un solo color/material, con la opción \"calibración de la dinámica de " +"flujo\" marcada en el menú de inicio de impresión, la impresora seguirá el " +"camino antiguo, calibrar el filamento antes de la impresión; cuando se " +"inicia una impresión de varios colores/materiales, la impresora utilizará el " +"parámetro de compensación por defecto para el filamento durante cada cambio " +"de filamento que tendrá un buen resultado en la mayoría de los casos.\n" "\n" "Tenga en cuenta que hay algunos casos que pueden hacer que los resultados de " "la calibración no sean fiables, como una adhesión insuficiente en la placa " @@ -15006,9 +14949,9 @@ msgid "" "PLA used in RC planes. These materials expand greatly when heated, and " "calibration provides a useful reference flow rate." msgstr "" -"Además, la calibración del caudal es crucial para materiales espumosos como " +"Además, la calibración del flujo es crucial para materiales espumosos como " "el LW-PLA utilizado en los planos RC. Estos materiales se expanden mucho " -"cuando se calientan, y la calibración proporciona un caudal de referencia " +"cuando se calientan, y la calibración proporciona un flujo de referencia " "útil." msgid "" @@ -15019,7 +14962,7 @@ msgid "" "you still see the listed defects after you have done other calibrations. For " "more details, please check out the wiki article." msgstr "" -"La calibración del caudal mide la relación entre los volúmenes de extrusión " +"La calibración del flujo mide la relación entre los volúmenes de extrusión " "esperados y los reales. La configuración predeterminada funciona bien en las " "impresoras Bambu Lab y en los filamentos oficiales, ya que fueron " "precalibrados y ajustados con precisión. Para un filamento normal, " @@ -15122,7 +15065,7 @@ msgid "Input Value" msgstr "Valor de entrada" msgid "Save to Filament Preset" -msgstr "Salvar Perfil de Filamento" +msgstr "Guardar Perfil de Filamento" msgid "Preset" msgstr "Perfil" @@ -15131,13 +15074,13 @@ msgid "Record Factor" msgstr "Factor de guardado" msgid "We found the best flow ratio for you" -msgstr "Hemos encontrado el mejor ratio de caudal para usted" +msgstr "Hemos encontrado el mejor ratio de flujo para usted" msgid "Flow Ratio" msgstr "Ratio de Flujo" msgid "Please input a valid value (0.0 < flow ratio < 2.0)" -msgstr "Por favor, introduzca un valor válido (0.0 < ratio de caudal <2.0)" +msgstr "Por favor, introduzca un valor válido (0.0 < ratio de flujo <2.0)" msgid "Please enter the name of the preset you want to save." msgstr "Por favor, introduzca el nombre del perfil que quiera guardar." @@ -15160,7 +15103,7 @@ msgstr "Saltar Calibración2" #, c-format, boost-format msgid "flow ratio : %s " -msgstr "ratio de caudal: %s " +msgstr "ratio de flujo: %s " msgid "Please choose a block with smoothest top surface" msgstr "Por favor, escoja un bloque con la superficie superior más lisa" @@ -15180,7 +15123,7 @@ msgid "Complete Calibration" msgstr "Calibración Completa" msgid "Fine Calibration based on flow ratio" -msgstr "Calibración Fina basada en el ratio de caudal" +msgstr "Calibración Fina basada en el ratio de flujo" msgid "Title" msgstr "Título" @@ -15719,8 +15662,8 @@ msgstr "" "¿Quieres reescribirlo?" 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 "" "Cambiaríamos el nombre de los preajustes a \"Número de serie del Vendedor " @@ -15929,7 +15872,7 @@ msgid "" "them carefully." msgstr "" "Por favor, vaya a la configuración de filamento para editar sus ajustes " -"preestablecidos si es necesario.\n" +"perfils si es necesario.\n" "Tenga en cuenta que la temperatura de la boquilla, la temperatura de la cama " "caliente y la velocidad volumétrica máxima tienen un impacto significativo " "en la calidad de impresión. Por favor, configúrelos con cuidado." @@ -16373,9 +16316,9 @@ msgid "" "much higher printing quality, but a much longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,2 mm, tiene " -"velocidades y aceleraciones más bajas, y el patrón de relleno disperso es " -"Gyroide. Esto da como resultado una calidad de impresión mucho mayor, pero " -"un tiempo de impresión mucho más largo." +"velocidades y aceleraciones más bajas, y el patrón de relleno de baja " +"densidad es Gyroide. Esto da como resultado una calidad de impresión mucho " +"mayor, pero un tiempo de impresión mucho más largo." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a slightly " @@ -16413,9 +16356,9 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,2 mm, tiene " "unas líneas de capa más pequeñas, velocidades y aceleraciones más bajas, y " -"el patrón de relleno disperso es Gyroid. Esto da como resultado líneas de " -"capa casi invisibles y una calidad de impresión mucho mayor, pero un tiempo " -"de impresión mucho más largo." +"el patrón de relleno de baja densidad es Gyroide. Esto da como resultado " +"líneas de capa casi invisibles y una calidad de impresión mucho mayor, pero " +"un tiempo de impresión mucho más largo." msgid "" "Compared with the default profile of 0.2 mm nozzle, it has a smaller layer " @@ -16434,9 +16377,9 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,2 mm, tiene " "unas líneas de capa más pequeñas, velocidades y aceleraciones más bajas, y " -"el patrón de relleno disperso es Gyroid. Por lo tanto, da como resultado " -"líneas de capa mínimas y una calidad de impresión mucho mayor, pero un " -"tiempo de impresión mucho más largo." +"el patrón de relleno de baja densidad es Gyroide. Por lo tanto, da como " +"resultado líneas de capa mínimas y una calidad de impresión mucho mayor, " +"pero un tiempo de impresión mucho más largo." msgid "" "It has a general layer height, and results in general layer lines and " @@ -16452,9 +16395,9 @@ msgid "" "prints, but more filament consumption and longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " -"más bucles de pared y una mayor densidad de relleno disperso. Esto se " -"traduce en una mayor resistencia de impresión, pero un mayor consumo de " -"filamento y un tiempo de impresión más largo." +"más perímetros y un mayor relleno de baja densidad. Esto se traduce en una " +"mayor resistencia de impresión, pero un mayor consumo de filamento y un " +"tiempo de impresión más largo." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer " @@ -16462,8 +16405,8 @@ msgid "" "but slightly shorter printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " -"una mayor altura de capa. Esto da lugar a líneas de capa más aparentes y a " -"una menor calidad de impresión, pero a un tiempo de impresión ligeramente " +"una mayor altura de capa. Esto da lugar a líneas de capa más visibles y a " +"una menor calidad de impresión, pero un tiempo de impresión ligeramente " "inferior." msgid "" @@ -16472,7 +16415,7 @@ msgid "" "but shorter printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " -"una mayor altura de capa, y da como resultado líneas de capa más aparentes y " +"una mayor altura de capa, y da como resultado líneas de capa más visibles y " "una menor calidad de impresión, pero un tiempo de impresión más corto." msgid "" @@ -16481,8 +16424,8 @@ msgid "" "quality, but longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " -"una altura de capa menor. Esto se traduce en menos líneas de capa aparentes " -"y mayor calidad de impresión, pero mayor tiempo de impresión." +"una altura de capa menor. Esto se traduce en menos líneas de capa visibles y " +"mayor calidad de impresión, pero mayor tiempo de impresión." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -16492,9 +16435,9 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " "una altura de capa menor, velocidades y aceleraciones más bajas, y el patrón " -"de relleno disperso es Gyroide. Por lo tanto, da como resultado menos líneas " -"de capa aparentes y una calidad de impresión mucho mayor, pero un tiempo de " -"impresión mucho más largo." +"de relleno de baja densidad es Gyroide. Por lo tanto, da como resultado " +"menos líneas de capa visibles y una calidad de impresión mucho mayor, pero " +"un tiempo de impresión mucho más largo." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -16514,9 +16457,9 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,4 mm, tiene " "una altura de capa menor, velocidades y aceleraciones más bajas, y el patrón " -"de relleno disperso es Gyroide. Por lo tanto, resulta en líneas de capa casi " -"insignificantes y una calidad de impresión mucho mayor, pero un tiempo de " -"impresión mucho más largo." +"de relleno de baja densidad es Gyroide. Por lo tanto, resulta en líneas de " +"capa casi insignificantes y una calidad de impresión mucho mayor, pero un " +"tiempo de impresión mucho más largo." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -16531,7 +16474,7 @@ msgid "" "It has a big layer height, and results in apparent layer lines and ordinary " "printing quality and printing time." msgstr "" -"Tiene una gran altura de capa, y da lugar a líneas de capa aparentes y a una " +"Tiene una gran altura de capa, y da lugar a líneas de capa visibles y a una " "calidad y tiempo de impresión ordinarios." msgid "" @@ -16540,9 +16483,9 @@ msgid "" "prints, but more filament consumption and longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,6 mm, tiene " -"más bucles de pared y una mayor densidad de relleno disperso. Esto se " -"traduce en una mayor resistencia de impresión, pero un mayor consumo de " -"filamento y un tiempo de impresión más largo." +"más bucles de pared y una mayor relleno de baja densidad. Esto se traduce en " +"una mayor resistencia de impresión, pero un mayor consumo de filamento y un " +"tiempo de impresión más largo." msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer " @@ -16550,7 +16493,7 @@ msgid "" "but shorter printing time in some printing cases." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,6 mm, tiene " -"una mayor altura de capa. Esto da lugar a líneas de capa más aparentes y a " +"una mayor altura de capa. Esto da lugar a líneas de capa más visibles y a " "una menor calidad de impresión, pero a un menor tiempo de impresión en " "algunos casos." @@ -16560,8 +16503,8 @@ msgid "" "printing quality, but shorter printing time in some printing cases." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,6 mm, tiene " -"una mayor altura de capa. Esto da lugar a líneas de capa mucho más aparentes " -"y a una calidad de impresión mucho menor, pero a un tiempo de impresión más " +"una mayor altura de capa. Esto da lugar a líneas de capa mucho más visibles " +"y a una calidad de impresión mucho menor, pero un tiempo de impresión más " "corto en algunos casos." msgid "" @@ -16570,8 +16513,8 @@ msgid "" "quality, but longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,6 mm, tiene " -"una altura de capa menor. Esto se traduce en menos líneas de capa aparentes " -"y una calidad de impresión ligeramente superior, pero un tiempo de impresión " +"una altura de capa menor. Esto se traduce en menos líneas de capa visibles y " +"una calidad de impresión ligeramente superior, pero un tiempo de impresión " "más largo." msgid "" @@ -16580,7 +16523,7 @@ msgid "" "quality, but longer printing time." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,6 mm, tiene " -"una altura de capa menor, y da como resultado líneas de capa menos aparentes " +"una altura de capa menor, y da como resultado líneas de capa menos visibles " "y una mayor calidad de impresión, pero un tiempo de impresión más largo." msgid "" @@ -16588,7 +16531,7 @@ msgid "" "low printing quality and general printing time." msgstr "" "Tiene una altura de capa muy grande, y da lugar a líneas de capa muy " -"aparentes, baja calidad de impresión y menor tiempo de impresión." +"visibles, baja calidad de impresión y menor tiempo de impresión." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " @@ -16596,9 +16539,9 @@ msgid "" "quality, but shorter printing time in some printing cases." msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,8 mm, tiene " -"una mayor altura de capa. Esto da lugar a líneas de capa muy aparentes y a " -"una calidad de impresión mucho menor, pero a un tiempo de impresión más " -"corto en algunos casos." +"una mayor altura de capa. Esto da lugar a líneas de capa muy visibles y a " +"una calidad de impresión mucho menor, pero un tiempo de impresión más corto " +"en algunos casos." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " @@ -16607,7 +16550,7 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,8 mm, tiene " "una altura de capa mucho mayor. Esto da lugar a líneas de capa " -"extremadamente aparentes y a una calidad de impresión mucho menor, pero a un " +"extremadamente visibles y a una calidad de impresión mucho menor, pero un " "tiempo de impresión mucho más corto en algunos casos." msgid "" @@ -16618,7 +16561,7 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,8 mm, tiene " "una altura de capa ligeramente menor. Esto se traduce en líneas de capa " -"ligeramente menores pero aún aparentes y en una calidad de impresión " +"ligeramente menores pero aún visibles y en una calidad de impresión " "ligeramente superior, pero mayor tiempo de impresión en algunos casos." msgid "" @@ -16628,7 +16571,7 @@ msgid "" msgstr "" "En comparación con el perfil predeterminado de una boquilla de 0,8 mm, tiene " "una altura de capa menor. Esto se traduce en menos líneas de capa, aunque " -"aparentes, y en una calidad de impresión ligeramente superior, pero con un " +"visibles, y en una calidad de impresión ligeramente superior, pero con un " "tiempo de impresión más largo en algunos casos." msgid "Connected to Obico successfully!" @@ -16643,7 +16586,7 @@ msgstr "¡Se ha conectado correctamente a SimplyPrint!" msgid "Could not connect to SimplyPrint" msgstr "No se ha podido conectar con SimplyPrint" -msgid "Internal error" +msgid "Internel error" msgstr "Error interno" msgid "Unknown error" @@ -16924,8 +16867,8 @@ msgid "" "prints? Depending on the material, you can improve the overall finish of the " "printed model by doing some fine-tuning." msgstr "" -"Ajuste fino del caudal\n" -"¿Sabías que el caudal puede ajustarse para obtener impresiones aún más " +"Ajuste fino del flujo\n" +"¿Sabías que el flujo puede ajustarse para obtener impresiones aún más " "atractivas? Dependiendo del material, puede mejorar el acabado general del " "modelo impreso realizando algunos ajustes." @@ -17063,42 +17006,6 @@ msgstr "" "aumentar adecuadamente la temperatura del lecho térmico puede reducir la " "probabilidad de deformaciones." -#~ msgid "Current association: " -#~ msgstr "Asociación actual:" - -#~ msgid "Associate prusaslicer://" -#~ msgstr "Asociar prusaslicer://" - -#~ msgid "Not associated to any application" -#~ msgstr "No asociado a ninguna aplicación" - -#~ msgid "" -#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open " -#~ "models from Printable.com" -#~ msgstr "" -#~ "Asociar OrcaSlicer con prusaslicer:// enlaces para que Orca puede abrir " -#~ "modelos de Printables.com" - -#~ msgid "Associate bambustudio://" -#~ msgstr "Asociar bambustudio://" - -#~ msgid "" -#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open " -#~ "models from makerworld.com" -#~ msgstr "" -#~ "Asociar OrcaSlicer con bambustudio:// enlaces para que Orca puede abrir " -#~ "modelos de makerworld.com" - -#~ msgid "Associate cura://" -#~ msgstr "Asociar cura://" - -#~ msgid "" -#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from " -#~ "thingiverse.com" -#~ msgstr "" -#~ "Asociar OrcaSlicer con enlaces cura:// para que Orca pueda abrir modelos " -#~ "desde thingiverse.com" - #~ msgid "" #~ "File size exceeds the 100MB upload limit. Please upload your file through " #~ "the panel." @@ -17544,8 +17451,8 @@ msgstr "" #~ msgstr "Capas de baja densidad (EXPERIMENTAL)" #~ 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 prinetrs, Please go to printer selection" #~ msgstr "" #~ "Cambiaremos el nombre de los perfiles a \"Tipo Número de Serie @impresora " diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index f78ba2011a..f7342ab1d7 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -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% »). L’application a " @@ -1677,7 +1677,7 @@ msgstr "Largeur d'Extrusion" msgid "Wipe options" msgstr "Options d’essuyage" -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 d’effectuer 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 n’est 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 d’imprimante n’a 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 n’est pas bon, resélectionner l’emplacement." -msgid "The printer preset is not fond, place reselect." +msgid "The printer preset is not found, place reselect." msgstr "Le préréglage de l’imprimante n’est pas bon, placez le préréglage." msgid "Printer Preset" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index a620210bec..fd8ad4391f 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -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" diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index 1de55df5d2..5fe7273029 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -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." diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index 2a9c2b4942..2ef5610448 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -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" diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index 9e256b6c86..81bba4fe87 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -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" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index 0446d34be8..6831d65d50 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -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" diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po index ab654ebdfe..34c2a6bc8d 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/OrcaSlicer_pl.po @@ -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 "" diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po index b4c850cbbe..b888242785 100644 --- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po +++ b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po @@ -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" diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 4304f22906..2b50d3d9b1 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -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" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index 11f935496c..77b55c8879 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -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" diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index e010bcbd95..1810972152 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-06-30 15:44+0200\n" -"PO-Revision-Date: 2024-06-23 19:21+0300\n" +"PO-Revision-Date: 2024-07-11 00:22+0300\n" "Last-Translator: Olcay ÖREN\n" "Language-Team: \n" "Language: tr\n" @@ -596,7 +596,7 @@ msgstr "Wireframe göster" msgid "%1%" msgstr "%1%" -msgid "Can't apply when proccess preview." +msgid "Can't apply when process preview." msgstr "İşlem önizlemesi sırasında uygulanamaz." msgid "Operation already cancelling. Please wait few seconds." @@ -665,7 +665,7 @@ msgstr "Yüzey" msgid "Horizontal text" msgstr "Yatay metin" -msgid "Shift + Mouse move up or dowm" +msgid "Shift + Mouse move up or down" msgstr "Shift + Fare yukarı veya aşağı hareket ettirir" msgid "Rotate text" @@ -728,8 +728,8 @@ msgid "" "The text cannot be written using the selected font. Please try choosing a " "different font." msgstr "" -"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı " -"tipi seçmeyi deneyin." +"Metin seçilen yazı tipi kullanılarak yazılamıyor. Lütfen farklı bir yazı tipi " +"seçmeyi deneyin." msgid "Embossed text cannot contain only white spaces." msgstr "Kabartmalı metin yalnızca beyaz boşluklardan oluşamaz." @@ -1010,12 +1010,12 @@ msgstr "Metni kameraya doğru yönlendirin." #, 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 "" -"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir " -"uygulama seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini " -"belirtmeniz gerekir." +"Tam olarak aynı yazı tipi yüklenemiyor(\"%1%\"). Uygulama benzer bir uygulama " +"seçti(\"%2%\"). Metni düzenlemeyi etkinleştirmek için yazı tipini belirtmeniz " +"gerekir." msgid "No symbol" msgstr "Sembol yok" @@ -1467,8 +1467,8 @@ msgstr "Bilgi" msgid "" "The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" "OrcaSlicer has attempted to recreate the configuration file.\n" -"Please note, application settings will be lost, but printer profiles will " -"not be affected." +"Please note, application settings will be lost, but printer profiles will not " +"be affected." msgstr "" "OrcaSlicer konfigürasyon dosyası bozulmuş olabilir ve ayrıştırılamayabilir.\n" "OrcaSlicer, konfigürasyon dosyasını yeniden oluşturmayı denedi.\n" @@ -1644,7 +1644,7 @@ msgstr "Ekstrüzyon Genişliği" msgid "Wipe options" msgstr "Temizleme seçenekleri" -msgid "Bed adhension" +msgid "Bed adhesion" msgstr "Etek" msgid "Add part" @@ -1929,12 +1929,6 @@ msgstr "Otomatik yönlendirme" msgid "Auto orient the object to improve print quality." msgstr "Baskı kalitesini artırmak için nesneyi otomatik olarak yönlendirin." -msgid "Split the selected object into mutiple objects" -msgstr "Seçilen nesneyi birden fazla nesneye bölme" - -msgid "Split the selected object into mutiple parts" -msgstr "Seçilen nesneyi birden fazla parçaya böl" - msgid "Select All" msgstr "Hepsini seç" @@ -2097,8 +2091,8 @@ msgid "" "This action will break a cut correspondence.\n" "After that model consistency can't be guaranteed .\n" "\n" -"To manipulate with solid parts or negative volumes you have to invalidate " -"cut infornation first." +"To manipulate with solid parts or negative volumes you have to invalidate cut " +"infornation first." msgstr "" "Bu eylem kesilmiş bir yazışmayı bozacaktır.\n" "Bundan sonra model tutarlılığı garanti edilemez.\n" @@ -2161,8 +2155,7 @@ msgstr "İlk seçilen öğe bir nesne ise ikincisi de nesne olmalıdır." msgid "" "If first selected item is a part, the second one should be part in the same " "object." -msgstr "" -"İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." +msgstr "İlk seçilen öğe bir parça ise ikincisi aynı nesnenin parçası olmalıdır." msgid "The type of the last solid object part is not to be changed." msgstr "Son katı nesne parçasının tipi değiştirilNozullidir." @@ -2193,8 +2186,8 @@ msgid_plural "Following model objects have been repaired" msgstr[0] "Aşağıdaki model nesnesi onarıldı" msgstr[1] "Aşağıdaki model objeler onarıldı" -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] "Aşağıdaki model nesnesi onarılamadı" msgstr[1] "Aşağıdaki model nesneleri onarılamadı" @@ -2519,16 +2512,14 @@ msgstr "" msgid "Arranging done." msgstr "Hizalama tamamlandı." -msgid "" -"Arrange failed. Found some exceptions when processing object geometries." +msgid "Arrange failed. Found some exceptions when processing object geometries." msgstr "" "Hizalama başarısız oldu. Nesne geometrilerini işlerken bazı istisnalar " "bulundu." #, c-format, boost-format msgid "" -"Arrangement ignored the following objects which can't fit into a single " -"bed:\n" +"Arrangement ignored the following objects which can't fit into a single bed:\n" "%s" msgstr "" "Hizalama tek tablaya sığmayan aşağıdaki nesneler göz ardı edildi:\n" @@ -2628,8 +2619,7 @@ msgstr "" "deneyin." msgid "Print file not found, Please slice it again and send it for printing." -msgstr "" -"Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." +msgstr "Yazdırma dosyası bulunamadı. Lütfen tekrar dilimleyip baskıya gönderin." msgid "" "Failed to upload print file to FTP. Please check the network status and try " @@ -2650,7 +2640,7 @@ msgstr "Yazdırma görevi gönderimi zaman aşımına uğradı." msgid "Service Unavailable" msgstr "Hizmet kullanılamıyor" -msgid "Unkown Error." +msgid "Unknown Error." msgstr "Bilinmeyen Hata." msgid "Sending print configuration" @@ -2685,8 +2675,8 @@ msgid "Importing SLA archive" msgstr "SLA arşivi içe aktarılıyor" msgid "" -"The SLA archive doesn't contain any presets. Please activate some SLA " -"printer preset first before importing that SLA archive." +"The SLA archive doesn't contain any presets. Please activate some SLA printer " +"preset first before importing that SLA archive." msgstr "" "SLA arşivi herhangi bir ön ayar içermez. Lütfen SLA arşivini içe aktarmadan " "önce bazı SLA yazıcı ön ayarlarını etkinleştirin." @@ -2698,8 +2688,8 @@ msgid "Importing done." msgstr "İçe aktarma tamamlandı." msgid "" -"The imported SLA archive did not contain any presets. The current SLA " -"presets were used as fallback." +"The imported SLA archive did not contain any presets. The current SLA presets " +"were used as fallback." msgstr "" "İçe aktarılan SLA arşivi herhangi bir ön ayar içermiyordu. Geçerli SLA ön " "ayarları geri dönüş olarak kullanıldı." @@ -2756,8 +2746,8 @@ msgid "" "This software uses open source components whose copyright and other " "proprietary rights belong to their respective owners" msgstr "" -"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait " -"olan açık kaynaklı bileşenleri kullanır" +"Bu yazılım, telif hakkı ve diğer mülkiyet hakları ilgili sahiplerine ait olan " +"açık kaynaklı bileşenleri kullanır" #, c-format, boost-format msgid "About %s" @@ -2771,8 +2761,7 @@ msgstr "OrcaSlicer, BambuStudio, PrusaSlicer ve SuperSlicer'ı temel alır." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." msgstr "" -"BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel " -"almaktadır." +"BambuStudio orijinal olarak PrusaResearch'ün PrusaSlicer'ını temel almaktadır." msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci." msgstr "" @@ -2851,8 +2840,7 @@ msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde)" #, c-format, boost-format msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)" -msgstr "" -"Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" +msgstr "Lütfen geçerli bir değer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)" msgid "Other Color" msgstr "Diğer renk" @@ -2864,9 +2852,9 @@ msgid "Dynamic flow calibration" msgstr "Dinamik akış kalibrasyonu" msgid "" -"The nozzle temp and max volumetric speed will affect the calibration " -"results. Please fill in the same values as the actual printing. They can be " -"auto-filled by selecting a filament preset." +"The nozzle temp and max volumetric speed will affect the calibration results. " +"Please fill in the same values as the actual printing. They can be auto-" +"filled by selecting a filament preset." msgstr "" "Nozul sıcaklığı ve maksimum hacimsel hız kalibrasyon sonuçlarını " "etkileyecektir. Lütfen gerçek yazdırmayla aynı değerleri girin. Bir filament " @@ -3001,8 +2989,7 @@ msgid "" "When the current material run out, the printer will continue to print in the " "following order." msgstr "" -"Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam " -"edecektir." +"Mevcut malzeme bittiğinde yazıcı aşağıdaki sırayla yazdırmaya devam edecektir." msgid "Group" msgstr "Grup" @@ -3040,8 +3027,8 @@ msgid "Insertion update" msgstr "Ekleme güncellemesi" msgid "" -"The AMS will automatically read the filament information when inserting a " -"new Bambu Lab filament. This takes about 20 seconds." +"The AMS will automatically read the filament information when inserting a new " +"Bambu Lab filament. This takes about 20 seconds." msgstr "" "AMS, yeni bir Bambu Lab filamenti takıldığında filament bilgilerini otomatik " "olarak okuyacaktır. Bu yaklaşık 20 saniye sürer." @@ -3064,17 +3051,16 @@ msgid "Power on update" msgstr "Güncellemeyi aç" msgid "" -"The AMS will automatically read the information of inserted filament on " -"start-up. It will take about 1 minute.The reading process will roll filament " -"spools." +"The AMS will automatically read the information of inserted filament on start-" +"up. It will take about 1 minute.The reading process will roll filament spools." msgstr "" "AMS, başlangıçta takılan filamentin bilgilerini otomatik olarak okuyacaktır. " "Yaklaşık 1 dakika sürecektir. Okuma işlemi filament makaralarını saracaktır." msgid "" -"The AMS will not automatically read information from inserted filament " -"during startup and will continue to use the information recorded before the " -"last shutdown." +"The AMS will not automatically read information from inserted filament during " +"startup and will continue to use the information recorded before the last " +"shutdown." msgstr "" "AMS, başlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz " "ve son kapatmadan önce kaydedilen bilgileri kullanmaya devam eder." @@ -3088,8 +3074,8 @@ msgid "" "automatically." msgstr "" "AMS, filament bilgisi güncellendikten sonra Bambu filamentin kalan " -"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik " -"olarak güncellenecektir." +"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik olarak " +"güncellenecektir." msgid "AMS filament backup" msgstr "AMS filament yedeklemesi" @@ -3121,8 +3107,8 @@ msgid "" "Failed to download the plug-in. Please check your firewall settings and vpn " "software, check and retry." msgstr "" -"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn " -"yazılımınızı kontrol edin, kontrol edip yeniden deneyin." +"Eklenti indirilemedi. Lütfen güvenlik duvarı ayarlarınızı ve vpn yazılımınızı " +"kontrol edin, kontrol edip yeniden deneyin." msgid "" "Failed to install the plug-in. Please check whether it is blocked or deleted " @@ -3210,8 +3196,8 @@ msgid "" "device. The corrupted output G-code is at %1%.tmp." msgstr "" "Geçici G kodunun çıkış G koduna kopyalanması başarısız oldu. Hedef cihazda " -"sorun olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz " -"kullanmayı deneyin. Bozuk çıktı G kodu %1%.tmp konumunda." +"sorun olabilir, lütfen tekrar dışa aktarmayı veya farklı bir cihaz kullanmayı " +"deneyin. Bozuk çıktı G kodu %1%.tmp konumunda." #, boost-format msgid "" @@ -3444,8 +3430,8 @@ msgid "Send to" msgstr "Gönderildi" msgid "" -"printers at the same time.(It depends on how many devices can undergo " -"heating at the same time.)" +"printers at the same time.(It depends on how many devices can undergo heating " +"at the same time.)" msgstr "" "aynı anda kaç yazıcının ısıtma işleminden geçebileceği, aynı anda " "ısıtılabilecek cihaz sayısına bağlıdır." @@ -3552,8 +3538,8 @@ msgid "" "The recommended minimum temperature is less than 190 degree or the " "recommended maximum temperature is greater than 300 degree.\n" msgstr "" -"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum " -"sıcaklık 300 dereceden yüksektir.\n" +"Önerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum sıcaklık " +"300 dereceden yüksektir.\n" msgid "" "The recommended minimum temperature cannot be higher than the recommended " @@ -3590,13 +3576,13 @@ msgstr "" #, c-format, boost-format msgid "" -"Current chamber temperature is higher than the material's safe temperature," -"it may result in material softening and clogging.The maximum safe " -"temperature for the material is %d" +"Current chamber temperature is higher than the material's safe temperature,it " +"may result in material softening and clogging.The maximum safe temperature " +"for the material is %d" msgstr "" -"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, " -"malzemenin yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum " -"güvenli sıcaklık %d'dir" +"Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, malzemenin " +"yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum güvenli " +"sıcaklık %d'dir" msgid "" "Too small layer height.\n" @@ -3637,7 +3623,7 @@ msgstr "" "Değer 0'a sıfırlanacaktır." 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" @@ -3650,16 +3636,16 @@ msgstr "" "Değer 0'a sıfırlanacaktır." msgid "" -"Alternate extra wall does't work well when ensure vertical shell thickness " -"is set to All. " +"Alternate extra wall does't work well when ensure vertical shell thickness is " +"set to All. " msgstr "" -"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak " -"ayarlandığından emin olunduğunda iyi çalışmaz. " +"Alternatif ekstra duvar, dikey kabuk kalınlığının Tümü olarak ayarlandığından " +"emin olunduğunda iyi çalışmaz. " msgid "" "Change these settings automatically? \n" -"Yes - Change ensure vertical shell thickness to Moderate and enable " -"alternate extra wall\n" +"Yes - Change ensure vertical shell thickness to Moderate and enable alternate " +"extra wall\n" "No - Dont use alternate extra wall" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi? \n" @@ -3736,8 +3722,7 @@ msgid "" "No - Give up using spiral mode this time" msgstr "" "Bu ayarlar otomatik olarak değiştirilsin mi?\n" -"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak " -"etkinleştirin\n" +"Evet - Bu ayarları değiştirin ve spiral modunu otomatik olarak etkinleştirin\n" "Hayır - Bu sefer spiral modunu kullanmaktan vazgeçin" msgid "Auto bed leveling" @@ -3870,9 +3855,9 @@ msgid "Update failed." msgstr "Güncelleme başarısız." msgid "" -"The current chamber temperature or the target chamber temperature exceeds " -"45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/" -"TPU) is not allowed to be loaded." +"The current chamber temperature or the target chamber temperature exceeds 45℃." +"In order to avoid extruder clogging,low temperature filament(PLA/PETG/TPU) is " +"not allowed to be loaded." msgstr "" "Mevcut hazne sıcaklığı veya hedef hazne sıcaklığı 45 ° C'yi aşıyor Ekstruder " "tıkanmasını önlemek için düşük sıcaklıkta filament (PLA / PETG / TPU) " @@ -3899,8 +3884,7 @@ msgstr "" msgid "Failed to start printing job" msgstr "Yazdırma işi başlatılamadı" -msgid "" -"This calibration does not support the currently selected nozzle diameter" +msgid "This calibration does not support the currently selected nozzle diameter" msgstr "Bu kalibrasyon, şu anda seçilen nozzle çapını desteklememektedir" msgid "Current flowrate cali param is invalid" @@ -3925,12 +3909,12 @@ msgid "" "Damp PVA will become flexible and get stuck inside AMS,please take care to " "dry it before use." msgstr "" -"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan " -"önce kurutmaya dikkat edin." +"Nemli PVA esnekleşecek ve AMS'nin içine sıkışacaktır, lütfen kullanmadan önce " +"kurutmaya dikkat edin." msgid "" -"CF/GF filaments are hard and brittle, It's easy to break or get stuck in " -"AMS, please use with caution." +"CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, " +"please use with caution." msgstr "" "CF/GF filamentleri sert ve kırılgandır. AMS'de kırılması veya sıkışması " "kolaydır, lütfen dikkatli kullanın." @@ -4945,8 +4929,8 @@ msgstr[1] "" msgid "" "\n" -"Hint: Make sure you have added the corresponding printer before importing " -"the configs." +"Hint: Make sure you have added the corresponding printer before importing the " +"configs." msgstr "" "\n" "İpucu: Yapılandırmaları içe aktarmadan önce ilgili yazıcıyı eklediğinizden " @@ -4995,8 +4979,7 @@ msgid "Please confirm if the printer is connected." msgstr "Lütfen yazıcının bağlı olup olmadığını onaylayın." msgid "" -"The printer is currently busy downloading. Please try again after it " -"finishes." +"The printer is currently busy downloading. Please try again after it finishes." msgstr "" "Yazıcı şu anda indirmeyle meşgul. Lütfen bittikten sonra tekrar deneyin." @@ -5007,8 +4990,7 @@ msgid "Problem occured. Please update the printer firmware and try again." msgstr "" "Sorun oluştu. Lütfen yazıcının ürün yazılımını güncelleyin ve tekrar deneyin." -msgid "" -"LAN Only Liveview is off. Please turn on the liveview on printer screen." +msgid "LAN Only Liveview is off. Please turn on the liveview on printer screen." msgstr "" "Yalnızca LAN Canlı İzleme kapalı. Lütfen yazıcı ekranındaki canlı " "görüntülemeyi açın." @@ -5023,8 +5005,8 @@ msgid "Connection Failed. Please check the network and try again" msgstr "Bağlantı Başarısız. Lütfen ağı kontrol edip tekrar deneyin" msgid "" -"Please check the network and try again, You can restart or update the " -"printer if the issue persists." +"Please check the network and try again, You can restart or update the printer " +"if the issue persists." msgstr "" "Lütfen ağı kontrol edip tekrar deneyin. Sorun devam ederse yazıcıyı yeniden " "başlatabilir veya güncelleyebilirsiniz." @@ -5167,8 +5149,7 @@ msgid_plural "" "You are going to delete %u files from printer. Are you sure to continue?" msgstr[0] "" "%u dosyasını yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" -msgstr[1] "" -"%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" +msgstr[1] "%u dosyayı yazıcıdan sileceksiniz. Devam edeceğinizden emin misiniz?" msgid "Delete files" msgstr "Dosyaları sil" @@ -5228,8 +5209,8 @@ msgid "" "Reconnecting the printer, the operation cannot be completed immediately, " "please try again later." msgstr "" -"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha " -"sonra tekrar deneyin." +"Yazıcıyı yeniden bağladığınızda işlem hemen tamamlanamıyor, lütfen daha sonra " +"tekrar deneyin." msgid "File does not exist." msgstr "Dosya bulunmuyor." @@ -5312,8 +5293,8 @@ msgid "" "(The model has already been rated. Your rating will overwrite the previous " "rating.)" msgstr "" -"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki " -"derecelendirmenin üzerine yazılacaktır)" +"(Model zaten derecelendirilmiştir. Derecelendirmeniz önceki derecelendirmenin " +"üzerine yazılacaktır)" msgid "Rate" msgstr "Derecelendir" @@ -5825,7 +5806,7 @@ msgid "View all object's settings" msgstr "Nesnenin tüm ayarları" msgid "Material settings" -msgstr "" +msgstr "Malzeme ayarları" msgid "Remove current plate (if not last one)" msgstr "Mevcut tablayı kaldırın (eğer sonuncusu değilse)" @@ -5904,13 +5885,13 @@ msgid "Search plate, object and part." msgstr "Arama plakası, nesne ve parça." msgid "Pellets" -msgstr "" +msgstr "Peletler" msgid "" "No AMS filaments. Please select a printer in 'Device' page to load AMS info." msgstr "" -"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' " -"sayfasında bir yazıcı seçin." +"AMS filamentleri yok. AMS bilgilerini yüklemek için lütfen 'Cihaz' sayfasında " +"bir yazıcı seçin." msgid "Sync filaments with AMS" msgstr "Filamentleri AMS ile senkronize et" @@ -5923,8 +5904,7 @@ msgstr "" "ayarlarını ve renklerini kaldıracaktır. Devam etmek istiyor musun?" msgid "" -"Already did a synchronization, do you want to sync only changes or resync " -"all?" +"Already did a synchronization, do you want to sync only changes or resync all?" msgstr "" "Zaten bir senkronizasyon yaptınız. Yalnızca değişiklikleri senkronize etmek " "mi yoksa tümünü yeniden senkronize etmek mi istiyorsunuz?" @@ -5939,13 +5919,13 @@ msgid "There are no compatible filaments, and sync is not performed." msgstr "Uyumlu filament yok ve senkronizasyon gerçekleştirilmiyor." msgid "" -"There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " +"There are some unknown filaments mapped to generic preset. Please update Orca " +"Slicer or restart Orca Slicer to check if there is an update to system " "presets." msgstr "" -"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön " -"ayarlarında bir güncelleme olup olmadığını kontrol etmek için lütfen Orca " -"Slicer'ı güncelleyin veya Orca Slicer'ı yeniden başlatın." +"Genel ön ayara eşlenen bazı bilinmeyen filamentler var. Sistem ön ayarlarında " +"bir güncelleme olup olmadığını kontrol etmek için lütfen Orca Slicer'ı " +"güncelleyin veya Orca Slicer'ı yeniden başlatın." #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -5970,13 +5950,13 @@ msgid "Restore" msgstr "Geri Yükleme" msgid "" -"The current hot bed temperature is relatively high. The nozzle may be " -"clogged when printing this filament in a closed enclosure. Please open the " -"front door and/or remove the upper glass." +"The current hot bed temperature is relatively high. The nozzle may be clogged " +"when printing this filament in a closed enclosure. Please open the front door " +"and/or remove the upper glass." msgstr "" -"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir " -"muhafaza içinde bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/" -"veya üst camı çıkarın." +"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti kapalı bir muhafaza " +"içinde bastırırken nozzle tıkanabilir. Lütfen ön kapağı açın ve/veya üst camı " +"çıkarın." msgid "" "The nozzle hardness required by the filament is higher than the default " @@ -6039,8 +6019,8 @@ msgstr "Lütfen bunları parametre sekmelerinde düzeltin" msgid "The 3mf has following modified G-codes in filament or printer presets:" msgstr "" -"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-" -"kodları bulunmaktadır:" +"3mf dosyasında filament veya yazıcı ön ayarlarında şu değiştirilmiş G-kodları " +"bulunmaktadır:" msgid "" "Please confirm that these modified G-codes are safe to prevent any damage to " @@ -6147,7 +6127,7 @@ msgstr "" "%s dosyası zaten mevcut\n" "değiştirmek istiyor musun?" -msgid "Comfirm Save As" +msgid "Confirm Save As" msgstr "Farklı Kaydetmeyi Onayla" msgid "Delete object which is a part of cut object" @@ -6274,8 +6254,8 @@ msgstr "" "dosyayı indirin ve manuel olarak içe aktarın." msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " -"import it." +"Importing to Orca Slicer failed. Please download the file and manually import " +"it." msgstr "" "Orca Slicer'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel " "olarak İçe aktarın." @@ -6363,15 +6343,15 @@ msgstr "Dilimlenmiş dosyayı şu şekilde kaydedin:" #, c-format, boost-format msgid "" -"The file %s has been sent to the printer's storage space and can be viewed " -"on the printer." +"The file %s has been sent to the printer's storage space and can be viewed on " +"the printer." msgstr "" "%s dosyası yazıcının depolama alanına gönderildi ve yazıcıda " "görüntülenebiliyor." msgid "" -"Unable to perform boolean operation on model meshes. Only positive parts " -"will be kept. You may fix the meshes and try agian." +"Unable to perform boolean operation on model meshes. Only positive parts will " +"be kept. You may fix the meshes and try again." msgstr "" "Model ağlarında boole işlemi gerçekleştirilemiyor. Yalnızca olumlu kısımlar " "tutulacaktır. Kafesleri düzeltip tekrar deneyebilirsiniz." @@ -6485,8 +6465,8 @@ msgstr "" #, c-format, boost-format msgid "" "Plate% d: %s is not suggested to be used to print filament %s(%s). If you " -"still want to do this printing, please set this filament's bed temperature " -"to non zero." +"still want to do this printing, please set this filament's bed temperature to " +"non zero." msgstr "" "Plaka% d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. " "Eğer yine de bu baskıyı yapmak istiyorsanız, lütfen bu filamentin yatak " @@ -6523,19 +6503,19 @@ msgid "Choose Download Directory" msgstr "İndirme Dizini seçin" msgid "Associate" -msgstr "" +msgstr "Ortak" msgid "with OrcaSlicer so that Orca can open models from" -msgstr "" +msgstr "Orca’nın modelleri açabilmesi için OrcaSlicer ile" msgid "Current Association: " -msgstr "" +msgstr "Mevcut Ortak:" msgid "Current Instance" -msgstr "" +msgstr "Mevcut Örnek" msgid "Current Instance Path: " -msgstr "" +msgstr "Mevcut Örnek Yolu:" msgid "General Settings" msgstr "Genel Ayarlar" @@ -6589,8 +6569,8 @@ msgstr "Yalnızca bir OrcaSlicer örneğine izin ver" msgid "" "On OSX there is always only one instance of app running by default. However " -"it is allowed to run multiple instances of same app from the command line. " -"In such case this settings will allow only one instance." +"it is allowed to run multiple instances of same app from the command line. In " +"such case this settings will allow only one instance." msgstr "" "OSX’te her zaman varsayılan olarak çalışan tek bir uygulama örneği vardır. " "Ancak aynı uygulamanın birden fazla örneğinin komut satırından " @@ -6598,9 +6578,8 @@ msgstr "" "örneğe izin verecektir." msgid "" -"If this is enabled, when starting OrcaSlicer and another instance of the " -"same OrcaSlicer is already running, that instance will be reactivated " -"instead." +"If this is enabled, when starting OrcaSlicer and another instance of the same " +"OrcaSlicer is already running, that instance will be reactivated instead." msgstr "" "Bu etkinleştirilirse, OrcaSlicer başlatıldığında ve aynı OrcaSlicer’ın başka " "bir örneği zaten çalışıyorken, bunun yerine bu örnek yeniden " @@ -6692,12 +6671,11 @@ msgstr "" "hatırlayacak ve otomatik olarak değiştirecektir." msgid "Multi-device Management(Take effect after restarting Orca)." -msgstr "" -"Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." +msgstr "Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." msgid "" -"With this option enabled, you can send a task to multiple devices at the " -"same time and manage multiple devices." +"With this option enabled, you can send a task to multiple devices at the same " +"time and manage multiple devices." msgstr "" "Bu seçenek etkinleştirildiğinde, aynı anda birden fazla cihaza bir görev " "gönderebilir ve birden fazla cihazı yönetebilirsiniz." @@ -6771,8 +6749,8 @@ msgstr "Otomatik yedekleme" msgid "" "Backup your project periodically for restoring from the occasional crash." msgstr "" -"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi " -"düzenli aralıklarla yedekleyin." +"Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi düzenli " +"aralıklarla yedekleyin." msgid "every" msgstr "her" @@ -7129,8 +7107,7 @@ msgid "Error code" msgstr "Hata kodu" msgid "No login account, only printers in LAN mode are displayed" -msgstr "" -"Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" +msgstr "Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" msgid "Connecting to server" msgstr "Sunucuya baglanıyor" @@ -7198,8 +7175,7 @@ msgstr "" "desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" -"The printer firmware only supports sequential mapping of filament => AMS " -"slot." +"The printer firmware only supports sequential mapping of filament => AMS slot." msgstr "" "Yazıcı ürün yazılımı yalnızca filament => AMS yuvasının sıralı eşlemesini " "destekler." @@ -7260,8 +7236,8 @@ msgstr "" msgid "" "There are some unknown filaments in the AMS mappings. Please check whether " -"they are the required filaments. If they are okay, press \"Confirm\" to " -"start printing." +"they are the required filaments. If they are okay, press \"Confirm\" to start " +"printing." msgstr "" "AMS eşlemelerinde bazı bilinmeyen filamentler var. Lütfen bunların gerekli " "filamentler olup olmadığını kontrol edin. Sorun yoksa, yazdırmayı başlatmak " @@ -7293,8 +7269,7 @@ msgstr "" "hasarına neden olabilir" msgid "Please fix the error above, otherwise printing cannot continue." -msgstr "" -"Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." +msgstr "Lütfen yukarıdaki hatayı düzeltin, aksi takdirde yazdırma devam edemez." msgid "" "Please click the confirm button if you still want to proceed with printing." @@ -7445,11 +7420,11 @@ msgid "" "successes and failures of the vast number of prints by our users. We are " "training %s to be smarter by feeding them the real-world data. If you are " "willing, this service will access information from your error logs and usage " -"logs, which may include information described in Privacy Policy. We will " -"not collect any Personal Data by which an individual can be identified " -"directly or indirectly, including without limitation names, addresses, " -"payment information, or phone numbers. By enabling this service, you agree " -"to these terms and the statement about Privacy Policy." +"logs, which may include information described in Privacy Policy. We will not " +"collect any Personal Data by which an individual can be identified directly " +"or indirectly, including without limitation names, addresses, payment " +"information, or phone numbers. By enabling this service, you agree to these " +"terms and the statement about Privacy Policy." msgstr "" "3D Baskı topluluğunda, kendi dilimleme parametrelerimizi ve ayarlarımızı " "düzenlerken birbirimizin başarılarından ve başarısızlıklarından öğreniyoruz. " @@ -7500,16 +7475,16 @@ msgid "Click to reset all settings to the last saved preset." msgstr "Tüm ayarları en son kaydedilen ön ayara sıfırlamak için tıklayın." msgid "" -"Prime tower is required for smooth timeplase. There may be flaws on the " -"model without prime tower. Are you sure you want to disable prime tower?" +"Prime tower is required for smooth timeplase. There may be flaws on the model " +"without prime tower. Are you sure you want to disable prime tower?" msgstr "" "Sorunsuz timeplace için Prime Tower gereklidir. Prime tower olmayan modelde " "kusurlar olabilir. Prime tower'ı devre dışı bırakmak istediğinizden emin " "misiniz?" msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " -"model without prime tower. Do you want to enable prime tower?" +"Prime tower is required for smooth timelapse. There may be flaws on the model " +"without prime tower. Do you want to enable prime tower?" msgstr "" "Sorunsuz hızlandırılmış çekim için Prime Tower gereklidir. Prime tower " "olmayan modelde kusurlar olabilir. Prime tower'ı etkinleştirmek istiyor " @@ -7538,11 +7513,11 @@ msgstr "" msgid "" "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following " -"settings: at least 2 interface layers, at least 0.1mm top z distance or " -"using support materials on interface." +"settings: at least 2 interface layers, at least 0.1mm top z distance or using " +"support materials on interface." msgstr "" -"\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: en " -"az 2 arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek " +"\"Güçlü Ağaç\" ve \"Ağaç Hibrit\" stilleri için şu ayarları öneriyoruz: en az " +"2 arayüz katmanı, en az 0,1 mm üst z mesafesi veya arayüzde destek " "malzemeleri kullanılması." msgid "" @@ -7581,8 +7556,8 @@ msgid "" "height limits ,this may cause printing quality issues." msgstr "" "Katman yüksekliği, Yazıcı Ayarları -> Ekstruder -> Katman yüksekliği " -"sınırları bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına " -"neden olabilir." +"sınırları bölümündeki sınırı aşıyor bu durum baskı kalitesi sorunlarına neden " +"olabilir." msgid "Adjust to the set range automatically? \n" msgstr "Ayarlanan aralığa otomatik olarak ayarlansın mı? \n" @@ -7596,8 +7571,8 @@ msgstr "Atla" msgid "" "Experimental feature: Retracting and cutting off the filament at a greater " "distance during filament changes to minimize flush.Although it can notably " -"reduce flush, it may also elevate the risk of nozzle clogs or other " -"printing complications." +"reduce flush, it may also elevate the risk of nozzle clogs or other printing " +"complications." msgstr "" "Deneysel özellik: Filament değişiklikleri sırasında, floşu en aza indirmek " "için filamanı daha büyük bir mesafeden geri çekmek ve kesmek. Flush’u önemli " @@ -7619,8 +7594,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive\"-" +">\"Timelapse Wipe Tower\"." msgstr "" "Araç başlığı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" " "eklenmesi önerilir.\n" @@ -7669,8 +7644,8 @@ msgid "" "the overhang degree range and wall speed is used" msgstr "" "Bu, çeşitli sarkma dereceleri için hızdır. Çıkıntı dereceleri çizgi " -"genişliğinin yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı " -"için yavaşlamanın olmadığı anlamına gelir ve duvar hızı kullanılır" +"genişliğinin yüzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralığı için " +"yavaşlamanın olmadığı anlamına gelir ve duvar hızı kullanılır" msgid "Bridge" msgstr "Köprü" @@ -7770,11 +7745,11 @@ msgid "Cool plate" msgstr "Soğuk plaka" msgid "" -"Bed temperature when cool plate is installed. Value 0 means the filament " -"does not support to print on the Cool Plate" +"Bed temperature when cool plate is installed. Value 0 means the filament does " +"not support to print on the Cool Plate" msgstr "" -"Soğutma plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool " -"Plate üzerine yazdırmayı desteklemediği anlamına gelir" +"Soğutma plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool Plate " +"üzerine yazdırmayı desteklemediği anlamına gelir" msgid "Engineering plate" msgstr "Mühendislik plakası" @@ -8103,16 +8078,16 @@ msgstr "\"%1%\" ön ayarı aşağıdaki kaydedilmemiş değişiklikleri içeriyo #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new printer profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" is not compatible with the new printer profile and it contains " +"the following unsaved changes:" msgstr "" "Ön ayar \"%1%\", yeni yazıcı profiliyle uyumlu değil ve aşağıdaki " "kaydedilmemiş değişiklikleri içeriyor:" #, boost-format msgid "" -"Preset \"%1%\" is not compatible with the new process profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" is not compatible with the new process profile and it contains " +"the following unsaved changes:" msgstr "" "Ön ayar \"%1%\", yeni işlem profiliyle uyumlu değil ve aşağıdaki " "kaydedilmemiş değişiklikleri içeriyor:" @@ -8146,8 +8121,8 @@ msgid "" "the modified values to the new project" msgstr "" "\n" -"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri " -"yeni projeye aktarmayı seçebilirsiniz." +"Değiştirdiğiniz ön ayar değerlerini atabilir veya değiştirilen değerleri yeni " +"projeye aktarmayı seçebilirsiniz." msgid "Extruders count" msgstr "Ekstruder sayısı" @@ -8171,19 +8146,19 @@ msgstr "" msgid "" "Transfer the selected options from left preset to the right.\n" -"Note: New modified presets will be selected in settings tabs after close " -"this dialog." +"Note: New modified presets will be selected in settings tabs after close this " +"dialog." msgstr "" "Seçilen seçenekleri sol ön ayardan sağa aktarın.\n" -"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde " -"değiştirilen yeni ön ayarlar seçilecektir." +"Not: Bu iletişim kutusunu kapattıktan sonra ayarlar sekmelerinde değiştirilen " +"yeni ön ayarlar seçilecektir." msgid "Transfer values from left to right" msgstr "Değerleri soldan sağa aktarın" msgid "" -"If enabled, this dialog can be used for transfer selected values from left " -"to right preset." +"If enabled, this dialog can be used for transfer selected values from left to " +"right preset." msgstr "" "Etkinleştirilirse, bu iletişim kutusu seçilen değerleri soldan sağa ön ayara " "aktarmak için kullanılabilir." @@ -8324,11 +8299,11 @@ msgstr "Sıkıştırma özelleştirme" msgid "" "Ramming denotes the rapid extrusion just before a tool change in a single-" -"extruder MM printer. Its purpose is to properly shape the end of the " -"unloaded filament so it does not prevent insertion of the new filament and " -"can itself be reinserted later. This phase is important and different " -"materials can require different extrusion speeds to get the good shape. For " -"this reason, the extrusion rates during ramming are adjustable.\n" +"extruder MM printer. Its purpose is to properly shape the end of the unloaded " +"filament so it does not prevent insertion of the new filament and can itself " +"be reinserted later. This phase is important and different materials can " +"require different extrusion speeds to get the good shape. For this reason, " +"the extrusion rates during ramming are adjustable.\n" "\n" "This is an expert-level setting, incorrect adjustment will likely lead to " "jams, extruder wheel grinding into filament etc." @@ -8413,15 +8388,15 @@ msgstr "" "‘Windows Media Player’ı etkinleştirmek istiyor musunuz?" msgid "" -"BambuSource has not correctly been registered for media playing! Press Yes " -"to re-register it. You will be promoted twice" +"BambuSource has not correctly been registered for media playing! Press Yes to " +"re-register it. You will be promoted twice" msgstr "" "BambuSource medya oynatımı için doğru şekilde kaydedilmemiş! Yeniden " "kaydetmek için Evet’e basın." msgid "" -"Missing BambuSource component registered for media playing! Please re-" -"install BambuStutio or seek after-sales help." +"Missing BambuSource component registered for media playing! Please re-install " +"BambuStutio or seek after-sales help." msgstr "" "Medya oynatma için kayıtlı BambuSource bileşeni eksik! Lütfen BambuStutio’yu " "yeniden yükleyin veya satış sonrası yardım isteyin." @@ -8434,9 +8409,9 @@ msgstr "" "çalışmayabilir! Düzeltmek için Evet’e basın." msgid "" -"Your system is missing H.264 codecs for GStreamer, which are required to " -"play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-" -"libav packages, then restart Orca Slicer?)" +"Your system is missing H.264 codecs for GStreamer, which are required to play " +"video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-libav " +"packages, then restart Orca Slicer?)" msgstr "" "Sisteminizde video oynatmak için gerekli olan GStreamer H.264 codec " "bileşenleri eksik. (gstreamer1.0-plugins-bad veya gstreamer1.0-libav " @@ -8731,8 +8706,8 @@ msgstr "Ağ eklentisi güncellemesi" msgid "" "Click OK to update the Network plug-in when Orca Slicer launches next time." msgstr "" -"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek " -"için Tamam'a tıklayın." +"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek için " +"Tamam'a tıklayın." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" @@ -8789,8 +8764,7 @@ msgstr "Nozulu Onaylayın ve Güncelleyin" msgid "LAN Connection Failed (Sending print file)" msgstr "LAN Bağlantısı Başarısız (Yazdırma dosyası gönderiliyor)" -msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." +msgid "Step 1, please confirm Orca Slicer and your printer are in the same LAN." msgstr "" "Adım 1, lütfen Orca Slicer ile yazıcınızın aynı LAN'da olduğunu doğrulayın." @@ -8859,8 +8833,8 @@ msgid "Updating successful" msgstr "Güncelleme başarılı" msgid "" -"Are you sure you want to update? This will take about 10 minutes. Do not " -"turn off the power while the printer is updating." +"Are you sure you want to update? This will take about 10 minutes. Do not turn " +"off the power while the printer is updating." msgstr "" "Güncellemek istediğinizden emin misiniz? Bu yaklaşık 10 dakika sürecektir. " "Yazıcı güncellenirken gücü kapatmayın." @@ -8879,10 +8853,9 @@ msgid "" "printing. Do you want to update now? You can also update later on printer or " "update next time starting Orca." msgstr "" -"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme " -"yapılması gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra " -"yazıcıda güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda " -"güncelleyebilirsiniz." +"Ürün yazılımı sürümü anormal. Yazdırmadan önce onarım ve güncelleme yapılması " +"gerekir. Şimdi güncellemek istiyor musunuz? Ayrıca daha sonra yazıcıda " +"güncelleyebilir veya stüdyoyu bir sonraki başlatışınızda güncelleyebilirsiniz." msgid "Extension Board" msgstr "Uzatma Kartı" @@ -9034,8 +9007,8 @@ msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" " msgstr "%1% çizgi genişliği hesaplanamadı. \"%2%\" değeri alınamıyor " msgid "" -"Invalid spacing supplied to Flow::with_spacing(), check your layer height " -"and extrusion width" +"Invalid spacing supplied to Flow::with_spacing(), check your layer height and " +"extrusion width" msgstr "" "Flow::with_spacing()'e sağlanan geçersiz boşluk, kat yüksekliğinizi ve " "ekstrüzyon genişliğinizi kontrol edin" @@ -9168,8 +9141,8 @@ msgstr " dışlama alanına çok yakın ve çarpışmalara neden olacak.\n" msgid "" "Can not print multiple filaments which have large difference of temperature " -"together. Otherwise, the extruder and nozzle may be blocked or damaged " -"during printing" +"together. Otherwise, the extruder and nozzle may be blocked or damaged during " +"printing" msgstr "" "Birlikte büyük sıcaklık farkına sahip birden fazla filament basılamaz. Aksi " "takdirde baskı sırasında ekstruder ve nozul tıkanabilir veya hasar görebilir" @@ -9188,8 +9161,8 @@ msgid "" "Please select \"By object\" print sequence to print multiple objects in " "spiral vase mode." msgstr "" -"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye göre" -"\" yazdırma sırasını seçin." +"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye " +"göre\" yazdırma sırasını seçin." msgid "" "The spiral vase mode does not work when an object contains more than one " @@ -9202,8 +9175,8 @@ msgstr "%1% nesnesi maksimum yapı hacmi yüksekliğini aşıyor." #, boost-format msgid "" -"While the object %1% itself fits the build volume, its last layer exceeds " -"the maximum build volume height." +"While the object %1% itself fits the build volume, its last layer exceeds the " +"maximum build volume height." msgstr "" "%1% nesnesinin kendisi yapı hacmine uysa da, son katmanı maksimum yapı hacmi " "yüksekliğini aşıyor." @@ -9232,8 +9205,7 @@ msgstr "" "Temizleme Kulesi şu anda yalnızca ilgili ekstruder adreslemesiyle " "desteklenmektedir (use_relative_e_distances=1)." -msgid "" -"Ooze prevention is currently not supported with the prime tower enabled." +msgid "Ooze prevention is currently not supported with the prime tower enabled." msgstr "Sızıntı önleme şu anda ana kule etkinken desteklenmemektedir." msgid "" @@ -9250,8 +9222,8 @@ msgid "" "The prime tower is not supported when adaptive layer height is on. It " "requires that all objects have the same layer height." msgstr "" -"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm " -"nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir." +"Uyarlanabilir katman yüksekliği açıkken ana kule desteklenmez. Tüm nesnelerin " +"aynı katman yüksekliğine sahip olmasını gerektirir." msgid "The prime tower requires \"support gap\" to be multiple of layer height" msgstr "" @@ -9259,12 +9231,11 @@ msgstr "" msgid "The prime tower requires that all objects have the same layer heights" msgstr "" -"Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını " -"gerektirir" +"Prime tower, tüm nesnelerin aynı katman yüksekliğine sahip olmasını gerektirir" msgid "" -"The prime tower requires that all objects are printed over the same number " -"of raft layers" +"The prime tower requires that all objects are printed over the same number of " +"raft layers" msgstr "" "Ana kule, tüm nesnelerin aynı sayıda sal katmanı üzerine yazdırılmasını " "gerektirir" @@ -9277,8 +9248,8 @@ msgstr "" "gerektirir." msgid "" -"The prime tower is only supported if all objects have the same variable " -"layer height" +"The prime tower is only supported if all objects have the same variable layer " +"height" msgstr "" "Prime tower yalnızca tüm nesnelerin aynı değişken katman yüksekliğine sahip " "olması durumunda desteklenir" @@ -9292,8 +9263,7 @@ msgstr "Çok büyük çizgi genişliği" msgid "" "The prime tower requires that support has the same layer height with object." msgstr "" -"Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip " -"olmalıdır." +"Prime kulesi için, destek, nesne ile aynı katman yüksekliğine sahip olmalıdır." msgid "" "Organic support tree tip diameter must not be smaller than support material " @@ -9306,8 +9276,8 @@ msgid "" "Organic support branch diameter must not be smaller than 2x support material " "extrusion width." msgstr "" -"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 " -"katından daha küçük olamaz." +"Organik destek dalı çapı, destek malzemesi ekstrüzyon genişliğinin 2 katından " +"daha küçük olamaz." msgid "" "Organic support branch diameter must not be smaller than support tree tip " @@ -9324,20 +9294,20 @@ msgid "Layer height cannot exceed nozzle diameter" msgstr "Katman yüksekliği nozul çapını aşamaz" msgid "" -"Relative extruder addressing requires resetting the extruder position at " -"each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " +"Relative extruder addressing requires resetting the extruder position at each " +"layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " "layer_gcode." msgstr "" -"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek " -"için her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. " -"Layer_gcode'a \"G92 E0\" ekleyin." +"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek için " +"her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. Layer_gcode'a " +"\"G92 E0\" ekleyin." msgid "" "\"G92 E0\" was found in before_layer_gcode, which is incompatible with " "absolute extruder addressing." msgstr "" -"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder " -"adreslemeyle uyumsuzdu." +"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder adreslemeyle " +"uyumsuzdu." msgid "" "\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " @@ -9376,8 +9346,8 @@ msgid "" "(machine_max_acceleration_extruding).\n" "Orca will automatically cap the acceleration speed to ensure it doesn't " "surpass the printer's capabilities.\n" -"You can adjust the machine_max_acceleration_extruding value in your " -"printer's configuration to get higher speeds." +"You can adjust the machine_max_acceleration_extruding value in your printer's " +"configuration to get higher speeds." msgstr "" "Hızlanma ayarı yazıcının maksimum hızlanmasını aşıyor " "(machine_max_acceleration_extruding).\n" @@ -9438,8 +9408,7 @@ msgid "Elephant foot compensation" msgstr "Fil ayağı telafi oranı" msgid "" -"Shrink the initial layer on build plate to compensate for elephant foot " -"effect" +"Shrink the initial layer on build plate to compensate for elephant foot effect" msgstr "" "Fil ayağı etkisini telafi etmek için baskı plakasındaki ilk katmanı küçültün" @@ -9498,15 +9467,15 @@ msgid "" "Orca Slicer can upload G-code files to a printer host. This field should " "contain the hostname, IP address or URL of the printer host instance. Print " "host behind HAProxy with basic auth enabled can be accessed by putting the " -"user name and password into the URL in the following format: https://" -"username:password@your-octopi-address/" +"user name and password into the URL in the following format: https://username:" +"password@your-octopi-address/" msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan, yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini " -"veya URL'sini içermelidir. Temel kimlik doğrulamanın etkin olduğu " -"HAProxy'nin arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve " -"parolanın aşağıdaki biçimdeki URL'ye girilmesiyle erişilebilir: https://" -"username:password@your-octopi-address/" +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan, yazıcı ana bilgisayar örneğinin ana bilgisayar adını, IP adresini veya " +"URL'sini içermelidir. Temel kimlik doğrulamanın etkin olduğu HAProxy'nin " +"arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve parolanın aşağıdaki " +"biçimdeki URL'ye girilmesiyle erişilebilir: https://username:password@your-" +"octopi-address/" msgid "Device UI" msgstr "Cihaz kullanıcı arayüzü" @@ -9514,8 +9483,7 @@ msgstr "Cihaz kullanıcı arayüzü" msgid "" "Specify the URL of your device user interface if it's not same as print_host" msgstr "" -"Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini " -"belirtin" +"Print_Host ile aynı değilse cihazınızın kullanıcı arayüzünün URL'sini belirtin" msgid "API Key / Password" msgstr "API Anahtarı / Şifre" @@ -9524,9 +9492,8 @@ msgid "" "Orca Slicer can upload G-code files to a printer host. This field should " "contain the API Key or the password required for authentication." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan, kimlik doğrulama için gereken API Anahtarını veya şifreyi " -"içermelidir." +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan, kimlik doğrulama için gereken API Anahtarını veya şifreyi içermelidir." msgid "Name of the printer" msgstr "Yazıcı adı" @@ -9536,8 +9503,8 @@ msgstr "HTTPS CA Dosyası" msgid "" "Custom CA certificate file can be specified for HTTPS OctoPrint connections, " -"in crt/pem format. If left blank, the default OS CA certificate repository " -"is used." +"in crt/pem format. If left blank, the default OS CA certificate repository is " +"used." msgstr "" "HTTPS OctoPrint bağlantıları için crt/pem formatında özel CA sertifika " "dosyası belirtilebilir. Boş bırakılırsa varsayılan OS CA sertifika deposu " @@ -9588,10 +9555,10 @@ msgid "" "either as an absolute value or as percentage (for example 50%) of a direct " "travel path. Zero to disable" msgstr "" -"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma " -"mesafesi bu değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer " -"olarak veya doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak " -"belirtilebilir. Devre dışı bırakmak için sıfır" +"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma mesafesi " +"bu değerden büyükse yoldan sapmayın. Yol uzunluğu, mutlak bir değer olarak " +"veya doğrudan seyahat yolunun yüzdesi (örneğin %50) olarak belirtilebilir. " +"Devre dışı bırakmak için sıfır" msgid "mm or %" msgstr "mm veya %" @@ -9600,8 +9567,8 @@ msgid "Other layers" msgstr "Diğer katmanlar" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Cool Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Cool Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " "Cool Plate üzerine yazdırmayı desteklemediği anlamına gelir" @@ -9610,22 +9577,22 @@ msgid "°C" msgstr "°C" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Engineering Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Engineering Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. Değer 0, filamentin " "Mühendislik Plakasına yazdırmayı desteklemediği anlamına gelir" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the High Temp Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the High Temp Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 değeri, filamentin " "Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Textured PEI Plate" +"Bed temperature for layers except the initial one. Value 0 means the filament " +"does not support to print on the Textured PEI Plate" msgstr "" "İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin " "Dokulu PEI Plaka üzerine yazdırmayı desteklemediği anlamına gelir" @@ -9707,11 +9674,11 @@ msgid "" "The number of bottom solid layers is increased when slicing if the thickness " "calculated by bottom shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determained by " -"bottom shell layers" +"is disabled and thickness of bottom shell is absolutely determained by bottom " +"shell layers" msgstr "" -"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " -"ise dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman " +"Alt kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " +"dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman " "yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " "ayarın devre dışı olduğu ve alt kabuğun kalınlığının mutlaka alt kabuk " "katmanları tarafından belirlendiği anlamına gelir" @@ -9725,8 +9692,7 @@ msgid "" "\n" "Options:\n" "1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n" -"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces " -"only\n" +"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces only\n" "3. Nowhere: Disables gap fill\n" msgstr "" "Seçilen yüzeyler için boşluk doldurmayı etkinleştirir. Doldurulacak minimum " @@ -9752,19 +9718,19 @@ msgid "Force cooling for overhang and bridge" msgstr "Çıkıntı ve köprüler için soğutmayı zorla" msgid "" -"Enable this option to optimize part cooling fan speed for overhang and " -"bridge to get better cooling" +"Enable this option to optimize part cooling fan speed for overhang and bridge " +"to get better cooling" msgstr "" -"Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma " -"fanı hızını optimize etmek amacıyla bu seçeneği etkinleştirin" +"Daha iyi soğutma elde etmek amacıyla çıkıntı ve köprü için parça soğutma fanı " +"hızını optimize etmek amacıyla bu seçeneği etkinleştirin" msgid "Fan speed for overhang" msgstr "Çıkıntılar için fan hızı" msgid "" -"Force part cooling fan to be this speed when printing bridge or overhang " -"wall which has large overhang degree. Forcing cooling for overhang and " -"bridge can get better quality for these part" +"Force part cooling fan to be this speed when printing bridge or overhang wall " +"which has large overhang degree. Forcing cooling for overhang and bridge can " +"get better quality for these part" msgstr "" "Çıkıntı derecesi büyük olan köprü veya çıkıntılı duvara baskı yaparken parça " "soğutma fanını bu hızda olmaya zorlayın. Çıkıntı ve köprü için soğutmayı " @@ -9776,9 +9742,9 @@ msgstr "Çıkıntı soğutması" #, c-format msgid "" "Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicides how much width " -"of the line without support from lower layer. 0% means forcing cooling for " -"all outer wall no matter how much overhang degree" +"exceeds this value. Expressed as percentage which indicides how much width of " +"the line without support from lower layer. 0% means forcing cooling for all " +"outer wall no matter how much overhang degree" msgstr "" "Yazdırılan parçanın çıkıntı derecesi bu değeri aştığında soğutma fanını " "belirli bir hıza zorlar. Alt katmandan destek almadan çizginin ne kadar " @@ -9812,8 +9778,8 @@ msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " "material for bridge, to improve sag" msgstr "" -"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu " -"değeri biraz azaltın (örneğin 0,9)" +"Köprü için malzeme miktarını azaltmak ve sarkmayı iyileştirmek için bu değeri " +"biraz azaltın (örneğin 0,9)" msgid "Internal bridge flow ratio" msgstr "İç köprü akış oranı" @@ -9881,11 +9847,11 @@ msgid "" "on the next layer, like letters. Set this setting to 0 to remove these " "artifacts." msgstr "" -"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından " -"kaplıysa layer genişliği bu değerin altında olan bir üst katman olarak " +"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından kaplıysa " +"layer genişliği bu değerin altında olan bir üst katman olarak " "değerlendirilmeyecek. Yalnızca çevrelerle kaplanması gereken yüzeyde 'bir " -"çevre üstte' tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya " -"a % çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" +"çevre üstte' tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya a " +"% çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" "Uyarı: Etkinleştirilirse bir sonraki katmanda harfler gibi bazı ince " "özelliklerin olması durumunda yapay yapılar oluşturulabilir. Bu yapıları " "kaldırmak için bu ayarı 0 olarak ayarlayın." @@ -9917,9 +9883,9 @@ msgid "Overhang reversal" msgstr "Çıkıntıyı tersine çevir" msgid "" -"Extrude perimeters that have a part over an overhang in the reverse " -"direction on odd layers. This alternating pattern can drastically improve " -"steep overhangs.\n" +"Extrude perimeters that have a part over an overhang in the reverse direction " +"on odd layers. This alternating pattern can drastically improve steep " +"overhangs.\n" "\n" "This setting can also help reduce part warping due to the reduction of " "stresses in the part walls." @@ -9941,8 +9907,7 @@ msgid "" "alternating directions. This should reduce part warping while also " "maintaining external wall quality. This feature can be very useful for warp " "prone material, like ABS/ASA, and also for elastic filaments, like TPU and " -"Silk PLA. It can also help reduce warping on floating regions over " -"supports.\n" +"Silk PLA. It can also help reduce warping on floating regions over supports.\n" "\n" "For this setting to be the most effective, it is recomended to set the " "Reverse Threshold to 0 so that all internal walls print in alternating " @@ -9974,8 +9939,7 @@ msgstr "" "Bu seçenek, havşa delikleri için köprüler oluşturarak bunların desteksiz " "yazdırılmasına olanak tanır. Mevcut modlar şunları içerir:\n" "1. Yok: Köprü oluşturulmaz.\n" -"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı " -"köprülenecek.\n" +"2. Kısmen Köprülendi: Desteklenmeyen alanın yalnızca bir kısmı köprülenecek.\n" "3. Feda Katman: Tam bir feda köprü katmanı oluşturulur." msgid "Partially bridged" @@ -10095,8 +10059,8 @@ msgid "Brim ear detection radius" msgstr "Kenar kulak algılama yarıçapı" msgid "" -"The geometry will be decimated before dectecting sharp angles. This " -"parameter indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This parameter " +"indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" "Keskin açılar tespit edilmeden önce geometrinin büyük bir kısmı yok " @@ -10145,10 +10109,10 @@ msgid "" "that layer can be cooled for longer time. This can improve the cooling " "quality for needle and small details" msgstr "" -"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi " -"eşiğinden kısa olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için " -"bu seçeneği etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, " -"iğne ve küçük detaylar için soğutma kalitesini artırabilir" +"Son katman süresinin \"Maksimum fan hızı eşiği\"ndeki katman süresi eşiğinden " +"kısa olmamasını sağlamak amacıyla yazdırma hızını yavaşlatmak için bu " +"seçeneği etkinleştirin, böylece katman daha uzun süre soğutulabilir. Bu, iğne " +"ve küçük detaylar için soğutma kalitesini artırabilir" msgid "Normal printing" msgstr "Normal baskı" @@ -10157,8 +10121,7 @@ msgid "" "The default acceleration of both normal printing and travel except initial " "layer" msgstr "" -"İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan " -"ivmesi" +"İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan ivmesi" msgid "mm/s²" msgstr "mm/s²" @@ -10202,8 +10165,8 @@ msgid "" "Close all cooling fan for the first certain layers. Cooling fan of the first " "layer used to be closed to get better build plate adhesion" msgstr "" -"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı " -"plakası yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı" +"İlk belirli katmanlar için tüm soğutma fanını kapatın. Daha iyi baskı plakası " +"yapışması sağlamak için ilk katmanın soğutma fanı kapatılırdı" msgid "Don't support bridges" msgstr "Köprülerde destek olmasın" @@ -10244,8 +10207,8 @@ msgid "Don't filter out small internal bridges (beta)" msgstr "Küçük iç köprüleri filtrelemeyin (deneysel)" msgid "" -"This option can help reducing pillowing on top surfaces in heavily slanted " -"or curved models.\n" +"This option can help reducing pillowing on top surfaces in heavily slanted or " +"curved models.\n" "\n" "By default, small internal bridges are filtered out and the internal solid " "infill is printed directly over the sparse infill. This works well in most " @@ -10260,16 +10223,16 @@ msgid "" "unsupported internal solid infill. The options below control the amount of " "filtering, i.e. the amount of internal bridges created.\n" "\n" -"Disabled - Disables this option. This is the default behaviour and works " -"well in most cases.\n" +"Disabled - Disables this option. This is the default behaviour and works well " +"in most cases.\n" "\n" "Limited filtering - Creates internal bridges on heavily slanted surfaces, " -"while avoiding creating uncessesary interal bridges. This works well for " -"most difficult models.\n" +"while avoiding creating uncessesary interal bridges. This works well for most " +"difficult models.\n" "\n" -"No filtering - Creates internal bridges on every potential internal " -"overhang. This option is useful for heavily slanted top surface models. " -"However, in most cases it creates too many unecessary bridges." +"No filtering - Creates internal bridges on every potential internal overhang. " +"This option is useful for heavily slanted top surface models. However, in " +"most cases it creates too many unecessary bridges." msgstr "" "Bu seçenek, aşırı eğimli veya kavisli modellerde üst yüzeylerdeki " "yastıklamanın azaltılmasına yardımcı olabilir.\n" @@ -10421,8 +10384,8 @@ msgid "" "Speed of outer wall which is outermost and visible. It's used to be slower " "than inner wall speed to get better quality." msgstr "" -"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek " -"için iç duvar hızından daha yavaş olması kullanılır." +"En dışta görünen ve görünen dış duvarın hızı. Daha iyi kalite elde etmek için " +"iç duvar hızından daha yavaş olması kullanılır." msgid "Small perimeters" msgstr "Küçük çevre (perimeter)" @@ -10451,8 +10414,8 @@ msgstr "Duvar baskı sırası" msgid "" "Print sequence of the internal (inner) and external (outer) walls. \n" "\n" -"Use Inner/Outer for best overhangs. This is because the overhanging walls " -"can adhere to a neighouring perimeter while printing. However, this option " +"Use Inner/Outer for best overhangs. This is because the overhanging walls can " +"adhere to a neighouring perimeter while printing. However, this option " "results in slightly reduced surface quality as the external perimeter is " "deformed by being squashed to the internal perimeter.\n" "\n" @@ -10483,14 +10446,14 @@ msgstr "" "kalitesi ve boyutsal doğruluk için İç/Dış/İç seçeneğini kullanın. Ancak, dış " "duvarın üzerine baskı yapılacak bir iç çevre olmadığından sarkma performansı " "düşecektir. Bu seçenek, önce 3. çevreden itibaren iç duvarları, ardından dış " -"çevreyi ve son olarak da birinci iç çevreyi yazdırdığından etkili olması " -"için en az 3 duvar gerektirir. Bu seçenek çoğu durumda Dış/İç seçeneğine " -"karşı önerilir. \n" +"çevreyi ve son olarak da birinci iç çevreyi yazdırdığından etkili olması için " +"en az 3 duvar gerektirir. Bu seçenek çoğu durumda Dış/İç seçeneğine karşı " +"önerilir. \n" "\n" "İç/Dış/İç seçeneğinin aynı dış duvar kalitesi ve boyutsal doğruluk " "avantajları için Dış/İç seçeneğini kullanın. Bununla birlikte, yeni bir " -"katmanın ilk ekstrüzyonu görünür bir yüzey üzerinde başladığından z " -"dikişleri daha az tutarlı görünecektir.\n" +"katmanın ilk ekstrüzyonu görünür bir yüzey üzerinde başladığından z dikişleri " +"daha az tutarlı görünecektir.\n" "\n" " " @@ -10512,9 +10475,9 @@ msgid "" "\n" "Printing infill first may help with extreme overhangs as the walls have the " "neighbouring infill to adhere to. However, the infill will slighly push out " -"the printed walls where it is attached to them, resulting in a worse " -"external surface finish. It can also cause the infill to shine through the " -"external surfaces of the part." +"the printed walls where it is attached to them, resulting in a worse external " +"surface finish. It can also cause the infill to shine through the external " +"surfaces of the part." msgstr "" "Duvar/dolgu sırası. Onay kutusu işaretlenmediğinde duvarlar önce yazdırılır, " "bu çoğu durumda en iyi şekilde çalışır.\n" @@ -10532,8 +10495,8 @@ msgid "" "The direction which the wall loops are extruded when looking down from the " "top.\n" "\n" -"By default all walls are extruded in counter-clockwise, unless Reverse on " -"odd is enabled. Set this to any option other than Auto will force the wall " +"By default all walls are extruded in counter-clockwise, unless Reverse on odd " +"is enabled. Set this to any option other than Auto will force the wall " "direction regardless of the Reverse on odd.\n" "\n" "This option will be disabled if sprial vase mode is enabled." @@ -10541,8 +10504,8 @@ msgstr "" "Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı yön.\n" "\n" "Tek sayıyı ters çevir seçeneği etkinleştirilmedikçe, varsayılan olarak tüm " -"duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında " -"herhangi bir seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü " +"duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik dışında herhangi " +"bir seçeneğe ayarlayın, Ters açıklığa bakılmaksızın duvar yönünü " "zorlayacaktır.\n" "\n" "Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır." @@ -10570,8 +10533,8 @@ msgid "" "Distance of the nozzle tip to the lid. Used for collision avoidance in by-" "object printing." msgstr "" -"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı " -"önlemek için kullanılır." +"Nozul ucunun kapağa olan mesafesi. Nesneye göre yazdırmada çarpışmayı önlemek " +"için kullanılır." msgid "" "Clearance radius around extruder. Used for collision avoidance in by-object " @@ -10594,20 +10557,19 @@ msgid "" "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " "maximum points of the bed mesh should be set appropriately. OrcaSlicer " -"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " -"exceed these min/max points. This information can usually be obtained from " -"your printer manufacturer. The default setting is (-99999, -99999), which " -"means there are no limits, thus allowing probing across the entire bed." +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed " +"these min/max points. This information can usually be obtained from your " +"printer manufacturer. The default setting is (-99999, -99999), which means " +"there are no limits, thus allowing probing across the entire bed." msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob " -"XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " -"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve " -"maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " -"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " -"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " -"edinilebilir. Varsayılan ayar (-99999, -99999) şeklindedir; bu, herhangi bir " -"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " -"izin verilir." +"Bu seçenek, izin verilen yatak ağ alanı için minimum noktayı ayarlar. Prob XY " +"ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " +"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve maksimum " +"noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/" +"adaptive_bed_mesh_max değerlerinin bu min/maks noktalarını aşmamasını sağlar. " +"Bu bilgi genellikle yazıcınızın üreticisinden edinilebilir. Varsayılan ayar " +"(-99999, -99999) şeklindedir; bu, herhangi bir sınırın olmadığı anlamına " +"gelir, dolayısıyla yatağın tamamında problamaya izin verilir." msgid "Bed mesh max" msgstr "Maksimum yatak ağı" @@ -10617,20 +10579,19 @@ msgid "" "probe's XY offset, most printers are unable to probe the entire bed. To " "ensure the probe point does not go outside the bed area, the minimum and " "maximum points of the bed mesh should be set appropriately. OrcaSlicer " -"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not " -"exceed these min/max points. This information can usually be obtained from " -"your printer manufacturer. The default setting is (99999, 99999), which " -"means there are no limits, thus allowing probing across the entire bed." +"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed " +"these min/max points. This information can usually be obtained from your " +"printer manufacturer. The default setting is (99999, 99999), which means " +"there are no limits, thus allowing probing across the entire bed." msgstr "" -"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. " -"Probun XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob " -"noktasının yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum " -"ve maksimum noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, " -"adaptive_bed_mesh_min/adaptive_bed_mesh_max değerlerinin bu min/maks " -"noktalarını aşmamasını sağlar. Bu bilgi genellikle yazıcınızın üreticisinden " -"edinilebilir. Varsayılan ayar (99999, 99999) şeklindedir; bu, herhangi bir " -"sınırın olmadığı anlamına gelir, dolayısıyla yatağın tamamında problamaya " -"izin verilir." +"Bu seçenek, izin verilen yatak ağ alanı için maksimum noktayı ayarlar. Probun " +"XY ofseti nedeniyle çoğu yazıcı yatağın tamamını tarayamaz. Prob noktasının " +"yatak alanı dışına çıkmamasını sağlamak için yatak ağının minimum ve maksimum " +"noktaları uygun şekilde ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/" +"adaptive_bed_mesh_max değerlerinin bu min/maks noktalarını aşmamasını sağlar. " +"Bu bilgi genellikle yazıcınızın üreticisinden edinilebilir. Varsayılan ayar " +"(99999, 99999) şeklindedir; bu, herhangi bir sınırın olmadığı anlamına gelir, " +"dolayısıyla yatağın tamamında problamaya izin verilir." msgid "Probe point distance" msgstr "Prob noktası mesafesi" @@ -10647,8 +10608,8 @@ msgid "Mesh margin" msgstr "Yatak ağı boşluğu" msgid "" -"This option determines the additional distance by which the adaptive bed " -"mesh area should be expanded in the XY directions." +"This option determines the additional distance by which the adaptive bed mesh " +"area should be expanded in the XY directions." msgstr "" "Bu seçenek, uyarlanabilir yatak ağ alanının XY yönlerinde genişletilmesi " "gereken ek mesafeyi belirler." @@ -10668,9 +10629,9 @@ msgstr "Akış oranı" msgid "" "The material may have volumetric change after switching between molten state " "and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow" +"filament in gcode proportionally. Recommended value range is between 0.95 and " +"1.05. Maybe you can tune this value to get nice flat surface when there has " +"slight overflow or underflow" msgstr "" "Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " "değişime sahip olabilir. Bu ayar, bu filamentin gcode'daki tüm ekstrüzyon " @@ -10692,8 +10653,8 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "Basınç avansı (Klipper) Doğrusal ilerleme faktörü (Marlin)" msgid "" -"Default line width if other line widths are set to 0. If expressed as a %, " -"it will be computed over the nozzle diameter." +"Default line width if other line widths are set to 0. If expressed as a %, it " +"will be computed over the nozzle diameter." msgstr "" "Diğer çizgi genişlikleri 0'a ayarlanmışsa varsayılan çizgi genişliği. % " "olarak ifade edilirse nozul çapı üzerinden hesaplanacaktır." @@ -10702,8 +10663,8 @@ msgid "Keep fan always on" msgstr "Fanı her zaman açık tut" msgid "" -"If enable this setting, part cooling fan will never be stoped and will run " -"at least at minimum speed to reduce the frequency of starting and stoping" +"If enable this setting, part cooling fan will never be stoped and will run at " +"least at minimum speed to reduce the frequency of starting and stoping" msgstr "" "Bu ayarı etkinleştirirseniz, parça soğutma fanı hiçbir zaman durdurulmayacak " "ve başlatma ve durdurma sıklığını azaltmak için en azından minimum hızda " @@ -10805,7 +10766,7 @@ msgstr "" "önemlidir ve doğru olmalıdır" msgid "Pellet flow coefficient" -msgstr "" +msgstr "Pelet akış katsayısı" msgid "" "Pellet flow coefficient is emperically derived and allows for volume " @@ -10816,6 +10777,13 @@ msgid "" "\n" "filament_diameter = sqrt( (4 * pellet_flow_coefficient) / PI )" msgstr "" +"Pelet akış katsayısı ampirik olarak türetilir ve pelet yazıcıları için hacim " +"hesaplamasına olanak tanır.\n" +"\n" +"Dahili olarak filament_çapına dönüştürülür. Diğer tüm hacim hesaplamaları " +"aynı kalır.\n" +"\n" +"filament_çapı = sqrt( (4 * pellet_akış_katsayısı) / PI )" msgid "Shrinkage" msgstr "Büzüşme" @@ -10828,11 +10796,11 @@ msgid "" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" -"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine " -"94 mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. " +"Filamentin soğuduktan sonra alacağı büzülme yüzdesini girin (100 mm yerine 94 " +"mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. " "Yalnızca çevre için kullanılan filament dikkate alınır.\n" -"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli " -"boşluk bıraktığınızdan emin olun." +"Bu telafi kontrollerden sonra yapıldığından, nesneler arasında yeterli boşluk " +"bıraktığınızdan emin olun." msgid "Loading speed" msgstr "Yükleme hızı" @@ -10883,8 +10851,8 @@ msgid "" "Filament is cooled by being moved back and forth in the cooling tubes. " "Specify desired number of these moves." msgstr "" -"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. " -"Bu sayısını belirtin." +"Filament, soğutma tüpleri içinde ileri geri hareket ettirilerek soğutulur. Bu " +"sayısını belirtin." msgid "Speed of the first cooling move" msgstr "İlk soğutma hareketi hızı" @@ -10898,9 +10866,9 @@ msgstr "Silme kulesi üzerinde minimum boşaltım" msgid "" "After a tool change, the exact position of the newly loaded filament inside " "the nozzle may not be known, and the filament pressure is likely not yet " -"stable. Before purging the print head into an infill or a sacrificial " -"object, Orca Slicer will always prime this amount of material into the wipe " -"tower to produce successive infill or sacrificial object extrusions reliably." +"stable. Before purging the print head into an infill or a sacrificial object, " +"Orca Slicer will always prime this amount of material into the wipe tower to " +"produce successive infill or sacrificial object extrusions reliably." msgstr "" "Bir takım değişiminden sonra, yeni yüklenen filamentin nozul içindeki kesin " "konumu bilinmeyebilir ve filament basıncı muhtemelen henüz stabil değildir. " @@ -10917,13 +10885,12 @@ msgstr "Soğutma hareketleri bu hıza doğru giderek hızlanır." msgid "" "Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." +"filament during a tool change (when executing the T code). This time is added " +"to the total print time by the G-code time estimator." msgstr "" "Yazıcı donanım yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım " -"değişikliği sırasında (T kodu yürütülürken) yeni bir filament yükleme " -"süresi. Bu süre, G kodu zaman tahmincisi tarafından toplam baskı süresine " -"eklenir." +"değişikliği sırasında (T kodu yürütülürken) yeni bir filament yükleme süresi. " +"Bu süre, G kodu zaman tahmincisi tarafından toplam baskı süresine eklenir." msgid "Ramming parameters" msgstr "Sıkıştırma parametreleri" @@ -10937,8 +10904,8 @@ msgstr "" msgid "" "Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." +"filament during a tool change (when executing the T code). This time is added " +"to the total print time by the G-code time estimator." msgstr "" "Yazıcı ürün yazılımının (veya Çoklu Malzeme Ünitesi 2.0'ın) takım değişimi " "sırasında (T kodu yürütülürken) filamenti boşaltma süresi. Bu süre, G kodu " @@ -10986,8 +10953,7 @@ msgstr "Filament malzeme türü" msgid "Soluble material" msgstr "Çözünür malzeme" -msgid "" -"Soluble material is commonly used to print support and support interface" +msgid "Soluble material is commonly used to print support and support interface" msgstr "" "Çözünür malzeme genellikle destek ve destek arayüzünü yazdırmak için " "kullanılır" @@ -10995,8 +10961,7 @@ msgstr "" msgid "Support material" msgstr "Destek malzemesi" -msgid "" -"Support material is commonly used to print support and support interface" +msgid "Support material is commonly used to print support and support interface" msgstr "" "Destek malzemesi yaygın olarak destek ve destek arayüzünü yazdırmak için " "kullanılır" @@ -11044,8 +11009,8 @@ msgid "Solid infill direction" msgstr "Katı dolgu yönü" msgid "" -"Angle for solid infill pattern, which controls the start or main direction " -"of line" +"Angle for solid infill pattern, which controls the start or main direction of " +"line" msgstr "" "Hattın başlangıcını veya ana yönünü kontrol eden katı dolgu deseni açısı" @@ -11063,8 +11028,8 @@ msgid "" "Density of internal sparse infill, 100% turns all sparse infill into solid " "infill and internal solid infill pattern will be used" msgstr "" -"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya " -"dönüştürür ve iç katı dolgu modeli kullanılacaktır" +"İç seyrek dolgunun yoğunluğu, %100 tüm seyrek dolguyu katı dolguya dönüştürür " +"ve iç katı dolgu modeli kullanılacaktır" msgid "Sparse infill pattern" msgstr "Dolgu deseni" @@ -11112,23 +11077,22 @@ msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " "calculated over infill extrusion width. Orca Slicer tries to connect two " -"close infill lines to a short perimeter segment. If no such perimeter " -"segment shorter than infill_anchor_max is found, the infill line is " -"connected to a perimeter segment at just one side and the length of the " -"perimeter segment taken is limited to this parameter, but no longer than " -"anchor_length_max. \n" +"close infill lines to a short perimeter segment. If no such perimeter segment " +"shorter than infill_anchor_max is found, the infill line is connected to a " +"perimeter segment at just one side and the length of the perimeter segment " +"taken is limited to this parameter, but no longer than anchor_length_max. \n" "Set this parameter to zero to disable anchoring perimeters connected to a " "single infill line." msgstr "" "Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " -"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " -"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " -"çevre segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle " -"bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre " +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği " +"üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre " +"segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle bir " +"çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre " "segmentine bağlanır ve alınan çevre segmentinin uzunluğu bu parametreyle " "sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n" -"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için " -"bu parametreyi sıfıra ayarlayın." +"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için bu " +"parametreyi sıfıra ayarlayın." msgid "0 (no open anchors)" msgstr "0 (açık bağlantı yok)" @@ -11143,23 +11107,22 @@ msgid "" "Connect an infill line to an internal perimeter with a short segment of an " "additional perimeter. If expressed as percentage (example: 15%) it is " "calculated over infill extrusion width. Orca Slicer tries to connect two " -"close infill lines to a short perimeter segment. If no such perimeter " -"segment shorter than this parameter is found, the infill line is connected " -"to a perimeter segment at just one side and the length of the perimeter " -"segment taken is limited to infill_anchor, but no longer than this " -"parameter. \n" +"close infill lines to a short perimeter segment. If no such perimeter segment " +"shorter than this parameter is found, the infill line is connected to a " +"perimeter segment at just one side and the length of the perimeter segment " +"taken is limited to infill_anchor, but no longer than this parameter. \n" "If set to 0, the old algorithm for infill connection will be used, it should " "create the same result as with 1000 & 0." msgstr "" "Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye " -"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon " -"genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir " -"çevre segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre " -"segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine " -"bağlanır ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır " -"ancak bu parametreden daha uzun olamaz.\n" -"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 " -"ve 0 ile aynı sonucu oluşturmalıdır." +"bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği " +"üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre " +"segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre segmenti " +"bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine bağlanır " +"ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır ancak bu " +"parametreden daha uzun olamaz.\n" +"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 ve " +"0 ile aynı sonucu oluşturmalıdır." msgid "0 (Simple connect)" msgstr "0 (Basit bağlantı)" @@ -11177,8 +11140,8 @@ msgid "" "Acceleration of top surface infill. Using a lower value may improve top " "surface quality" msgstr "" -"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması " -"üst yüzey kalitesini iyileştirebilir" +"Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması üst " +"yüzey kalitesini iyileştirebilir" msgid "Acceleration of outer wall. Using a lower value can improve quality" msgstr "" @@ -11188,8 +11151,8 @@ msgid "" "Acceleration of bridges. If the value is expressed as a percentage (e.g. " "50%), it will be calculated based on the outer wall acceleration." msgstr "" -"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), " -"dış duvar ivmesine göre hesaplanacaktır." +"Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), dış " +"duvar ivmesine göre hesaplanacaktır." msgid "mm/s² or %" msgstr "mm/s² veya %" @@ -11226,8 +11189,7 @@ msgid "accel_to_decel" msgstr "Accel_to_decel" #, c-format, boost-format -msgid "" -"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" +msgid "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" msgstr "" "Klipper'ın max_accel_to_decel değeri ivmenin bu %%'sine göre ayarlanacak" @@ -11260,8 +11222,8 @@ msgid "Initial layer height" msgstr "Başlangıç katman yüksekliği" msgid "" -"Height of initial layer. Making initial layer height to be thick slightly " -"can improve build plate adhension" +"Height of initial layer. Making initial layer height to be thick slightly can " +"improve build plate adhension" msgstr "" "İlk katmanın yüksekliği. İlk katman yüksekliğini biraz kalın yapmak, baskı " "plakasının yapışmasını iyileştirebilir" @@ -11302,16 +11264,16 @@ msgstr "Maksimum fan hızı" 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 "" "Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan " "\"ful_fan_speed_layer\" katmanında maksimuma doğrusal olarak artırılacaktır. " -"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden " -"düşükse göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers" -"\" + 1 katmanında izin verilen maksimum hızda çalışacaktır." +"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden düşükse " +"göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers\" + 1 " +"katmanında izin verilen maksimum hızda çalışacaktır." msgid "layer" msgstr "katman" @@ -11407,11 +11369,11 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. The fitting " "tolerance is same as the resolution. \n" "\n" -"Note: For klipper machines, this option is recomended to be disabled. " -"Klipper does not benefit from arc commands as these are split again into " -"line segments by the firmware. This results in a reduction in surface " -"quality as line segments are converted to arcs by the slicer and then back " -"to line segments by the firmware." +"Note: For klipper machines, this option is recomended to be disabled. Klipper " +"does not benefit from arc commands as these are split again into line " +"segments by the firmware. This results in a reduction in surface quality as " +"line segments are converted to arcs by the slicer and then back to line " +"segments by the firmware." msgstr "" "G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu " "etkinleştirin. Montaj toleransı çözünürlükle aynıdır. \n" @@ -11448,8 +11410,8 @@ msgid "" "The metallic material of nozzle. This determines the abrasive resistance of " "nozzle, and what kind of filament can be printed" msgstr "" -"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür " -"filamentin basılabileceğini belirler" +"Nozulnin metalik malzemesi. Bu, nozulun aşınma direncini ve ne tür filamentin " +"basılabileceğini belirler" msgid "Undefine" msgstr "Tanımsız" @@ -11501,8 +11463,8 @@ msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." msgstr "Yatak şekline göre [0,1] aralığında en iyi otomatik düzenleme konumu." msgid "" -"Enable this option if machine has auxiliary part cooling fan. G-code " -"command: M106 P2 S(0-255)." +"Enable this option if machine has auxiliary part cooling fan. G-code command: " +"M106 P2 S(0-255)." msgstr "" "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin. G-code " "komut: M106 P2 S(0-255)." @@ -11545,8 +11507,8 @@ msgid "" msgstr "" "Soğutma fanını başlatmak için hedef hıza düşmeden önce bu süre boyunca " "maksimum fan hızı komutunu verin.\n" -"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın " -"daha hızlı hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" +"Bu, düşük PWM/gücün fanın durma noktasından dönmeye başlaması veya fanın daha " +"hızlı hızlanması için yetersiz olabileceği fanlar için kullanışlıdır.\n" "Devre dışı bırakmak için 0'a ayarlayın." msgid "Time cost" @@ -11589,10 +11551,10 @@ msgid "Klipper" msgstr "Klipper" msgid "Pellet Modded Printer" -msgstr "" +msgstr "Pelet Modlu Yazıcı" msgid "Enable this option if your printer uses pellets instead of filaments" -msgstr "" +msgstr "Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin" msgid "Support multi bed types" msgstr "Çoklu tabla" @@ -11606,21 +11568,20 @@ msgstr "Nesneleri etiketle" msgid "" "Enable this to add comments into the G-Code labeling print moves with what " -"object they belong to, which is useful for the Octoprint CancelObject " -"plugin. This settings is NOT compatible with Single Extruder Multi Material " -"setup and Wipe into Object / Wipe into Infill." +"object they belong to, which is useful for the Octoprint CancelObject plugin. " +"This settings is NOT compatible with Single Extruder Multi Material setup and " +"Wipe into Object / Wipe into Infill." msgstr "" "G-Code etiketleme yazdırma hareketlerine ait oldukları nesneyle ilgili " "yorumlar eklemek için bunu etkinleştirin; bu, Octoprint CancelObject " -"eklentisi için kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme " -"kurulumu ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." +"eklentisi için kullanışlıdır. Bu ayarlar Tek Ekstruder Çoklu Malzeme kurulumu " +"ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEĞİLDİR." msgid "Exclude objects" msgstr "Nesneleri hariç tut" msgid "Enable this option to add EXCLUDE OBJECT command in g-code" -msgstr "" -"G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin" +msgstr "G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneği etkinleştirin" msgid "Verbose G-code" msgstr "Ayrıntılı G kodu" @@ -11660,10 +11621,10 @@ msgstr "Dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" -"Infill area is enlarged slightly to overlap with wall for better bonding. " -"The percentage value is relative to line width of sparse infill. Set this " -"value to ~10-15% to minimize potential over extrusion and accumulation of " -"material resulting in rough top surfaces." +"Infill area is enlarged slightly to overlap with wall for better bonding. The " +"percentage value is relative to line width of sparse infill. Set this value " +"to ~10-15% to minimize potential over extrusion and accumulation of material " +"resulting in rough top surfaces." msgstr "" "Daha iyi yapışma için dolgu alanı duvarla örtüşecek şekilde hafifçe " "genişletilir. Yüzde değeri seyrek dolgunun çizgi genişliğine göredir. Aşırı " @@ -11676,8 +11637,8 @@ msgstr "Üst/Alt katı dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" "Top solid infill area is enlarged slightly to overlap with wall for better " -"bonding and to minimize the appearance of pinholes where the top infill " -"meets the walls. A value of 25-30% is a good starting point, minimising the " +"bonding and to minimize the appearance of pinholes where the top infill meets " +"the walls. A value of 25-30% is a good starting point, minimising the " "appearance of pinholes. The percentage value is relative to line width of " "sparse infill" msgstr "" @@ -11695,12 +11656,12 @@ msgstr "Arayüz kabukları" msgid "" "Force the generation of solid shells between adjacent materials/volumes. " -"Useful for multi-extruder prints with translucent materials or manual " -"soluble support material" +"Useful for multi-extruder prints with translucent materials or manual soluble " +"support material" msgstr "" "Bitişik malzemeler/hacimler arasında katı kabuk oluşumunu zorlayın. Yarı " -"saydam malzemelerle veya elle çözülebilen destek malzemesiyle çoklu " -"ekstruder baskıları için kullanışlıdır" +"saydam malzemelerle veya elle çözülebilen destek malzemesiyle çoklu ekstruder " +"baskıları için kullanışlıdır" msgid "Maximum width of a segmented region" msgstr "Bölümlere ayrılmış bir bölgenin maksimum genişliği" @@ -11715,53 +11676,62 @@ msgstr "Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği" msgid "Interlocking depth of a segmented region. Zero disables this feature." msgstr "" -"Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu " -"özelliği devre dışı bırakır." +"Bölümlere ayrılmış bir bölgenin birbirine kenetlenen derinliği. 0 bu özelliği " +"devre dışı bırakır." msgid "Use beam interlocking" -msgstr "" +msgstr "Işın kilitlemeyi kullanın" 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 "" +"Farklı filamentlerin temas ettiği yerlerde birbirine kenetlenen ışın yapısı " +"oluşturun. Bu, özellikle farklı malzemelerle basılan modeller olmak üzere " +"filamentler arasındaki yapışmayı artırır." msgid "Interlocking beam width" -msgstr "" +msgstr "Kilitli ışın genişliği" msgid "The width of the interlocking structure beams." -msgstr "" +msgstr "Birbirine kenetlenen yapı kirişlerinin genişliği." msgid "Interlocking direction" -msgstr "" +msgstr "Kilitleme yönü" msgid "Orientation of interlock beams." -msgstr "" +msgstr "Kilitleme kirişlerinin yönelimi." msgid "Interlocking beam layers" -msgstr "" +msgstr "Birbirine kenetlenen kiriş katmanları" 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 "" +"Birbirine kenetlenen yapının kirişlerinin yüksekliği, katman sayısıyla " +"ölçülür. Daha az katman daha güçlüdür ancak kusurlara daha yatkındır." msgid "Interlocking depth" -msgstr "" +msgstr "Kilitleme derinliği" msgid "" "The distance from the boundary between filaments to generate interlocking " "structure, measured in cells. Too few cells will result in poor adhesion." msgstr "" +"Hücrelerde ölçülen, birbirine kenetlenen yapıyı oluşturmak için filamentler " +"arasındaki sınırdan mesafe. Çok az hücre yapışmanın zayıf olmasına neden olur." msgid "Interlocking boundary avoidance" -msgstr "" +msgstr "Birbirine kenetlenen sınırdan kaçınma" msgid "" "The distance from the outside of a model where interlocking structures will " "not be generated, measured in cells." msgstr "" +"Birbirine kenetlenen yapıların oluşturulmayacağı bir modelin dışına olan " +"mesafe, hücrelerde ölçülür." msgid "Ironing Type" msgstr "Ütüleme tipi" @@ -11852,8 +11822,8 @@ msgstr "" "G kodu tadı Klipper olarak ayarlandığında bu seçenek göz ardı edilecektir." msgid "" -"This G-code will be used as a code for the pause print. User can insert " -"pause G-code in gcode viewer" +"This G-code will be used as a code for the pause print. User can insert pause " +"G-code in gcode viewer" msgstr "" "Bu G kodu duraklatma yazdırması için bir kod olarak kullanılacaktır. " "Kullanıcı gcode görüntüleyiciye duraklatma G kodunu ekleyebilir" @@ -11984,8 +11954,8 @@ msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2" msgstr "Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir" msgid "" -"Part cooling fan speed may be increased when auto cooling is enabled. This " -"is the maximum speed limitation of part cooling fan" +"Part cooling fan speed may be increased when auto cooling is enabled. This is " +"the maximum speed limitation of part cooling fan" msgstr "" "Otomatik soğutma etkinleştirildiğinde parça soğutma fanı hızı artırılabilir. " "Bu, parça soğutma fanının maksimum hız sınırlamasıdır" @@ -12005,8 +11975,8 @@ msgid "Extrusion rate smoothing" msgstr "Ekstrüzyon hızını yumuşatma" msgid "" -"This parameter smooths out sudden extrusion rate changes that happen when " -"the printer transitions from printing a high flow (high speed/larger width) " +"This parameter smooths out sudden extrusion rate changes that happen when the " +"printer transitions from printing a high flow (high speed/larger width) " "extrusion to a lower flow (lower speed/smaller width) extrusion and vice " "versa.\n" "\n" @@ -12017,12 +11987,11 @@ msgid "" "A value of 0 disables the feature. \n" "\n" "For a high speed, high flow direct drive printer (like the Bambu lab or " -"Voron) this value is usually not needed. However it can provide some " -"marginal benefit in certain cases where feature speeds vary greatly. For " -"example, when there are aggressive slowdowns due to overhangs. In these " -"cases a high value of around 300-350mm3/s2 is recommended as this allows for " -"just enough smoothing to assist pressure advance achieve a smoother flow " -"transition.\n" +"Voron) this value is usually not needed. However it can provide some marginal " +"benefit in certain cases where feature speeds vary greatly. For example, when " +"there are aggressive slowdowns due to overhangs. In these cases a high value " +"of around 300-350mm3/s2 is recommended as this allows for just enough " +"smoothing to assist pressure advance achieve a smoother flow transition.\n" "\n" "For slower printers without pressure advance, the value should be set much " "lower. A value of 10-15mm3/s2 is a good starting point for direct drive " @@ -12044,13 +12013,13 @@ msgstr "" "\n" "0 değeri özelliği devre dışı bırakır. \n" "\n" -"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab " -"veya Voron gibi) bu değer genellikle gerekli değildir. Ancak özellik " -"hızlarının büyük ölçüde değiştiği bazı durumlarda marjinal bir fayda " -"sağlayabilir. Örneğin, çıkıntılar nedeniyle agresif yavaşlamalar olduğunda. " -"Bu durumlarda 300-350mm3/s2 civarında yüksek bir değer önerilir çünkü bu, " -"basınç ilerlemesinin daha yumuşak bir akış geçişi elde etmesine yardımcı " -"olmak için yeterli yumuşatmaya izin verir.\n" +"Yüksek hızlı, yüksek akışlı doğrudan tahrikli bir yazıcı için (Bambu lab veya " +"Voron gibi) bu değer genellikle gerekli değildir. Ancak özellik hızlarının " +"büyük ölçüde değiştiği bazı durumlarda marjinal bir fayda sağlayabilir. " +"Örneğin, çıkıntılar nedeniyle agresif yavaşlamalar olduğunda. Bu durumlarda " +"300-350mm3/s2 civarında yüksek bir değer önerilir çünkü bu, basınç " +"ilerlemesinin daha yumuşak bir akış geçişi elde etmesine yardımcı olmak için " +"yeterli yumuşatmaya izin verir.\n" "\n" "Basınç avansı olmayan daha yavaş yazıcılar için değer çok daha düşük " "ayarlanmalıdır. Doğrudan tahrikli ekstruderler için 10-15mm3/s2 ve Bowden " @@ -12147,8 +12116,8 @@ msgid "" "Orca Slicer can upload G-code files to a printer host. This field must " "contain the kind of the host." msgstr "" -"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. " -"Bu alan ana bilgisayarın türünü içermelidir." +"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yükleyebilir. Bu " +"alan ana bilgisayarın türünü içermelidir." msgid "Nozzle volume" msgstr "Nozul hacmi" @@ -12189,8 +12158,8 @@ msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan " -"uzaklığı. Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." +"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan uzaklığı. " +"Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." msgid "Extra loading distance" msgstr "Ekstra yükleme mesafesi" @@ -12217,8 +12186,8 @@ msgstr "Dolguda geri çekmeyi azalt" msgid "" "Don't retract when the travel is in infill area absolutely. That means the " -"oozing can't been seen. This can reduce times of retraction for complex " -"model and save printing time, but make slicing and G-code generating slower" +"oozing can't been seen. This can reduce times of retraction for complex model " +"and save printing time, but make slicing and G-code generating slower" msgstr "" "Hareket kesinlikle dolgu alanına girdiğinde geri çekilmeyin. Bu, sızıntının " "görülemeyeceği anlamına gelir. Bu, karmaşık model için geri çekme sürelerini " @@ -12255,11 +12224,11 @@ msgid "Make overhangs printable - Hole area" msgstr "Yazdırılabilir çıkıntı delik alanı oluşturun" msgid "" -"Maximum area of a hole in the base of the model before it's filled by " -"conical material.A value of 0 will fill all the holes in the model base." +"Maximum area of a hole in the base of the model before it's filled by conical " +"material.A value of 0 will fill all the holes in the model base." msgstr "" -"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce " -"maksimum alanı. 0 değeri, model tabanındaki tüm delikleri dolduracaktır." +"Modelin tabanındaki bir deliğin, konik malzemeyle doldurulmadan önce maksimum " +"alanı. 0 değeri, model tabanındaki tüm delikleri dolduracaktır." msgid "mm²" msgstr "mm²" @@ -12269,11 +12238,11 @@ msgstr "Çıkıntılı duvarı algıla" #, c-format, boost-format msgid "" -"Detect the overhang percentage relative to line width and use different " -"speed to print. For 100%% overhang, bridge speed is used." +"Detect the overhang percentage relative to line width and use different speed " +"to print. For 100%% overhang, bridge speed is used." msgstr "" -"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için " -"farklı hızlar kullanın. %%100 çıkıntı için köprü hızı kullanılır." +"Çizgi genişliğine göre çıkıntı yüzdesini tespit edin ve yazdırmak için farklı " +"hızlar kullanın. %%100 çıkıntı için köprü hızı kullanılır." msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " @@ -12295,8 +12264,8 @@ msgid "" "This setting adds an extra wall to every other layer. This way the infill " "gets wedged vertically between the walls, resulting in stronger prints. \n" "\n" -"When this option is enabled, the ensure vertical shell thickness option " -"needs to be disabled. \n" +"When this option is enabled, the ensure vertical shell thickness option needs " +"to be disabled. \n" "\n" "Using lightning infill together with this option is not recommended as there " "is limited infill to anchor the extra perimeters to." @@ -12317,11 +12286,10 @@ msgid "" "argument, and they can access the Orca Slicer config settings by reading " "environment variables." msgstr "" -"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, " -"mutlak yollarını burada listeleyin. Birden fazla betiği noktalı virgülle " -"ayırın. Betiklere ilk argüman olarak G-code dosyasının mutlak yolu aktarılır " -"ve ortam değişkenlerini okuyarak Orca Slicer yapılandırma ayarlarına " -"erişebilirler." +"Çıktı G-kodunu özel komut dosyaları aracılığıyla işlemek istiyorsanız, mutlak " +"yollarını burada listeleyin. Birden fazla betiği noktalı virgülle ayırın. " +"Betiklere ilk argüman olarak G-code dosyasının mutlak yolu aktarılır ve ortam " +"değişkenlerini okuyarak Orca Slicer yapılandırma ayarlarına erişebilirler." msgid "Printer notes" msgstr "Yazıcı notları" @@ -12333,8 +12301,7 @@ msgid "Raft contact Z distance" msgstr "Raft kontak Z mesafesi" msgid "Z gap between object and raft. Ignored for soluble interface" -msgstr "" -"Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi" +msgstr "Nesne ve raft arasındaki Z boşluğu. Çözünür arayüz için göz ardı edildi" msgid "Raft expansion" msgstr "Raft genişletme" @@ -12363,8 +12330,8 @@ msgid "" "Object will be raised by this number of support layers. Use this function to " "avoid wrapping when print ABS" msgstr "" -"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS " -"yazdırırken sarmayı önlemek için bu işlevi kullanın" +"Nesne bu sayıdaki destek katmanı tarafından yükseltilecektir. ABS yazdırırken " +"sarmayı önlemek için bu işlevi kullanın" msgid "" "G-code path is genereated after simplifing the contour of model to avoid too " @@ -12379,8 +12346,7 @@ msgid "Travel distance threshold" msgstr "Seyahat mesafesi" msgid "" -"Only trigger retraction when the travel distance is longer than this " -"threshold" +"Only trigger retraction when the travel distance is longer than this threshold" msgstr "" "Geri çekmeyi yalnızca hareket mesafesi bu eşikten daha uzun olduğunda " "tetikleyin" @@ -12388,8 +12354,7 @@ msgstr "" msgid "Retract amount before wipe" msgstr "Temizleme işlemi öncesi geri çekme miktarı" -msgid "" -"The length of fast retraction before wipe, relative to retraction length" +msgid "The length of fast retraction before wipe, relative to retraction length" msgstr "" "Geri çekme uzunluğuna göre, temizlemeden önce hızlı geri çekilmenin uzunluğu" @@ -12480,8 +12445,8 @@ msgid "Traveling angle" msgstr "" msgid "" -"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results " -"in Normal Lift" +"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results in " +"Normal Lift" msgstr "" msgid "Only lift Z above" @@ -12614,13 +12579,13 @@ msgid "Seam gap" msgstr "Dikiş boşluğu" msgid "" -"In order to reduce the visibility of the seam in a closed loop extrusion, " -"the loop is interrupted and shortened by a specified amount.\n" -"This amount can be specified in millimeters or as a percentage of the " -"current extruder diameter. The default value for this parameter is 10%." +"In order to reduce the visibility of the seam in a closed loop extrusion, the " +"loop is interrupted and shortened by a specified amount.\n" +"This amount can be specified in millimeters or as a percentage of the current " +"extruder diameter. The default value for this parameter is 10%." msgstr "" -"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü " -"kesintiye uğrar ve belirli bir miktarda kısaltılır.\n" +"Kapalı döngü ekstrüzyonda dikişin görünürlüğünü azaltmak için döngü kesintiye " +"uğrar ve belirli bir miktarda kısaltılır.\n" "Bu miktar milimetre cinsinden veya mevcut ekstruder çapının yüzdesi olarak " "belirtilebilir. Bu parametrenin varsayılan değeri %10'dur." @@ -12629,8 +12594,8 @@ msgstr "Atkı birleşim dikişi (beta)" msgid "Use scarf joint to minimize seam visibility and increase seam strength." msgstr "" -"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için " -"atkı birleşimini kullanın." +"Dikiş görünürlüğünü en aza indirmek ve dikiş mukavemetini arttırmak için atkı " +"birleşimini kullanın." msgid "Conditional scarf joint" msgstr "Koşullu atkı birleşimi" @@ -12648,9 +12613,9 @@ msgstr "Koşullu açı eşiği" msgid "" "This option sets the threshold angle for applying a conditional scarf joint " "seam.\n" -"If the maximum angle within the perimeter loop exceeds this value " -"(indicating the absence of sharp corners), a scarf joint seam will be used. " -"The default value is 155°." +"If the maximum angle within the perimeter loop exceeds this value (indicating " +"the absence of sharp corners), a scarf joint seam will be used. The default " +"value is 155°." msgstr "" "Bu seçenek, koşullu bir atkı eklem dikişi uygulamak için eşik açısını " "ayarlar.\n" @@ -12665,8 +12630,8 @@ msgstr "Koşullu çıkıntı eşiği" msgid "" "This option determines the overhang threshold for the application of scarf " "joint seams. If the unsupported portion of the perimeter is less than this " -"threshold, scarf joint seams will be applied. The default threshold is set " -"at 40% of the external wall's width. Due to performance considerations, the " +"threshold, scarf joint seams will be applied. The default threshold is set at " +"40% of the external wall's width. Due to performance considerations, the " "degree of overhang is estimated." msgstr "" "Bu seçenek, atkı bağlantı dikişlerinin uygulanması için sarkma eşiğini " @@ -12680,22 +12645,22 @@ msgstr "Atkı birleşim hızı" msgid "" "This option sets the printing speed for scarf joints. It is recommended to " -"print scarf joints at a slow speed (less than 100 mm/s). It's also " -"advisable to enable 'Extrusion rate smoothing' if the set speed varies " -"significantly from the speed of the outer or inner walls. If the speed " -"specified here is higher than the speed of the outer or inner walls, the " -"printer will default to the slower of the two speeds. When specified as a " -"percentage (e.g., 80%), the speed is calculated based on the respective " -"outer or inner wall speed. The default value is set to 100%." +"print scarf joints at a slow speed (less than 100 mm/s). It's also advisable " +"to enable 'Extrusion rate smoothing' if the set speed varies significantly " +"from the speed of the outer or inner walls. If the speed specified here is " +"higher than the speed of the outer or inner walls, the printer will default " +"to the slower of the two speeds. When specified as a percentage (e.g., 80%), " +"the speed is calculated based on the respective outer or inner wall speed. " +"The default value is set to 100%." msgstr "" "Bu seçenek, atkı bağlantılarının yazdırma hızını ayarlar. Atkı " "bağlantılarının yavaş bir hızda (100 mm/s'den az) yazdırılması tavsiye " "edilir. Ayarlanan hızın dış veya iç duvarların hızından önemli ölçüde farklı " -"olması durumunda 'Ekstrüzyon hızı yumuşatma' seçeneğinin etkinleştirilmesi " -"de tavsiye edilir. Burada belirtilen hız, dış veya iç duvarların hızından " -"daha yüksekse, yazıcı varsayılan olarak iki hızdan daha yavaş olanı " -"seçecektir. Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili dış veya iç " -"duvar hızına göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." +"olması durumunda 'Ekstrüzyon hızı yumuşatma' seçeneğinin etkinleştirilmesi de " +"tavsiye edilir. Burada belirtilen hız, dış veya iç duvarların hızından daha " +"yüksekse, yazıcı varsayılan olarak iki hızdan daha yavaş olanı seçecektir. " +"Yüzde olarak belirtildiğinde (örn. %80), hız, ilgili dış veya iç duvar hızına " +"göre hesaplanır. Varsayılan değer %100 olarak ayarlanmıştır." msgid "Scarf joint flow ratio" msgstr "Atkı birleşimi akış oranı" @@ -12709,8 +12674,8 @@ msgstr "Atkı başlangıç ​​yüksekliği" msgid "" "Start height of the scarf.\n" -"This amount can be specified in millimeters or as a percentage of the " -"current layer height. The default value for this parameter is 0." +"This amount can be specified in millimeters or as a percentage of the current " +"layer height. The default value for this parameter is 0." msgstr "" "Atkı başlangıç yüksekliği.\n" "Bu miktar milimetre cinsinden veya geçerli katman yüksekliğinin yüzdesi " @@ -12729,8 +12694,8 @@ msgid "" "Length of the scarf. Setting this parameter to zero effectively disables the " "scarf." msgstr "" -"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan " -"devre dışı bırakır." +"Atkının uzunluğu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan devre " +"dışı bırakır." msgid "Scarf steps" msgstr "Atkı kademesi" @@ -12771,15 +12736,15 @@ msgid "Wipe before external loop" msgstr "Harici döngüden önce silin" msgid "" -"To minimise visibility of potential overextrusion at the start of an " -"external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order, the deretraction is performed slightly on the inside from the " -"start of the external perimeter. That way any potential over extrusion is " -"hidden from the outside surface. \n" +"To minimise visibility of potential overextrusion at the start of an external " +"perimeter when printing with Outer/Inner or Inner/Outer/Inner wall print " +"order, the deretraction is performed slightly on the inside from the start of " +"the external perimeter. That way any potential over extrusion is hidden from " +"the outside surface. \n" "\n" -"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall " -"print order as in these modes it is more likely an external perimeter is " -"printed immediately after a deretraction move." +"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall print " +"order as in these modes it is more likely an external perimeter is printed " +"immediately after a deretraction move." msgstr "" "Dış/İç veya İç/Dış/İç duvar baskı sırası ile yazdırırken, dış çevrenin " "başlangıcında olası aşırı çıkıntının görünürlüğünü en aza indirmek için, " @@ -12788,8 +12753,8 @@ msgstr "" "yüzeyden gizlenir. \n" "\n" "Bu, Dış/İç veya İç/Dış/İç duvar yazdırma sırası ile yazdırırken " -"kullanışlıdır, çünkü bu modlarda, bir geri çekilme hareketinin hemen " -"ardından bir dış çevrenin yazdırılması daha olasıdır." +"kullanışlıdır, çünkü bu modlarda, bir geri çekilme hareketinin hemen ardından " +"bir dış çevrenin yazdırılması daha olasıdır." msgid "Wipe speed" msgstr "Temizleme hızı" @@ -12855,8 +12820,7 @@ msgid "Skirt loops" msgstr "Etek sayısı" msgid "Number of loops for the skirt. Zero means disabling skirt" -msgstr "" -"Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir" +msgstr "Etek için ilmek sayısı. Sıfır, eteği devre dışı bırakmak anlamına gelir" msgid "Skirt speed" msgstr "Etek hızı" @@ -12901,8 +12865,8 @@ msgstr "" "bırakmıştır" msgid "" -"Line width of internal solid infill. If expressed as a %, it will be " -"computed over the nozzle diameter." +"Line width of internal solid infill. If expressed as a %, it will be computed " +"over the nozzle diameter." msgstr "" "İç katı dolgunun çizgi genişliği. % olarak ifade edilirse Nozul çapı " "üzerinden hesaplanacaktır." @@ -12916,8 +12880,8 @@ msgid "" "generated model has no seam" msgstr "" "Spiralleştirme, dış konturun z hareketlerini yumuşatır. Ve katı bir modeli, " -"katı alt katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan " -"son modelde dikiş yok." +"katı alt katmanlara sahip tek duvarlı bir baskıya dönüştürür. Oluşturulan son " +"modelde dikiş yok." msgid "Smooth Spiral" msgstr "Pürüzsüz spiral" @@ -12942,12 +12906,11 @@ msgstr "" msgid "" "If smooth or traditional mode is selected, a timelapse video will be " "generated for each print. After each layer is printed, a snapshot is taken " -"with the chamber camera. All of these snapshots are composed into a " -"timelapse video when printing completes. If smooth mode is selected, the " -"toolhead will move to the excess chute after each layer is printed and then " -"take a snapshot. Since the melt filament may leak from the nozzle during the " -"process of taking a snapshot, prime tower is required for smooth mode to " -"wipe nozzle." +"with the chamber camera. All of these snapshots are composed into a timelapse " +"video when printing completes. If smooth mode is selected, the toolhead will " +"move to the excess chute after each layer is printed and then take a " +"snapshot. Since the melt filament may leak from the nozzle during the process " +"of taking a snapshot, prime tower is required for smooth mode to wipe nozzle." msgstr "" "Düzgün veya geleneksel mod seçilirse her baskı için bir hızlandırılmış video " "oluşturulacaktır. Her katman basıldıktan sonra oda kamerasıyla anlık görüntü " @@ -13008,10 +12971,9 @@ msgid "No sparse layers (beta)" msgstr "Seyrek katman yok (beta)" msgid "" -"If enabled, the wipe tower will not be printed on layers with no " -"toolchanges. On layers with a toolchange, extruder will travel downward to " -"print the wipe tower. User is responsible for ensuring there is no collision " -"with the print." +"If enabled, the wipe tower will not be printed on layers with no toolchanges. " +"On layers with a toolchange, extruder will travel downward to print the wipe " +"tower. User is responsible for ensuring there is no collision with the print." msgstr "" "Etkinleştirilirse, silme kulesi araç değişimi olmayan katmanlarda " "yazdırılmayacaktır. Araç değişimi olan katmanlarda, ekstruder silme kulesini " @@ -13036,16 +12998,16 @@ msgid "" "triangle mesh slicing. The gap closing operation may reduce the final print " "resolution, therefore it is advisable to keep the value reasonably low." msgstr "" -"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük " -"çatlaklar doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü " +"Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından küçük çatlaklar " +"doldurulmaktadır. Boşluk kapatma işlemi son yazdırma çözünürlüğünü " "düşürebilir, bu nedenle değerin oldukça düşük tutulması tavsiye edilir." msgid "Slicing Mode" msgstr "Dilimleme modu" msgid "" -"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to " -"close all holes in the model." +"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close " +"all holes in the model." msgstr "" "3DLabPrint uçak modelleri için \"Çift-tek\" seçeneğini kullanın. Modeldeki " "tüm delikleri kapatmak için \"Delikleri kapat\"ı kullanın." @@ -13069,10 +13031,9 @@ msgid "" "print bed, set this to -0.3 (or fix your endstop)." msgstr "" "Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya " -"çıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: " -"örneğin, endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm " -"uzakta bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu " -"düzeltin)." +"çıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: örneğin, " +"endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm uzakta " +"bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu düzeltin)." msgid "Enable support" msgstr "Desteği etkinleştir" @@ -13126,8 +13087,7 @@ msgid "" "Only create support for critical regions including sharp tail, cantilever, " "etc." msgstr "" -"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek " -"oluşturun." +"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek oluşturun." msgid "Remove small overhangs" msgstr "Küçük çıkıntıları kaldır" @@ -13164,8 +13124,7 @@ msgstr "Taban için arayüz filamentini azaltın" msgid "" "Avoid using support interface filament to print support base if possible." msgstr "" -"Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan " -"kaçının" +"Destek tabanını yazdırmak için destek arayüzü filamentini kullanmaktan kaçının" msgid "" "Line width of support. If expressed as a %, it will be computed over the " @@ -13240,8 +13199,8 @@ msgstr "Arayüz deseni" msgid "" "Line pattern of support interface. Default pattern for non-soluble support " -"interface is Rectilinear, while default pattern for soluble support " -"interface is Concentric" +"interface is Rectilinear, while default pattern for soluble support interface " +"is Concentric" msgstr "" "Destek arayüzünün çizgi deseni. Çözünmeyen destek arayüzü için varsayılan " "model Doğrusaldır, çözünebilir destek arayüzü için varsayılan model ise " @@ -13270,12 +13229,11 @@ msgid "" "into a regular grid will create more stable supports (default), while snug " "support towers will save material and reduce object scarring.\n" "For tree support, slim and organic style will merge branches more " -"aggressively and save a lot of material (default organic), while hybrid " -"style will create similar structure to normal support under large flat " -"overhangs." +"aggressively and save a lot of material (default organic), while hybrid style " +"will create similar structure to normal support under large flat overhangs." msgstr "" -"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara " -"içine projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı " +"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara içine " +"projelendirmek daha stabil destekler oluşturacaktır (varsayılan), aynı " "zamanda sıkı destek kuleleri malzeme tasarrufu sağlar ve nesne üzerindeki " "izleri azaltır.\n" "Ağaç destek için, ince ve organik tarz, dalları daha etkili bir şekilde " @@ -13324,8 +13282,8 @@ msgid "Tree support branch angle" msgstr "Ağaç desteği dal açısı" msgid "" -"This setting determines the maximum overhang angle that t he branches of " -"tree support allowed to make.If the angle is increased, the branches can be " +"This setting determines the maximum overhang angle that t he branches of tree " +"support allowed to make.If the angle is increased, the branches can be " "printed more horizontally, allowing them to reach farther." msgstr "" "Bu ayar, ağaç desteğinin dallarının oluşmasına izin verilen maksimum çıkıntı " @@ -13357,11 +13315,10 @@ msgstr "Dal Yoğunluğu" #. TRN PrintSettings: "Organic supports" > "Branch Density" msgid "" -"Adjusts the density of the support structure used to generate the tips of " -"the branches. A higher value results in better overhangs but the supports " -"are harder to remove, thus it is recommended to enable top support " -"interfaces instead of a high branch density value if dense interfaces are " -"needed." +"Adjusts the density of the support structure used to generate the tips of the " +"branches. A higher value results in better overhangs but the supports are " +"harder to remove, thus it is recommended to enable top support interfaces " +"instead of a high branch density value if dense interfaces are needed." msgstr "" "Dalların uçlarını oluşturmak için kullanılan destek yapısının yoğunluğunu " "ayarlar. Daha yüksek bir değer daha iyi çıkıntılarla sonuçlanır, ancak " @@ -13373,8 +13330,8 @@ msgid "Adaptive layer height" msgstr "Uyarlanabilir katman yüksekliği" msgid "" -"Enabling this option means the height of tree support layer except the " -"first will be automatically calculated " +"Enabling this option means the height of tree support layer except the first " +"will be automatically calculated " msgstr "" "Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının " "yüksekliğinin otomatik olarak hesaplanacağı anlamına gelir " @@ -13429,8 +13386,8 @@ msgstr "Çift duvarlı dal çapı" #. TRN PrintSettings: "Organic supports" > "Branch Diameter" msgid "" "Branches with area larger than the area of a circle of this diameter will be " -"printed with double walls for stability. Set this value to zero for no " -"double walls." +"printed with double walls for stability. Set this value to zero for no double " +"walls." msgstr "" "Bu çaptaki bir dairenin alanından daha büyük alana sahip dallar, stabilite " "için çift duvarlı olarak basılacaktır. Çift duvar olmaması için bu değeri " @@ -13460,8 +13417,8 @@ msgid "" "added before \"machine_start_gcode\"\n" "G-code commands: M141/M191 S(0-255)" msgstr "" -"Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 " -"komutu eklenecek \"machine_start_gcode\"\n" +"Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 komutu " +"eklenecek \"machine_start_gcode\"\n" "G-code komut: M141/M191 S(0-255)" msgid "Chamber temperature" @@ -13539,11 +13496,11 @@ msgid "" "The number of top solid layers is increased when slicing if the thickness " "calculated by top shell layers is thinner than this value. This can avoid " "having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determained by top " -"shell layers" +"is disabled and thickness of top shell is absolutely determained by top shell " +"layers" msgstr "" -"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince " -"ise dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman " +"Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise " +"dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman " "yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu " "ayarın devre dışı olduğu ve üst kabuğun kalınlığının kesinlikle üst kabuk " "katmanları tarafından belirlendiği anlamına gelir" @@ -13566,12 +13523,11 @@ msgid "Wipe Distance" msgstr "Temizleme mesafesi" msgid "" -"Discribe how long the nozzle will move along the last path when " -"retracting. \n" +"Discribe how long the nozzle will move along the last path when retracting. \n" "\n" "Depending on how long the wipe operation lasts, how fast and long the " -"extruder/filament retraction settings are, a retraction move may be needed " -"to retract the remaining filament. \n" +"extruder/filament retraction settings are, a retraction move may be needed to " +"retract the remaining filament. \n" "\n" "Setting a value in the retract amount before wipe setting below will perform " "any excess retraction before the wipe, else it will be performed after." @@ -13579,9 +13535,9 @@ msgstr "" "Geri çekilirken nozulun son yol boyunca ne kadar süre hareket edeceğini " "açıklayın. \n" "\n" -"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme " -"ayarlarının ne kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı " -"geri çekmek için bir geri çekme hareketine ihtiyaç duyulabilir. \n" +"Silme işleminin ne kadar sürdüğüne, ekstruder/filament geri çekme ayarlarının " +"ne kadar hızlı ve uzun olduğuna bağlı olarak, kalan filamanı geri çekmek için " +"bir geri çekme hareketine ihtiyaç duyulabilir. \n" "\n" "Aşağıdaki silme ayarından önce geri çekme miktarına bir değer ayarlamak, " "silme işleminden önce aşırı geri çekme işlemini gerçekleştirecektir, aksi " @@ -13631,8 +13587,8 @@ msgid "" "Angle at the apex of the cone that is used to stabilize the wipe tower. " "Larger angle means wider base." msgstr "" -"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki " -"açı. Daha büyük açı daha geniş taban anlamına gelir." +"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki açı. " +"Daha büyük açı daha geniş taban anlamına gelir." msgid "Wipe tower purge lines spacing" msgstr "Silme kulesi temizleme hatları aralığı" @@ -13703,8 +13659,8 @@ msgid "" "volumes below." msgstr "" "Bu vektör, silme kulesinde kullanılan her bir araçtan/araca geçiş için " -"gerekli hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme " -"hacimlerinin oluşturulmasını basitleştirmek için kullanılır." +"gerekli hacimleri kaydeder. Bu değerler, aşağıdaki tam temizleme hacimlerinin " +"oluşturulmasını basitleştirmek için kullanılır." msgid "" "Purging after filament change will be done inside objects' infills. This may " @@ -13728,13 +13684,13 @@ msgstr "" msgid "" "This object will be used to purge the nozzle after a filament change to save " -"filament and decrease the print time. Colours of the objects will be mixed " -"as a result. It will not take effect, unless the prime tower is enabled." +"filament and decrease the print time. Colours of the objects will be mixed as " +"a result. It will not take effect, unless the prime tower is enabled." msgstr "" -"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için " -"filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " -"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " -"etkinleştirilmediği sürece etkili olmayacaktır." +"Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için filament " +"değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç olarak " +"nesnelerin renkleri karıştırılacaktır. Prime tower etkinleştirilmediği sürece " +"etkili olmayacaktır." msgid "Maximal bridging distance" msgstr "Maksimum köprüleme mesafesi" @@ -13743,8 +13699,8 @@ msgid "Maximal distance between supports on sparse infill sections." msgstr "" "Bu nesne, filamentten tasarruf etmek ve baskı süresini azaltmak için bir " "filament değişiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç " -"olarak nesnelerin renkleri karıştırılacaktır. Prime tower " -"etkinleştirilmediği sürece etkili olmayacaktır." +"olarak nesnelerin renkleri karıştırılacaktır. Prime tower etkinleştirilmediği " +"sürece etkili olmayacaktır." msgid "X-Y hole compensation" msgstr "X-Y delik dengeleme" @@ -13769,8 +13725,8 @@ msgid "" "assembling issue" msgstr "" "Nesnenin konturu XY düzleminde yapılandırılan değer kadar büyütülür veya " -"küçültülür. Pozitif değer konturu büyütür. Negatif değer konturu küçültür. " -"Bu fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için " +"küçültülür. Pozitif değer konturu büyütür. Negatif değer konturu küçültür. Bu " +"fonksiyon, nesnenin montaj sorunu olduğunda boyutu hafifçe ayarlamak için " "kullanılır" msgid "Convert holes to polyholes" @@ -13794,14 +13750,14 @@ msgstr "Çokgen delik tespiti marjı" msgid "" "Maximum defection of a point to the estimated radius of the circle.\n" "As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leway to " -"broaden the detection.\n" +"be on the circle circumference. This setting allows you some leway to broaden " +"the detection.\n" "In mm or in % of the radius." msgstr "" "Bir noktanın dairenin tahmini yarıçapına göre maksimum sapması.\n" "Silindirler genellikle farklı boyutlarda üçgenler olarak ihraç edildiğinden, " -"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz " -"için size biraz alan sağlar.\n" +"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı genişletmeniz için " +"size biraz alan sağlar.\n" "inc mm cinsinden veya yarıçapın %'si cinsinden." msgid "Polyhole twist" @@ -13824,8 +13780,8 @@ msgid "Format of G-code thumbnails" msgstr "G kodu küçük resimlerinin formatı" msgid "" -"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " -"QOI for low memory firmware" +"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, QOI " +"for low memory firmware" msgstr "" "G kodu küçük resimlerinin formatı: En iyi kalite için PNG, en küçük boyut " "için JPG, düşük bellekli donanım yazılımı için QOI" @@ -13846,11 +13802,11 @@ msgstr "" msgid "" "Classic wall generator produces walls with constant extrusion width and for " -"very thin areas is used gap-fill. Arachne engine produces walls with " -"variable extrusion width" +"very thin areas is used gap-fill. Arachne engine produces walls with variable " +"extrusion width" msgstr "" -"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir " -"ve çok ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken " +"Klasik duvar oluşturucu sabit ekstrüzyon genişliğine sahip duvarlar üretir ve " +"çok ince alanlar için boşluk doldurma kullanılır. Arachne motoru değişken " "ekstrüzyon genişliğine sahip duvarlar üretir" msgid "Classic" @@ -13877,20 +13833,19 @@ msgstr "Duvar geçiş filtresi oranı" msgid "" "Prevent transitioning back and forth between one extra wall and one less. " "This margin extends the range of extrusion widths which follow to [Minimum " -"wall width - margin, 2 * Minimum wall width + margin]. Increasing this " -"margin reduces the number of transitions, which reduces the number of " -"extrusion starts/stops and travel time. However, large extrusion width " -"variation can lead to under- or overextrusion problems. It's expressed as a " -"percentage over nozzle diameter" +"wall width - margin, 2 * Minimum wall width + margin]. Increasing this margin " +"reduces the number of transitions, which reduces the number of extrusion " +"starts/stops and travel time. However, large extrusion width variation can " +"lead to under- or overextrusion problems. It's expressed as a percentage over " +"nozzle diameter" msgstr "" -"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu " -"kenar boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar " +"Fazladan bir duvar ile bir eksik arasında ileri geri geçişi önleyin. Bu kenar " +"boşluğu, [Minimum duvar genişliği - kenar boşluğu, 2 * Minimum duvar " "genişliği + kenar boşluğu] şeklinde takip eden ekstrüzyon genişlikleri " "aralığını genişletir. Bu marjın arttırılması geçiş sayısını azaltır, bu da " "ekstrüzyonun başlama/durma sayısını ve seyahat süresini azaltır. Bununla " -"birlikte, büyük ekstrüzyon genişliği değişimi, yetersiz veya aşırı " -"ekstrüzyon sorunlarına yol açabilir. Nozul çapına göre yüzde olarak ifade " -"edilir" +"birlikte, büyük ekstrüzyon genişliği değişimi, yetersiz veya aşırı ekstrüzyon " +"sorunlarına yol açabilir. Nozul çapına göre yüzde olarak ifade edilir" msgid "Wall transitioning threshold angle" msgstr "Duvar geçiş açısı" @@ -13902,11 +13857,11 @@ msgid "" "this setting reduces the number and length of these center walls, but may " "leave gaps or overextrude" msgstr "" -"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? " -"Bu ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak " -"ve kalan alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu " -"ayarın düşürülmesi, bu merkez duvarların sayısını ve uzunluğunu azaltır " -"ancak boşluklara veya aşırı çıkıntıya neden olabilir" +"Çift ve tek sayıdaki duvarlar arasında geçişler ne zaman oluşturulmalıdır? Bu " +"ayardan daha büyük bir açıya sahip bir kama şeklinin geçişleri olmayacak ve " +"kalan alanı dolduracak şekilde ortada hiçbir duvar basılmayacaktır. Bu ayarın " +"düşürülmesi, bu merkez duvarların sayısını ve uzunluğunu azaltır ancak " +"boşluklara veya aşırı çıkıntıya neden olabilir" msgid "Wall distribution count" msgstr "Duvar dağılım sayısı" @@ -13922,9 +13877,9 @@ msgid "Minimum feature size" msgstr "Minimum özellik boyutu" msgid "" -"Minimum thickness of thin features. Model features that are thinner than " -"this value will not be printed, while features thicker than the Minimum " -"feature size will be widened to the Minimum wall width. It's expressed as a " +"Minimum thickness of thin features. Model features that are thinner than this " +"value will not be printed, while features thicker than the Minimum feature " +"size will be widened to the Minimum wall width. It's expressed as a " "percentage over nozzle diameter" msgstr "" "İnce özellikler için minimum kalınlık. Bu değerden daha ince olan model " @@ -13941,28 +13896,27 @@ msgid "" "\n" "NOTE: Bottom and top surfaces will not be affected by this value to prevent " "visual gaps on the ouside of the model. Adjust 'One wall threshold' in the " -"Advanced settings below to adjust the sensitivity of what is considered a " -"top-surface. 'One wall threshold' is only visibile if this setting is set " -"above the default value of 0.5, or if single-wall top surfaces is enabled." +"Advanced settings below to adjust the sensitivity of what is considered a top-" +"surface. 'One wall threshold' is only visibile if this setting is set above " +"the default value of 0.5, or if single-wall top surfaces is enabled." msgstr "" "Yazdırma süresini artırabilecek kısa, kapatılmamış duvarların yazdırılmasını " "önlemek için bu değeri ayarlayın. Daha yüksek değerler daha fazla ve daha " "uzun duvarları kaldırır.\n" "\n" -"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler " -"bu değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin " -"hassasiyetini ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar " -"eşiği'ni ayarlayın. 'Tek duvar eşiği' yalnızca bu ayar varsayılan değer olan " -"0,5'in üzerine ayarlandığında veya tek duvarlı üst yüzeyler " -"etkinleştirildiğinde görünür." +"NOT: Modelin dış kısmında görsel boşluk kalmaması için alt ve üst yüzeyler bu " +"değerden etkilenmeyecektir. Üst yüzey olarak kabul edilen şeyin hassasiyetini " +"ayarlamak için aşağıdaki Gelişmiş ayarlarda 'Tek duvar eşiği'ni ayarlayın. " +"'Tek duvar eşiği' yalnızca bu ayar varsayılan değer olan 0,5'in üzerine " +"ayarlandığında veya tek duvarlı üst yüzeyler etkinleştirildiğinde görünür." msgid "First layer minimum wall width" msgstr "İlk katman minimum duvar genişliği" msgid "" -"The minimum wall width that should be used for the first layer is " -"recommended to be set to the same size as the nozzle. This adjustment is " -"expected to enhance adhesion." +"The minimum wall width that should be used for the first layer is recommended " +"to be set to the same size as the nozzle. This adjustment is expected to " +"enhance adhesion." msgstr "" "İlk katman için kullanılması gereken minimum duvar genişliğinin nozul ile " "aynı boyuta ayarlanması tavsiye edilir. Bu ayarlamanın yapışmayı artırması " @@ -13987,8 +13941,8 @@ msgstr "Dar iç katı dolguyu tespit et" msgid "" "This option will auto detect narrow internal solid infill area. If enabled, " -"concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used defaultly." +"concentric pattern will be used for the area to speed printing up. Otherwise, " +"rectilinear pattern is used defaultly." msgstr "" "Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. " "Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli desen " @@ -14034,8 +13988,7 @@ msgstr "Yönlendirme Seçenekleri" msgid "Orient options: 0-disable, 1-enable, others-auto" msgstr "" -"Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-" -"otomatik" +"Yönlendirme seçenekleri: 0-devre dışı bırak, 1-etkinleştir, diğerleri-otomatik" msgid "Rotation angle around the Z axis in degrees." msgstr "Z ekseni etrafında derece cinsinden dönüş açısı." @@ -14080,13 +14033,13 @@ msgstr "" "ettiğini bilmesi için bu değişkene yazması gerekir." msgid "" -"Retraction state at the beginning of the custom G-code block. If the custom " -"G-code moves the extruder axis, it should write to this variable so " -"PrusaSlicer deretracts correctly when it gets control back." +"Retraction state at the beginning of the custom G-code block. If the custom G-" +"code moves the extruder axis, it should write to this variable so PrusaSlicer " +"deretracts correctly when it gets control back." msgstr "" "Özel G kodu bloğunun başlangıcındaki geri çekilme durumu. Özel G kodu " -"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında " -"doğru şekilde geri çekme yapması için bu değişkene yazması gerekir." +"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolü geri aldığında doğru " +"şekilde geri çekme yapması için bu değişkene yazması gerekir." msgid "Extra deretraction" msgstr "Ekstra deretraksiyon" @@ -14171,18 +14124,18 @@ msgid "" "Weight per extruder extruded during the entire print. Calculated from " "filament_density value in Filament Settings." msgstr "" -"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. " -"Filament Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." +"Baskının tamamı boyunca ekstrüzyon yapılan ekstruder başına ağırlık. Filament " +"Ayarlarındaki filaman yoğunluğu değerinden hesaplanır." msgid "Total weight" msgstr "Toplam ağırlık" msgid "" -"Total weight of the print. Calculated from filament_density value in " -"Filament Settings." +"Total weight of the print. Calculated from filament_density value in Filament " +"Settings." msgstr "" -"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu " -"değerinden hesaplanır." +"Baskının toplam ağırlığı. Filament Ayarlarındaki filaman yoğunluğu değerinden " +"hesaplanır." msgid "Total layer count" msgstr "Toplam katman sayısı" @@ -14231,8 +14184,8 @@ msgstr "" "cinsindendir." msgid "" -"The vector has two elements: x and y dimension of the bounding box. Values " -"in mm." +"The vector has two elements: x and y dimension of the bounding box. Values in " +"mm." msgstr "" "Vektörün iki öğesi vardır: sınırlayıcı kutunun x ve y boyutu. Değerler mm " "cinsindendir." @@ -14244,8 +14197,8 @@ msgid "" "Vector of points of the first layer convex hull. Each element has the " "following format:'[x, y]' (x and y are floating-point numbers in mm)." msgstr "" -"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu " -"formata sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." +"Birinci katmanın dışbükey gövdesinin noktalarının vektörü. Her öğe şu formata " +"sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)." msgid "Bottom-left corner of first layer bounding box" msgstr "İlk katman sınırlayıcı kutusunun sol alt köşesi" @@ -14441,8 +14394,7 @@ msgstr "Sağlanan dosya boş olduğundan okunamadı" msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı " -"olmalıdır." +"Bilinmeyen dosya formatı. Giriş dosyası .3mf veya .zip.amf uzantılı olmalıdır." msgid "Canceled" msgstr "İptal edildi" @@ -14564,8 +14516,7 @@ msgstr "yeni ön ayar oluşturma başarısız oldu." msgid "" "Are you sure to cancel the current calibration and return to the home page?" msgstr "" -"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin " -"misiniz?" +"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediğinizden emin misiniz?" msgid "No Printer Connected!" msgstr "Yazıcı Bağlı Değil!" @@ -14580,16 +14531,16 @@ msgid "The input value size must be 3." msgstr "Giriş değeri boyutu 3 olmalıdır." msgid "" -"This machine type can only hold 16 history results per nozzle. You can " -"delete the existing historical results and then start calibration. Or you " -"can continue the calibration, but you cannot create new calibration " -"historical results. \n" +"This machine type can only hold 16 history results per nozzle. You can delete " +"the existing historical results and then start calibration. Or you can " +"continue the calibration, but you cannot create new calibration historical " +"results. \n" "Do you still want to continue the calibration?" msgstr "" "Bu makine tipi, püskürtme ucu başına yalnızca 16 geçmiş sonucu tutabilir. " -"Mevcut geçmiş sonuçları silebilir ve ardından kalibrasyona " -"başlayabilirsiniz. Veya kalibrasyona devam edebilirsiniz ancak yeni " -"kalibrasyon geçmişi sonuçları oluşturamazsınız.\n" +"Mevcut geçmiş sonuçları silebilir ve ardından kalibrasyona başlayabilirsiniz. " +"Veya kalibrasyona devam edebilirsiniz ancak yeni kalibrasyon geçmişi " +"sonuçları oluşturamazsınız.\n" "Hala kalibrasyona devam etmek istiyor musunuz?" msgid "Connecting to printer..." @@ -14603,9 +14554,9 @@ msgstr "Akış Dinamiği Kalibrasyonu sonucu yazıcıya kaydedildi" #, c-format, boost-format msgid "" -"There is already a historical calibration result with the same name: %s. " -"Only one of the results with the same name is saved. Are you sure you want " -"to override the historical result?" +"There is already a historical calibration result with the same name: %s. Only " +"one of the results with the same name is saved. Are you sure you want to " +"override the historical result?" msgstr "" "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " "sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " @@ -14616,8 +14567,8 @@ msgid "" "This machine type can only hold %d history results per nozzle. This result " "will not be saved." msgstr "" -"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. " -"Bu sonuç kaydedilmeyecek." +"Bu makine türü püskürtme ucu başına yalnızca %d geçmiş sonucunu tutabilir. Bu " +"sonuç kaydedilmeyecek." msgid "Internal Error" msgstr "İç hata" @@ -14636,10 +14587,10 @@ msgstr "Akış Dinamiği Kalibrasyonuna ne zaman ihtiyacınız olur" msgid "" "We now have added the auto-calibration for different filaments, which is " -"fully automated and the result will be saved into the printer for future " -"use. You only need to do the calibration in the following limited cases:\n" -"1. If you introduce a new filament of different brands/models or the " -"filament is damp;\n" +"fully automated and the result will be saved into the printer for future use. " +"You only need to do the calibration in the following limited cases:\n" +"1. If you introduce a new filament of different brands/models or the filament " +"is damp;\n" "2. if the nozzle is worn out or replaced with a new one;\n" "3. If the max volumetric speed or print temperature is changed in the " "filament setting." @@ -14661,10 +14612,10 @@ msgid "" "\n" "Usually the calibration is unnecessary. When you start a single color/" "material print, with the \"flow dynamics calibration\" option checked in the " -"print start menu, the printer will follow the old way, calibrate the " -"filament before the print; When you start a multi color/material print, the " -"printer will use the default compensation parameter for the filament during " -"every filament switch which will have a good result in most cases.\n" +"print start menu, the printer will follow the old way, calibrate the filament " +"before the print; When you start a multi color/material print, the printer " +"will use the default compensation parameter for the filament during every " +"filament switch which will have a good result in most cases.\n" "\n" "Please note that there are a few cases that can make the calibration results " "unreliable, such as insufficient adhesion on the build plate. Improving " @@ -14680,9 +14631,9 @@ msgstr "" "Genellikle kalibrasyon gereksizdir. Baskı başlatma menüsünde \"akış " "dinamikleri kalibrasyonu\" seçeneği işaretliyken tek renkli/malzemeli bir " "baskı başlattığınızda, yazıcı eski yolu izleyecek, baskıdan önce filamenti " -"kalibre edecektir; Çok renkli/malzemeli bir baskı başlattığınızda, yazıcı " -"her filament değişimi sırasında filament için varsayılan telafi " -"parametresini kullanacaktır ve bu da çoğu durumda iyi bir sonuç verecektir.\n" +"kalibre edecektir; Çok renkli/malzemeli bir baskı başlattığınızda, yazıcı her " +"filament değişimi sırasında filament için varsayılan telafi parametresini " +"kullanacaktır ve bu da çoğu durumda iyi bir sonuç verecektir.\n" "\n" "Yapı plakası üzerinde yetersiz yapışma gibi kalibrasyon sonuçlarını " "güvenilmez hale getirebilecek birkaç durum olduğunu lütfen unutmayın. " @@ -14732,10 +14683,10 @@ msgstr "" msgid "" "Flow Rate Calibration measures the ratio of expected to actual extrusion " "volumes. The default setting works well in Bambu Lab printers and official " -"filaments as they were pre-calibrated and fine-tuned. For a regular " -"filament, you usually won't need to perform a Flow Rate Calibration unless " -"you still see the listed defects after you have done other calibrations. For " -"more details, please check out the wiki article." +"filaments as they were pre-calibrated and fine-tuned. For a regular filament, " +"you usually won't need to perform a Flow Rate Calibration unless you still " +"see the listed defects after you have done other calibrations. For more " +"details, please check out the wiki article." msgstr "" "Akış Hızı Kalibrasyonu, beklenen ekstrüzyon hacimlerinin gerçek ekstrüzyon " "hacimlerine oranını ölçer. Varsayılan ayar, önceden kalibre edilmiş ve ince " @@ -14750,13 +14701,12 @@ msgid "" "directly measuring the calibration patterns. However, please be advised that " "the efficacy and accuracy of this method may be compromised with specific " "types of materials. Particularly, filaments that are transparent or semi-" -"transparent, sparkling-particled, or have a high-reflective finish may not " -"be suitable for this calibration and can produce less-than-desirable " -"results.\n" +"transparent, sparkling-particled, or have a high-reflective finish may not be " +"suitable for this calibration and can produce less-than-desirable results.\n" "\n" -"The calibration results may vary between each calibration or filament. We " -"are still improving the accuracy and compatibility of this calibration " -"through firmware updates over time.\n" +"The calibration results may vary between each calibration or filament. We are " +"still improving the accuracy and compatibility of this calibration through " +"firmware updates over time.\n" "\n" "Caution: Flow Rate Calibration is an advanced process, to be attempted only " "by those who fully understand its purpose and implications. Incorrect usage " @@ -14767,8 +14717,8 @@ msgstr "" "kullanarak kalibrasyon modellerini doğrudan ölçer. Ancak, bu yöntemin " "etkinliğinin ve doğruluğunun belirli malzeme türleriyle tehlikeye " "girebileceğini lütfen unutmayın. Özellikle şeffaf veya yarı şeffaf, parlak " -"parçacıklı veya yüksek yansıtıcı yüzeye sahip filamentler bu kalibrasyon " -"için uygun olmayabilir ve arzu edilenden daha az sonuçlar üretebilir.\n" +"parçacıklı veya yüksek yansıtıcı yüzeye sahip filamentler bu kalibrasyon için " +"uygun olmayabilir ve arzu edilenden daha az sonuçlar üretebilir.\n" "\n" "Kalibrasyon sonuçları her kalibrasyon veya filament arasında farklılık " "gösterebilir. Zaman içinde ürün yazılımı güncellemeleriyle bu kalibrasyonun " @@ -14777,8 +14727,8 @@ msgstr "" "Dikkat: Akış Hızı Kalibrasyonu, yalnızca amacını ve sonuçlarını tam olarak " "anlayan kişiler tarafından denenmesi gereken gelişmiş bir işlemdir. Yanlış " "kullanım, ortalamanın altında baskılara veya yazıcının zarar görmesine neden " -"olabilir. Lütfen işlemi yapmadan önce işlemi dikkatlice okuyup " -"anladığınızdan emin olun." +"olabilir. Lütfen işlemi yapmadan önce işlemi dikkatlice okuyup anladığınızdan " +"emin olun." msgid "When you need Max Volumetric Speed Calibration" msgstr "Maksimum Hacimsel Hız Kalibrasyonuna ihtiyaç duyduğunuzda" @@ -14800,15 +14750,15 @@ msgid "We found the best Flow Dynamics Calibration Factor" msgstr "En iyi Akış Dinamiği Kalibrasyon Faktörünü bulduk" msgid "" -"Part of the calibration failed! You may clean the plate and retry. The " -"failed test result would be dropped." +"Part of the calibration failed! You may clean the plate and retry. The failed " +"test result would be dropped." msgstr "" "Kalibrasyonun bir kısmı başarısız oldu! Plakayı temizleyip tekrar " "deneyebilirsiniz. Başarısız olan test sonucu görmezden gelinir." msgid "" -"*We recommend you to add brand, materia, type, and even humidity level in " -"the Name" +"*We recommend you to add brand, materia, type, and even humidity level in the " +"Name" msgstr "*İsme marka, malzeme, tür ve hatta nem seviyesini eklemenizi öneririz" msgid "Failed" @@ -15086,7 +15036,7 @@ msgid "PETG" msgstr "PETG" msgid "PCTG" -msgstr "" +msgstr "PCTG" msgid "TPU" msgstr "TPU" @@ -15185,7 +15135,7 @@ msgid "Upload to storage" msgstr "Depolama alanına yükle" msgid "Switch to Device tab after upload." -msgstr "" +msgstr "Yüklemeden sonra Cihaz sekmesine geçin." #, c-format, boost-format msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?" @@ -15397,8 +15347,8 @@ msgid "" "name. Do you want to continue?" msgstr "" "Oluşturduğunuz %s Filament adı zaten mevcut.\n" -"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla " -"görüntülenecektir. Devam etmek istiyor musun?" +"Oluşturmaya devam ederseniz oluşturulan ön ayar tam adıyla görüntülenecektir. " +"Devam etmek istiyor musun?" msgid "Some existing presets have failed to be created, as follows:\n" msgstr "Aşağıdaki gibi bazı mevcut ön ayarlar oluşturulamadı:\n" @@ -15411,8 +15361,8 @@ msgstr "" "Yeniden yazmak ister misin?" 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 "" "Ön ayarları şu şekilde yeniden adlandırırdık: \"Satıcı Türü Seçtiğiniz Seri " @@ -15440,7 +15390,7 @@ msgstr "Ön Ayarı İçe Aktar" msgid "Create Type" msgstr "Tür Oluştur" -msgid "The model is not fond, place reselect vendor." +msgid "The model is not found, place reselect vendor." msgstr "Model bulunamadı, lütfen satıcıyı seçin." msgid "Select Model" @@ -15489,10 +15439,10 @@ msgstr "Ön ayar yolu bulunamıyor, lütfen satıcıyı yeniden seçin." msgid "The printer model was not found, please reselect." msgstr "Yazıcı modeli bulunamadı, lütfen yeniden seçin." -msgid "The nozzle diameter is not fond, place reselect." +msgid "The nozzle diameter is not found, place reselect." msgstr "Nozul çapı bulunamadı, lütfen yeniden seçin." -msgid "The printer preset is not fond, place reselect." +msgid "The printer preset is not found, place reselect." msgstr "Yazıcı ön ayarı bulunamadı, lütfen yeniden seçin." msgid "Printer Preset" @@ -15514,15 +15464,15 @@ msgid "" "You have not yet chosen which printer preset to create based on. Please " "choose the vendor and model of the printer" msgstr "" -"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen " -"yazıcının satıcısını ve modelini seçin" +"Hangi yazıcı ön ayarının temel alınacağını henüz seçmediniz. Lütfen yazıcının " +"satıcısını ve modelini seçin" msgid "" "You have entered an illegal input in the printable area section on the first " "page. Please check before creating it." msgstr "" -"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. " -"Lütfen oluşturmadan önce kontrol edin." +"İlk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriş yaptınız. Lütfen " +"oluşturmadan önce kontrol edin." msgid "The custom printer or model is not inputed, place input." msgstr "Özel yazıcı veya model girilmedi lütfen giriş yapın." @@ -15539,8 +15489,7 @@ msgstr "" "Oluşturduğunuz yazıcı ön ayarının zaten aynı ada sahip bir ön ayarı var. " "Üzerine yazmak istiyor musunuz?\n" "\tEvet: Aynı adı taşıyan yazıcı ön ayarının üzerine yazın; aynı ön ayar adı " -"taşıyan filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön " -"ayar \n" +"taşıyan filaman ve proses ön ayarları yeniden oluşturulacak ve aynı ön ayar \n" "adı olmayan filament ve işlem ön ayarları rezerve edilecektir.\n" "\tİptal: Ön ayar oluşturmayın, oluşturma arayüzüne dönün." @@ -15586,8 +15535,7 @@ msgstr "" msgid "" "You have not yet selected the printer to replace the nozzle, please choose." -msgstr "" -"Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." +msgstr "Hala nozulu değiştirmek için yazıcı seçmediniz, lütfen bir seçim yapın." msgid "Create Printer Successful" msgstr "Yazıcı Oluşturma Başarılı" @@ -15670,8 +15618,8 @@ msgstr "Dışa aktarma başarılı" #, c-format, boost-format msgid "" -"The '%s' folder already exists in the current directory. Do you want to " -"clear it and rebuild it.\n" +"The '%s' folder already exists in the current directory. Do you want to clear " +"it and rebuild it.\n" "If not, a time suffix will be added, and you can modify the name after " "creation." msgstr "" @@ -15710,8 +15658,8 @@ msgid "" "Only printer names with user printer presets will be displayed, and each " "preset you choose will be exported as a zip." msgstr "" -"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek " -"ve seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." +"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görüntülenecek ve " +"seçtiğiniz her ön ayar zip olarak dışa aktarılacaktır." msgid "" "Only the filament names with user filament presets will be displayed, \n" @@ -15719,13 +15667,13 @@ msgid "" "exported as a zip." msgstr "" "Yalnızca kullanıcı filamenti ön ayarlarına sahip filament adları \n" -"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti " -"ön ayarları zip olarak dışa aktarılacaktır." +"görüntülenecek ve seçtiğiniz her filament adındaki tüm kullanıcı filamenti ön " +"ayarları zip olarak dışa aktarılacaktır." msgid "" "Only printer names with changed process presets will be displayed, \n" -"and all user process presets in each printer name you select will be " -"exported as a zip." +"and all user process presets in each printer name you select will be exported " +"as a zip." msgstr "" "Yalnızca işlem ön ayarları değiştirilen yazıcı adları görüntülenecek \n" "ve seçtiğiniz her yazıcı adındaki tüm kullanıcı işlem ön ayarları zip olarak " @@ -15749,8 +15697,8 @@ msgid "Filament presets under this filament" msgstr "Bu filamentin altındaki filament ön ayarları" msgid "" -"Note: If the only preset under this filament is deleted, the filament will " -"be deleted after exiting the dialog." +"Note: If the only preset under this filament is deleted, the filament will be " +"deleted after exiting the dialog." msgstr "" "Not: Bu filamentin altındaki tek ön ayar silinirse, diyalogdan çıkıldıktan " "sonra filament silinecektir." @@ -15864,10 +15812,11 @@ msgid "Refresh Printers" msgstr "Yazıcıları Yenile" msgid "View print host webui in Device tab" -msgstr "" +msgstr "Aygıt sekmesinde yazdırma ana bilgisayarı web arayüzünü görüntüleyin" msgid "Replace the BambuLab's device tab with print host webui" msgstr "" +"BambuLab’ın aygıt sekmesini yazdırma ana bilgisayarı web arayüzüyle değiştirin" msgid "" "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" @@ -15887,8 +15836,8 @@ msgid "" "On this system, %s uses HTTPS certificates from the system Certificate Store " "or Keychain." msgstr "" -"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan " -"HTTPS sertifikalarını kullanıyor." +"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan HTTPS " +"sertifikalarını kullanıyor." msgid "" "To use a custom CA file, please import your CA file into Certificate Store / " @@ -16038,31 +15987,30 @@ msgstr "" "Hata: \"%2%\"" msgid "" -"It has a small layer height, and results in almost negligible layer lines " -"and high printing quality. It is suitable for most general printing cases." +"It has a small layer height, and results in almost negligible layer lines and " +"high printing quality. It is suitable for most general printing cases." msgstr "" "Küçük bir katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir katman " "çizgileri ve yüksek baskı kalitesi sağlar. Çoğu genel yazdırma durumu için " "uygundur." msgid "" -"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds " -"and acceleration, and the sparse infill pattern is Gyroid. So, it results in " -"much higher printing quality, but a much longer printing time." +"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and " +"acceleration, and the sparse infill pattern is Gyroid. So, it results in much " +"higher printing quality, but a much longer printing time." msgstr "" "0,2 mm’lik nozülün varsayılan profiliyle karşılaştırıldığında daha düşük hız " -"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha " -"yüksek baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde " -"edilir." +"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroid’dir. Böylece çok daha yüksek " +"baskı kalitesi elde edilir, ancak çok daha uzun baskı süresi elde edilir." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a slightly " "bigger layer height, and results in almost negligible layer lines, and " "slightly shorter printing time." msgstr "" -"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " -"biraz daha büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir " -"düzeyde katman çizgileri ve biraz daha kısa yazdırma süresi sağlar." +"0,2 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz " +"daha büyük katman yüksekliğine sahiptir ve neredeyse ihmal edilebilir düzeyde " +"katman çizgileri ve biraz daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer " @@ -16100,8 +16048,8 @@ msgid "" "shorter printing time." msgstr "" "Varsayılan 0,2 mm püskürtme ucu profiliyle karşılaştırıldığında, daha küçük " -"katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha yüksek " -"baskı kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." +"katman yüksekliğine sahiptir ve minimum katman çizgileri ve daha yüksek baskı " +"kalitesi sağlar, ancak daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -16152,12 +16100,12 @@ msgstr "" msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " -"height, and results in less apparent layer lines and higher printing " -"quality, but longer printing time." +"height, and results in less apparent layer lines and higher printing quality, " +"but longer printing time." msgstr "" "0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " -"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve " +"daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -16195,8 +16143,7 @@ msgstr "" msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " -"height, and results in almost negligible layer lines and longer printing " -"time." +"height, and results in almost negligible layer lines and longer printing time." msgstr "" "0,4 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " "katman yüksekliği daha küçüktür ve neredeyse göz ardı edilebilecek düzeyde " @@ -16231,8 +16178,8 @@ msgstr "" msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer " -"height, and results in much more apparent layer lines and much lower " -"printing quality, but shorter printing time in some printing cases." +"height, and results in much more apparent layer lines and much lower printing " +"quality, but shorter printing time in some printing cases." msgstr "" "0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " "büyük bir katman yüksekliğine sahiptir ve çok daha belirgin katman çizgileri " @@ -16251,16 +16198,16 @@ msgstr "" msgid "" "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer " -"height, and results in less apparent layer lines and higher printing " -"quality, but longer printing time." +"height, and results in less apparent layer lines and higher printing quality, " +"but longer printing time." msgstr "" "0,6 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " -"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri " -"ve daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." +"küçük bir katman yüksekliğine sahiptir ve daha az görünür katman çizgileri ve " +"daha yüksek baskı kalitesi sağlar, ancak daha uzun yazdırma süresi sağlar." msgid "" -"It has a very big layer height, and results in very apparent layer lines, " -"low printing quality and general printing time." +"It has a very big layer height, and results in very apparent layer lines, low " +"printing quality and general printing time." msgstr "" "Çok büyük bir katman yüksekliğine sahiptir ve çok belirgin katman " "çizgilerine, düşük baskı kalitesine ve genel yazdırma süresine neden olur." @@ -16272,8 +16219,8 @@ msgid "" msgstr "" "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, daha " "büyük bir katman yüksekliğine sahiptir ve çok belirgin katman çizgileri ve " -"çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma " -"durumlarında daha kısa yazdırma süresi sağlar." +"çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma durumlarında " +"daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " @@ -16282,8 +16229,8 @@ msgid "" msgstr "" "0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, çok " "daha büyük bir katman yüksekliğine sahiptir ve son derece belirgin katman " -"çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı " -"yazdırma durumlarında çok daha kısa yazdırma süresi sağlar." +"çizgileri ve çok daha düşük baskı kalitesiyle sonuçlanır, ancak bazı yazdırma " +"durumlarında çok daha kısa yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a slightly " @@ -16291,10 +16238,10 @@ msgid "" "lines and slightly higher printing quality, but longer printing time in some " "printing cases." msgstr "" -"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, " -"biraz daha küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine " -"de görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, " -"ancak bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." +"0,8 mm’lik püskürtme ucunun varsayılan profiliyle karşılaştırıldığında, biraz " +"daha küçük bir katman yüksekliğine sahiptir ve biraz daha az ama yine de " +"görünür katman çizgileri ve biraz daha yüksek baskı kalitesi sağlar, ancak " +"bazı yazdırma durumlarında daha uzun yazdırma süresi sağlar." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer " @@ -16319,7 +16266,7 @@ msgid "Could not connect to SimplyPrint" msgstr "SimplyPrint'e bağlanılamadı" msgid "Internal error" -msgstr "" +msgstr "İç hata" msgid "Unknown error" msgstr "Bilinmeyen hata" @@ -16366,8 +16313,7 @@ msgid "" msgstr "" "Sandviç modu\n" "Modelinizde çok dik çıkıntılar yoksa hassasiyeti ve katman tutarlılığını " -"artırmak için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor " -"muydunuz?" +"artırmak için sandviç modunu (iç-dış-iç) kullanabileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" @@ -16429,14 +16375,14 @@ msgid "" "3D scene operations." msgstr "" "Klavye kısayolları nasıl kullanılır?\n" -"Orca Slicer'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri " -"sunduğunu biliyor muydunuz?" +"Orca Slicer'ın çok çeşitli klavye kısayolları ve 3B sahne işlemleri sunduğunu " +"biliyor muydunuz?" #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" "Reverse on odd\n" -"Did you know that Reverse on odd feature can significantly improve " -"the surface quality of your overhangs?" +"Did you know that Reverse on odd feature can significantly improve the " +"surface quality of your overhangs?" msgstr "" "Tersine çevir\n" "Tersine çevir özelliğinin çıkıntılarınızın yüzey kalitesini önemli " @@ -16459,8 +16405,8 @@ msgid "" "problems on the Windows system?" msgstr "" "Modeli Düzelt\n" -"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D " -"modeli düzeltebileceğinizi biliyor muydunuz?" +"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D modeli " +"düzeltebileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Timelapse] msgid "" @@ -16593,9 +16539,9 @@ msgstr "" #: resources/data/hints.ini: [hint:Fine-tuning for flow rate] msgid "" "Fine-tuning for flow rate\n" -"Did you know that flow rate can be fine-tuned for even better-looking " -"prints? Depending on the material, you can improve the overall finish of the " -"printed model by doing some fine-tuning." +"Did you know that flow rate can be fine-tuned for even better-looking prints? " +"Depending on the material, you can improve the overall finish of the printed " +"model by doing some fine-tuning." msgstr "" "Akış hızı için ince ayar\n" "Baskıların daha da iyi görünmesi için akış hızına ince ayar yapılabileceğini " @@ -16629,8 +16575,8 @@ msgstr "" msgid "" "Support painting\n" "Did you know that you can paint the location of your supports? This feature " -"makes it easy to place the support material only on the sections of the " -"model that actually need it." +"makes it easy to place the support material only on the sections of the model " +"that actually need it." msgstr "" "Destek boyama\n" "Desteklerinizin yerini boyayabileceğinizi biliyor muydunuz? Bu özellik, " @@ -16805,12 +16751,11 @@ msgstr "" #~ "the print start menu, the printer will follow the old way, calibrate the " #~ "filament before the print; When you start a multi color/material print, " #~ "the printer will use the default compensation parameter for the filament " -#~ "during every filament switch which will have a good result in most " -#~ "cases.\n" +#~ "during every filament switch which will have a good result in most cases.\n" #~ "\n" #~ "Please note there are a few cases that will make the calibration result " -#~ "not reliable: using a texture plate to do the calibration; the build " -#~ "plate does not have good adhesion (please wash the build plate or apply " +#~ "not reliable: using a texture plate to do the calibration; the build plate " +#~ "does not have good adhesion (please wash the build plate or apply " #~ "gluestick!) ...You can find more from our wiki.\n" #~ "\n" #~ "The calibration results have about 10 percent jitter in our test, which " @@ -16821,12 +16766,11 @@ msgstr "" #~ "bulabilirsiniz.\n" #~ "\n" #~ "Genellikle kalibrasyon gereksizdir. Yazdırma başlat menüsündeki \"akış " -#~ "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme " -#~ "baskısını başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan " -#~ "önce filamenti kalibre edecektir; Çok renkli/malzeme baskısını " -#~ "başlattığınızda, yazıcı her filament değişiminde filament için varsayılan " -#~ "dengeleme parametresini kullanacaktır ve bu çoğu durumda iyi bir sonuç " -#~ "verecektir.\n" +#~ "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme baskısını " +#~ "başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamenti " +#~ "kalibre edecektir; Çok renkli/malzeme baskısını başlattığınızda, yazıcı " +#~ "her filament değişiminde filament için varsayılan dengeleme parametresini " +#~ "kullanacaktır ve bu çoğu durumda iyi bir sonuç verecektir.\n" #~ "\n" #~ "Kalibrasyon sonucunun güvenilir olmamasına yol açacak birkaç durum " #~ "olduğunu lütfen unutmayın: kalibrasyonu yapmak için doku plakası " @@ -16834,14 +16778,14 @@ msgstr "" #~ "yıkayın veya yapıştırıcı uygulayın!) ...Daha fazlasını wiki'mizden " #~ "bulabilirsiniz.\n" #~ "\n" -#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim " -#~ "var ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden " +#~ "Testimizde kalibrasyon sonuçlarında yaklaşık yüzde 10'luk bir titreşim var " +#~ "ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden " #~ "olabilir. Yeni güncellemelerle iyileştirmeler yapmak için hâlâ temel " #~ "nedeni araştırıyoruz." #~ msgid "" -#~ "Only one of the results with the same name will be saved. Are you sure " -#~ "you want to overrides the other results?" +#~ "Only one of the results with the same name will be saved. Are you sure you " +#~ "want to overrides the other results?" #~ msgstr "" #~ "Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. Diğer sonuçları " #~ "geçersiz kılmak istediğinizden emin misiniz?" @@ -16849,11 +16793,11 @@ msgstr "" #, c-format, boost-format #~ msgid "" #~ "There is already a historical calibration result with the same name: %s. " -#~ "Only one of the results with the same name is saved. Are you sure you " -#~ "want to overrides the historical result?" +#~ "Only one of the results with the same name is saved. Are you sure you want " +#~ "to overrides the historical result?" #~ msgstr "" -#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada " -#~ "sahip sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " +#~ "Aynı ada sahip geçmiş bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip " +#~ "sonuçlardan yalnızca biri kaydedilir. Geçmiş sonucu geçersiz kılmak " #~ "istediğinizden emin misiniz?" #~ msgid "Please find the cornor with perfect degree of extrusion" @@ -16876,11 +16820,11 @@ msgstr "" #~ "Order of wall/infill. When the tickbox is unchecked the walls are printed " #~ "first, which works best in most cases.\n" #~ "\n" -#~ "Printing walls first may help with extreme overhangs as the walls have " -#~ "the neighbouring infill to adhere to. However, the infill will slighly " -#~ "push out the printed walls where it is attached to them, resulting in a " -#~ "worse external surface finish. It can also cause the infill to shine " -#~ "through the external surfaces of the part." +#~ "Printing walls first may help with extreme overhangs as the walls have the " +#~ "neighbouring infill to adhere to. However, the infill will slighly push " +#~ "out the printed walls where it is attached to them, resulting in a worse " +#~ "external surface finish. It can also cause the infill to shine through the " +#~ "external surfaces of the part." #~ msgstr "" #~ "Duvar/dolgu sırası. Onay kutusunun işareti kaldırıldığında ilk olarak " #~ "duvarlar yazdırılır ve bu çoğu durumda en iyi sonucu verir.\n" @@ -16895,9 +16839,9 @@ msgstr "" #~ msgstr "V" #~ msgid "" -#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from " -#~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro " -#~ "Ranellucci and the RepRap community" +#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from PrusaSlicer " +#~ "by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci " +#~ "and the RepRap community" #~ msgstr "" #~ "Orca Slicer, Prusa Research'ün PrusaSlicer'ından Bambulab'ın " #~ "BambuStudio'sunu temel alıyor. PrusaSlicer, Alessandro Ranellucci ve " @@ -16968,16 +16912,15 @@ msgstr "" #~ "değer) korumak ister misiniz?" #~ msgid "" -#~ "You have previously modified your settings and are about to overwrite " -#~ "them with new ones." +#~ "You have previously modified your settings and are about to overwrite them " +#~ "with new ones." #~ msgstr "" -#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini " -#~ "yazmak üzeresiniz." +#~ "Ayarlarınızı daha önce değiştirdiniz ve bunların üzerine yenilerini yazmak " +#~ "üzeresiniz." #~ msgid "" #~ "\n" -#~ "Do you want to keep your current modified settings, or use preset " -#~ "settings?" +#~ "Do you want to keep your current modified settings, or use preset settings?" #~ msgstr "" #~ "\n" #~ "Geçerli değiştirilen ayarlarınızı korumak mı yoksa önceden ayarlanmış " @@ -16997,8 +16940,8 @@ msgstr "" #~ "Choose an AMS slot then press \"Load\" or \"Unload\" button to " #~ "automatically load or unload filiament." #~ msgstr "" -#~ "Filamenti otomatik olarak yüklemek veya çıkarmak için bir AMS yuvası " -#~ "seçin ve ardından \"Yükle\" veya \"Boşalt\" düğmesine basın." +#~ "Filamenti otomatik olarak yüklemek veya çıkarmak için bir AMS yuvası seçin " +#~ "ve ardından \"Yükle\" veya \"Boşalt\" düğmesine basın." #~ msgid "MC" #~ msgstr "MC" @@ -17038,8 +16981,8 @@ msgstr "" #~ "The 3mf file version is in Beta and it is newer than the current Bambu " #~ "Studio version." #~ msgstr "" -#~ "3mf dosya sürümü Beta aşamasındadır ve mevcut Bambu Studio sürümünden " -#~ "daha yenidir." +#~ "3mf dosya sürümü Beta aşamasındadır ve mevcut Bambu Studio sürümünden daha " +#~ "yenidir." #~ msgid "If you would like to try Bambu Studio Beta, you may click to" #~ msgstr "Bambu Studio Beta’yı denemek isterseniz tıklayabilirsiniz." @@ -17066,9 +17009,9 @@ msgstr "" #~ "Green means that AMS humidity is normal, orange represent humidity is " #~ "high, red represent humidity is too high.(Hygrometer: lower the better.)" #~ msgstr "" -#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, " -#~ "kırmızı ise nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar " -#~ "düşükse o kadar iyidir.)" +#~ "Yeşil, AMS neminin normal olduğunu, turuncu nemin yüksek olduğunu, kırmızı " +#~ "ise nemin çok yüksek olduğunu gösterir.(Higrometre: ne kadar düşükse o " +#~ "kadar iyidir.)" #~ msgid "Desiccant status" #~ msgstr "Kurutucu durumu" @@ -17078,14 +17021,14 @@ msgstr "" #~ "inactive. Please change the desiccant.(The bars: higher the better.)" #~ msgstr "" #~ "İki çubuktan daha düşük bir kurutucu durumu, kurutucunun etkin olmadığını " -#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa " -#~ "o kadar iyidir.)" +#~ "gösterir. Lütfen kurutucuyu değiştirin.(Çubuklar: ne kadar yüksek olursa o " +#~ "kadar iyidir.)" #~ msgid "" #~ "Note: When the lid is open or the desiccant pack is changed, it can take " #~ "hours or a night to absorb the moisture. Low temperatures also slow down " -#~ "the process. During this time, the indicator may not represent the " -#~ "chamber accurately." +#~ "the process. During this time, the indicator may not represent the chamber " +#~ "accurately." #~ msgstr "" #~ "Not: Kapak açıkken veya kurutucu paketi değiştirildiğinde, nemin emilmesi " #~ "saatler veya bir gece sürebilir. Düşük sıcaklıklar da süreci yavaşlatır. " @@ -17183,14 +17126,14 @@ msgstr "" #~ msgid "" #~ "Please go to filament setting to edit your presets if you need.\n" #~ "Please note that nozzle temperature, hot bed temperature, and maximum " -#~ "volumetric speed have a significant impact on printing quality. Please " -#~ "set them carefully." +#~ "volumetric speed have a significant impact on printing quality. Please set " +#~ "them carefully." #~ msgstr "" -#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament " -#~ "ayarına gidin.\n" +#~ "İhtiyacınız olursa ön ayarlarınızı düzenlemek için lütfen filament ayarına " +#~ "gidin.\n" #~ "Lütfen püskürtme ucu sıcaklığının, sıcak yatak sıcaklığının ve maksimum " -#~ "hacimsel hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip " -#~ "olduğunu unutmayın. Lütfen bunları dikkatlice ayarlayın." +#~ "hacimsel hızın yazdırma kalitesi üzerinde önemli bir etkiye sahip olduğunu " +#~ "unutmayın. Lütfen bunları dikkatlice ayarlayın." #~ msgid "Studio Version:" #~ msgstr "Stüdyo Sürümü:" @@ -17235,8 +17178,8 @@ msgstr "" #~ msgstr "Depolama Yüklemesini Test Etme" #~ msgid "" -#~ "The speed setting exceeds the printer's maximum speed " -#~ "(machine_max_speed_x/machine_max_speed_y).\n" +#~ "The speed setting exceeds the printer's maximum speed (machine_max_speed_x/" +#~ "machine_max_speed_y).\n" #~ "Orca will automatically cap the print speed to ensure it doesn't surpass " #~ "the printer's capabilities.\n" #~ "You can adjust the maximum speed setting in your printer's configuration " @@ -17244,8 +17187,8 @@ msgstr "" #~ msgstr "" #~ "Hız ayarı yazıcının maksimum hızını aşıyor (machine_max_speed_x/" #~ "machine_max_speed_y).\n" -#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma " -#~ "hızını otomatik olarak sınırlayacaktır.\n" +#~ "Orca, yazıcının yeteneklerini aşmadığından emin olmak için yazdırma hızını " +#~ "otomatik olarak sınırlayacaktır.\n" #~ "Daha yüksek hızlar elde etmek için yazıcınızın yapılandırmasındaki " #~ "maksimum hız ayarını yapabilirsiniz." @@ -17271,8 +17214,8 @@ msgstr "" #~ "Add solid infill near sloping surfaces to guarantee the vertical shell " #~ "thickness (top+bottom solid layers)" #~ msgstr "" -#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına " -#~ "katı dolgu ekleyin (üst + alt katı katmanlar)" +#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı " +#~ "dolgu ekleyin (üst + alt katı katmanlar)" #~ msgid "Further reduce solid infill on walls (beta)" #~ msgstr "Duvarlardaki katı dolguyu daha da azaltın (deneysel)" @@ -17326,19 +17269,19 @@ msgstr "" #~ "are not specified explicitly." #~ msgstr "" #~ "Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yazdırma " -#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde " -#~ "filament için minimum yazdırma hızı." +#~ "çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde filament " +#~ "için minimum yazdırma hızı." #~ msgid "No sparse layers (EXPERIMENTAL)" #~ msgstr "Seyrek katman yok (DENEYSEL)" #~ 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 prinetrs, Please go to printer selection" #~ msgstr "" -#~ "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 prinetrs, Please go to printer selection" #~ msgid "The Config can not be loaded." @@ -17353,8 +17296,8 @@ msgstr "" #~ msgstr "wiki" #~ msgid "" -#~ "Relative extrusion is recommended when using \"label_objects\" option." -#~ "Some extruders work better with this option unckecked (absolute extrusion " +#~ "Relative extrusion is recommended when using \"label_objects\" option.Some " +#~ "extruders work better with this option unckecked (absolute extrusion " #~ "mode). Wipe tower is only compatible with relative mode. It is always " #~ "enabled on BambuLab printers. Default is checked" #~ msgstr "" @@ -17484,8 +17427,8 @@ msgstr "" #~ "Bir Parçayı Çıkar\n" #~ "Negatif parça değiştiriciyi kullanarak bir ağı diğerinden " #~ "çıkarabileceğinizi biliyor muydunuz? Bu şekilde örneğin doğrudan Orca " -#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler " -#~ "oluşturabilirsiniz. Daha fazlasını belgelerde okuyun." +#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler oluşturabilirsiniz. " +#~ "Daha fazlasını belgelerde okuyun." #~ msgid "Filling bed " #~ msgstr "Yatak doldurma " @@ -17501,8 +17444,7 @@ msgstr "" #~ msgstr "" #~ "Doğrusal desene geçilsin mi?\n" #~ "Evet - otomatik olarak doğrusal desene geçin\n" -#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere " -#~ "sıfırlayın" +#~ "Hayır - yoğunluğu otomatik olarak %100 olmayan varsayılan değere sıfırlayın" #~ msgid "Please heat the nozzle to above 170 degree before loading filament." #~ msgstr "" @@ -17743,8 +17685,8 @@ msgstr "" #~ "load uptodate process/machine settings from the specified file when using " #~ "uptodate" #~ msgstr "" -#~ "güncellemeyi kullanırken belirtilen dosyadan güncel işlem/" -#~ "yazıcıayarlarını yükle" +#~ "güncellemeyi kullanırken belirtilen dosyadan güncel işlem/yazıcıayarlarını " +#~ "yükle" #~ msgid "Output directory" #~ msgstr "Çıkış dizini" @@ -17791,8 +17733,8 @@ msgstr "" #~ "OrcaSlicer configuration file may be corrupted and is not abled to be " #~ "parsed.Please delete the file and try again." #~ msgstr "" -#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması " -#~ "mümkün olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." +#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması mümkün " +#~ "olmayabilir. Lütfen dosyayı silin ve tekrar deneyin." #~ msgid "Online Models" #~ msgstr "Çevrimiçi Modeller" @@ -17806,8 +17748,8 @@ msgstr "" #~ msgid "" #~ "There are currently no identical spare consumables available, and " #~ "automatic replenishment is currently not possible. \n" -#~ "(Currently supporting automatic supply of consumables with the same " -#~ "brand, material type, and color)" +#~ "(Currently supporting automatic supply of consumables with the same brand, " +#~ "material type, and color)" #~ msgstr "" #~ "Şu anda aynı yedek sarf malzemesi mevcut değildir ve otomatik yenileme şu " #~ "anda mümkün değildir.\n" @@ -17839,8 +17781,7 @@ msgstr "" #~ "daha sıcak olamaz" #~ msgid "Enable this option if machine has auxiliary part cooling fan" -#~ msgstr "" -#~ "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" +#~ msgstr "Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin" #~ msgid "" #~ "This option is enabled if machine support controlling chamber temperature" @@ -17868,8 +17809,7 @@ msgstr "" #~ "katmanları etkilemez" #~ msgid "Empty layers around bottom are replaced by nearest normal layers." -#~ msgstr "" -#~ "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." +#~ msgstr "Alt kısımdaki boş katmanların yerini en yakın normal katmanlar alır." #~ msgid "The model has too many empty layers." #~ msgstr "Modelde çok fazla boş katman var." @@ -17887,9 +17827,8 @@ msgstr "" #~ "Bed temperature when high temperature plate is installed. Value 0 means " #~ "the filament does not support to print on the High Temp Plate" #~ msgstr "" -#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, " -#~ "filamentin Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına " -#~ "gelir" +#~ "Yüksek sıcaklık plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin " +#~ "Yüksek Sıcaklık Plakasına yazdırmayı desteklemediği anlamına gelir" #~ msgid "" #~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration" @@ -17909,8 +17848,7 @@ msgstr "" #~ msgstr "" #~ "Desteğin stili ve şekli. Normal destek için, desteklerin düzenli bir " #~ "ızgaraya yansıtılması daha sağlam destekler oluşturur (varsayılan), rahat " -#~ "destek kuleleri ise malzemeden tasarruf sağlar ve nesne izlerini " -#~ "azaltır.\n" +#~ "destek kuleleri ise malzemeden tasarruf sağlar ve nesne izlerini azaltır.\n" #~ "Ağaç desteği için, ince stil, dalları daha agresif bir şekilde " #~ "birleştirecek ve çok fazla malzeme tasarrufu sağlayacak (varsayılan), " #~ "hibrit stil ise büyük düz çıkıntılar altında normal desteğe benzer yapı " diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index 2070a65075..6d2ef2fed3 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -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" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index e3825454a7..d46ccfef31 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -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" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index 72efb0f894..9fd73bb224 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -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" diff --git a/resources/profiles/Artillery.json b/resources/profiles/Artillery.json index 26c7d7b115..c763238129 100644 --- a/resources/profiles/Artillery.json +++ b/resources/profiles/Artillery.json @@ -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" } ] } diff --git a/resources/profiles/Artillery/Artillery Sidewinder X3 Plus_cover.png b/resources/profiles/Artillery/Artillery Sidewinder X3 Plus_cover.png new file mode 100644 index 0000000000..cfdf059580 Binary files /dev/null and b/resources/profiles/Artillery/Artillery Sidewinder X3 Plus_cover.png differ diff --git a/resources/profiles/Artillery/Artillery Sidewinder X3 Pro_cover.png b/resources/profiles/Artillery/Artillery Sidewinder X3 Pro_cover.png new file mode 100644 index 0000000000..8df3febadc Binary files /dev/null and b/resources/profiles/Artillery/Artillery Sidewinder X3 Pro_cover.png differ diff --git a/resources/profiles/Artillery/Artillery Sidewinder X4 Plus_cover.png b/resources/profiles/Artillery/Artillery Sidewinder X4 Plus_cover.png new file mode 100644 index 0000000000..4e87d7efb1 Binary files /dev/null and b/resources/profiles/Artillery/Artillery Sidewinder X4 Plus_cover.png differ diff --git a/resources/profiles/Artillery/Artillery Sidewinder X4 Pro_cover.png b/resources/profiles/Artillery/Artillery Sidewinder X4 Pro_cover.png new file mode 100644 index 0000000000..19633e8474 Binary files /dev/null and b/resources/profiles/Artillery/Artillery Sidewinder X4 Pro_cover.png differ diff --git a/resources/profiles/Artillery/artillery_sidewinderx3plus_buildplate_model.stl b/resources/profiles/Artillery/artillery_sidewinderx3plus_buildplate_model.stl new file mode 100644 index 0000000000..c4856c67ff Binary files /dev/null and b/resources/profiles/Artillery/artillery_sidewinderx3plus_buildplate_model.stl differ diff --git a/resources/profiles/Artillery/artillery_sidewinderx3pro_buildplate_model.stl b/resources/profiles/Artillery/artillery_sidewinderx3pro_buildplate_model.stl new file mode 100644 index 0000000000..cf32749a32 Binary files /dev/null and b/resources/profiles/Artillery/artillery_sidewinderx3pro_buildplate_model.stl differ diff --git a/resources/profiles/Artillery/artillery_sidewinderx4plus_buildplate_model.stl b/resources/profiles/Artillery/artillery_sidewinderx4plus_buildplate_model.stl new file mode 100644 index 0000000000..c20701eaeb Binary files /dev/null and b/resources/profiles/Artillery/artillery_sidewinderx4plus_buildplate_model.stl differ diff --git a/resources/profiles/Artillery/artillery_sidewinderx4pro_buildplate_model.stl b/resources/profiles/Artillery/artillery_sidewinderx4pro_buildplate_model.stl new file mode 100644 index 0000000000..dc21edb824 Binary files /dev/null and b/resources/profiles/Artillery/artillery_sidewinderx4pro_buildplate_model.stl differ diff --git a/resources/profiles/Artillery/filament/Artillery ABS.json b/resources/profiles/Artillery/filament/Artillery ABS.json new file mode 100644 index 0000000000..f16424112e --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery ABS.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery PETG.json b/resources/profiles/Artillery/filament/Artillery PETG.json new file mode 100644 index 0000000000..c199304ca5 --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery PETG.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic.json b/resources/profiles/Artillery/filament/Artillery PLA Basic.json new file mode 100644 index 0000000000..028520bdeb --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte.json b/resources/profiles/Artillery/filament/Artillery PLA Matte.json new file mode 100644 index 0000000000..8028bae90c --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk.json b/resources/profiles/Artillery/filament/Artillery PLA Silk.json new file mode 100644 index 0000000000..a67d23e4fe --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery PLA Tough.json b/resources/profiles/Artillery/filament/Artillery PLA Tough.json new file mode 100644 index 0000000000..a5a73e4d40 --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery PLA Tough.json @@ -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" +} diff --git a/resources/profiles/Artillery/filament/Artillery TPU.json b/resources/profiles/Artillery/filament/Artillery TPU.json new file mode 100644 index 0000000000..ddab353347 --- /dev/null +++ b/resources/profiles/Artillery/filament/Artillery TPU.json @@ -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" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json new file mode 100644 index 0000000000..a0bb01efd1 --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json new file mode 100644 index 0000000000..16a1935e12 --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus.json @@ -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;" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..1159c5fa8f --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json @@ -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" + } + diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json new file mode 100644 index 0000000000..ac7c20b33c --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro.json @@ -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;" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json new file mode 100644 index 0000000000..cb4cc5cd00 --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json new file mode 100644 index 0000000000..7fcb3997fb --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus.json @@ -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;" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..9802de101b --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json new file mode 100644 index 0000000000..b16b568e81 --- /dev/null +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro.json @@ -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;" +} diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..af4db28f6b --- /dev/null +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..5ddb03c228 --- /dev/null +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..efd2a72caf --- /dev/null +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..aa0930cc29 --- /dev/null +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..1788f71322 --- /dev/null +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..5c9c9fe7d7 --- /dev/null +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..9e8a9c0948 --- /dev/null +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..9398afd476 --- /dev/null +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..3e2d8e1819 --- /dev/null +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..9306e639c2 --- /dev/null +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..38d3d16c80 --- /dev/null +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..0268b2b3d9 --- /dev/null +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json new file mode 100644 index 0000000000..ca2afafa24 --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json new file mode 100644 index 0000000000..63c52ab260 --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..6541d48fb2 --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..3f2e3ca406 --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json @@ -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" +} + diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..0d5a5dd78e --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..e5d9596964 --- /dev/null +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..1b579d27e6 --- /dev/null +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..1413321fa0 --- /dev/null +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json new file mode 100644 index 0000000000..d9fc1e5200 --- /dev/null +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json new file mode 100644 index 0000000000..96132a726b --- /dev/null +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge.json b/resources/profiles/Flashforge.json index 20c5ba7324..194f7f7551 100644 --- a/resources/profiles/Flashforge.json +++ b/resources/profiles/Flashforge.json @@ -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" @@ -59,27 +63,107 @@ "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", "sub_path": "process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json" }, - { + { "name": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", "sub_path": "process/0.12mm Standard @Flashforge AD5M 0.25 Nozzle.json" - }, - { + }, + { "name": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", "sub_path": "process/0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json" - }, - { + }, + { "name": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", "sub_path": "process/0.40mm Standard @Flashforge AD5M 0.8 Nozzle.json" - }, - { + }, + { "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" }, - { + { "name": "0.30mm Fast @Flashforge AD3 0.4 Nozzle", "sub_path": "process/0.30mm Fast @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" @@ -137,26 +245,26 @@ "name": "Flashforge Generic ABS", "sub_path": "filament/Flashforge Generic ABS.json" }, - { + { "name": "Flashforge ABS @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge ABS @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic PETG", "sub_path": "filament/Flashforge Generic PETG.json" }, - { + { "name": "Flashforge PETG @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge PETG @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic PLA", "sub_path": "filament/Flashforge Generic PLA.json" }, - { + { "name": "Flashforge PLA @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge PLA @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic PLA-CF10", "sub_path": "filament/Flashforge Generic PLA-CF10.json" @@ -165,26 +273,26 @@ "name": "Flashforge Generic PLA-Silk", "sub_path": "filament/Flashforge Generic PLA-Silk.json" }, - { + { "name": "Flashforge PLA-SILK @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge PLA-SILK @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic HS PLA", "sub_path": "filament/Flashforge Generic HS PLA.json" }, - { + { "name": "Flashforge HS PLA @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge HS PLA @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic ASA", "sub_path": "filament/Flashforge Generic ASA.json" }, - { + { "name": "Flashforge ASA @FF AD5M 0.25 Nozzle", "sub_path": "filament/Flashforge ASA @FF AD5M 0.25 Nozzle.json" - }, + }, { "name": "Flashforge Generic PETG-CF10", "sub_path": "filament/Flashforge Generic PETG-CF10.json" @@ -193,7 +301,7 @@ "name": "Flashforge Generic TPU", "sub_path": "filament/Flashforge Generic TPU.json" }, - { + { "name": "Flashforge ABS", "sub_path": "filament/Flashforge ABS.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-Multi", - "sub_path":"filament/FusRock Generic S-Multi.json" + "name": "FusRock Generic S-PAHT", + "sub_path": "filament/FusRock Generic S-PAHT.json" }, { - "name":"FusRock Generic NexPA-CF25", - "sub_path":"filament/FusRock Generic NexPA-CF25.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 PAHT-CF", - "sub_path":"filament/FusRock Generic PAHT-CF.json" + "name": "FusRock Generic S-Multi", + "sub_path": "filament/FusRock Generic S-Multi.json" }, { - "name":"FusRock Generic PET-CF", - "sub_path":"filament/FusRock Generic PET-CF.json" + "name": "FusRock Generic S-Multi @G3U 0.6 Nozzle", + "sub_path": "filament/FusRock Generic S-Multi @G3U 0.6 Nozzle.json" }, { - "name":"Flashforge Generic ABS @G3U", - "sub_path":"filament/Flashforge Generic ABS @G3U.json" + "name": "FusRock Generic NexPA-CF25", + "sub_path": "filament/FusRock Generic NexPA-CF25.json" }, { - "name":"Flashforge Generic ASA @G3U", - "sub_path":"filament/Flashforge Generic ASA @G3U.json" + "name": "FusRock Generic PAHT-CF", + "sub_path": "filament/FusRock Generic PAHT-CF.json" }, { - "name":"Flashforge Generic PLA @G3U", - "sub_path":"filament/Flashforge Generic PLA @G3U.json" + "name": "FusRock Generic PAHT-GF", + "sub_path": "filament/FusRock Generic PAHT-GF.json" }, { - "name":"Flashforge Generic PLA-CF @G3U", - "sub_path":"filament/Flashforge Generic PLA-CF @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 PETG @G3U", - "sub_path":"filament/Flashforge Generic PETG @G3U.json" + "name": "FusRock Generic PET-CF", + "sub_path": "filament/FusRock Generic PET-CF.json" }, { - "name":"Flashforge Generic PETG-CF @G3U", - "sub_path":"filament/Flashforge Generic PETG-CF @G3U.json" + "name": "FusRock Generic PET-GF", + "sub_path": "filament/FusRock Generic PET-GF.json" }, { - "name":"Flashforge Generic HIPS", - "sub_path":"filament/Flashforge Generic HIPS.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 PVA", - "sub_path":"filament/Flashforge Generic PVA.json" + "name": "Flashforge Generic ABS @G3U", + "sub_path": "filament/Flashforge Generic ABS @G3U.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": [ @@ -275,11 +451,11 @@ "name": "fdm_flashforge_common", "sub_path": "machine/fdm_flashforge_common.json" }, - { + { "name": "fdm_adventurer5m_common", "sub_path": "machine/fdm_adventurer5m_common.json" }, - { + { "name": "Flashforge Adventurer 5M 0.25 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M 0.25 Nozzle.json" }, @@ -291,11 +467,11 @@ "name": "Flashforge Adventurer 5M 0.6 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M 0.6 Nozzle.json" }, - { + { "name": "Flashforge Adventurer 5M 0.8 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M 0.8 Nozzle.json" }, - { + { "name": "Flashforge Adventurer 5M Pro 0.25 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M Pro 0.25 Nozzle.json" }, @@ -307,15 +483,15 @@ "name": "Flashforge Adventurer 5M Pro 0.6 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json" }, - { + { "name": "Flashforge Adventurer 5M Pro 0.8 Nozzle", "sub_path": "machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json" }, - { + { "name": "fdm_flashforge_common", "sub_path": "machine/fdm_adventurer3_common.json" }, - { + { "name": "Flashforge Adventurer 3 Series 0.4 Nozzle", "sub_path": "machine/Flashforge Adventurer 3 Series 0.4 nozzle.json" }, @@ -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" diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..7ea9300733 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json index acb764bee0..e6dd70087e 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ABS @G3U.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..4f9efca486 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json index 457a13c2fb..b38fc3fc9c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic ASA @G3U.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..c7f9f3f1a9 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json index aa5c61337d..e733757a95 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic HIPS.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..04900a249f --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json new file mode 100644 index 0000000000..668dcd9c55 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U 0.8 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json index 38bacfca77..f12b29c48c 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG @G3U.json @@ -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" diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..25628fda40 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json new file mode 100644 index 0000000000..507086f424 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U 0.8 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json index 29774632d5..ee69fe3d40 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF @G3U.json @@ -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" diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json index 0ae33101be..ebbaa365c0 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG-CF10.json @@ -52,10 +52,10 @@ "30" ], "fan_max_speed": [ - "90" + "100" ], "fan_min_speed": [ - "40" + "80" ], "filament_cost": [ "30" diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json b/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json index bf7833deb0..2ab568758f 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PETG.json @@ -73,10 +73,10 @@ "30" ], "fan_max_speed": [ - "90" + "100" ], "fan_min_speed": [ - "40" + "80" ], "overhang_fan_threshold": [ "25%" diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..2340b9e7c0 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json new file mode 100644 index 0000000000..767c55ae61 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA @G3U 0.8 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..0fac41e168 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json new file mode 100644 index 0000000000..9351a015c8 --- /dev/null +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U 0.8 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json index bb851c86f0..8ecdb6002d 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PLA-CF @G3U.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json b/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json index 6e74e7bc9f..1f46d484bc 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic PVA.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json b/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json index 0639e20d0a..39a60a387a 100644 --- a/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json +++ b/resources/profiles/Flashforge/filament/Flashforge Generic TPU.json @@ -142,10 +142,10 @@ "45" ], "nozzle_temperature": [ - "235" + "225" ], "nozzle_temperature_initial_layer": [ - "235" + "225" ], "nozzle_temperature_range_high": [ "250" diff --git a/resources/profiles/Flashforge/filament/Flashforge PLA.json b/resources/profiles/Flashforge/filament/Flashforge PLA.json index 155eb9c84c..e733abb4a9 100644 --- a/resources/profiles/Flashforge/filament/Flashforge PLA.json +++ b/resources/profiles/Flashforge/filament/Flashforge PLA.json @@ -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" ] } diff --git a/resources/profiles/Flashforge/filament/FusRock Generic NexPA-CF25.json b/resources/profiles/Flashforge/filament/FusRock Generic NexPA-CF25.json index 3b5a961265..3596e6f76c 100644 --- a/resources/profiles/Flashforge/filament/FusRock Generic NexPA-CF25.json +++ b/resources/profiles/Flashforge/filament/FusRock Generic NexPA-CF25.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..4021876bdf --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic PAHT-CF @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic PAHT-GF.json b/resources/profiles/Flashforge/filament/FusRock Generic PAHT-GF.json new file mode 100644 index 0000000000..b440f1a0e4 --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic PAHT-GF.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic PET-CF @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock Generic PET-CF @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..10eb4e5900 --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic PET-CF @G3U 0.6 Nozzle.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic PET-GF.json b/resources/profiles/Flashforge/filament/FusRock Generic PET-GF.json new file mode 100644 index 0000000000..90f244dbd6 --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic PET-GF.json @@ -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" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic S-Multi @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock Generic S-Multi @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..74e0031a40 --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic S-Multi @G3U 0.6 Nozzle.json @@ -0,0 +1,83 @@ +{ + "type": "filament", + "name": "FusRock Generic S-Multi @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": [ + "10" + ], + "filament_density": [ + "1.2" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic S-Multi @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": [ + "75" + ], + "is_custom_defined": "0", + "nozzle_temperature": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "265" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "version": "1.9.0.2" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic S-Multi.json b/resources/profiles/Flashforge/filament/FusRock Generic S-Multi.json index 2fd995d4be..a14252ee46 100644 --- a/resources/profiles/Flashforge/filament/FusRock Generic S-Multi.json +++ b/resources/profiles/Flashforge/filament/FusRock Generic S-Multi.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..aeb6934cc3 --- /dev/null +++ b/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT @G3U 0.6 Nozzle.json @@ -0,0 +1,83 @@ +{ + "type": "filament", + "name": "FusRock Generic S-PAHT @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_density": [ + "1.15" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_minimal_purge_on_wipe_tower": [ + "5" + ], + "filament_settings_id": [ + "FusRock Generic S-PAHT @G3U 0.6 Nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "filament_type": [ + "PA-CF" + ], + "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": [ + "275" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "overhang_fan_speed": [ + "30" + ], + "pressure_advance": [ + "0.03" + ], + "slow_down_min_speed": [ + "12" + ], + "support_material_interface_fan_speed": [ + "30" + ], + "temperature_vitrification": [ + "90" + ], + "version": "1.9.0.2" +} diff --git a/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT.json b/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT.json index d2825f27fc..494faac88f 100644 --- a/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT.json +++ b/resources/profiles/Flashforge/filament/FusRock Generic S-PAHT.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Polymaker Generic CoPA.json b/resources/profiles/Flashforge/filament/Polymaker Generic CoPA.json index a7d2d2b949..b50a9d4fc6 100644 --- a/resources/profiles/Flashforge/filament/Polymaker Generic CoPA.json +++ b/resources/profiles/Flashforge/filament/Polymaker Generic CoPA.json @@ -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": [], diff --git a/resources/profiles/Flashforge/filament/Polymaker Generic S1.json b/resources/profiles/Flashforge/filament/Polymaker Generic S1.json index 11de35b1af..70f306aac5 100644 --- a/resources/profiles/Flashforge/filament/Polymaker Generic S1.json +++ b/resources/profiles/Flashforge/filament/Polymaker Generic S1.json @@ -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": [], diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json index 34694b32b6..f7aeea7f53 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json @@ -9,7 +9,7 @@ "default_print_profile": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", "nozzle_diameter": [ "0.6" ], "printer_variant": "0.6", - "max_layer_height": [ "0.4" ], + "max_layer_height": [ "0.42" ], "min_layer_height": [ "0.15" ], "retraction_length": [ "1.2" ], "nozzle_type": "hardened_steel" diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json index 2eef780d8b..002249e4c8 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.8 Nozzle.json @@ -11,7 +11,7 @@ "printer_variant": "0.8", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", "max_layer_height": [ "0.56" ], - "min_layer_height": [ "0.15" ], + "min_layer_height": [ "0.24" ], "retraction_length": [ "1.5" ], "nozzle_type": "hardened_steel", "z_hop": ["0"] diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json index 7ee9c093ab..9c7b55acbc 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json @@ -9,7 +9,7 @@ "default_print_profile": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", "nozzle_diameter": [ "0.6" ], "printer_variant": "0.6", - "max_layer_height": [ "0.4" ], + "max_layer_height": [ "0.42" ], "min_layer_height": [ "0.15" ], "retraction_length": [ "1.2" ], "nozzle_type": "hardened_steel" diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json index b638a18246..262696fc3c 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.8 Nozzle.json @@ -11,7 +11,7 @@ "printer_variant": "0.8", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.3 F1200\nG1 X-110 E30 F2400\nG1 Y0 E8 F2400\nG1 X-109.6 F2400\nG1 Y110 E10 F2400\nG92 E0", "max_layer_height": [ "0.56" ], - "min_layer_height": [ "0.15" ], + "min_layer_height": [ "0.24" ], "retraction_length": [ "1.5" ], "nozzle_type": "hardened_steel", "z_hop": ["0"] diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json new file mode 100644 index 0000000000..7d76aea8eb --- /dev/null +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.6 Nozzle.json @@ -0,0 +1,62 @@ +{ + "type": "machine", + "name": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "inherits": "fdm_guider3_common", + "setting_id": "GM001", + "from": "system", + "instantiation": "true", + "printer_variant": "0.6", + "printer_model": "Flashforge Guider 3 Ultra", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ "Flashforge Generic PLA @G3U 0.6 Nozzle" ], + "default_print_profile": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "deretraction_speed": [ + "30" + ], + "extra_loading_move": "0", + "extruder_clearance_height_to_rod": "50", + "extruder_clearance_radius": "57", + "is_custom_defined": "0", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.18" + ], + "nozzle_diameter": [ + "0.6" + ], + "parking_pos_retraction": "0", + "printable_area": [ + "-150x-165", + "150x-165", + "150x165", + "-150x165" + ], + "printable_height": "600", + "printer_settings_id": "Flashforge Guider 3 Ultra 0.6 Nozzle", + "retract_length_toolchange": [ + "15" + ], + "retract_restart_extra_toolchange": [ + "-0.8" + ], + "retraction_length": [ + "1.2" + ], + "retraction_speed": [ + "40" + ], + "version": "1.8.0.0", + "z_hop": [ + "0.6" + ], + "z_hop_types": [ + "Spiral Lift" + ] +} diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json new file mode 100644 index 0000000000..f51e0392aa --- /dev/null +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra 0.8 Nozzle.json @@ -0,0 +1,62 @@ +{ + "type": "machine", + "name": "Flashforge Guider 3 Ultra 0.8 Nozzle", + "inherits": "fdm_guider3_common", + "setting_id": "GM001", + "from": "system", + "instantiation": "true", + "printer_variant": "0.8", + "printer_model": "Flashforge Guider 3 Ultra", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "; change filament start\n{if total_toolchanges == 0 and current_extruder == 1}\nM104 S0 T0\n{elsif total_toolchanges > 0 and current_extruder == 0}\nM104 S{nozzle_temperature[0]}\n{if layer_z == initial_layer_print_height}\nT1\nM109 S{nozzle_temperature_initial_layer[1]} T1\n{else}\nT1\nM109 S{nozzle_temperature[1]} T1\n{endif}\n{elsif total_toolchanges > 0 and current_extruder == 1}\nM104 S{nozzle_temperature[1]}\n{if layer_z == initial_layer_print_height}\nT0\nM109 S{nozzle_temperature_initial_layer[0]} T0\n{else}\nT0\nM109 S{nozzle_temperature[0]} T0\n{endif}\n{endif}\n", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ "Flashforge Generic PLA @G3U 0.8 Nozzle" ], + "default_print_profile": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "deretraction_speed": [ + "40" + ], + "extra_loading_move": "0", + "extruder_clearance_height_to_rod": "50", + "extruder_clearance_radius": "57", + "is_custom_defined": "0", + "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 T0\nM104 S0 T1", + "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\n{if total_toolchanges < 1}\nM109 S[nozzle_temperature_initial_layer] T[initial_extruder]\nT[initial_extruder]\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\n{else}\nM109 S{nozzle_temperature_initial_layer[0] - 30} T0\nM109 S{nozzle_temperature_initial_layer[1] - 30} T1\n{if initial_extruder==0}\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[1]-30} T1\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{elsif current_extruder == 1}\nM109 S{nozzle_temperature_initial_layer[0]} T0\nT0\nG21\nG90\nM83\nG1 Z0.3 F400\nG1 X-145 Y{random(-160,-152)} F4800\nG1 X-95 Y{random(-160,-152)} E30 F400\nG1 E-15 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X-80 F4800 ; move away from purge line\nM104 S{nozzle_temperature_initial_layer[0]-30} T0\nM109 S{nozzle_temperature_initial_layer[1]} T1\nT1\nG1 Z0.3 F400\nG1 X145 Y{random(-160,-152)} F4800\nG1 X95 Y{random(-160,-152)} E30 F400\nG1 E-0.8 F1800\nG92 E0\nG1 Z10 F2000 ; move up from purge line\nG1 X80 F4800 ; move away from purge line\nG92 E0\n{endif}\n{endif}\n\n", + "max_layer_height": [ + "0.5" + ], + "min_layer_height": [ + "0.3" + ], + "nozzle_diameter": [ + "0.8" + ], + "parking_pos_retraction": "0", + "printable_area": [ + "-150x-165", + "150x-165", + "150x165", + "-150x165" + ], + "printable_height": "600", + "printer_settings_id": "Flashforge Guider 3 Ultra 0.8 Nozzle", + "retract_length_toolchange": [ + "15" + ], + "retract_restart_extra_toolchange": [ + "-0.8" + ], + "retraction_length": [ + "1.5" + ], + "retraction_speed": [ + "50" + ], + "version": "1.8.0.0", + "z_hop": [ + "1" + ], + "z_hop_types": [ + "Spiral Lift" + ] +} diff --git a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json index 26060e43d0..f68a47b32c 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json +++ b/resources/profiles/Flashforge/machine/Flashforge Guider 3 Ultra.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Flashforge Guider 3 Ultra", "model_id": "Flashforge-Guider-3-Ultra", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.4;0.6;0.8", "machine_tech": "FFF", "family": "Flashforge", "bed_model": "flashforge_g3u_buildplate_model.stl", diff --git a/resources/profiles/Flashforge/machine/fdm_flashforge_common.json b/resources/profiles/Flashforge/machine/fdm_flashforge_common.json index c08d24493a..d8b455ab79 100644 --- a/resources/profiles/Flashforge/machine/fdm_flashforge_common.json +++ b/resources/profiles/Flashforge/machine/fdm_flashforge_common.json @@ -135,5 +135,5 @@ "layer_change_gcode": "", "scan_first_layer": "0", "nozzle_type": "undefine", - "auxiliary_fan": "0" + "auxiliary_fan": "1" } diff --git a/resources/profiles/Flashforge/machine/fdm_guider3_common.json b/resources/profiles/Flashforge/machine/fdm_guider3_common.json index 7623255b14..1a39d50e82 100644 --- a/resources/profiles/Flashforge/machine/fdm_guider3_common.json +++ b/resources/profiles/Flashforge/machine/fdm_guider3_common.json @@ -4,6 +4,65 @@ "from": "system", "instantiation": "false", "inherits": "fdm_flashforge_common", - "gcode_flavor": "marlin" - + "gcode_flavor": "klipper", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600" + ], + "machine_max_speed_z": [ + "20", + "20" + ] } diff --git a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json new file mode 100644 index 0000000000..99a2e5d71c --- /dev/null +++ b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.06", + "name": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", + "print_settings_id": "0.06mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.08", + "support_top_z_distance": "0.08", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json new file mode 100644 index 0000000000..cbfd927d4d --- /dev/null +++ b/resources/profiles/Flashforge/process/0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.06", + "name": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "print_settings_id": "0.06mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.08", + "support_top_z_distance": "0.08", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json new file mode 100644 index 0000000000..001e36e7fa --- /dev/null +++ b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.08", + "name": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", + "print_settings_id": "0.08mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json new file mode 100644 index 0000000000..a531a1ec31 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.08", + "name": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "print_settings_id": "0.08mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json new file mode 100644 index 0000000000..0cb95b1361 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.1", + "name": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", + "print_settings_id": "0.10mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json new file mode 100644 index 0000000000..a1ac228b1b --- /dev/null +++ b/resources/profiles/Flashforge/process/0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.1", + "name": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "print_settings_id": "0.10mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.1", + "support_top_z_distance": "0.1", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json index 16d9377778..548172068a 100644 --- a/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.12mm Detail @Flashforge Guider 2s 0.4 nozzle.json @@ -1,107 +1,109 @@ { - "type": "process", - "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", - "instantiation": "false", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "80%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "4", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.20", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.12", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "70", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "4", - "top_shell_thickness": "0.8", - "wall_loops": "3", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": [ - "Flashforge Guider 2s 0.4 nozzle" - ] + "type": "process", + "name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle", + "setting_id": "GS001", + "instantiation": "true", + "inherits": "fdm_process_flashforge_0.20", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "80%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.20", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.12", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "70", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "wall_loops": "3", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] } diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json new file mode 100644 index 0000000000..27c21d2514 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M 0.4 Nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.12", + "initial_layer_print_height": "0.3", + "is_custom_defined": "0", + "print_settings_id": "0.12mm Fine @Flashforge AD5M 0.4 Nozzle", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_interface_top_layers": "3", + "support_speed": "100", + "support_top_z_distance": "0.15", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json new file mode 100644 index 0000000000..0b62ba6e66 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.12", + "bridge_flow": "0.95", + "infill_wall_overlap": "30%", + "initial_layer_print_height": "0.3", + "is_custom_defined": "0", + "print_settings_id": "0.12mm Fine @Flashforge AD5M Pro 0.4 Nozzle", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.3", + "support_line_width": "0.4", + "support_top_z_distance": "0.15", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json new file mode 100644 index 0000000000..471a857516 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.12mm Fine @Flashforge G3U 0.4 Nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle" + ], + "bridge_flow": "0.96", + "bridge_speed": "20", + "infill_wall_overlap": "25%", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "internal_bridge_speed": "40", + "is_custom_defined": "0", + "layer_height": "0.12", + "name": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", + "print_settings_id": "0.12mm Fine @Flashforge G3U 0.4 Nozzle", + "support_bottom_interface_spacing": "0.18", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.18", + "support_line_width": "0.4", + "support_speed": "80", + "version": "2.0.2.0", + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json new file mode 100644 index 0000000000..c2a9c695e8 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "inherits": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle", + "is_custom_defined": "0", + "layer_height": "0.14", + "name": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", + "print_settings_id": "0.14mm Standard @Flashforge AD5M 0.25 Nozzle", + "support_bottom_z_distance": "0.14", + "support_top_z_distance": "0.14", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json new file mode 100644 index 0000000000..dce626df67 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.25 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "inherits": "0.12mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "is_custom_defined": "0", + "layer_height": "0.14", + "name": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "print_settings_id": "0.14mm Standard @Flashforge AD5M Pro 0.25 Nozzle", + "support_bottom_z_distance": "0.14", + "support_top_z_distance": "0.14", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json index 800ff86c95..61a5bff705 100644 --- a/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle.json @@ -1,107 +1,109 @@ { - "type": "process", - "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", - "instantiation": "false", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "internal_bridge_speed": "150%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "30", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.27", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "60", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.16", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "25", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "200", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "80", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "80", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": [ - "Flashforge Guider 2s 0.4 nozzle" - ] + "type": "process", + "name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle", + "setting_id": "GS002", + "instantiation": "true", + "inherits": "fdm_process_flashforge_0.20", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "30", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.27", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "60", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.16", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "25", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "200", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "80", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "80", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] } diff --git a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json new file mode 100644 index 0000000000..ec8626f715 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M 0.6 Nozzle.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.18", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.65", + "is_custom_defined": "0", + "print_settings_id": "0.18mm Fine @Flashforge AD5M 0.6 Nozzle", + "seam_gap": "5%", + "support_bottom_z_distance": "0.2", + "support_speed": "100", + "support_top_z_distance": "0.2", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json new file mode 100644 index 0000000000..10ef9c64e8 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "layer_height": "0.18", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.65", + "is_custom_defined": "0", + "print_settings_id": "0.18mm Fine @Flashforge AD5M Pro 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.35", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.35", + "support_interface_speed": "40", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..9f263a4da9 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.18mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "is_custom_defined": "0", + "layer_height": "0.18", + "name": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", + "print_settings_id": "0.18mm Standard @Flashforge G3U 0.6 Nozzle", + "version": "2.0.2.0", + "support_speed": "80" +} diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json index 65fc3f6f42..d9dc079e09 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge Guider 2s 0.4 nozzle.json @@ -1,108 +1,110 @@ { - "type": "process", - "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", - "instantiation": "false", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "50%", - "internal_bridge_speed": "70%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.27", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.2", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "80", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": [ - "Flashforge Guider 2s 0.4 nozzle" - ] + "type": "process", + "name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle", + "setting_id": "GS003", + "instantiation": "true", + "inherits": "fdm_process_flashforge_0.20", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "70%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.27", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.2", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "80", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] } diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json new file mode 100644 index 0000000000..6622afae72 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M 0.4 Nozzle.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "infill_wall_overlap": "25%", + "initial_layer_print_height": "0.3", + "is_custom_defined": "0", + "print_settings_id": "0.24mm Draft @Flashforge AD5M 0.4 Nozzle", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.15", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_speed": "100", + "support_top_z_distance": "0.15", + "version": "2.0.2.0", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json new file mode 100644 index 0000000000..ff585d7b37 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "infill_wall_overlap": "30%", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.42", + "is_custom_defined": "0", + "outer_wall_acceleration": "3000", + "outer_wall_line_width": "0.4", + "print_settings_id": "0.24mm Draft @Flashforge AD5M Pro 0.4 Nozzle", + "sparse_infill_line_width": "0.42", + "support_bottom_interface_spacing": "0.3", + "support_interface_spacing": "0.3", + "support_line_width": "0.4", + "top_surface_line_width": "0.4", + "version": "2.0.2.0", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "" +} diff --git a/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json new file mode 100644 index 0000000000..9097bf247e --- /dev/null +++ b/resources/profiles/Flashforge/process/0.24mm Draft @Flashforge G3U 0.4 Nozzle.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "bridge_flow": "0.96", + "bridge_speed": "15", + "infill_wall_overlap": "25%", + "inherits": "0.20mm Standard @Flashforge G3U 0.4 Nozzle", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.4 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "internal_bridge_speed": "30", + "is_custom_defined": "0", + "layer_height": "0.24", + "name": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", + "print_settings_id": "0.24mm Draft @Flashforge G3U 0.4 Nozzle", + "support_bottom_interface_spacing": "0.2", + "support_bottom_z_distance": "0.15", + "support_interface_spacing": "0.2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.4", + "support_speed": "80", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json new file mode 100644 index 0000000000..9abb2828b5 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M 0.8 Nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "process", + "name": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "is_custom_defined": "0", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.24mm Fine @Flashforge AD5M 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.45", + "support_bottom_z_distance": "0.25", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.45", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.25", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json new file mode 100644 index 0000000000..3808a1adda --- /dev/null +++ b/resources/profiles/Flashforge/process/0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "process", + "name": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.24", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.85", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "is_custom_defined": "0", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.24mm Fine @Flashforge AD5M Pro 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.45", + "support_bottom_z_distance": "0.25", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.45", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.25", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json b/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json index c246645d56..d50de09e28 100644 --- a/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Draft @Flashforge Guider 2s 0.4 nozzle.json @@ -1,108 +1,110 @@ { - "type": "process", - "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", - "instantiation": "false", - "adaptive_layer_height": "0", - "bridge_flow": "1", - "bridge_speed": "50%", - "internal_bridge_speed": "70%", - "brim_width": "5", - "bridge_no_support": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0.8", - "brim_object_gap": "0.1", - "default_acceleration": "200", - "detect_overhang_wall": "1", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_support": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "gap_infill_speed": "100", - "infill_direction": "45", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.30", - "initial_layer_speed": "10", - "initial_layer_travel_speed": "70", - "infill_combination": "1", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", - "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "200", - "internal_bridge_support_thickness": "0.8", - "initial_layer_acceleration": "200", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "initial_layer_infill_speed": "10", - "line_width": "0.42", - "layer_height": "0.30", - "minimum_sparse_infill_area": "15", - "max_travel_detour_distance": "0", - "outer_wall_line_width": "0.42", - "outer_wall_speed": "40", - "outer_wall_acceleration": "200", - "inner_wall_acceleration": "200", - "bridge_acceleration": "50%", - "sparse_infill_acceleration": "100%", - "internal_solid_infill_acceleration": "100%", - "travel_acceleration": "200", - "skirt_speed": "10", - "overhang_1_4_speed": "100", - "overhang_2_4_speed": "100", - "overhang_3_4_speed": "80", - "overhang_4_4_speed": "50", - "slow_down_layers": "2", - "only_one_wall_top": "1", - "print_sequence": "by layer", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "sparse_infill_density": "10%", - "sparse_infill_pattern": "crosshatch", - "sparse_infill_line_width": "0.45", - "sparse_infill_speed": "100%", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "standby_temperature_delta": "-5", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_filament": "0", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.23", - "support_interface_loop_pattern": "0", - "support_interface_top_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_pattern": "auto", - "support_base_pattern": "default", - "support_base_pattern_spacing": "2.5", - "support_speed": "100%", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "skirt_loops": "2", - "support_type": "normal(auto)", - "support_style": "default", - "support_bottom_z_distance": "0.2", - "support_interface_bottom_layers": "2", - "top_surface_line_width": "0.42", - "top_surface_speed": "100", - "travel_speed": "100", - "tree_support_branch_diameter": "2", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "top_surface_pattern": "monotonicline", - "top_surface_acceleration": "200", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "wall_loops": "2", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_generator": "arachne", - "compatible_printers": [ - "Flashforge Guider 2s 0.4 nozzle" - ] + "type": "process", + "name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle", + "setting_id": "GS004", + "instantiation": "true", + "inherits": "fdm_process_flashforge_0.30", + "adaptive_layer_height": "0", + "bridge_flow": "1", + "bridge_speed": "50%", + "internal_bridge_speed": "70%", + "brim_width": "5", + "bridge_no_support": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.8", + "brim_object_gap": "0.1", + "default_acceleration": "200", + "detect_overhang_wall": "1", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_support": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "gap_infill_speed": "100", + "infill_direction": "45", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.30", + "initial_layer_speed": "10", + "initial_layer_travel_speed": "70", + "infill_combination": "1", + "infill_wall_overlap": "15%", + "interface_shells": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "200", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "initial_layer_infill_speed": "10", + "line_width": "0.42", + "layer_height": "0.30", + "minimum_sparse_infill_area": "15", + "max_travel_detour_distance": "0", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "40", + "outer_wall_acceleration": "200", + "inner_wall_acceleration": "200", + "bridge_acceleration": "50%", + "sparse_infill_acceleration": "100%", + "internal_solid_infill_acceleration": "100%", + "travel_acceleration": "200", + "skirt_speed": "10", + "overhang_1_4_speed": "100", + "overhang_2_4_speed": "100", + "overhang_3_4_speed": "80", + "overhang_4_4_speed": "50", + "slow_down_layers": "2", + "only_one_wall_top": "1", + "print_sequence": "by layer", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "sparse_infill_density": "10%", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_line_width": "0.45", + "sparse_infill_speed": "100%", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "standby_temperature_delta": "-5", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_filament": "0", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.23", + "support_interface_loop_pattern": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_pattern": "auto", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "100%", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "skirt_loops": "2", + "support_type": "normal(auto)", + "support_style": "default", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "2", + "top_surface_line_width": "0.42", + "top_surface_speed": "100", + "travel_speed": "100", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "wall_loops": "2", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_generator": "arachne", + "compatible_printers": [ + "Flashforge Guider 2s 0.4 nozzle" + ] } diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..d969d92eed --- /dev/null +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -0,0 +1,60 @@ +{ + "type": "process", + "name": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "layer_height": "0.3", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_solid_infill_flow_ratio": "1.02", + "bridge_flow": "0.96", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "flush_into_support": "0", + "gap_infill_speed": "120", + "infill_wall_overlap": "40%", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.6", + "initial_layer_print_height": "0.35", + "initial_layer_speed": "30", + "inner_wall_line_width": "0.6", + "inner_wall_speed": "160", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.6", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.6", + "outer_wall_acceleration": "3000", + "outer_wall_line_width": "0.58", + "outer_wall_speed": "120", + "prime_tower_brim_width": "5", + "prime_tower_width": "30", + "prime_volume": "5", + "print_settings_id": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "seam_gap": "6%", + "sparse_infill_acceleration": "70%", + "sparse_infill_line_width": "0.6", + "sparse_infill_speed": "200", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_filament": "1", + "support_interface_spacing": "0.3", + "support_interface_speed": "40", + "support_interface_top_layers": "4", + "support_line_width": "0.58", + "support_object_xy_distance": "0.5", + "support_speed": "80", + "support_top_z_distance": "0.32", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_line_width": "0.6", + "top_surface_speed": "120", + "version": "1.9.0.2", + "wipe_tower_bridging": "5" +} diff --git a/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json new file mode 100644 index 0000000000..5f444a2ed9 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.40mm Standard @Flashforge G3U 0.8 Nozzle.json @@ -0,0 +1,62 @@ +{ + "type": "process", + "name": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "inherits": "fdm_process_flashforge_0.40", + "from": "system", + "setting_id": "GP003", + "instantiation": "true", + "layer_height": "0.4", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bridge_flow": "0.96", + "enable_arc_fitting": "0", + "flush_into_support": "0", + "gap_infill_speed": "100", + "infill_wall_overlap": "55%", + "initial_layer_infill_speed": "30", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.5", + "initial_layer_speed": "20", + "inner_wall_acceleration": "2000", + "inner_wall_line_width": "0.8", + "inner_wall_speed": "80", + "internal_solid_infill_acceleration": "4000", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "160", + "is_custom_defined": "0", + "line_width": "0.8", + "outer_wall_acceleration": "1000", + "outer_wall_line_width": "0.78", + "outer_wall_speed": "80", + "overhang_2_4_speed": "30", + "prime_tower_brim_width": "5", + "prime_tower_width": "30", + "prime_volume": "5", + "print_settings_id": "0.40mm Standard @Flashforge G3U 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.82", + "sparse_infill_speed": "160", + "support_base_pattern_spacing": "3", + "support_bottom_interface_spacing": "0.35", + "support_bottom_z_distance": "0.28", + "support_interface_bottom_layers": "0", + "support_interface_filament": "1", + "support_interface_spacing": "0.35", + "support_interface_speed": "30", + "support_interface_top_layers": "3", + "support_line_width": "0.75", + "support_object_xy_distance": "0.6", + "support_speed": "80", + "support_top_z_distance": "0.4", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.78", + "top_surface_speed": "100", + "version": "1.9.0.2", + "wipe_tower_bridging": "5" +} diff --git a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json new file mode 100644 index 0000000000..3f27e98251 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M 0.6 Nozzle.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.42", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.7", + "initial_layer_print_height": "0.45", + "is_custom_defined": "0", + "outer_wall_acceleration": "3000", + "print_settings_id": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_line_width": "0.6", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "support_top_z_distance": "0.22", + "top_surface_line_width": "0.6", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json new file mode 100644 index 0000000000..4ee2fab87d --- /dev/null +++ b/resources/profiles/Flashforge/process/0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "process", + "name": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.42", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bridge_flow": "0.96", + "infill_wall_overlap": "40%", + "initial_layer_line_width": "0.7", + "initial_layer_print_height": "0.45", + "is_custom_defined": "0", + "outer_wall_line_width": "0.6", + "print_settings_id": "0.42mm Draft @Flashforge AD5M Pro 0.6 Nozzle", + "seam_gap": "6%", + "support_bottom_interface_spacing": "0.35", + "support_bottom_z_distance": "0.2", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.35", + "support_interface_speed": "40", + "support_line_width": "0.6", + "support_object_xy_distance": "0.4", + "support_speed": "100", + "support_top_z_distance": "0.22", + "top_surface_line_width": "0.6", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json new file mode 100644 index 0000000000..2ee142fabd --- /dev/null +++ b/resources/profiles/Flashforge/process/0.42mm Standard @Flashforge G3U 0.6 Nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "from": "system", + "setting_id": "GP001", + "instantiation": "true", + "inherits": "0.30mm Standard @Flashforge G3U 0.6 Nozzle", + "compatible_printers": [ + "Flashforge Guider 3 Ultra 0.6 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "initial_layer_print_height": "0.3", + "is_custom_defined": "0", + "layer_height": "0.42", + "name": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", + "print_settings_id": "0.42mm Standard @Flashforge G3U 0.6 Nozzle", + "support_speed": "80", + "support_top_z_distance": "0.3", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json new file mode 100644 index 0000000000..c25b1e78e0 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M 0.8 Nozzle.json @@ -0,0 +1,49 @@ +{ + "type": "process", + "name": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.56", + "compatible_printers": [ + "Flashforge Adventurer 5M 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "50", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "70%", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "is_custom_defined": "0", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.56mm Draft @Flashforge AD5M 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.26", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.45", + "support_speed": "80", + "support_top_z_distance": "0.26", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json new file mode 100644 index 0000000000..9f61cb79c6 --- /dev/null +++ b/resources/profiles/Flashforge/process/0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle.json @@ -0,0 +1,48 @@ +{ + "type": "process", + "name": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "inherits": "0.40mm Standard @Flashforge AD5M Pro 0.8 Nozzle", + "from": "system", + "instantiation": "true", + "layer_height": "0.56", + "compatible_printers": [ + "Flashforge Adventurer 5M Pro 0.8 Nozzle" + ], + "filename_format": "{input_filename_base}.gcode", + "post_process": "", + "bottom_shell_layers": "2", + "bridge_flow": "0.96", + "gap_infill_speed": "100", + "infill_wall_overlap": "40%", + "initial_layer_acceleration": "400", + "initial_layer_infill_speed": "55", + "initial_layer_line_width": "0.85", + "initial_layer_print_height": "0.45", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "100", + "internal_solid_infill_acceleration": "5000", + "internal_solid_infill_line_width": "0.82", + "is_custom_defined": "0", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "print_settings_id": "0.56mm Draft @Flashforge AD5M Pro 0.8 Nozzle", + "seam_gap": "5%", + "sparse_infill_acceleration": "50%", + "sparse_infill_line_width": "0.85", + "support_bottom_interface_spacing": "0.4", + "support_bottom_z_distance": "0.26", + "support_interface_bottom_layers": "0", + "support_interface_spacing": "0.4", + "support_interface_speed": "30", + "support_line_width": "0.8", + "support_object_xy_distance": "0.45", + "support_speed": "80", + "support_top_z_distance": "0.26", + "top_shell_layers": "3", + "top_surface_acceleration": "1000", + "top_surface_line_width": "0.82", + "top_surface_speed": "100", + "version": "2.0.2.0" +} diff --git a/resources/profiles/Flashforge/process/fdm_process_common.json b/resources/profiles/Flashforge/process/fdm_process_common.json index a9a08f371a..3712c915a4 100644 --- a/resources/profiles/Flashforge/process/fdm_process_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_common.json @@ -17,7 +17,7 @@ "line_width": "0.45", "infill_direction": "45", "sparse_infill_density": "15%", - "sparse_infill_pattern": "crosshatch", + "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.42", "initial_layer_print_height": "0.2", "initial_layer_speed": "20", diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json new file mode 100644 index 0000000000..09cb998b1e --- /dev/null +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.40.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_flashforge_0.40", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.4", + "initial_layer_print_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "45", + "inner_wall_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "150", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech.json b/resources/profiles/InfiMech.json index d31ae9c48a..e1ad12a5e4 100644 --- a/resources/profiles/InfiMech.json +++ b/resources/profiles/InfiMech.json @@ -7,6 +7,11 @@ { "name": "InfiMech TX", "sub_path": "machine/InfiMech TX.json" + }, + + { + "name": "InfiMech TX Hardened Steel Nozzle", + "sub_path": "machine/HSN/InfiMech TX Hardened Steel Nozzle.json" } ], "process_list": [ @@ -33,7 +38,34 @@ { "name": "0.16mm Optimal @InfiMech TX", "sub_path": "process/0.16mm Optimal @InfiMech TX.json" + }, + + + { + "name": "fdm_process_common_HSN", + "sub_path": "process/HSN/fdm_process_common_HSN.json" + }, + { + "name": "0.08mm Extra Fine @InfiMech TX HSN", + "sub_path": "process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json" + }, + { + "name": "0.12mm Fine @InfiMech TX HSN", + "sub_path": "process/HSN/0.12mm Fine @InfiMech TX HSN.json" + }, + { + "name": "0.20mm Standard @InfiMech TX HSN", + "sub_path": "process/HSN/0.20mm Standard @InfiMech TX HSN.json" + }, + { + "name": "0.24mm Draft @InfiMech TX HSN", + "sub_path": "process/HSN/0.24mm Draft @InfiMech TX HSN.json" + }, + { + "name": "0.16mm Optimal @InfiMech TX HSN", + "sub_path": "process/HSN/0.16mm Optimal @InfiMech TX HSN.json" } + ], "filament_list": [ { @@ -159,8 +191,134 @@ { "name": "InfiMech PLA Hyper", "sub_path": "filament/InfiMech PLA Hyper.json" - } + }, + + + { + "name": "fdm_filament_common_HSN", + "sub_path": "filament/HSN/fdm_filament_common_HSN.json" + }, + + { + "name": "fdm_filament_pla @HSN", + "sub_path": "filament/HSN/fdm_filament_pla @HSN.json" + }, + { + "name": "fdm_filament_tpu @HSN", + "sub_path": "filament/HSN/fdm_filament_tpu @HSN.json" + }, + { + "name": "fdm_filament_pet @HSN", + "sub_path": "filament/HSN/fdm_filament_pet @HSN.json" + }, + { + "name": "fdm_filament_pc @HSN", + "sub_path": "filament/HSN/fdm_filament_pc @HSN.json" + }, + { + "name": "fdm_filament_pa @HSN", + "sub_path": "filament/HSN/fdm_filament_pa @HSN.json" + }, + { + "name": "InfiMech PLA @HSN", + "sub_path": "filament/HSN/InfiMech PLA @HSN.json" + }, + { + "name": "InfiMech PETG @HSN", + "sub_path": "filament/HSN/InfiMech PETG @HSN.json" + }, + { + "name": "InfiMech TPU @HSN", + "sub_path": "filament/HSN/InfiMech TPU @HSN.json" + }, + { + "name": "InfiMech PC @HSN", + "sub_path": "filament/HSN/InfiMech PC @HSN.json" + }, + { + "name": "InfiMech PA-CF @HSN", + "sub_path": "filament/HSN/InfiMech PA-CF @HSN.json" + }, + { + "name": "fdm_filament_abs @HSN", + "sub_path": "filament/HSN/fdm_filament_abs @HSN.json" + }, + { + "name": "InfiMech ABS @HSN", + "sub_path": "filament/HSN/InfiMech ABS @HSN.json" + }, + + { + "name": "fdm_filament_pla_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_other @HSN.json" + }, + { + "name": "Other PLA @HSN", + "sub_path": "filament/HSN/Other PLA @HSN.json" + }, + + { + "name": "fdm_filament_tpu_other @HSN", + "sub_path": "filament/HSN/fdm_filament_tpu_other @HSN.json" + }, + { + "name": "Other TPU @HSN", + "sub_path": "filament/HSN/Other TPU @HSN.json" + }, + + { + "name": "fdm_filament_pa_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pa_other @HSN.json" + }, + { + "name": "Other PA-CF @HSN", + "sub_path": "filament/HSN/Other PA-CF @HSN.json" + }, + + { + "name": "fdm_filament_pet_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pet_other @HSN.json" + }, + { + "name": "Other PETG @HSN", + "sub_path": "filament/HSN/Other PETG @HSN.json" + }, + + { + "name": "fdm_filament_pc_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pc_other @HSN.json" + }, + { + "name": "Other PC @HSN", + "sub_path": "filament/HSN/Other PC @HSN.json" + }, + { + "name": "fdm_filament_abs_other @HSN", + "sub_path": "filament/HSN/fdm_filament_abs_other @HSN.json" + }, + { + "name": "Other ABS @HSN", + "sub_path": "filament/HSN/Other ABS @HSN.json" + }, + + { + "name": "fdm_filament_pla_Hyper_other @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_Hyper_other @HSN.json" + }, + { + "name": "Other PLA Hyper @HSN", + "sub_path": "filament/HSN/Other PLA Hyper @HSN.json" + }, + + { + "name": "fdm_filament_pla_Hyper @HSN", + "sub_path": "filament/HSN/fdm_filament_pla_Hyper @HSN.json" + }, + { + "name": "InfiMech PLA Hyper @HSN", + "sub_path": "filament/HSN/InfiMech PLA Hyper @HSN.json" + } ], "machine_list": [ @@ -175,6 +333,23 @@ { "name": "InfiMech TX 0.4 nozzle", "sub_path": "machine/InfiMech TX 0.4 nozzle.json" + }, + + + + { + "name": "fdm_machine_common", + "sub_path": "machine/HSN/fdm_machine_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/HSN/fdm_klipper_common.json" + }, + + { + "name": "InfiMech TX HSN 0.4 nozzle", + "sub_path": "machine/HSN/InfiMech TX HSN 0.4 nozzle.json" } + ] } diff --git a/resources/profiles/InfiMech/InfiMech TX Hardened Steel Nozzle_cover.png b/resources/profiles/InfiMech/InfiMech TX Hardened Steel Nozzle_cover.png new file mode 100644 index 0000000000..6fb37a0e9c Binary files /dev/null and b/resources/profiles/InfiMech/InfiMech TX Hardened Steel Nozzle_cover.png differ diff --git a/resources/profiles/InfiMech/InfiMech TX-bed_HSN.stl b/resources/profiles/InfiMech/InfiMech TX-bed_HSN.stl new file mode 100644 index 0000000000..05ea70db46 Binary files /dev/null and b/resources/profiles/InfiMech/InfiMech TX-bed_HSN.stl differ diff --git a/resources/profiles/InfiMech/InfiMech TX-texture_HSN.png b/resources/profiles/InfiMech/InfiMech TX-texture_HSN.png new file mode 100644 index 0000000000..0942aba2cf Binary files /dev/null and b/resources/profiles/InfiMech/InfiMech TX-texture_HSN.png differ diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json new file mode 100644 index 0000000000..a9d778ee49 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech ABS @HSN.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "InfiMech ABS @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_abs @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json new file mode 100644 index 0000000000..bbf92c72ac --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PA-CF @HSN.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSA04", + "name": "InfiMech PA-CF @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa @HSN", + "filament_type": [ + "PA-CF" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + + ] + } diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json new file mode 100644 index 0000000000..15624d7b17 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PC @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFC99", + "setting_id": "GFSA04", + "name": "InfiMech PC @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pc @HSN", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + } diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json new file mode 100644 index 0000000000..189f9e5bf9 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PETG @HSN.json @@ -0,0 +1,54 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSA04", + "name": "InfiMech PETG @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet @HSN", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.084" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json new file mode 100644 index 0000000000..94a814487e --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "InfiMech PLA @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json new file mode 100644 index 0000000000..e3969ddc64 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech PLA Hyper @HSN.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "InfiMech PLA Hyper @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla_Hyper @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json b/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json new file mode 100644 index 0000000000..310d9b0fc3 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/InfiMech TPU @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSA04", + "name": "InfiMech TPU @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu @HSN", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json new file mode 100644 index 0000000000..c100a18554 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other ABS @HSN.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "Other ABS @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_abs_other @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json new file mode 100644 index 0000000000..a2ab36b225 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other PA-CF @HSN.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSA04", + "name": "Other PA-CF @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa_other @HSN", + "filament_type": [ + "PA-CF" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "2" + ], + "filament_retract_before_wipe": [ + "0%" + ], + "filament_retraction_length": [ + "0.8" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + + ] + } diff --git a/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json new file mode 100644 index 0000000000..9636eb16c0 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other PC @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFC99", + "setting_id": "GFSA04", + "name": "Other PC @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pc_other @HSN", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.058" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + } diff --git a/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json new file mode 100644 index 0000000000..69e25cfabe --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other PETG @HSN.json @@ -0,0 +1,54 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSA04", + "name": "Other PETG @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet_other @HSN", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "10%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.084" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json new file mode 100644 index 0000000000..d63d21053b --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other PLA @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "Other PLA @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla_other @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "pressure_advance": [ + "0.03" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json new file mode 100644 index 0000000000..02099c3845 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other PLA Hyper @HSN.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "Other PLA Hyper @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla_Hyper_other @HSN", + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "25" + ], + "slow_down_layer_time": [ + "8" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json b/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json new file mode 100644 index 0000000000..205167ef3f --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/Other TPU @HSN.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSA04", + "name": "Other TPU @HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu_other @HSN", + "filament_max_volumetric_speed": [ + "3" + ], + "filament_flow_ratio": [ + "0.94" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.13" + ], + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json new file mode 100644 index 0000000000..b9656e0e37 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs @HSN.json @@ -0,0 +1,97 @@ +{ + "type": "filament", + "name": "fdm_filament_abs @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp" : [ + "105" + ], + "eng_plate_temp" : [ + "105" + ], + "hot_plate_temp" : [ + "105" + ], + "textured_plate_temp" : [ + "105" + ], + "cool_plate_temp_initial_layer" : [ + "105" + ], + "eng_plate_temp_initial_layer" : [ + "105" + ], + "hot_plate_temp_initial_layer" : [ + "105" + ], + "textured_plate_temp_initial_layer" : [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "5" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json new file mode 100644 index 0000000000..e6487a11f7 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_abs_other @HSN.json @@ -0,0 +1,97 @@ +{ + "type": "filament", + "name": "fdm_filament_abs_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp" : [ + "105" + ], + "eng_plate_temp" : [ + "105" + ], + "hot_plate_temp" : [ + "105" + ], + "textured_plate_temp" : [ + "105" + ], + "cool_plate_temp_initial_layer" : [ + "105" + ], + "eng_plate_temp_initial_layer" : [ + "105" + ], + "hot_plate_temp_initial_layer" : [ + "105" + ], + "textured_plate_temp_initial_layer" : [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "5" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json new file mode 100644 index 0000000000..2808287c59 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_common_HSN.json @@ -0,0 +1,144 @@ +{ + "type": "filament", + "name": "fdm_filament_common_HSN", + "from": "system", + "instantiation": "false", + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "60" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json new file mode 100644 index 0000000000..3b0e895908 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa @HSN.json @@ -0,0 +1,103 @@ +{ + "type": "filament", + "name": "fdm_filament_pa @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json new file mode 100644 index 0000000000..b339c043ee --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pa_other @HSN.json @@ -0,0 +1,103 @@ +{ + "type": "filament", + "name": "fdm_filament_pa_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.02" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json new file mode 100644 index 0000000000..ea1e9bdf58 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc @HSN.json @@ -0,0 +1,100 @@ +{ + "type": "filament", + "name": "fdm_filament_pc @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json new file mode 100644 index 0000000000..3a57ca8444 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pc_other @HSN.json @@ -0,0 +1,100 @@ +{ + "type": "filament", + "name": "fdm_filament_pc_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "270" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "activate_air_filtration": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "80" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json new file mode 100644 index 0000000000..f6822a8d5b --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet @HSN.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_pet @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "75" + ], + "textured_plate_temp" : [ + "80" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "75" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json new file mode 100644 index 0000000000..21f3c5e0c5 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pet_other @HSN.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_pet_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "75" + ], + "textured_plate_temp" : [ + "80" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "75" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json new file mode 100644 index 0000000000..4f5ac07e4b --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla @HSN.json @@ -0,0 +1,103 @@ +{ + "type": "filament", + "name": "fdm_filament_pla @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "205" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json new file mode 100644 index 0000000000..12a4038700 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper @HSN.json @@ -0,0 +1,97 @@ +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "205" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json new file mode 100644 index 0000000000..2d5d37b43e --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_Hyper_other @HSN.json @@ -0,0 +1,97 @@ +{ + "type": "filament", + "name": "fdm_filament_pla_Hyper_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "215" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json new file mode 100644 index 0000000000..ff0570d0a0 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_pla_other @HSN.json @@ -0,0 +1,103 @@ +{ + "type": "filament", + "name": "fdm_filament_pla_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "215" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.03" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json new file mode 100644 index 0000000000..677ca17ee3 --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu @HSN.json @@ -0,0 +1,98 @@ +{ + "type": "filament", + "name": "fdm_filament_tpu @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "InfiMech" + ], + "cool_plate_temp" : [ + "30" + ], + "eng_plate_temp" : [ + "30" + ], + "hot_plate_temp" : [ + "40" + ], + "textured_plate_temp" : [ + "35" + ], + "cool_plate_temp_initial_layer" : [ + "30" + ], + "eng_plate_temp_initial_layer" : [ + "30" + ], + "hot_plate_temp_initial_layer" : [ + "40" + ], + "textured_plate_temp_initial_layer" : [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + + "nozzle_temperature_initial_layer": [ + "215" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "215" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_z_hop": [ + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "overhang_fan_threshold": [ + "95%" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json new file mode 100644 index 0000000000..665436c38f --- /dev/null +++ b/resources/profiles/InfiMech/filament/HSN/fdm_filament_tpu_other @HSN.json @@ -0,0 +1,98 @@ +{ + "type": "filament", + "name": "fdm_filament_tpu_other @HSN", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common_HSN", + "filament_vendor": [ + "Other" + ], + "cool_plate_temp" : [ + "30" + ], + "eng_plate_temp" : [ + "30" + ], + "hot_plate_temp" : [ + "40" + ], + "textured_plate_temp" : [ + "35" + ], + "cool_plate_temp_initial_layer" : [ + "30" + ], + "eng_plate_temp_initial_layer" : [ + "30" + ], + "hot_plate_temp_initial_layer" : [ + "40" + ], + "textured_plate_temp_initial_layer" : [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + + "nozzle_temperature_initial_layer": [ + "225" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "225" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_z_hop": [ + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "overhang_fan_threshold": [ + "95%" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json b/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json new file mode 100644 index 0000000000..c70d34dd4d --- /dev/null +++ b/resources/profiles/InfiMech/machine/HSN/InfiMech TX HSN 0.4 nozzle.json @@ -0,0 +1,22 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "InfiMech TX HSN 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "InfiMech TX Hardened Steel Nozzle", + "nozzle_diameter": [ + "0.4" + ], + "z_hop": [ + "0.4" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250" +} diff --git a/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json b/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json new file mode 100644 index 0000000000..c95fad7b5b --- /dev/null +++ b/resources/profiles/InfiMech/machine/HSN/InfiMech TX Hardened Steel Nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "InfiMech TX Hardened Steel Nozzle", + "model_id": "InfiMech_TX_HSN", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "InfiMechDesign", + "bed_model": "InfiMech TX-bed_HSN.stl", + "bed_texture": "InfiMech TX-texture_HSN.png", + "hotend_model": "", + "default_materials": "InfiMech Generic ABS;InfiMech Generic PA-CF;InfiMech Generic PC;InfiMech Generic PETG;InfiMech Generic PLA;InfiMech Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json new file mode 100644 index 0000000000..5355d44295 --- /dev/null +++ b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json @@ -0,0 +1,211 @@ +{ + "type": "machine", + "name": "fdm_klipper_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_machine_common", + "gcode_flavor": "klipper", + + + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + + "high_current_on_filament_swap": "0", + + + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + "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": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "version": "1.6.0.0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ] + + +} diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json new file mode 100644 index 0000000000..540e10e977 --- /dev/null +++ b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json @@ -0,0 +1,206 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "gcode_flavor": "klipper", + + "auxiliary_fan": "1", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "InfiMech Generic PLA" + ], + "default_print_profile": "0.20mm Standard @InfiMech TX", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "69", + "extruder_clearance_height_to_rod": "69", + "extruder_clearance_radius": "49", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + + + "high_current_on_filament_swap": "0", + + + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "0.4" + ], + "machine_max_speed_e": [ + "30", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "20", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n", + "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + + + "nozzle_hrc": "0", + "nozzle_type": "hardened_steel", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "250", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "InfiMech TX 0.4 nozzle", + + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "249" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "version": "1.6.0.0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ] +} diff --git a/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json b/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json index 80426afa2d..1e134e5d86 100644 --- a/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.08mm Extra Fine @InfiMech TX.json @@ -21,7 +21,7 @@ "layer_height": "0.08", "print_settings_id": "0.08mm Extra Fine @InfiMech TX", "sparse_infill_speed": "450", - "exclude_object": "0", + "exclude_object": "1", "internal_bridge_speed": "50", "compatible_printers": [ "InfiMech TX 0.4 nozzle" diff --git a/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json b/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json index d7de41a3fb..223f43c726 100644 --- a/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.12mm Fine @InfiMech TX.json @@ -20,7 +20,7 @@ "layer_height": "0.12", "print_settings_id": "0.12mm Fine @InfiMech TX", "sparse_infill_speed": "400", - "exclude_object": "0", + "exclude_object": "1", "internal_bridge_speed": "50", "compatible_printers": [ "InfiMech TX 0.4 nozzle" diff --git a/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json b/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json index be60e2297b..f98f050175 100644 --- a/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.16mm Optimal @InfiMech TX.json @@ -2,9 +2,9 @@ "type": "process", "setting_id": "GP005", "name": "0.16mm Optimal @InfiMech TX", - "from": "system", - "instantiation": "true", - "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", @@ -14,7 +14,7 @@ "bottom_shell_layers": "4", "bridge_speed": "25", "brim_object_gap": "0.1", - "exclude_object": "0", + "exclude_object": "1", "gap_infill_speed": "300", "inner_wall_speed": "300", "internal_bridge_speed": "50", diff --git a/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json b/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json index e37fe60cad..bbc55eddc0 100644 --- a/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.20mm Standard @InfiMech TX.json @@ -20,7 +20,7 @@ "layer_height": "0.2", "print_settings_id": "0.20mm Standard @InfiMech TX", "sparse_infill_speed": "270", - "exclude_object": "0", + "exclude_object": "1", "internal_bridge_speed": "50", "top_solid_infill_flow_ratio": "0.97", "compatible_printers": [ diff --git a/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json b/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json index 59a4f0de66..8263c16fb1 100644 --- a/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json +++ b/resources/profiles/InfiMech/process/0.24mm Draft @InfiMech TX.json @@ -20,7 +20,7 @@ "layer_height": "0.24", "print_settings_id": "0.24mm Draft @InfiMech TX", "sparse_infill_speed": "230", - "exclude_object": "0", + "exclude_object": "1", "internal_bridge_speed": "50", "compatible_printers": [ "InfiMech TX 0.4 nozzle" diff --git a/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json new file mode 100644 index 0000000000..0c21376a9a --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/0.08mm Extra Fine @InfiMech TX HSN.json @@ -0,0 +1,32 @@ +{ + + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @InfiMech TX HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common_HSN", + + "bottom_shell_layers": "7", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "350", + "inner_wall_speed": "350", + "internal_solid_infill_speed": "350", + "layer_height": "0.08", + "print_settings_id": "0.08mm Extra Fine @InfiMech TX HSN", + "sparse_infill_speed": "450", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + + + +} diff --git a/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json new file mode 100644 index 0000000000..daeb460bb4 --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/0.12mm Fine @InfiMech TX HSN.json @@ -0,0 +1,32 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @InfiMech TX HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common_HSN", + + "bottom_shell_layers": "5", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "brim_width": "5", + "gap_infill_speed": "350", + "inner_wall_speed": "350", + "internal_solid_infill_speed": "350", + "layer_height": "0.12", + "print_settings_id": "0.12mm Fine @InfiMech TX HSN", + "sparse_infill_speed": "400", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + + + + +} diff --git a/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json new file mode 100644 index 0000000000..21095d8ef5 --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/0.16mm Optimal @InfiMech TX HSN.json @@ -0,0 +1,41 @@ +{ + "type": "process", + "setting_id": "GP005", + "name": "0.16mm Optimal @InfiMech TX HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common_HSN", + + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "6", + "overhang_1_4_speed": "50", + "accel_to_decel_enable": "0", + "bottom_shell_layers": "4", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "exclude_object": "1", + "gap_infill_speed": "300", + "inner_wall_speed": "300", + "internal_bridge_speed": "50", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "300", + "is_custom_defined": "0", + "layer_height": "0.16", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "overhang_speed_classic": "0", + "precise_outer_wall": "0", + "print_flow_ratio": "0.95", + "seam_gap": "10%", + "skirt_speed": "50", + "sparse_infill_speed": "330", + "support_line_width": "0.42", + "top_shell_thickness": "1", + "top_surface_line_width": "0.42", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + + +} diff --git a/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json new file mode 100644 index 0000000000..e61c1d75fe --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/0.20mm Standard @InfiMech TX HSN.json @@ -0,0 +1,31 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @InfiMech TX HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common_HSN", + + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "5", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "5", + "gap_infill_speed": "250", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "print_settings_id": "0.20mm Standard @InfiMech TX HSN", + "sparse_infill_speed": "270", + "exclude_object": "1", + "internal_bridge_speed": "50", + "top_solid_infill_flow_ratio": "0.97", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + + +} diff --git a/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json b/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json new file mode 100644 index 0000000000..4fa9892a9a --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/0.24mm Draft @InfiMech TX HSN.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @InfiMech TX HSN", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common_HSN", + + "bottom_shell_layers": "3", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "tree_support_wall_count": "1", + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "print_settings_id": "0.24mm Draft @InfiMech TX HSN", + "sparse_infill_speed": "230", + "exclude_object": "1", + "internal_bridge_speed": "50", + "compatible_printers": [ + "InfiMech TX HSN 0.4 nozzle" + ] + + +} diff --git a/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json b/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json new file mode 100644 index 0000000000..fc457c76d8 --- /dev/null +++ b/resources/profiles/InfiMech/process/HSN/fdm_process_common_HSN.json @@ -0,0 +1,222 @@ +{ + "type": "process", + "name": "fdm_process_common_HSN", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "0", + "accel_to_decel_factor": "50%", + "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": "25", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.1", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "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": "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": "5000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "50%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "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", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "100%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + + "overhang_4_4_speed": "10", + "overhang_speed_classic": "0", + "post_process": [], + "precise_outer_wall": "0", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_sequence": "by layer", + + "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", + "seam_gap": "10%", + "seam_position": "aligned", + "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", + "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": "crosshatch", + + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "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": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "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": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + + "version": "1.6.0.0", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "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", + "exclude_object": "1" + +} diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json index 38ea5980f2..a37cb8cc08 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json @@ -99,9 +99,9 @@ "printable_height": "180", "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720 ; Move print head up{endif}\nG1 X170 Y170 F4200 ; park print head\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+50, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM221 S100 ; reset flow\nM572 S0 ; reset PA\nM569 S1 X Y ; reset to stealthchop for X Y\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG28 ; home all without mesh bed level\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow", + "machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.1+14848\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG28 ; home all without mesh bed level\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))} Y{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))}\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n", - "change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change", + "change_filament_gcode": "M600", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MINIIS\nNO_TEMPLATES", "scan_first_layer": "0", diff --git a/resources/profiles/UltiMaker/filament/UltiMaker Generic ABS.json b/resources/profiles/UltiMaker/filament/UltiMaker Generic ABS.json index 9a59833457..a520c97e53 100644 --- a/resources/profiles/UltiMaker/filament/UltiMaker Generic ABS.json +++ b/resources/profiles/UltiMaker/filament/UltiMaker Generic ABS.json @@ -7,10 +7,10 @@ "instantiation": "true", "inherits": "fdm_filament_abs", "filament_flow_ratio": [ - "0.926" + "0.94" ], "filament_max_volumetric_speed": [ - "2" + "4.5" ], "compatible_printers": [ "UltiMaker 2 0.4 nozzle" diff --git a/resources/profiles/UltiMaker/filament/UltiMaker Generic PLA.json b/resources/profiles/UltiMaker/filament/UltiMaker Generic PLA.json index b6176c4a4f..f14c642978 100644 --- a/resources/profiles/UltiMaker/filament/UltiMaker Generic PLA.json +++ b/resources/profiles/UltiMaker/filament/UltiMaker Generic PLA.json @@ -10,7 +10,7 @@ "0.987" ], "filament_max_volumetric_speed": [ - "12" + "5" ], "slow_down_layer_time": [ "8" diff --git a/resources/profiles/UltiMaker/filament/fdm_filament_abs.json b/resources/profiles/UltiMaker/filament/fdm_filament_abs.json index a3a4574810..937d7c841d 100644 --- a/resources/profiles/UltiMaker/filament/fdm_filament_abs.json +++ b/resources/profiles/UltiMaker/filament/fdm_filament_abs.json @@ -5,28 +5,28 @@ "instantiation": "false", "inherits": "fdm_filament_common", "cool_plate_temp" : [ - "80" + "90" ], "eng_plate_temp" : [ - "80" + "90" ], "hot_plate_temp" : [ - "80" + "90" ], "textured_plate_temp" : [ - "80" + "90" ], "cool_plate_temp_initial_layer" : [ - "80" + "90" ], "eng_plate_temp_initial_layer" : [ - "80" + "90" ], "hot_plate_temp_initial_layer" : [ - "80" + "90" ], "textured_plate_temp_initial_layer" : [ - "80" + "90" ], "slow_down_for_layer_cooling": [ "1" diff --git a/src/admesh/normals.cpp b/src/admesh/normals.cpp index 488d382fd6..f74ba01b6d 100644 --- a/src/admesh/normals.cpp +++ b/src/admesh/normals.cpp @@ -189,7 +189,7 @@ void stl_fix_normal_directions(stl_file *stl) if (head->next != tail) { facet_num = head->next->facet_num; assert(facet_num < stl->stats.number_of_facets); - if (norm_sw[facet_num] != 1) { // If facet is in list mutiple times + if (norm_sw[facet_num] != 1) { // If facet is in list multiple times norm_sw[facet_num] = 1; // Record this one as being fixed. ++ checked; } diff --git a/src/libslic3r/AppConfig.cpp b/src/libslic3r/AppConfig.cpp index 51b7a10372..50f89935f0 100644 --- a/src/libslic3r/AppConfig.cpp +++ b/src/libslic3r/AppConfig.cpp @@ -253,6 +253,10 @@ void AppConfig::set_defaults() set_bool("show_splash_screen", true); } + if(get("auto_arrange").empty()) { + set_bool("auto_arrange", true); + } + if (get("show_model_mesh").empty()) { set_bool("show_model_mesh", false); } diff --git a/src/libslic3r/Brim.cpp b/src/libslic3r/Brim.cpp index fe8f778647..f59600971f 100644 --- a/src/libslic3r/Brim.cpp +++ b/src/libslic3r/Brim.cpp @@ -715,7 +715,7 @@ bool compSecondMoment(const ExPolygons& expolys, double& smExpolysX, double& smE //BBS: config brimwidth by volumes -double configBrimWidthByVolumes(double deltaT, double adhension, double maxSpeed, const ModelVolume* modelVolumePtr, const ExPolygons& expolys) +double configBrimWidthByVolumes(double deltaT, double adhesion, double maxSpeed, const ModelVolume* modelVolumePtr, const ExPolygons& expolys) { // height of a volume double height = 0; @@ -745,7 +745,7 @@ double configBrimWidthByVolumes(double deltaT, double adhension, double maxSpeed double thermalLengthRef = Model::getThermalLength(modelVolumePtr); double height_to_area = std::max(height / Ixx * (bbox2.size()(1) * SCALING_FACTOR), height / Iyy * (bbox2.size()(0) * SCALING_FACTOR)); - double brim_width = adhension * std::min(std::min(std::max(height_to_area * maxSpeed / 24, thermalLength * 8. / thermalLengthRef * std::min(height, 30.) / 30.), 18.), 1.5 * thermalLength); + double brim_width = adhesion * std::min(std::min(std::max(height_to_area * maxSpeed / 24, thermalLength * 8. / thermalLengthRef * std::min(height, 30.) / 30.), 18.), 1.5 * thermalLength); // small brims are omitted if (brim_width < 5 && brim_width < 1.5 * thermalLength) brim_width = 0; @@ -756,7 +756,7 @@ double configBrimWidthByVolumes(double deltaT, double adhension, double maxSpeed } //BBS: config brimwidth by group of volumes -double configBrimWidthByVolumeGroups(double adhension, double maxSpeed, const std::vector modelVolumePtrs, const ExPolygons& expolys, double &groupHeight) +double configBrimWidthByVolumeGroups(double adhesion, double maxSpeed, const std::vector modelVolumePtrs, const ExPolygons& expolys, double &groupHeight) { // height of a group of volumes double height = 0; @@ -794,7 +794,7 @@ double configBrimWidthByVolumeGroups(double adhension, double maxSpeed, const st double thermalLengthRef = Model::getThermalLength(modelVolumePtrs); double height_to_area = std::max(height / Ixx * (bbox2.size()(1) * SCALING_FACTOR), height / Iyy * (bbox2.size()(0) * SCALING_FACTOR)) * height / 1920; - double brim_width = adhension * std::min(std::min(std::max(height_to_area * maxSpeed, thermalLength * 8. / thermalLengthRef * std::min(height, 30.) / 30.), 18.), 1.5 * thermalLength); + double brim_width = adhesion * std::min(std::min(std::max(height_to_area * maxSpeed, thermalLength * 8. / thermalLengthRef * std::min(height, 30.) / 30.), 18.), 1.5 * thermalLength); // small brims are omitted if (brim_width < 5 && brim_width < 1.5 * thermalLength) brim_width = 0; @@ -902,7 +902,7 @@ static ExPolygons outer_inner_brim_area(const Print& print, Polygons holes_support; if (objectWithExtruder.second == extruderNo && brimToWrite.at(object->id()).obj) { double deltaT = getTemperatureFromExtruder(object); - double adhension = getadhesionCoeff(object); + double adhesion = getadhesionCoeff(object); double maxSpeed = Model::findMaxSpeed(object->model_object()); // BBS: brims are generated by volume groups for (const auto& volumeGroup : object->firstLayerObjGroups()) { @@ -926,11 +926,11 @@ static ExPolygons outer_inner_brim_area(const Print& print, double groupHeight = 0.; // config brim width in auto-brim mode if (has_brim_auto) { - double brimWidthRaw = configBrimWidthByVolumeGroups(adhension, maxSpeed, groupVolumePtrs, volumeGroup.slices, groupHeight); + double brimWidthRaw = configBrimWidthByVolumeGroups(adhesion, maxSpeed, groupVolumePtrs, volumeGroup.slices, groupHeight); brim_width = scale_(floor(brimWidthRaw / flowWidth / 2) * flowWidth * 2); } for (const ExPolygon& ex_poly : volumeGroup.slices) { - // BBS: additional brim width will be added if part's adhension area is too small and brim is not generated + // BBS: additional brim width will be added if part's adhesion area is too small and brim is not generated float brim_width_mod; if (brim_width < scale_(5.) && has_brim_auto && groupHeight > 10.) { brim_width_mod = ex_poly.area() / ex_poly.contour.length() < scaled_half_min_adh_length @@ -1024,7 +1024,7 @@ static ExPolygons outer_inner_brim_area(const Print& print, // BBS if (!object->support_layers().empty() && object->support_layers().front()->support_type == stInnerTree) { for (const ExPolygon &ex_poly : object->support_layers().front()->lslices) { - // BBS: additional brim width will be added if adhension area is too small without brim + // BBS: additional brim width will be added if adhesion area is too small without brim float brim_width_mod = ex_poly.area() / ex_poly.contour.length() < scaled_half_min_adh_length && brim_width < scaled_flow_width ? brim_width + scaled_additional_brim_width : brim_width; brim_width_mod = floor(brim_width_mod / scaled_flow_width / 2) * scaled_flow_width * 2; diff --git a/src/libslic3r/CMakeLists.txt b/src/libslic3r/CMakeLists.txt index f49a6a405f..9897bdfe63 100644 --- a/src/libslic3r/CMakeLists.txt +++ b/src/libslic3r/CMakeLists.txt @@ -580,6 +580,10 @@ target_link_libraries(libslic3r opencv_world ) +if(NOT SLIC3R_STATIC) + target_compile_definitions(libslic3r PUBLIC BOOST_ALL_DYN_LINK) +endif() + if(NOT WIN32) target_link_libraries(libslic3r freetype) if (NOT APPLE) diff --git a/src/libslic3r/GCode/Thumbnails.cpp b/src/libslic3r/GCode/Thumbnails.cpp index 43f2d4b2a6..526ba82498 100644 --- a/src/libslic3r/GCode/Thumbnails.cpp +++ b/src/libslic3r/GCode/Thumbnails.cpp @@ -2,6 +2,7 @@ #include "../miniz_extension.hpp" #include "format.hpp" +#include #include #include #include @@ -594,7 +595,7 @@ std::string get_error_string(const ThumbnailErrors& errors) std::string error_str; if (errors.has(ThumbnailError::InvalidVal)) - error_str += "\n - " + format("Invalid input format. Expected vector of dimensions in the following format: \"%1%\"", "XxY/EXT, XxY/EXT, ..."); + error_str += "\n - " + Slic3r::format("Invalid input format. Expected vector of dimensions in the following format: \"%1%\"", "XxY/EXT, XxY/EXT, ..."); if (errors.has(ThumbnailError::OutOfRange)) error_str += "\n - Input value is out of range"; if (errors.has(ThumbnailError::InvalidExt)) diff --git a/src/libslic3r/GCode/Thumbnails.hpp b/src/libslic3r/GCode/Thumbnails.hpp index 38a939b74c..bcee02fea1 100644 --- a/src/libslic3r/GCode/Thumbnails.hpp +++ b/src/libslic3r/GCode/Thumbnails.hpp @@ -3,6 +3,7 @@ #include "../Point.hpp" #include "../PrintConfig.hpp" +#include "../enum_bitmask.hpp" #include "ThumbnailData.hpp" #include "../enum_bitmask.hpp" diff --git a/src/libslic3r/GCode/WipeTower2.cpp b/src/libslic3r/GCode/WipeTower2.cpp index 548e29ab5b..71e532122b 100644 --- a/src/libslic3r/GCode/WipeTower2.cpp +++ b/src/libslic3r/GCode/WipeTower2.cpp @@ -1466,7 +1466,7 @@ WipeTower::ToolChangeResult WipeTower2::finish_layer() return poly; }; - feedrate = first_layer ? m_first_layer_speed * 60.f : m_perimeter_speed * 60.f; + feedrate = first_layer ? m_first_layer_speed * 60.f : std::min(m_wipe_tower_max_purge_speed * 60.f, m_perimeter_speed * 60.f); // outer contour (always) bool infill_cone = first_layer && m_wipe_tower_width > 2*spacing && m_wipe_tower_depth > 2*spacing; diff --git a/src/libslic3r/MeshBoolean.cpp b/src/libslic3r/MeshBoolean.cpp index e246c16d49..c412553a22 100644 --- a/src/libslic3r/MeshBoolean.cpp +++ b/src/libslic3r/MeshBoolean.cpp @@ -6,6 +6,7 @@ #undef PI #include +#include "boost/log/trivial.hpp" // Include igl first. It defines "L" macro which then clashes with our localization #include #undef L @@ -27,7 +28,6 @@ #include // BBS: for boolean using mcut #include "mcut/include/mcut/mcut.h" -#include "boost/log/trivial.hpp" namespace Slic3r { namespace MeshBoolean { diff --git a/src/libslic3r/Model.cpp b/src/libslic3r/Model.cpp index cf5de0f3e4..bb7c33e26b 100644 --- a/src/libslic3r/Model.cpp +++ b/src/libslic3r/Model.cpp @@ -3115,8 +3115,8 @@ double Model::getThermalLength(const std::vector modelVolumePtrs) } return thermalLength; } -// max printing speed, difference in bed temperature and envirument temperature and bed adhension coefficients are considered -double ModelInstance::get_auto_brim_width(double deltaT, double adhension) const +// max printing speed, difference in bed temperature and envirument temperature and bed adhesion coefficients are considered +double ModelInstance::get_auto_brim_width(double deltaT, double adhesion) const { BoundingBoxf3 raw_bbox = object->raw_mesh_bounding_box(); double maxSpeed = Model::findMaxSpeed(object); @@ -3127,7 +3127,7 @@ double ModelInstance::get_auto_brim_width(double deltaT, double adhension) const double thermalLength = sqrt(bbox_size(0)* bbox_size(0) + bbox_size(1)* bbox_size(1)); double thermalLengthRef = Model::getThermalLength(object->volumes); - double brim_width = adhension * std::min(std::min(std::max(height_to_area * 200 * maxSpeed/200, thermalLength * 8. / thermalLengthRef * std::min(bbox_size(2), 30.) / 30.), 20.), 1.5 * thermalLength); + double brim_width = adhesion * std::min(std::min(std::max(height_to_area * 200 * maxSpeed/200, thermalLength * 8. / thermalLengthRef * std::min(bbox_size(2), 30.) / 30.), 20.), 1.5 * thermalLength); // small brims are omitted if (brim_width < 5 && brim_width < 1.5 * thermalLength) brim_width = 0; diff --git a/src/libslic3r/Model.hpp b/src/libslic3r/Model.hpp index b035c2bdd2..927ab47f9b 100644 --- a/src/libslic3r/Model.hpp +++ b/src/libslic3r/Model.hpp @@ -1322,7 +1322,7 @@ public: bool is_assemble_initialized() { return m_assemble_initialized; } //BBS - double get_auto_brim_width(double deltaT, double adhension) const; + double get_auto_brim_width(double deltaT, double adhesion) const; double get_auto_brim_width() const; // BBS Polygon convex_hull_2d(); diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index e738625f43..57697dd8d1 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -12,7 +12,6 @@ #include #include #include - #include namespace { @@ -2359,7 +2358,7 @@ void PrintConfigDef::init_fff_params() def = this->add("initial_layer_print_height", coFloat); def->label = L("Initial layer height"); def->category = L("Quality"); - def->tooltip = L("Height of initial layer. Making initial layer height to be thick slightly can improve build plate adhension"); + def->tooltip = L("Height of initial layer. Making initial layer height to be thick slightly can improve build plate adhesion"); def->sidetext = L("mm"); def->min = 0; def->set_default_value(new ConfigOptionFloat(0.2)); @@ -6100,7 +6099,7 @@ void PrintConfigDef::handle_legacy_composite(DynamicPrintConfig &config) auto [thumbnails_list, errors] = GCodeThumbnails::make_and_check_thumbnail_list(thumbnails_str, extention); if (errors != enum_bitmask()) { - std::string error_str = "\n" + format("Invalid value provided for parameter %1%: %2%", "thumbnails", thumbnails_str); + std::string error_str = "\n" + Slic3r::format("Invalid value provided for parameter %1%: %2%", "thumbnails", thumbnails_str); error_str += GCodeThumbnails::get_error_string(errors); throw BadOptionValueException(error_str); } @@ -6109,7 +6108,7 @@ void PrintConfigDef::handle_legacy_composite(DynamicPrintConfig &config) const auto& extentions = ConfigOptionEnum::get_enum_names(); thumbnails_str.clear(); for (const auto& [ext, size] : thumbnails_list) - thumbnails_str += format("%1%x%2%/%3%, ", size.x(), size.y(), extentions[int(ext)]); + thumbnails_str += Slic3r::format("%1%x%2%/%3%, ", size.x(), size.y(), extentions[int(ext)]); thumbnails_str.resize(thumbnails_str.length() - 2); config.set_key_value("thumbnails", new ConfigOptionString(thumbnails_str)); diff --git a/src/platform/unix/BuildLinuxImage.sh.in b/src/platform/unix/BuildLinuxImage.sh.in index be88461992..96cf25bc14 100644 --- a/src/platform/unix/BuildLinuxImage.sh.in +++ b/src/platform/unix/BuildLinuxImage.sh.in @@ -37,7 +37,7 @@ echo -n "[9/9] Generating Linux app..." cat << EOF >@SLIC3R_APP_CMD@ #!/bin/bash DIR=\$(readlink -f "\$0" | xargs dirname) -export LD_LIBRARY_PATH="\$DIR/bin" +export LD_LIBRARY_PATH="\$DIR/bin:\$LD_LIBRARY_PATH" # FIXME: OrcaSlicer segfault workarounds # 1) OrcaSlicer will segfault on systems where locale info is not as expected (i.e. Holo-ISO arch-based distro) diff --git a/src/slic3r/GUI/ConfigManipulation.cpp b/src/slic3r/GUI/ConfigManipulation.cpp index 796a11ff0b..39f8591ec8 100644 --- a/src/slic3r/GUI/ConfigManipulation.cpp +++ b/src/slic3r/GUI/ConfigManipulation.cpp @@ -268,7 +268,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con if (config->option("elefant_foot_compensation")->value > 1) { - const wxString msg_text = _(L("Too large elefant foot compensation is unreasonable.\n" + const wxString msg_text = _(L("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" "The value will be reset to 0.")); diff --git a/src/slic3r/GUI/CreatePresetsDialog.cpp b/src/slic3r/GUI/CreatePresetsDialog.cpp index 9a79fd96d8..22ddd98e4b 100644 --- a/src/slic3r/GUI/CreatePresetsDialog.cpp +++ b/src/slic3r/GUI/CreatePresetsDialog.cpp @@ -1641,7 +1641,7 @@ wxBoxSizer *CreatePrinterPresetDialog::create_printer_item(wxWindow *parent) m_select_model->SetLabelColor(*wxBLACK); } } else { - MessageDialog dlg(this, _L("The model is not fond, place reselect vendor."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES | wxYES_DEFAULT | wxCENTRE); + MessageDialog dlg(this, _L("The model is not found, place reselect vendor."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES | wxYES_DEFAULT | wxCENTRE); dlg.ShowModal(); } e.Skip(); @@ -2121,7 +2121,7 @@ bool CreatePrinterPresetDialog::load_system_and_user_presets_with_curr_model(Pre varient = model_varient.substr(index_at + 3, index_nozzle - index_at - 4); } else { BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "get nozzle failed"; - MessageDialog dlg(this, _L("The nozzle diameter is not fond, place reselect."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES_NO | wxYES_DEFAULT | wxCENTRE); + MessageDialog dlg(this, _L("The nozzle diameter is not found, place reselect."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES_NO | wxYES_DEFAULT | wxCENTRE); dlg.ShowModal(); return false; } @@ -2132,7 +2132,7 @@ bool CreatePrinterPresetDialog::load_system_and_user_presets_with_curr_model(Pre if (temp_printer_preset) { m_printer_preset = new Preset(*temp_printer_preset); } else { - MessageDialog dlg(this, _L("The printer preset is not fond, place reselect."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES_NO | wxYES_DEFAULT | wxCENTRE); + MessageDialog dlg(this, _L("The printer preset is not found, place reselect."), wxString(SLIC3R_APP_FULL_NAME) + " - " + _L("Info"), wxYES_NO | wxYES_DEFAULT | wxCENTRE); dlg.ShowModal(); return false; } diff --git a/src/slic3r/GUI/GUI_Factories.cpp b/src/slic3r/GUI/GUI_Factories.cpp index bd0d5ff856..067fd45e35 100644 --- a/src/slic3r/GUI/GUI_Factories.cpp +++ b/src/slic3r/GUI/GUI_Factories.cpp @@ -263,7 +263,7 @@ std::map SettingsFactory::CATEGORY_ICON = { L("Extruders") , "blank_14" }, { L("Extrusion Width") , "blank_14" }, { L("Wipe options") , "blank_14" }, - { L("Bed adhension") , "blank_14" }, + { L("Bed adhesion") , "blank_14" }, // { L("Speed > Acceleration") , "time" }, { L("Advanced") , "blank_14" }, // BBS: remove SLA categories @@ -1441,10 +1441,10 @@ void MenuFactory::create_bbl_part_menu() if (!split_menu) return; - append_menu_item(split_menu, wxID_ANY, _L("To objects"), _L("Split the selected object into mutiple objects"), + append_menu_item(split_menu, wxID_ANY, _L("To objects"), _L("Split the selected object into multiple objects"), [](wxCommandEvent&) { plater()->split_object(); }, "menu_split_objects", menu, []() { return plater()->can_split(true); }, m_parent); - append_menu_item(split_menu, wxID_ANY, _L("To parts"), _L("Split the selected object into mutiple parts"), + append_menu_item(split_menu, wxID_ANY, _L("To parts"), _L("Split the selected object into multiple parts"), [](wxCommandEvent&) { plater()->split_volume(); }, "menu_split_parts", menu, []() { return plater()->can_split(false); }, m_parent); diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index 5ba1751daa..30846abf51 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -5412,7 +5412,7 @@ void ObjectList::fix_through_netfabb() msg += "\n\n"; } if (!failed_models.empty()) { - msg += _L_PLURAL("Failed to repair folowing model object", "Failed to repair folowing model objects", failed_models.size()) + ":\n"; + msg += _L_PLURAL("Failed to repair following model object", "Failed to repair following model objects", failed_models.size()) + ":\n"; for (auto& model : failed_models) msg += bullet_suf + from_u8(model.first) + ": " + _(model.second); } diff --git a/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp b/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp index 011df0cd34..32b0e20492 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoCut.cpp @@ -631,7 +631,7 @@ bool GLGizmoCut3D::render_slider_double_input(const std::string& label, float& v float min_tolerance = tolerance_in < 0.f ? UndefMinVal : 0.f; const float max_tolerance_v = max_tolerance > 0.f ? std::min(max_tolerance, 0.5f * mean_size) : 0.5f * mean_size; - m_imgui->bbl_slider_float_style(("##tolerance_" + label).c_str(), &tolerance, min_tolerance, max_tolerance_v, format.c_str(), 1.f, true, + m_imgui->bbl_slider_float_style("##tolerance_" + label, &tolerance, min_tolerance, max_tolerance_v, format.c_str(), 1.f, true, _L("Tolerance")); left_width += (slider_with + item_in_gap); @@ -699,7 +699,7 @@ bool GLGizmoCut3D::render_reset_button(const std::string& label_id, const std::s ImGui::PushStyleColor(ImGuiCol_ButtonHovered, {0.4f, 0.4f, 0.4f, 1.0f}); ImGui::PushStyleColor(ImGuiCol_ButtonActive, {0.4f, 0.4f, 0.4f, 1.0f}); - const bool revert = m_imgui->button(wxString(ImGui::RevertBtn) + "##" + label_id); + const bool revert = m_imgui->button(wxString(ImGui::RevertBtn) + "##" + wxString::FromUTF8(label_id)); ImGui::PopStyleColor(3); @@ -2534,7 +2534,7 @@ void GLGizmoCut3D::render_groove_float_input(const std::string& label, float& in m_imgui->disabled_begin(is_approx(in_val, init_val) && is_approx(in_tolerance, 0.1f)); const std::string act_name = _u8L("Reset"); - if (render_reset_button(("##groove_" + label + act_name).c_str(), act_name)) { + if (render_reset_button("##groove_" + label + act_name, act_name)) { Plater::TakeSnapshot snapshot(wxGetApp().plater(), GUI::format("%1%: %2%", act_name, label), UndoRedo::SnapshotType::GizmoAction); in_val = init_val; in_tolerance = 0.1f; @@ -2574,7 +2574,7 @@ bool GLGizmoCut3D::render_angle_input(const std::string& label, float& in_val, c const float old_val = val; const std::string format = "%.0f " + _u8L("°"); - m_imgui->bbl_slider_float_style(("##angle_" + label).c_str(), &val, min_val, max_val, format.c_str(), 1.f, true, from_u8(label)); + m_imgui->bbl_slider_float_style("##angle_" + label, &val, min_val, max_val, format.c_str(), 1.f, true, from_u8(label)); ImGui::SameLine(left_width); ImGui::PushItemWidth(input_width); @@ -2597,7 +2597,7 @@ bool GLGizmoCut3D::render_angle_input(const std::string& label, float& in_val, c m_imgui->disabled_begin(is_approx(in_val, init_val)); const std::string act_name = _u8L("Reset"); - if (render_reset_button(("##angle_" + label + act_name).c_str(), act_name)) { + if (render_reset_button("##angle_" + label + act_name, act_name)) { Plater::TakeSnapshot snapshot(wxGetApp().plater(), GUI::format("%1%: %2%", act_name, label), UndoRedo::SnapshotType::GizmoAction); in_val = init_val; is_changed = true; @@ -2640,7 +2640,7 @@ void GLGizmoCut3D::render_snap_specific_input(const std::string& label, const wx float val = in_val * 100.f; const float old_val = val; - m_imgui->bbl_slider_float_style(("##snap_" + label).c_str(), &val, min_val, max_val, format.c_str(), 1.f, true, tooltip); + m_imgui->bbl_slider_float_style("##snap_" + label, &val, min_val, max_val, format.c_str(), 1.f, true, tooltip); ImGui::SameLine(left_width); ImGui::PushItemWidth(input_width); @@ -2655,7 +2655,7 @@ void GLGizmoCut3D::render_snap_specific_input(const std::string& label, const wx m_imgui->disabled_begin(is_approx(in_val, init_val)); const std::string act_name = _u8L("Reset"); - if (render_reset_button(("##snap_" + label + act_name).c_str(), act_name)) { + if (render_reset_button("##snap_" + label + act_name, act_name)) { in_val = init_val; is_changed = true; } @@ -2690,7 +2690,7 @@ void GLGizmoCut3D::render_cut_plane_input_window(CutConnectors &connectors, floa const bool is_cut_plane_init = m_rotation_m.isApprox(Transform3d::Identity()) && m_bb_center.isApprox(m_plane_center); m_imgui->disabled_begin(is_cut_plane_init); std::string act_name = _u8L("Reset cutting plane"); - if (render_reset_button("cut_plane", into_u8(act_name))) { + if (render_reset_button("cut_plane", act_name)) { Plater::TakeSnapshot snapshot(wxGetApp().plater(), act_name, UndoRedo::SnapshotType::GizmoAction); reset_cut_plane(); } @@ -2710,7 +2710,7 @@ void GLGizmoCut3D::render_cut_plane_input_window(CutConnectors &connectors, floa m_imgui->disabled_begin(is_cut_plane_init && !has_connectors); act_name = _u8L("Reset cut"); - if (m_imgui->button(act_name, _u8L("Reset cutting plane and remove connectors"))) { + if (m_imgui->button(wxString::FromUTF8(act_name), _L("Reset cutting plane and remove connectors"))) { Plater::TakeSnapshot snapshot(wxGetApp().plater(), act_name, UndoRedo::SnapshotType::GizmoAction); reset_cut_plane(); reset_connectors(); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp index 87ae609d24..bee454af28 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp @@ -3117,7 +3117,7 @@ void GLGizmoEmboss::create_notification_not_valid_font( const std::string &face_name = face_name_opt.value_or(face_name_by_wx.value_or(es.path)); std::string text = GUI::format(_L("Can't load exactly same font(\"%1%\"). " - "Aplication selected a similar one(\"%2%\"). " + "Application selected a similar one(\"%2%\"). " "You have to specify font for enable edit text."), face_name_3mf, face_name); create_notification_not_valid_font(text); diff --git a/src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp b/src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp index 32f1591248..1d9171e3bd 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp @@ -367,7 +367,7 @@ void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limi apply_simplify(); } else if (ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled) && is_worker_running) { - ImGui::SetTooltip("%s", _u8L("Can't apply when proccess preview.").c_str()); + ImGui::SetTooltip("%s", _u8L("Can't apply when process preview.").c_str()); } m_imgui->pop_confirm_button_style(); m_imgui->disabled_end(); // state !settings diff --git a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp index 411ec8f2ff..8cef19ca0f 100644 --- a/src/slic3r/GUI/Gizmos/GLGizmoText.cpp +++ b/src/slic3r/GUI/Gizmos/GLGizmoText.cpp @@ -278,7 +278,7 @@ bool GLGizmoText::on_init() m_desc["surface"] = _L("Surface"); m_desc["horizontal_text"] = _L("Horizontal text"); - m_desc["rotate_text_caption"] = _L("Shift + Mouse move up or dowm"); + m_desc["rotate_text_caption"] = _L("Shift + Mouse move up or down"); m_desc["rotate_text"] = _L("Rotate text"); return true; diff --git a/src/slic3r/GUI/Jobs/PrintJob.cpp b/src/slic3r/GUI/Jobs/PrintJob.cpp index 338aca9842..a54310c234 100644 --- a/src/slic3r/GUI/Jobs/PrintJob.cpp +++ b/src/slic3r/GUI/Jobs/PrintJob.cpp @@ -114,7 +114,7 @@ wxString PrintJob::get_http_error_msg(unsigned int status, std::string body) return _L("Service Unavailable"); } else { - wxString unkown_text = _L("Unkown Error."); + wxString unkown_text = _L("Unknown Error."); unkown_text += wxString::Format("status=%u, body=%s", status, body); BOOST_LOG_TRIVIAL(error) << "http_error: status=" << status << ", code=" << code << ", error=" << error; return unkown_text; diff --git a/src/slic3r/GUI/Jobs/SendJob.cpp b/src/slic3r/GUI/Jobs/SendJob.cpp index f0369beb99..6566060546 100644 --- a/src/slic3r/GUI/Jobs/SendJob.cpp +++ b/src/slic3r/GUI/Jobs/SendJob.cpp @@ -78,7 +78,7 @@ wxString SendJob::get_http_error_msg(unsigned int status, std::string body) return _L("Service Unavailable"); } else { - wxString unkown_text = _L("Unkown Error."); + wxString unkown_text = _L("Unknown Error."); unkown_text += wxString::Format("status=%u, body=%s", status, body); return unkown_text; } diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 2a8c729fcb..5edd8e5c3f 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -4764,7 +4764,7 @@ wxString Plater::priv::get_export_file(GUI::FileType file_type) if (boost::filesystem::exists(into_u8(out_path), ec)) { auto result = MessageBox(q->GetHandle(), wxString::Format(_L("The file %s already exists\nDo you want to replace it?"), out_path), - _L("Comfirm Save As"), + _L("Confirm Save As"), MB_YESNO | MB_ICONWARNING); if (result != IDYES) return wxEmptyString; @@ -11527,7 +11527,7 @@ TriangleMesh Plater::combine_mesh_fff(const ModelObject& mo, int instance_id, st csg::mpartsPositive | csg::mpartsNegative); std::string fail_msg = _u8L("Unable to perform boolean operation on model meshes. " - "Only positive parts will be kept. You may fix the meshes and try agian."); + "Only positive parts will be kept. You may fix the meshes and try again."); if (auto fail_reason_name = csg::check_csgmesh_booleans(Range{ std::begin(csgmesh), std::end(csgmesh) }); std::get<0>(fail_reason_name) != csg::BooleanFailReason::OK) { std::string name = std::get<1>(fail_reason_name); std::map fail_reasons = { @@ -13329,6 +13329,8 @@ void Plater::clone_selection() } Selection& selection = p->get_selection(); selection.clone(res); + if (wxGetApp().app_config->get("auto_arrange") == "true") + this->arrange(); } std::vector Plater::get_empty_cells(const Vec2f step) diff --git a/src/slic3r/GUI/Preferences.cpp b/src/slic3r/GUI/Preferences.cpp index 79b3cd2646..0ba2af116c 100644 --- a/src/slic3r/GUI/Preferences.cpp +++ b/src/slic3r/GUI/Preferences.cpp @@ -1133,6 +1133,7 @@ wxWindow* PreferencesDialog::create_general_page() auto item_calc_in_long_retract = create_item_checkbox(_L("Flushing volumes: Auto-calculate every time when the filament is changed."), page, _L("If enabled, auto-calculate every time when filament is changed"), 50, "auto_calculate_when_filament_change"); auto item_remember_printer_config = create_item_checkbox(_L("Remember printer configuration"), page, _L("If enabled, Orca will remember and switch filament/process configuration for each printer automatically."), 50, "remember_printer_config"); auto item_multi_machine = create_item_checkbox(_L("Multi-device Management(Take effect after restarting Orca)."), page, _L("With this option enabled, you can send a task to multiple devices at the same time and manage multiple devices."), 50, "enable_multi_machine"); + auto item_auto_arrange = create_item_checkbox(_L("Auto arrange plate after cloning"), page, _L("Auto arrange plate after object cloning"), 50, "auto_arrange"); auto title_presets = create_item_title(_L("Presets"), page, _L("Presets")); auto title_network = create_item_title(_L("Network"), page, _L("Network")); auto item_user_sync = create_item_checkbox(_L("Auto sync user presets(Printer/Filament/Process)"), page, _L("User Sync"), 50, "sync_user_preset"); @@ -1205,6 +1206,7 @@ wxWindow* PreferencesDialog::create_general_page() sizer_page->Add(item_hints, 0, wxTOP, FromDIP(3)); sizer_page->Add(item_calc_in_long_retract, 0, wxTOP, FromDIP(3)); sizer_page->Add(item_multi_machine, 0, wxTOP, FromDIP(3)); + sizer_page->Add(item_auto_arrange, 0, wxTOP, FromDIP(3)); sizer_page->Add(title_presets, 0, wxTOP | wxEXPAND, FromDIP(20)); sizer_page->Add(item_calc_mode, 0, wxTOP, FromDIP(3)); sizer_page->Add(item_user_sync, 0, wxTOP, FromDIP(3));