mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 05:11:48 +08:00
Merge branch 'SoftFever:main' into main
This commit is contained in:
commit
e273a35465
3
.github/workflows/build_linux.yml
vendored
3
.github/workflows/build_linux.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
appimage-builder:
|
appimage-builder:
|
||||||
|
5
.github/workflows/build_mac_arm64.yml
vendored
5
.github/workflows/build_mac_arm64.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_arm64:
|
build_osx_arm64:
|
||||||
@ -73,7 +76,7 @@ jobs:
|
|||||||
export ver=$(grep '^#define SoftFever_VERSION' ./build_arm64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
export ver=$(grep '^#define SoftFever_VERSION' ./build_arm64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
||||||
ver="_V${ver//\"}"
|
ver="_V${ver//\"}"
|
||||||
cd ${{ github.workspace }}/build_arm64/OrcaSlicer
|
cd ${{ github.workspace }}/build_arm64/OrcaSlicer
|
||||||
zip -FSrq OrcaSlicer${ver}_nightly_Mac_AppleSilicon_signed.zip ./OrcaSlicer.app
|
zip -FSrq OrcaSlicer${ver}_Mac_AppleSilicon_signed.zip ./OrcaSlicer.app
|
||||||
|
|
||||||
# (wip: staple failed, error 65)
|
# (wip: staple failed, error 65)
|
||||||
# - name: Notarize the app
|
# - name: Notarize the app
|
||||||
|
5
.github/workflows/build_mac_x64.yml
vendored
5
.github/workflows/build_mac_x64.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_x86_64:
|
build_osx_x86_64:
|
||||||
@ -73,7 +76,7 @@ jobs:
|
|||||||
export ver=$(grep '^#define SoftFever_VERSION' ./build_x86_64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
export ver=$(grep '^#define SoftFever_VERSION' ./build_x86_64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
||||||
ver="_V${ver//\"}"
|
ver="_V${ver//\"}"
|
||||||
cd ${{ github.workspace }}/build_x86_64/OrcaSlicer
|
cd ${{ github.workspace }}/build_x86_64/OrcaSlicer
|
||||||
zip -FSrq OrcaSlicer${ver}_nightly_Mac_Intel_signed.zip OrcaSlicer.app
|
zip -FSrq OrcaSlicer${ver}_Mac_Intel_signed.zip OrcaSlicer.app
|
||||||
|
|
||||||
# (wip: staple failed, error 65)
|
# (wip: staple failed, error 65)
|
||||||
# - name: Notarize the app
|
# - name: Notarize the app
|
||||||
|
3
.github/workflows/build_win.yml
vendored
3
.github/workflows/build_win.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_win64:
|
build_win64:
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -692,6 +692,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -6371,14 +6383,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-16 21:34+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
|
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
|
||||||
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -715,6 +715,18 @@ msgstr "Upravit text"
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Načíst..."
|
msgstr "Načíst..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Kostka"
|
msgstr "Kostka"
|
||||||
|
|
||||||
@ -2480,8 +2492,8 @@ msgstr "Procento"
|
|||||||
msgid "Layer Height (mm)"
|
msgid "Layer Height (mm)"
|
||||||
msgstr "Výška vrstvy (mm)"
|
msgstr "Výška vrstvy (mm)"
|
||||||
|
|
||||||
msgid "Line Flushed (mm)"
|
msgid "Line Width (mm)"
|
||||||
msgstr "Čistící Linka"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Speed (mm/s)"
|
msgid "Speed (mm/s)"
|
||||||
msgstr "Rychlost (mm/s)"
|
msgstr "Rychlost (mm/s)"
|
||||||
@ -3800,6 +3812,9 @@ msgstr "Nastavení filamentu"
|
|||||||
msgid "Printer settings"
|
msgid "Printer settings"
|
||||||
msgstr "Nastavení tiskárny"
|
msgstr "Nastavení tiskárny"
|
||||||
|
|
||||||
|
msgid "Untitled"
|
||||||
|
msgstr "Bez názvu"
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid " plate %1%:"
|
msgid " plate %1%:"
|
||||||
msgstr " podložka %1%:"
|
msgstr " podložka %1%:"
|
||||||
@ -3894,9 +3909,6 @@ msgstr ""
|
|||||||
"Aktualizujte prosím Orca Slicer nebo restartujte Orca Slicer a zkontrolujte, "
|
"Aktualizujte prosím Orca Slicer nebo restartujte Orca Slicer a zkontrolujte, "
|
||||||
"zda existuje aktualizace systémupředvolby."
|
"zda existuje aktualizace systémupředvolby."
|
||||||
|
|
||||||
msgid "Untitled"
|
|
||||||
msgstr "Bez názvu"
|
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Do you want to save changes to \"%1%\"?"
|
msgid "Do you want to save changes to \"%1%\"?"
|
||||||
msgstr "Chcete uložit změny do \"%1%\"?"
|
msgstr "Chcete uložit změny do \"%1%\"?"
|
||||||
@ -4523,6 +4535,9 @@ msgstr "Stejné jako globální tisková sekvence"
|
|||||||
msgid "Print sequence"
|
msgid "Print sequence"
|
||||||
msgstr "Tisková sekvence"
|
msgstr "Tisková sekvence"
|
||||||
|
|
||||||
|
msgid "Plate name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Same as Global Bed Type"
|
msgid "Same as Global Bed Type"
|
||||||
msgstr "Stejné jako globální typ postele"
|
msgstr "Stejné jako globální typ postele"
|
||||||
|
|
||||||
@ -4943,8 +4958,8 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"When recording timelapse without toolhead, it is recommended to add a "
|
"When recording timelapse without toolhead, it is recommended to add a "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
"by right-click the empty position of build plate and choose \"Add "
|
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
"\"->\"Timelapse Wipe Tower\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Při nahrávání timelapse bez nástrojové hlavy se doporučuje přidat "
|
"Při nahrávání timelapse bez nástrojové hlavy se doporučuje přidat "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
@ -5959,9 +5974,6 @@ msgstr "Spodní plocha"
|
|||||||
msgid "Bridge"
|
msgid "Bridge"
|
||||||
msgstr "Most"
|
msgstr "Most"
|
||||||
|
|
||||||
msgid "Skirt"
|
|
||||||
msgstr "Obrys"
|
|
||||||
|
|
||||||
msgid "Gap infill"
|
msgid "Gap infill"
|
||||||
msgstr "Výplň mezery"
|
msgstr "Výplň mezery"
|
||||||
|
|
||||||
@ -6882,16 +6894,6 @@ msgstr ""
|
|||||||
"Poloměr vůle kolem extruderu. Používá se pro zamezení kolizi při tisku "
|
"Poloměr vůle kolem extruderu. Používá se pro zamezení kolizi při tisku "
|
||||||
"vedlejších objektů."
|
"vedlejších objektů."
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr "Max. poloměr"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
"Maximální poloměr vůle kolem extrudéru. Používá se pro zamezení kolizi při "
|
|
||||||
"tisku vedlejších objektů."
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Barva extruderu"
|
msgstr "Barva extruderu"
|
||||||
|
|
||||||
@ -7413,6 +7415,12 @@ msgstr ""
|
|||||||
"pro Octoprint plugin CancelObject. Nastavení NENÍ kompatibilní se Single "
|
"pro Octoprint plugin CancelObject. Nastavení NENÍ kompatibilní se Single "
|
||||||
"Extruder Multi Material konfigurací a s čištěním trysky do objektu / výplně."
|
"Extruder Multi Material konfigurací a s čištěním trysky do objektu / výplně."
|
||||||
|
|
||||||
|
msgid "Exclude objects"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Enable this option to add EXCLUDE OBJECT command in g-code"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Verbose G-code"
|
msgid "Verbose G-code"
|
||||||
msgstr "Komentáře do G-kódu"
|
msgstr "Komentáře do G-kódu"
|
||||||
|
|
||||||
@ -7859,9 +7867,6 @@ msgstr ""
|
|||||||
"mezera mezi tryskou a tiskem. Zabraňuje tomu, aby tryska zasáhla tisk při "
|
"mezera mezi tryskou a tiskem. Zabraňuje tomu, aby tryska zasáhla tisk při "
|
||||||
"pohybu. Použití spirálové linky ke zvednutí z může zabránit stringování"
|
"pohybu. Použití spirálové linky ke zvednutí z může zabránit stringování"
|
||||||
|
|
||||||
msgid "Z Hop Type"
|
|
||||||
msgstr "Typ Z hop"
|
|
||||||
|
|
||||||
msgid "Z hop type"
|
msgid "Z hop type"
|
||||||
msgstr "Typ Z hop"
|
msgstr "Typ Z hop"
|
||||||
|
|
||||||
@ -7915,6 +7920,9 @@ msgstr ""
|
|||||||
"poradil s retrakcí. Toto je podporováno pouze v posledních verzích firmwaru "
|
"poradil s retrakcí. Toto je podporováno pouze v posledních verzích firmwaru "
|
||||||
"Marlin."
|
"Marlin."
|
||||||
|
|
||||||
|
msgid "Show auto-calibration marks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Seam position"
|
msgid "Seam position"
|
||||||
msgstr "Pozice švu"
|
msgstr "Pozice švu"
|
||||||
|
|
||||||
@ -8090,11 +8098,9 @@ msgid "Slicing Mode"
|
|||||||
msgstr "Režim Slicování"
|
msgstr "Režim Slicování"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Use \"Sudé-liché\" for 3DLabPrint airplane models. Use \"Close holes\" to "
|
"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to "
|
||||||
"close all holes in the model."
|
"close all holes in the model."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Použít \"Sudé-liché\" pro modely letadel 3DLabPrint. Pomocí \"Uzavírání "
|
|
||||||
"děr\" uzavřete všechny díry v modelu."
|
|
||||||
|
|
||||||
msgid "Regular"
|
msgid "Regular"
|
||||||
msgstr "Obvyklý"
|
msgstr "Obvyklý"
|
||||||
@ -8467,12 +8473,6 @@ msgstr ""
|
|||||||
"vyčistili uniklý materiál na trysce. To může minimalizovat skvrny při tisku "
|
"vyčistili uniklý materiál na trysce. To může minimalizovat skvrny při tisku "
|
||||||
"nového dílu po cestě"
|
"nového dílu po cestě"
|
||||||
|
|
||||||
msgid "NormalLift"
|
|
||||||
msgstr "Normální zdvih"
|
|
||||||
|
|
||||||
msgid "SpiralLift"
|
|
||||||
msgstr "Spirálový zdvih"
|
|
||||||
|
|
||||||
msgid "Wipe Distance"
|
msgid "Wipe Distance"
|
||||||
msgstr "Vzdálenost čištění"
|
msgstr "Vzdálenost čištění"
|
||||||
|
|
||||||
@ -9313,3 +9313,35 @@ msgstr ""
|
|||||||
"Zlepšete pevnost\n"
|
"Zlepšete pevnost\n"
|
||||||
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
|
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
|
||||||
"a vyšší hustotu výplně?"
|
"a vyšší hustotu výplně?"
|
||||||
|
|
||||||
|
#~ msgid "Line Flushed (mm)"
|
||||||
|
#~ msgstr "Čistící Linka"
|
||||||
|
|
||||||
|
#~ msgid "Skirt"
|
||||||
|
#~ msgstr "Obrys"
|
||||||
|
|
||||||
|
#~ msgid "Max Radius"
|
||||||
|
#~ msgstr "Max. poloměr"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||||
|
#~ "object printing."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Maximální poloměr vůle kolem extrudéru. Používá se pro zamezení kolizi "
|
||||||
|
#~ "při tisku vedlejších objektů."
|
||||||
|
|
||||||
|
#~ msgid "Z Hop Type"
|
||||||
|
#~ msgstr "Typ Z hop"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Use \"Sudé-liché\" for 3DLabPrint airplane models. Use \"Close holes\" to "
|
||||||
|
#~ "close all holes in the model."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Použít \"Sudé-liché\" pro modely letadel 3DLabPrint. Pomocí \"Uzavírání "
|
||||||
|
#~ "děr\" uzavřete všechny díry v modelu."
|
||||||
|
|
||||||
|
#~ msgid "NormalLift"
|
||||||
|
#~ msgstr "Normální zdvih"
|
||||||
|
|
||||||
|
#~ msgid "SpiralLift"
|
||||||
|
#~ msgstr "Spirálový zdvih"
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -721,6 +721,18 @@ msgstr "Text bearbeiten"
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Laden..."
|
msgstr "Laden..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Würfel"
|
msgstr "Würfel"
|
||||||
|
|
||||||
@ -7094,16 +7106,6 @@ msgstr ""
|
|||||||
"Abstandsradius um den Extruder. Wird zur Kollisionsvermeidung im "
|
"Abstandsradius um den Extruder. Wird zur Kollisionsvermeidung im "
|
||||||
"nacheinander Objektdruck verwendet."
|
"nacheinander Objektdruck verwendet."
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr "Max Radius"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
"Maximaler Abstandsradius um den Extruder. Wird zur Kollisionsvermeidung im "
|
|
||||||
"nacheinander Objektdruck verwendet."
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Extruder Farbe"
|
msgstr "Extruder Farbe"
|
||||||
|
|
||||||
@ -9632,6 +9634,16 @@ msgstr ""
|
|||||||
"Wussten Sie, dass Sie mehr Wandschlaufen und eine höhere spärliche "
|
"Wussten Sie, dass Sie mehr Wandschlaufen und eine höhere spärliche "
|
||||||
"Fülldichte verwenden können, um die Festigkeit des Modells zu verbessern?"
|
"Fülldichte verwenden können, um die Festigkeit des Modells zu verbessern?"
|
||||||
|
|
||||||
|
#~ msgid "Max Radius"
|
||||||
|
#~ msgstr "Max Radius"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||||
|
#~ "object printing."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Maximaler Abstandsradius um den Extruder. Wird zur Kollisionsvermeidung "
|
||||||
|
#~ "im nacheinander Objektdruck verwendet."
|
||||||
|
|
||||||
#~ msgid "Z Hop Type"
|
#~ msgid "Z Hop Type"
|
||||||
#~ msgstr "Z Hop Type"
|
#~ msgstr "Z Hop Type"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -700,6 +700,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Load..."
|
msgstr "Load..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Cube"
|
msgstr "Cube"
|
||||||
|
|
||||||
@ -6621,14 +6633,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Extruder Color"
|
msgstr "Extruder Color"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -703,6 +703,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Cargar..."
|
msgstr "Cargar..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Cubo"
|
msgstr "Cubo"
|
||||||
|
|
||||||
@ -6715,14 +6727,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Color del extrusor"
|
msgstr "Color del extrusor"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: 2023-02-21 21:56+0200\n"
|
"PO-Revision-Date: 2023-02-21 21:56+0200\n"
|
||||||
"Last-Translator: 5axes <5axes@free.fr>\n"
|
"Last-Translator: 5axes <5axes@free.fr>\n"
|
||||||
"Language-Team: 5axes\n"
|
"Language-Team: 5axes\n"
|
||||||
@ -711,6 +711,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Charger..."
|
msgstr "Charger..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Cube"
|
msgstr "Cube"
|
||||||
|
|
||||||
@ -7013,16 +7025,6 @@ msgstr ""
|
|||||||
"Rayon de dégagement autour de l'extrudeuse. Utilisé pour éviter les "
|
"Rayon de dégagement autour de l'extrudeuse. Utilisé pour éviter les "
|
||||||
"collisions dans l'impression par objet."
|
"collisions dans l'impression par objet."
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr "Rayon maxi"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
"Rayon de dégagement maximal autour de l'extrudeuse. Utilisé pour éviter les "
|
|
||||||
"collisions dans l'impression par objet."
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Couleur de l'extrudeuse"
|
msgstr "Couleur de l'extrudeuse"
|
||||||
|
|
||||||
@ -9508,6 +9510,16 @@ msgstr ""
|
|||||||
"Saviez-vous que vous pouvez utiliser plus de boucles de mur et une densité "
|
"Saviez-vous que vous pouvez utiliser plus de boucles de mur et une densité "
|
||||||
"de remplissage plus élevée pour améliorer la résistance du modèle ?"
|
"de remplissage plus élevée pour améliorer la résistance du modèle ?"
|
||||||
|
|
||||||
|
#~ msgid "Max Radius"
|
||||||
|
#~ msgstr "Rayon maxi"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||||
|
#~ "object printing."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Rayon de dégagement maximal autour de l'extrudeuse. Utilisé pour éviter "
|
||||||
|
#~ "les collisions dans l'impression par objet."
|
||||||
|
|
||||||
#~ msgid "NormalLift"
|
#~ msgid "NormalLift"
|
||||||
#~ msgstr "Retrait Normal"
|
#~ msgstr "Retrait Normal"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -701,6 +701,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Betöltés..."
|
msgstr "Betöltés..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Kocka"
|
msgstr "Kocka"
|
||||||
|
|
||||||
@ -6680,14 +6692,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Extruder szín"
|
msgstr "Extruder szín"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -698,6 +698,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Caricamento..."
|
msgstr "Caricamento..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Cube"
|
msgstr "Cube"
|
||||||
|
|
||||||
@ -6621,14 +6633,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Colore estrusore"
|
msgstr "Colore estrusore"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -694,6 +694,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "ファイルを読込む"
|
msgstr "ファイルを読込む"
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "キューブ"
|
msgstr "キューブ"
|
||||||
|
|
||||||
@ -6631,14 +6643,6 @@ msgstr ""
|
|||||||
"押出機のクリアランス(半径):オブジェクト順で造形する時にこのパラメータでオ"
|
"押出機のクリアランス(半径):オブジェクト順で造形する時にこのパラメータでオ"
|
||||||
"ブジェクトの間隔を計算します。"
|
"ブジェクトの間隔を計算します。"
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr "最大半径"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr "押出機のクリアランス半径。オブジェクト順で造形する時に衝突防止用です。"
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "押出機の色"
|
msgstr "押出機の色"
|
||||||
|
|
||||||
@ -8875,6 +8879,15 @@ msgstr ""
|
|||||||
"強度の向上\n"
|
"強度の向上\n"
|
||||||
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||||
|
|
||||||
|
#~ msgid "Max Radius"
|
||||||
|
#~ msgstr "最大半径"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||||
|
#~ "object printing."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "押出機のクリアランス半径。オブジェクト順で造形する時に衝突防止用です。"
|
||||||
|
|
||||||
#~ msgid "Z Hop Type"
|
#~ msgid "Z Hop Type"
|
||||||
#~ msgstr "Z方向調整タイプ"
|
#~ msgstr "Z方向調整タイプ"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -701,6 +701,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Laden..."
|
msgstr "Laden..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Kubus"
|
msgstr "Kubus"
|
||||||
|
|
||||||
@ -6723,14 +6735,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Extruder kleur"
|
msgstr "Extruder kleur"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"Language: sv\n"
|
"Language: sv\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -697,6 +697,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "Ladda..."
|
msgstr "Ladda..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "Kub"
|
msgstr "Kub"
|
||||||
|
|
||||||
@ -6615,14 +6627,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "Extruder Färg"
|
msgstr "Extruder Färg"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Slic3rPE\n"
|
"Project-Id-Version: Slic3rPE\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-02 11:05+0800\n"
|
"POT-Creation-Date: 2023-04-26 22:21+0800\n"
|
||||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -692,6 +692,18 @@ msgstr ""
|
|||||||
msgid "Load..."
|
msgid "Load..."
|
||||||
msgstr "加载..."
|
msgstr "加载..."
|
||||||
|
|
||||||
|
msgid "Orca Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "3DBenchy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Autodesk FDM Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Voron Cube"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cube"
|
msgid "Cube"
|
||||||
msgstr "立方体"
|
msgstr "立方体"
|
||||||
|
|
||||||
@ -6526,14 +6538,6 @@ msgid ""
|
|||||||
"printing."
|
"printing."
|
||||||
msgstr "挤出机四周的避让半径。用于在逐件打印中避免碰撞。"
|
msgstr "挤出机四周的避让半径。用于在逐件打印中避免碰撞。"
|
||||||
|
|
||||||
msgid "Max Radius"
|
|
||||||
msgstr "最大半径"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
|
||||||
"object printing."
|
|
||||||
msgstr "挤出机四周的最大避让半径。用于在逐件打印中避免碰撞。"
|
|
||||||
|
|
||||||
msgid "Extruder Color"
|
msgid "Extruder Color"
|
||||||
msgstr "挤出机颜色"
|
msgstr "挤出机颜色"
|
||||||
|
|
||||||
@ -8728,6 +8732,14 @@ msgstr ""
|
|||||||
"提高强度\n"
|
"提高强度\n"
|
||||||
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||||
|
|
||||||
|
#~ msgid "Max Radius"
|
||||||
|
#~ msgstr "最大半径"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||||
|
#~ "object printing."
|
||||||
|
#~ msgstr "挤出机四周的最大避让半径。用于在逐件打印中避免碰撞。"
|
||||||
|
|
||||||
#~ msgid "NormalLift"
|
#~ msgid "NormalLift"
|
||||||
#~ msgstr "直接抬Z"
|
#~ msgstr "直接抬Z"
|
||||||
|
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Creality CR-10 Max",
|
"name": "Creality CR-10 Max",
|
||||||
"sub_path": "machine/Creality CR-10 Max.json"
|
"sub_path": "machine/Creality CR-10 Max.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Creality Ender-5 Pro 2019",
|
||||||
|
"sub_path": "machine/Creality Ender-5 Pro 2019.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"process_list": [
|
"process_list": [
|
||||||
@ -85,6 +89,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Creality CR-10 Max 0.4 nozzle",
|
"name": "Creality CR-10 Max 0.4 nozzle",
|
||||||
"sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json"
|
"sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Creality Ender-5 Pro 2019 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Creality Ender-5 Pro 2019 0.4 nozzle.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V2 0.4 nozzle",
|
"Creality Ender-3 V2 0.4 nozzle",
|
||||||
"Creality CR-10 Max 0.4 nozzle"
|
"Creality CR-10 Max 0.4 nozzle",
|
||||||
|
"Creality Ender-5 Pro 2019 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V2 0.4 nozzle",
|
"Creality Ender-3 V2 0.4 nozzle",
|
||||||
"Creality CR-10 Max 0.4 nozzle"
|
"Creality CR-10 Max 0.4 nozzle",
|
||||||
|
"Creality Ender-5 Pro 2019 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V2 0.4 nozzle",
|
"Creality Ender-3 V2 0.4 nozzle",
|
||||||
"Creality CR-10 Max 0.4 nozzle"
|
"Creality CR-10 Max 0.4 nozzle",
|
||||||
|
"Creality Ender-5 Pro 2019 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro 2019 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_creality_common",
|
||||||
|
"printer_model": "Creality Ender-5 Pro 2019",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Generic PLA @Creality"
|
||||||
|
],
|
||||||
|
"default_print_profile": "0.20mm Standard @Creality",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Creality Ender-5 Pro 2019",
|
||||||
|
"model_id": "Creality_Ender_5_Pro_2019",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "ENDER",
|
||||||
|
"bed_model": "",
|
||||||
|
"bed_texture": "ender3v2.svg",
|
||||||
|
"hotend_model": "hotend.stl",
|
||||||
|
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
|
||||||
|
}
|
@ -103,6 +103,7 @@
|
|||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V2 0.4 nozzle",
|
"Creality Ender-3 V2 0.4 nozzle",
|
||||||
"Creality CR-10 Max 0.4 nozzle"
|
"Creality CR-10 Max 0.4 nozzle",
|
||||||
|
"Creality Ender-5 Pro 2019 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -9,19 +9,19 @@
|
|||||||
"inner_wall_speed": "200",
|
"inner_wall_speed": "200",
|
||||||
"sparse_infill_speed": "250",
|
"sparse_infill_speed": "250",
|
||||||
"internal_solid_infill_speed": "200",
|
"internal_solid_infill_speed": "200",
|
||||||
"default_acceleration": "7000",
|
"default_acceleration": "5000",
|
||||||
"default_jerk": "9",
|
"default_jerk": "9",
|
||||||
"gap_infill_speed": "200",
|
"gap_infill_speed": "200",
|
||||||
"initial_layer_acceleration": "1000",
|
"initial_layer_acceleration": "1000",
|
||||||
"initial_layer_infill_speed": "100",
|
"initial_layer_infill_speed": "100",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"inner_wall_acceleration": "7000",
|
"inner_wall_acceleration": "5000",
|
||||||
"is_custom_defined": "0",
|
"is_custom_defined": "0",
|
||||||
"outer_wall_acceleration": "4000",
|
"outer_wall_acceleration": "4000",
|
||||||
"overhang_1_4_speed": "80",
|
"overhang_1_4_speed": "80",
|
||||||
"top_surface_acceleration": "3000",
|
"top_surface_acceleration": "3000",
|
||||||
"top_surface_speed": "200",
|
"top_surface_speed": "200",
|
||||||
"travel_acceleration": "7000",
|
"travel_acceleration": "5000",
|
||||||
"travel_speed": "400",
|
"travel_speed": "400",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"FLSun V400 0.4 nozzle"
|
"FLSun V400 0.4 nozzle"
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA04",
|
|
||||||
"name": "Arena PLA Basic @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Basic @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA07_01",
|
|
||||||
"name": "Arena PLA Marble @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Marble @base",
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA05",
|
|
||||||
"name": "Arena PLA Matte @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Matte @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"22"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA02_02",
|
|
||||||
"name": "Arena PLA Metal @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Metal @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA05_02",
|
|
||||||
"name": "Arena PLA Silk @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Silk @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA08_01",
|
|
||||||
"name": "Arena PLA Sparkle @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Sparkle @base",
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA09_01",
|
|
||||||
"name": "Arena PLA Tough @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Tough @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS02",
|
|
||||||
"name": "Arena Support W @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena Support W @base",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSU01",
|
|
||||||
"name": "Arena TPU 95A @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena TPU 95A @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"3.6"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB00_02",
|
|
||||||
"name": "Arena ABS @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena ABS @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB00_03",
|
|
||||||
"name": "Arena ABS @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena ABS @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"22"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSN00_10",
|
|
||||||
"name": "Arena PA-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PA-CF @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"290"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"290"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"full_fan_speed_layer": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSN04_10",
|
|
||||||
"name": "Arena PAHT-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PAHT-CF @base",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSC00_03",
|
|
||||||
"name": "Arena PC @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PC @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSC00_04",
|
|
||||||
"name": "Arena PC @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PC @base",
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFST01_10",
|
|
||||||
"name": "Arena PET-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PET-CF @base",
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSG50_11",
|
|
||||||
"name": "Arena PETG-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PETG-CF @base",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA00_10",
|
|
||||||
"name": "Arena PLA Basic @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Basic @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA04_10",
|
|
||||||
"name": "Arena PLA Basic @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Basic @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA07_10",
|
|
||||||
"name": "Arena PLA Marble @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Marble @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA01_10",
|
|
||||||
"name": "Arena PLA Matte @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Matte @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA05_10",
|
|
||||||
"name": "Arena PLA Matte @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Matte @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"22"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA02_11",
|
|
||||||
"name": "Arena PLA Metal @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Metal @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA02_10",
|
|
||||||
"name": "Arena PLA Metal @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Metal @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA05_11",
|
|
||||||
"name": "Arena PLA Silk @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Silk @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA05_12",
|
|
||||||
"name": "Arena PLA Silk @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Silk @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA08_10",
|
|
||||||
"name": "Arena PLA Sparkle @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Marble @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA09_10",
|
|
||||||
"name": "Arena PLA Tough @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Tough @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA09_11",
|
|
||||||
"name": "Arena PLA Tough @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA Tough @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"21"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA50_11",
|
|
||||||
"name": "Arena PLA-CF @Arena P1P 0.8 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA-CF @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"18"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSA50_10",
|
|
||||||
"name": "Arena PLA-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena PLA-CF @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"15"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS01_10",
|
|
||||||
"name": "Arena Support G @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena Support G @base",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS00_10",
|
|
||||||
"name": "Arena Support W @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena Support W @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"0.5"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS02_10",
|
|
||||||
"name": "Arena Support W @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena Support W @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSU01_10",
|
|
||||||
"name": "Arena TPU 95A @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Arena TPU 95A @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"3.6"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB99_02",
|
|
||||||
"name": "Generic ABS @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic ABS @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB99_01",
|
|
||||||
"name": "Generic ABS @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic ABS @base",
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB98_11",
|
|
||||||
"name": "Generic ASA @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic ASA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSB98_10",
|
|
||||||
"name": "Generic ASA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic ASA @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"filament_id": "GFN99",
|
|
||||||
"setting_id": "GFSN98_10",
|
|
||||||
"name": "Generic PA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_filament_pa",
|
|
||||||
"required_nozzle_HRC": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"280"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"280"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"16"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"filament_id": "GFN98",
|
|
||||||
"setting_id": "GFSN99_10",
|
|
||||||
"name": "Generic PA-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_filament_pa",
|
|
||||||
"filament_type": [
|
|
||||||
"PA-CF"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"290"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"290"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"0%"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"full_fan_speed_layer": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSC99_01",
|
|
||||||
"name": "Generic PC @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PC @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSC99_02",
|
|
||||||
"name": "Generic PC @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PC @base",
|
|
||||||
"fan_max_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSG99_11",
|
|
||||||
"name": "Generic PETG @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PETG @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSG99_10",
|
|
||||||
"name": "Generic PETG @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PETG @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSG50_10",
|
|
||||||
"name": "Generic PETG-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PETG-CF @base",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL99_11",
|
|
||||||
"name": "Generic PLA @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PLA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL99_10",
|
|
||||||
"name": "Generic PLA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PLA @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL99_12",
|
|
||||||
"name": "Generic PLA Silk @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PLA Silk @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"7.5"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"0.5"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL98_10",
|
|
||||||
"name": "Generic PLA-CF @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PLA-CF @base",
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS99_11",
|
|
||||||
"name": "Generic PVA @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PVA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"0.5"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSS99_10",
|
|
||||||
"name": "Generic PVA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Generic PVA @base",
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"filament_id": "GFU99",
|
|
||||||
"setting_id": "GFSR99_10",
|
|
||||||
"name": "Generic TPU @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_filament_tpu",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"3.2"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"45"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL25_10",
|
|
||||||
"name": "PolyLite PLA @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyLite PLA @Arena X1C",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL23_10",
|
|
||||||
"name": "PolyLite PLA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyLite PLA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"15"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL24_10",
|
|
||||||
"name": "PolyTerra PLA @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyTerra PLA @Arena X1C",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL22_10",
|
|
||||||
"name": "PolyTerra PLA @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyTerra PLA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"22"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"hot_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer" : [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL23",
|
|
||||||
"name": "PolyLite PLA @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyLite PLA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"15"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"setting_id": "GFSL22",
|
|
||||||
"name": "PolyTerra PLA @Arena X1",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "PolyTerra PLA @base",
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"22"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine_model",
|
|
||||||
"name": "Orca Arena P1P",
|
|
||||||
"model_id": "orca_arena_p1p",
|
|
||||||
"url": "",
|
|
||||||
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
|
||||||
"machine_tech": "FFF",
|
|
||||||
"family": "ARENA-3DP",
|
|
||||||
"bed_model": "",
|
|
||||||
"bed_texture": "",
|
|
||||||
"hotend_model": "",
|
|
||||||
"default_materials": "Generic PLA @Arena P1P;Generic PLA Silk @Arena P1P;Arena PLA Matte @Arena P1P;Arena PLA Basic @Arena P1P;Arena ABS @Arena P1P;Arena PC @Arena P1P;Arena Support W @Arena P1P;Arena TPU 95A @Arena P1P;PolyTerra PLA @Arena P1P;PolyLite PLA @Arena P1P;"
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine",
|
|
||||||
"setting_id": "GM008",
|
|
||||||
"name": "Orca Arena X1 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Orca Arena X1 0.4 nozzle",
|
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.2"
|
|
||||||
],
|
|
||||||
"printer_variant": "0.2",
|
|
||||||
"printer_model": "Orca Arena X1",
|
|
||||||
"default_filament_profile": [
|
|
||||||
"Arena PLA Basic @Arena X1C 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"default_print_profile": "0.10mm Standard @Arena X1C 0.2 nozzle",
|
|
||||||
"max_layer_height": [
|
|
||||||
"0.14"
|
|
||||||
],
|
|
||||||
"min_layer_height": [
|
|
||||||
"0.04"
|
|
||||||
],
|
|
||||||
"retraction_length": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"retraction_minimum_travel": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"nozzle_type": "stainless_steel",
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.2 nozzle",
|
|
||||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine",
|
|
||||||
"setting_id": "GM003",
|
|
||||||
"name": "Orca Arena X1 0.4 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_bbl_3dp_001_common",
|
|
||||||
"printer_model": "Orca Arena X1",
|
|
||||||
"default_filament_profile": [
|
|
||||||
"Arena PLA Basic @Arena X1"
|
|
||||||
],
|
|
||||||
"default_print_profile": "0.20mm Standard @Arena X1C",
|
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"extruder_offset": [
|
|
||||||
"0x2"
|
|
||||||
],
|
|
||||||
"machine_max_speed_z": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"scan_first_layer": "1",
|
|
||||||
"machine_load_filament_time": "29",
|
|
||||||
"machine_unload_filament_time": "28",
|
|
||||||
"nozzle_type": "stainless_steel",
|
|
||||||
"nozzle_hrc": "20",
|
|
||||||
"auxiliary_fan": "0",
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena X1 Carbon 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine",
|
|
||||||
"setting_id": "GM006",
|
|
||||||
"name": "Orca Arena X1 0.6 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Orca Arena X1 0.4 nozzle",
|
|
||||||
"printer_model": "Orca Arena X1",
|
|
||||||
"default_filament_profile": [
|
|
||||||
"Arena PLA Basic @Arena X1"
|
|
||||||
],
|
|
||||||
"default_print_profile": "0.30mm Standard @Arena X1 0.6 nozzle",
|
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.6"
|
|
||||||
],
|
|
||||||
"printer_variant": "0.6",
|
|
||||||
"max_layer_height": [
|
|
||||||
"0.42"
|
|
||||||
],
|
|
||||||
"min_layer_height": [
|
|
||||||
"0.12"
|
|
||||||
],
|
|
||||||
"retraction_length": [
|
|
||||||
"1.4"
|
|
||||||
],
|
|
||||||
"retraction_minimum_travel": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"nozzle_type": "hardened_steel",
|
|
||||||
"nozzle_hrc": "55",
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine",
|
|
||||||
"setting_id": "GM007",
|
|
||||||
"name": "Orca Arena X1 0.8 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "Orca Arena X1 0.4 nozzle",
|
|
||||||
"printer_model": "Orca Arena X1",
|
|
||||||
"default_filament_profile": [
|
|
||||||
"Arena PLA Basic @Arena X1"
|
|
||||||
],
|
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.8"
|
|
||||||
],
|
|
||||||
"printer_variant": "0.8",
|
|
||||||
"default_print_profile": "0.40mm Standard @Arena X1 0.8 nozzle",
|
|
||||||
"max_layer_height": [
|
|
||||||
"0.56"
|
|
||||||
],
|
|
||||||
"min_layer_height": [
|
|
||||||
"0.16"
|
|
||||||
],
|
|
||||||
"retraction_length": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"retraction_minimum_travel": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retract_length_toolchange": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"nozzle_type": "hardened_steel",
|
|
||||||
"nozzle_hrc": "55",
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.8 nozzle",
|
|
||||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -27,9 +27,5 @@
|
|||||||
"5"
|
"5"
|
||||||
],
|
],
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
"nozzle_hrc": "20",
|
"nozzle_hrc": "20"
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.2 nozzle",
|
|
||||||
"Orca Arena X1 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"extruder_offset": [
|
"extruder_offset": [
|
||||||
"0x2"
|
"0x0"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"20",
|
"20",
|
||||||
@ -25,9 +25,5 @@
|
|||||||
"machine_unload_filament_time": "28",
|
"machine_unload_filament_time": "28",
|
||||||
"nozzle_type": "hardened_steel",
|
"nozzle_type": "hardened_steel",
|
||||||
"nozzle_hrc": "55",
|
"nozzle_hrc": "55",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0"
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.4 nozzle",
|
|
||||||
"Orca Arena X1 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -25,9 +25,5 @@
|
|||||||
],
|
],
|
||||||
"retraction_minimum_travel": [
|
"retraction_minimum_travel": [
|
||||||
"3"
|
"3"
|
||||||
],
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.6 nozzle",
|
|
||||||
"Orca Arena X1 0.6 nozzle"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -28,9 +28,5 @@
|
|||||||
],
|
],
|
||||||
"retract_length_toolchange": [
|
"retract_length_toolchange": [
|
||||||
"3"
|
"3"
|
||||||
],
|
|
||||||
"upward_compatible_machine":[
|
|
||||||
"Orca Arena P1P 0.8 nozzle",
|
|
||||||
"Orca Arena X1 0.8 nozzle"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "machine_model",
|
|
||||||
"name": "Orca Arena X1",
|
|
||||||
"model_id": "orca_arena_x1",
|
|
||||||
"url": "",
|
|
||||||
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
|
||||||
"machine_tech": "FFF",
|
|
||||||
"family": "ARENA-3DP",
|
|
||||||
"bed_model": "bbl-3dp-X1.stl",
|
|
||||||
"bed_texture": "bbl-3dp-logo_cali_lines.svg",
|
|
||||||
"hotend_model": "",
|
|
||||||
"default_materials": "Generic PLA Silk;Generic PLA;Arena PLA Matte @Arena X1;Arena PLA Basic @Arena X1;Arena ABS @Arena X1C;Arena PC @Arena X1C;Arena Support W @Arena X1;Arena TPU 95A @Arena X1;PolyTerra PLA @Arena X1;PolyLite PLA @Arena X1;"
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "process",
|
|
||||||
"setting_id": "GP018",
|
|
||||||
"name": "0.08mm Extra Fine @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_process_bbl_0.08",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "process",
|
|
||||||
"setting_id": "GP014",
|
|
||||||
"name": "0.10mm Standard @Arena P1P 0.2 nozzle",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_process_bbl_0.10_nozzle_0.2",
|
|
||||||
"elefant_foot_compensation": "0.15",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "process",
|
|
||||||
"setting_id": "GP019",
|
|
||||||
"name": "0.12mm Fine @Arena P1P",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "true",
|
|
||||||
"inherits": "fdm_process_bbl_0.12",
|
|
||||||
"compatible_printers": [
|
|
||||||
"Orca Arena P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user