mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Compare commits
89 Commits
v1.6.2-bet
...
v1.6.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6fec51ce2 | ||
|
|
1bf24c7432 | ||
|
|
411a3ac3b1 | ||
|
|
704427eff7 | ||
|
|
9bcdfcebbc | ||
|
|
e7cb016609 | ||
|
|
07faf6f9a6 | ||
|
|
7bcb6c8f76 | ||
|
|
18218c9e68 | ||
|
|
2760671967 | ||
|
|
b3b8a002c5 | ||
|
|
41569db0ac | ||
|
|
a23f5ba4fc | ||
|
|
1977f1c5b4 | ||
|
|
9c224261ab | ||
|
|
cc90ac0b0f | ||
|
|
02e2335337 | ||
|
|
e87a447479 | ||
|
|
4cab3701a1 | ||
|
|
3ee801be50 | ||
|
|
bbbed5e8c3 | ||
|
|
034c5c4679 | ||
|
|
4586bcfca8 | ||
|
|
6751fb0829 | ||
|
|
485d38f57f | ||
|
|
9fb14338f5 | ||
|
|
a8cf57d068 | ||
|
|
96f97d4a06 | ||
|
|
381b43056b | ||
|
|
e273a35465 | ||
|
|
8df5b79a6e | ||
|
|
5245fdc9a7 | ||
|
|
e0f8d9adfb | ||
|
|
fb9733c4bc | ||
|
|
7d1adc12e4 | ||
|
|
ac39fdcb6a | ||
|
|
ac73fd702f | ||
|
|
ac92668752 | ||
|
|
587eaa0399 | ||
|
|
ea54e3d536 | ||
|
|
2b05d3aac3 | ||
|
|
2dc12c4246 | ||
|
|
880c29f7e2 | ||
|
|
775a18ec90 | ||
|
|
4205b0a214 | ||
|
|
cc2c3fc665 | ||
|
|
8002b68914 | ||
|
|
25de9a1177 | ||
|
|
4d03361e01 | ||
|
|
bdb5d1ebfb | ||
|
|
7cf35442ea | ||
|
|
ece02d4d71 | ||
|
|
2b1f45431e | ||
|
|
11e7498b82 | ||
|
|
fd80a70bb7 | ||
|
|
5c273878af | ||
|
|
9d33799c5d | ||
|
|
f87a1753d7 | ||
|
|
e2771e67d1 | ||
|
|
c0afdf16f5 | ||
|
|
e18b151cb4 | ||
|
|
bd2ea4ef3b | ||
|
|
ed18c8d9fd | ||
|
|
87d06956a4 | ||
|
|
ae00217c37 | ||
|
|
162f7d2ac3 | ||
|
|
e0ac508f6a | ||
|
|
6457608f3e | ||
|
|
f7d7fa743e | ||
|
|
5da73cab0f | ||
|
|
afe5e9ed2a | ||
|
|
55c766b8ba | ||
|
|
0c364705ed | ||
|
|
d43182480c | ||
|
|
338aa0a6ae | ||
|
|
6ee076ab5e | ||
|
|
a685633e87 | ||
|
|
c48aca1704 | ||
|
|
381355100c | ||
|
|
aee2e06731 | ||
|
|
91dff3a963 | ||
|
|
ff38540e69 | ||
|
|
3c9b466242 | ||
|
|
77bb548fba | ||
|
|
5acff56ce2 | ||
|
|
a5d4fca039 | ||
|
|
3216c873b5 | ||
|
|
a9356fbd20 | ||
|
|
da09ebcc86 |
3
.github/workflows/build_linux.yml
vendored
3
.github/workflows/build_linux.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
||||
5
.github/workflows/build_mac_arm64.yml
vendored
5
.github/workflows/build_mac_arm64.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_osx_arm64:
|
||||
@@ -73,7 +76,7 @@ jobs:
|
||||
export ver=$(grep '^#define SoftFever_VERSION' ./build_arm64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
||||
ver="_V${ver//\"}"
|
||||
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)
|
||||
# - 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:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
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)
|
||||
ver="_V${ver//\"}"
|
||||
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)
|
||||
# - name: Notarize the app
|
||||
|
||||
3
.github/workflows/build_win.yml
vendored
3
.github/workflows/build_win.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -18,6 +18,30 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid "On this system, %s uses HTTPS certificates from the system Certificate Store or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "To use a custom CA file, please import your CA file into Certificate Store / Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr ""
|
||||
|
||||
@@ -692,6 +716,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr ""
|
||||
|
||||
@@ -6371,14 +6407,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \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"
|
||||
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -18,6 +18,36 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Malování podpěr"
|
||||
|
||||
@@ -715,6 +745,18 @@ msgstr "Upravit text"
|
||||
msgid "Load..."
|
||||
msgstr "Načíst..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Kostka"
|
||||
|
||||
@@ -2480,8 +2522,8 @@ msgstr "Procento"
|
||||
msgid "Layer Height (mm)"
|
||||
msgstr "Výška vrstvy (mm)"
|
||||
|
||||
msgid "Line Flushed (mm)"
|
||||
msgstr "Čistící Linka"
|
||||
msgid "Line Width (mm)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed (mm/s)"
|
||||
msgstr "Rychlost (mm/s)"
|
||||
@@ -3800,6 +3842,9 @@ msgstr "Nastavení filamentu"
|
||||
msgid "Printer settings"
|
||||
msgstr "Nastavení tiskárny"
|
||||
|
||||
msgid "Untitled"
|
||||
msgstr "Bez názvu"
|
||||
|
||||
#, boost-format
|
||||
msgid " plate %1%:"
|
||||
msgstr " podložka %1%:"
|
||||
@@ -3894,9 +3939,6 @@ msgstr ""
|
||||
"Aktualizujte prosím Orca Slicer nebo restartujte Orca Slicer a zkontrolujte, "
|
||||
"zda existuje aktualizace systémupředvolby."
|
||||
|
||||
msgid "Untitled"
|
||||
msgstr "Bez názvu"
|
||||
|
||||
#, boost-format
|
||||
msgid "Do you want to save changes to \"%1%\"?"
|
||||
msgstr "Chcete uložit změny do \"%1%\"?"
|
||||
@@ -4523,6 +4565,9 @@ msgstr "Stejné jako globální tisková sekvence"
|
||||
msgid "Print sequence"
|
||||
msgstr "Tisková sekvence"
|
||||
|
||||
msgid "Plate name"
|
||||
msgstr ""
|
||||
|
||||
msgid "Same as Global Bed Type"
|
||||
msgstr "Stejné jako globální typ postele"
|
||||
|
||||
@@ -4943,8 +4988,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 ""
|
||||
"Při nahrávání timelapse bez nástrojové hlavy se doporučuje přidat "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
@@ -5959,9 +6004,6 @@ msgstr "Spodní plocha"
|
||||
msgid "Bridge"
|
||||
msgstr "Most"
|
||||
|
||||
msgid "Skirt"
|
||||
msgstr "Obrys"
|
||||
|
||||
msgid "Gap infill"
|
||||
msgstr "Výplň mezery"
|
||||
|
||||
@@ -6484,7 +6526,6 @@ msgstr ""
|
||||
msgid "Cooling overhang threshold"
|
||||
msgstr "Práh převisu chlazení"
|
||||
|
||||
#, 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 "
|
||||
@@ -6492,8 +6533,8 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
"Vynutit chladicí ventilátor na určitou rychlost, když stupeň převisu "
|
||||
"tištěného dílu překročí tuto hodnotu. Vyjádřeno v procentech, které udává, "
|
||||
"jak velká šířka linky bez podpěry spodní vrstvy. 0% znamená vynucení "
|
||||
"tištěného dílu překročí tuto hodnotu. Vyjádřeno v procentech, které udává, jak "
|
||||
"velká šířka linky bez podpěry spodní vrstvy. 0% znamená vynucení "
|
||||
"chlazení pro celou vnější stěnu bez ohledu na míru převisu"
|
||||
|
||||
msgid "Bridge direction"
|
||||
@@ -6882,16 +6923,6 @@ msgstr ""
|
||||
"Poloměr vůle kolem extruderu. Používá se pro zamezení kolizi při tisku "
|
||||
"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"
|
||||
msgstr "Barva extruderu"
|
||||
|
||||
@@ -7028,7 +7059,6 @@ msgstr ""
|
||||
msgid "Shrinkage"
|
||||
msgstr "Smrštění"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"Enter the shrinkage percentage that the filament will get after cooling "
|
||||
"(94% if you measure 94mm instead of 100mm). The part will be scaled in xy to "
|
||||
@@ -7114,7 +7144,6 @@ msgstr "Úhel pro vzor výplně mostu, který řídí začátek nebo hlavní sm
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Hustota řídké výplně"
|
||||
|
||||
#, c-format
|
||||
msgid "Density of internal sparse infill, 100% means solid throughout"
|
||||
msgstr "Hustota vnitřní řídké výplně, 100% znamená celistvou v celém rozsahu"
|
||||
|
||||
@@ -7214,7 +7243,6 @@ msgstr "Klipper max_accel_to_decel bude upraven automaticky"
|
||||
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"
|
||||
msgstr "Klipper max_accel_to_decel bude upraven na toto % zrychlení"
|
||||
|
||||
@@ -7413,6 +7441,12 @@ msgstr ""
|
||||
"pro Octoprint plugin CancelObject. Nastavení NENÍ kompatibilní se Single "
|
||||
"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"
|
||||
msgstr "Komentáře do G-kódu"
|
||||
|
||||
@@ -7859,9 +7893,6 @@ msgstr ""
|
||||
"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í"
|
||||
|
||||
msgid "Z Hop Type"
|
||||
msgstr "Typ Z hop"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Typ Z hop"
|
||||
|
||||
@@ -7915,6 +7946,9 @@ msgstr ""
|
||||
"poradil s retrakcí. Toto je podporováno pouze v posledních verzích firmwaru "
|
||||
"Marlin."
|
||||
|
||||
msgid "Show auto-calibration marks"
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam position"
|
||||
msgstr "Pozice švu"
|
||||
|
||||
@@ -8090,11 +8124,9 @@ msgid "Slicing Mode"
|
||||
msgstr "Režim Slicování"
|
||||
|
||||
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."
|
||||
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"
|
||||
msgstr "Obvyklý"
|
||||
@@ -8467,12 +8499,6 @@ msgstr ""
|
||||
"vyčistili uniklý materiál na trysce. To může minimalizovat skvrny při tisku "
|
||||
"nového dílu po cestě"
|
||||
|
||||
msgid "NormalLift"
|
||||
msgstr "Normální zdvih"
|
||||
|
||||
msgid "SpiralLift"
|
||||
msgstr "Spirálový zdvih"
|
||||
|
||||
msgid "Wipe Distance"
|
||||
msgstr "Vzdálenost čištění"
|
||||
|
||||
@@ -9313,3 +9339,35 @@ msgstr ""
|
||||
"Zlepšete pevnost\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ě?"
|
||||
|
||||
#~ 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 ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -13,6 +13,43 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr "Pphysischer Drucker"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"Die HTTPS-CA-Datei ist optional. Sie wird nur benötigt, wenn Sie HTTPS mit einem"
|
||||
"selbstsignierten Zertifikat verwenden."
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"In diesem System werden %s HTTPS-Zertifikate aus dem Systemzertifikatspeicher"
|
||||
"oder Schlüsselbund verwendet."
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"Um eine benutzerdefinierte CA-Datei zu verwenden, importieren Sie bitte Ihre CA-Datei in den Zertifikatspeicher / Schlüsselbund"
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr "zum Ausdrucken senden"
|
||||
|
||||
msgid "Upload"
|
||||
msgstr "Hochladen"
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr "Hochladen und Drucken"
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
"Verwenden Sie vorwärts geneigte Schrägstriche ( / ) als "
|
||||
"Verzeichnistrennzeichen, falls erforderlich."
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Stützen aufmalen"
|
||||
|
||||
@@ -721,6 +758,18 @@ msgstr "Text bearbeiten"
|
||||
msgid "Load..."
|
||||
msgstr "Laden..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Würfel"
|
||||
|
||||
@@ -1086,7 +1135,7 @@ msgid "Type:"
|
||||
msgstr "Typ:"
|
||||
|
||||
msgid "Choose part type"
|
||||
msgstr "Wähle Teiletyp"
|
||||
msgstr "Wähle Teile Typ"
|
||||
|
||||
msgid "Enter new name"
|
||||
msgstr "Geben Sie den neuen Namen ein"
|
||||
@@ -1125,7 +1174,7 @@ msgid "multiple cells copy is not supported"
|
||||
msgstr "Das Kopieren mehrerer Zellen wird nicht unterstützt"
|
||||
|
||||
msgid "Outside"
|
||||
msgstr "Aussenseite"
|
||||
msgstr "Außenseite"
|
||||
|
||||
msgid "Auto"
|
||||
msgstr "Automatisch"
|
||||
@@ -1253,7 +1302,7 @@ msgid "Unload Filament"
|
||||
msgstr "Entladen"
|
||||
|
||||
msgid "Ext Spool"
|
||||
msgstr "Exteren Spule"
|
||||
msgstr "Externe Spule"
|
||||
|
||||
msgid "Tips"
|
||||
msgstr "Tipps"
|
||||
@@ -1554,7 +1603,7 @@ msgstr ""
|
||||
|
||||
msgid "Please check your object list before preset changing."
|
||||
msgstr ""
|
||||
"Bitte überprüfen Sie Ihre Objektliste vor der Änderung des Voreinstellungen."
|
||||
"Bitte überprüfen Sie Ihre Objektliste vor der Änderung der Voreinstellungen."
|
||||
|
||||
msgid "Attention!"
|
||||
msgstr "Achtung!"
|
||||
@@ -1743,7 +1792,7 @@ msgid ""
|
||||
"factor K input box."
|
||||
msgstr ""
|
||||
"Kalibrierung abgeschlossen. Bitte finden Sie die am besten gleichmäßige "
|
||||
"Extrusionslinie auf Ihrem Heizbett wie im unten stehenden Bild und geben Sie "
|
||||
"Extrusionslinie auf Ihrem Heizbett wie im untenstehenden Bild und geben Sie "
|
||||
"den Wert auf seiner linken Seite in das Faktor K Eingabefeld ein."
|
||||
|
||||
msgid "Save"
|
||||
@@ -1856,7 +1905,7 @@ msgid "Print with filaments mounted on the back of the chassis"
|
||||
msgstr "Drucken mit Filamenten, die an der Rückseite des Chassis montiert sind"
|
||||
|
||||
msgid "AMS Settings"
|
||||
msgstr "AMS Einstellungen"
|
||||
msgstr "AMS-Einstellungen"
|
||||
|
||||
msgid "Insertion update"
|
||||
msgstr "Update einfügen"
|
||||
@@ -1885,7 +1934,7 @@ msgstr ""
|
||||
"ist."
|
||||
|
||||
msgid "Power on update"
|
||||
msgstr "Update beim einschalten"
|
||||
msgstr "Update beim Einschalten"
|
||||
|
||||
msgid ""
|
||||
"The AMS will automatically read the information of inserted filament on "
|
||||
@@ -2247,7 +2296,7 @@ msgid ""
|
||||
"No - Give up using arachne this time"
|
||||
msgstr ""
|
||||
"Möchten Sie den klassischen Modus automatisch ausschalten?\n"
|
||||
"Ja - Arachne mit deaktiviertem klassischen Modus aktivieren\n"
|
||||
"Ja - Arachne mit deaktiviertem klassischem Modus aktivieren\n"
|
||||
"Nein - Arachne in diesem Fall nicht verwenden"
|
||||
|
||||
msgid ""
|
||||
@@ -2257,7 +2306,7 @@ msgid ""
|
||||
"YES - Keep Prime Tower\n"
|
||||
"NO - Keep Adaptive Layer Height and Independent Support Layer Height"
|
||||
msgstr ""
|
||||
"Prime Tower funktioniert nicht, wenn Adaptive Schichthöhe oder unabhängige "
|
||||
"Prime Tower funktioniert nicht, wenn adaptive Schichthöhe oder unabhängige "
|
||||
"Support-Schichthöhe aktiviert ist.\n"
|
||||
"Was möchten Sie behalten?\n"
|
||||
"YES - Prime Tower behalten\n"
|
||||
@@ -2269,7 +2318,7 @@ msgid ""
|
||||
"YES - Keep Prime Tower\n"
|
||||
"NO - Keep Adaptive Layer Height"
|
||||
msgstr ""
|
||||
"Prime Tower funktioniert nicht, wenn Adaptive Schichthöhet aktiviert ist.\n"
|
||||
"Prime Tower funktioniert nicht, wenn Adaptive Schichthöhe aktiviert ist.\n"
|
||||
"Was möchten Sie behalten?\n"
|
||||
"YES - Prime Tower behalten\n"
|
||||
"NEIN - Adaptive Schichthöhe behalten"
|
||||
@@ -2312,7 +2361,7 @@ msgid "Auto bed leveling"
|
||||
msgstr "Automatische Druckbettnivellierung"
|
||||
|
||||
msgid "Heatbed preheating"
|
||||
msgstr "Heizbett vorheitzen"
|
||||
msgstr "Heizbett vorheizen"
|
||||
|
||||
msgid "Sweeping XY mech mode"
|
||||
msgstr "Säubern von XY mechanisch Modus"
|
||||
@@ -2324,7 +2373,7 @@ msgid "M400 pause"
|
||||
msgstr "M400 Pause"
|
||||
|
||||
msgid "Paused due to filament runout"
|
||||
msgstr "Angehalten wegen Filament-Auslauf"
|
||||
msgstr "Angehalten wegen Filament-Ende"
|
||||
|
||||
msgid "Heating hotend"
|
||||
msgstr "Heizen des Hotend"
|
||||
@@ -2625,7 +2674,7 @@ msgid "Prepare time"
|
||||
msgstr "Vorbereitungszeit"
|
||||
|
||||
msgid "Model printing time"
|
||||
msgstr "Druckzeit des Modell"
|
||||
msgstr "Druckzeit des Modells"
|
||||
|
||||
msgid "Switch to silent mode"
|
||||
msgstr "Zum Leisemodus wechseln"
|
||||
@@ -2948,7 +2997,7 @@ msgid "Show Configuration Folder"
|
||||
msgstr "Konfigurationsordner anzeigen"
|
||||
|
||||
msgid "Show Tip of the Day"
|
||||
msgstr "Tip des Tages anzeigen"
|
||||
msgstr "Tipp des Tages anzeigen"
|
||||
|
||||
msgid "Check for Update"
|
||||
msgstr "Prüfen auf Update"
|
||||
@@ -3197,7 +3246,7 @@ msgid "3D Models"
|
||||
msgstr "3D Modelle"
|
||||
|
||||
msgid "&Open G-code"
|
||||
msgstr "Öffne G-C&ode"
|
||||
msgstr "&Öffne G-Code"
|
||||
|
||||
msgid "Open a G-code file"
|
||||
msgstr "Öffne eine G-Code-Datei"
|
||||
@@ -3209,7 +3258,7 @@ msgid "Reload the plater from disk"
|
||||
msgstr "Druckplatte neu von der Festplatte laden"
|
||||
|
||||
msgid "Export &Toolpaths as OBJ"
|
||||
msgstr "Werkzeugwege als OBJ expor&tieren"
|
||||
msgstr "Werkzeugwege als OBJ exportieren"
|
||||
|
||||
msgid "Export toolpaths as OBJ"
|
||||
msgstr "Werkzeugweg als OBJ exportieren"
|
||||
@@ -3273,7 +3322,7 @@ msgid "Export result"
|
||||
msgstr "Ergebnis exportieren"
|
||||
|
||||
msgid "Select profile to load:"
|
||||
msgstr "Wählen Sie ein Profil zum laden aus:"
|
||||
msgstr "Wählen Sie ein Profil zum Laden aus:"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "There is %d config imported. (Only non-system and compatible configs)"
|
||||
@@ -4422,7 +4471,7 @@ msgid "Metric"
|
||||
msgstr "Metrisch"
|
||||
|
||||
msgid "Imperial"
|
||||
msgstr "Impirisch"
|
||||
msgstr "Imperial"
|
||||
|
||||
msgid "Units"
|
||||
msgstr "Einheiten"
|
||||
@@ -4623,7 +4672,7 @@ msgid "Print sequence"
|
||||
msgstr "Druckreihenfolge"
|
||||
|
||||
msgid "Plate name"
|
||||
msgstr ""
|
||||
msgstr "Platten-Name"
|
||||
|
||||
msgid "Same as Global Bed Type"
|
||||
msgstr "Der selbe wie der globale Betttyp"
|
||||
@@ -5040,7 +5089,7 @@ msgstr ""
|
||||
"Wir haben einen experimentellen Stil „Tree Slim“ hinzugefügt, der ein "
|
||||
"kleineres Unterstützungsvolumen, aber eine geringere Festigkeit aufweist.\n"
|
||||
"Wir empfehlen die Verwendung mit: 0 Interface-Schichten, 0 Distanz zur "
|
||||
"Oberseite, 2 Wänden."
|
||||
"Oberseite, 2 Wände."
|
||||
|
||||
msgid ""
|
||||
"Change these settings automatically? \n"
|
||||
@@ -7094,16 +7143,6 @@ msgstr ""
|
||||
"Abstandsradius um den Extruder. Wird zur Kollisionsvermeidung im "
|
||||
"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"
|
||||
msgstr "Extruder Farbe"
|
||||
|
||||
@@ -7660,10 +7699,11 @@ msgstr ""
|
||||
"Option zum Wischen in das Objekt / in den Innenfüllbereich."
|
||||
|
||||
msgid "Exclude objects"
|
||||
msgstr ""
|
||||
msgstr "Objekte ausschließen"
|
||||
|
||||
msgid "Enable this option to add EXCLUDE OBJECT command in g-code"
|
||||
msgstr ""
|
||||
"Aktivieren Sie diese Option, um den Befehl EXCLUDE OBJECT im G-Code hinzuzufügen."
|
||||
|
||||
msgid "Verbose G-code"
|
||||
msgstr "ausführlicher G-Code"
|
||||
@@ -8184,7 +8224,7 @@ msgstr ""
|
||||
"Firmware unterstützt."
|
||||
|
||||
msgid "Show auto-calibration marks"
|
||||
msgstr ""
|
||||
msgstr "Zeige automatische Kalibrierungsmarkierungen"
|
||||
|
||||
msgid "Seam position"
|
||||
msgstr "Nahtposition"
|
||||
@@ -9632,6 +9672,16 @@ msgstr ""
|
||||
"Wussten Sie, dass Sie mehr Wandschlaufen und eine höhere spärliche "
|
||||
"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"
|
||||
#~ msgstr "Z Hop Type"
|
||||
|
||||
@@ -10141,7 +10191,7 @@ msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "Heat the nozzle to target \n"
|
||||
#~ "temperature"
|
||||
#~ msgstr "Die Druckdüse auf die Zieltemperatur heitzen"
|
||||
#~ msgstr "Die Druckdüse auf die Zieltemperatur heizen"
|
||||
|
||||
#~ msgid "Height:"
|
||||
#~ msgstr "Höhe:"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -13,6 +13,36 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.1\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Support Painting"
|
||||
|
||||
@@ -700,6 +730,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Load..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Cube"
|
||||
|
||||
@@ -6621,14 +6663,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Extruder Color"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -10,6 +10,36 @@ msgstr ""
|
||||
"X-Generator: Localazy (https://localazy.com)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Pintando Soportes"
|
||||
|
||||
@@ -703,6 +733,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Cargar..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Cubo"
|
||||
|
||||
@@ -6715,14 +6757,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Color del extrusor"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -10,6 +10,36 @@ msgstr ""
|
||||
"X-Generator: Localazy (https://localazy.com)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Támaszok festése"
|
||||
|
||||
@@ -701,6 +731,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Betöltés..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Kocka"
|
||||
|
||||
@@ -6680,14 +6722,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Extruder szín"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -10,6 +10,36 @@ msgstr ""
|
||||
"X-Generator: Localazy (https://localazy.com)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Support Painting"
|
||||
|
||||
@@ -698,6 +728,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Caricamento..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Cube"
|
||||
|
||||
@@ -6621,14 +6663,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Colore estrusore"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -13,6 +13,36 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "サポートペイント"
|
||||
|
||||
@@ -694,6 +724,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "ファイルを読込む"
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "キューブ"
|
||||
|
||||
@@ -6631,14 +6673,6 @@ msgstr ""
|
||||
"押出機のクリアランス(半径):オブジェクト順で造形する時にこのパラメータでオ"
|
||||
"ブジェクトの間隔を計算します。"
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr "最大半径"
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr "押出機のクリアランス半径。オブジェクト順で造形する時に衝突防止用です。"
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "押出機の色"
|
||||
|
||||
@@ -8875,6 +8909,15 @@ msgstr ""
|
||||
"強度の向上\n"
|
||||
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
|
||||
#~ msgid "Max Radius"
|
||||
#~ msgstr "最大半径"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
#~ "object printing."
|
||||
#~ msgstr ""
|
||||
#~ "押出機のクリアランス半径。オブジェクト順で造形する時に衝突防止用です。"
|
||||
|
||||
#~ msgid "Z Hop Type"
|
||||
#~ msgstr "Z方向調整タイプ"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -10,6 +10,36 @@ msgstr ""
|
||||
"X-Generator: Localazy (https://localazy.com)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Onderteuning (Support) tekenen"
|
||||
|
||||
@@ -701,6 +731,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Laden..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Kubus"
|
||||
|
||||
@@ -6723,14 +6765,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Extruder kleur"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -10,6 +10,36 @@ msgstr ""
|
||||
"X-Generator: Localazy (https://localazy.com)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Färgläggning av Support"
|
||||
|
||||
@@ -697,6 +727,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "Ladda..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Kub"
|
||||
|
||||
@@ -6615,14 +6657,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "Extruder Färg"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\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"
|
||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -17,6 +17,36 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr "物理打印机"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "支撑绘制"
|
||||
|
||||
@@ -692,6 +722,18 @@ msgstr ""
|
||||
msgid "Load..."
|
||||
msgstr "加载..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "立方体"
|
||||
|
||||
@@ -6526,14 +6568,6 @@ msgid ""
|
||||
"printing."
|
||||
msgstr "挤出机四周的避让半径。用于在逐件打印中避免碰撞。"
|
||||
|
||||
msgid "Max Radius"
|
||||
msgstr "最大半径"
|
||||
|
||||
msgid ""
|
||||
"Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
"object printing."
|
||||
msgstr "挤出机四周的最大避让半径。用于在逐件打印中避免碰撞。"
|
||||
|
||||
msgid "Extruder Color"
|
||||
msgstr "挤出机颜色"
|
||||
|
||||
@@ -8728,6 +8762,14 @@ msgstr ""
|
||||
"提高强度\n"
|
||||
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
|
||||
#~ msgid "Max Radius"
|
||||
#~ msgstr "最大半径"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Max clearance radius around extruder. Used for collision avoidance in by-"
|
||||
#~ "object printing."
|
||||
#~ msgstr "挤出机四周的最大避让半径。用于在逐件打印中避免碰撞。"
|
||||
|
||||
#~ msgid "NormalLift"
|
||||
#~ msgstr "直接抬Z"
|
||||
|
||||
@@ -12097,9 +12139,6 @@ msgstr ""
|
||||
#~ msgid "Do you want to proceed?"
|
||||
#~ msgstr "是否继续?"
|
||||
|
||||
#~ msgid "Physical Printer"
|
||||
#~ msgstr "物理打印机"
|
||||
|
||||
#~ msgid "Convert from imperial units"
|
||||
#~ msgstr "从英制转换"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -7,6 +7,6 @@
|
||||
"family": "Anker",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PC;Anker Generic PVA;Anker Generic PA;Anker Generic PA-CF"
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"family": "Anycubic",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 284 KiB |
@@ -7,6 +7,6 @@
|
||||
"family": "Artillery",
|
||||
"bed_model": "",
|
||||
"bed_texture": "SW-x2.png",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
{
|
||||
"name": "Creality CR-10 Max",
|
||||
"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": [
|
||||
@@ -85,6 +89,11 @@
|
||||
{
|
||||
"name": "Creality CR-10 Max 0.4 nozzle",
|
||||
"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": [
|
||||
"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": [
|
||||
"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": [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -7,6 +7,6 @@
|
||||
"family": "Creality-CR",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"family": "ENDER",
|
||||
"bed_model": "",
|
||||
"bed_texture": "ender3v2.svg",
|
||||
"hotend_model": "hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
"compatible_printers": [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
174
resources/profiles/Custom.json
Normal file
174
resources/profiles/Custom.json
Normal file
@@ -0,0 +1,174 @@
|
||||
{
|
||||
"name": "Custom Printer",
|
||||
"version": "01.05.01.02",
|
||||
"force_update": "0",
|
||||
"description": "My configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Generaic Klipper Printer",
|
||||
"sub_path": "machine/MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic Marlin Printer",
|
||||
"sub_path": "machine/MyMarlin.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_klipper_common",
|
||||
"sub_path": "process/fdm_process_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_marlin_common",
|
||||
"sub_path": "process/fdm_process_marlin_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyKlipper",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @MyKlipper",
|
||||
"sub_path": "process/0.12mm Fine @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @MyKlipper",
|
||||
"sub_path": "process/0.15mm Optimal @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MyKlipper",
|
||||
"sub_path": "process/0.20mm Standard @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @MyKlipper",
|
||||
"sub_path": "process/0.24mm Draft @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @MyKlipper",
|
||||
"sub_path": "process/0.28mm Extra Draft @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyMarlin",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @MyMarlin",
|
||||
"sub_path": "process/0.12mm Fine @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @MyMarlin",
|
||||
"sub_path": "process/0.15mm Optimal @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MyMarlin",
|
||||
"sub_path": "process/0.20mm Standard @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @MyMarlin",
|
||||
"sub_path": "process/0.24mm Draft @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @MyMarlin",
|
||||
"sub_path": "process/0.28mm Extra Draft @MyMarlin.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PLA",
|
||||
"sub_path": "filament/My Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PLA-CF",
|
||||
"sub_path": "filament/My Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PETG",
|
||||
"sub_path": "filament/My Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic ABS",
|
||||
"sub_path": "filament/My Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic TPU",
|
||||
"sub_path": "filament/My Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic ASA",
|
||||
"sub_path": "filament/My Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PC",
|
||||
"sub_path": "filament/My Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PVA",
|
||||
"sub_path": "filament/My Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PA",
|
||||
"sub_path": "filament/My Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PA-CF",
|
||||
"sub_path": "filament/My Generic PA-CF.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_klipper_common",
|
||||
"sub_path": "machine/fdm_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "MyKlipper 0.4 nozzle",
|
||||
"sub_path": "machine/MyKlipper 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "MyMarlin 0.4 nozzle",
|
||||
"sub_path": "machine/MyMarlin 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
resources/profiles/Custom/filament/My Generic ABS.json
Normal file
19
resources/profiles/Custom/filament/My Generic ABS.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.926"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
19
resources/profiles/Custom/filament/My Generic ASA.json
Normal file
19
resources/profiles/Custom/filament/My Generic ASA.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic ASA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"filament_flow_ratio": [
|
||||
"0.93"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
25
resources/profiles/Custom/filament/My Generic PA-CF.json
Normal file
25
resources/profiles/Custom/filament/My Generic PA-CF.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
22
resources/profiles/Custom/filament/My Generic PA.json
Normal file
22
resources/profiles/Custom/filament/My Generic PA.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
19
resources/profiles/Custom/filament/My Generic PC.json
Normal file
19
resources/profiles/Custom/filament/My Generic PC.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFC99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PC",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
49
resources/profiles/Custom/filament/My Generic PETG.json
Normal file
49
resources/profiles/Custom/filament/My Generic PETG.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
25
resources/profiles/Custom/filament/My Generic PLA-CF.json
Normal file
25
resources/profiles/Custom/filament/My Generic PLA-CF.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PLA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA-CF"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"7"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
22
resources/profiles/Custom/filament/My Generic PLA.json
Normal file
22
resources/profiles/Custom/filament/My Generic PLA.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
25
resources/profiles/Custom/filament/My Generic PVA.json
Normal file
25
resources/profiles/Custom/filament/My Generic PVA.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFS99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PVA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pva",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"7"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
16
resources/profiles/Custom/filament/My Generic TPU.json
Normal file
16
resources/profiles/Custom/filament/My Generic TPU.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFU99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/Custom/filament/fdm_filament_abs.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_abs.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"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_max_volumetric_speed": [
|
||||
"28.6"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/Custom/filament/fdm_filament_asa.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_asa.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"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": [
|
||||
"35"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"28.6"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
]
|
||||
}
|
||||
144
resources/profiles/Custom/filament/fdm_filament_common.json
Normal file
144
resources/profiles/Custom/filament/fdm_filament_common.json
Normal file
@@ -0,0 +1,144 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; filament end gcode \n"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"60"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_density": [
|
||||
"0"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_diameter": [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
85
resources/profiles/Custom/filament/fdm_filament_pa.json
Normal file
85
resources/profiles/Custom/filament/fdm_filament_pa.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"30"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"108"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"300"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/Custom/filament/fdm_filament_pc.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_pc.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"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": [
|
||||
"23.2"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"270"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"140"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
||||
82
resources/profiles/Custom/filament/fdm_filament_pet.json
Normal file
82
resources/profiles/Custom/filament/fdm_filament_pet.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"255"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"260"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
94
resources/profiles/Custom/filament/fdm_filament_pla.json
Normal file
94
resources/profiles/Custom/filament/fdm_filament_pla.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"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" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"220"
|
||||
],
|
||||
"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": [
|
||||
"220"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"230"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
100
resources/profiles/Custom/filament/fdm_filament_pva.json
Normal file
100
resources/profiles/Custom/filament/fdm_filament_pva.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pva",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"filament_soluble": [
|
||||
"1"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_type": [
|
||||
"PVA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"220"
|
||||
],
|
||||
"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": [
|
||||
"220"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"50"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/Custom/filament/fdm_filament_tpu.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_tpu.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"filament_type": [
|
||||
"TPU"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"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": [
|
||||
"70"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
19
resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json
Normal file
19
resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "MyKlipper 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Generaic Klipper Printer",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
12
resources/profiles/Custom/machine/MyKlipper.json
Normal file
12
resources/profiles/Custom/machine/MyKlipper.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Generaic Klipper Printer",
|
||||
"model_id": "my_klipper_01",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "MyPrinter",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "",
|
||||
"default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF"
|
||||
}
|
||||
44
resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json
Normal file
44
resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "MyMarlin 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Generic Marlin Printer",
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
||||
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.9"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"version": "1.5.1.2",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
12
resources/profiles/Custom/machine/MyMarlin.json
Normal file
12
resources/profiles/Custom/machine/MyMarlin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Generic Marlin Printer",
|
||||
"model_id": "my_marlin_01",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "MyPrinter",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "",
|
||||
"default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF"
|
||||
}
|
||||
141
resources/profiles/Custom/machine/fdm_klipper_common.json
Normal file
141
resources/profiles/Custom/machine/fdm_klipper_common.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_machine_common",
|
||||
"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": [
|
||||
"9000",
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"25",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2",
|
||||
"0.4"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"extruder_clearance_radius": "65",
|
||||
"extruder_clearance_height_to_rod": "36",
|
||||
"extruder_clearance_height_to_lid": "140",
|
||||
"printer_settings_id": "",
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"z_hop_types": "Normal Lift",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"My Generic ABS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MyKlipper",
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
119
resources/profiles/Custom/machine/fdm_machine_common.json
Normal file
119
resources/profiles/Custom/machine/fdm_machine_common.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"printer_technology": "FFF",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
],
|
||||
"extruder_offset": [
|
||||
"0x0"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"silent_mode": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"extruder_clearance_radius": "65",
|
||||
"extruder_clearance_height_to_rod": "36",
|
||||
"extruder_clearance_height_to_lid": "140",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_settings_id": "",
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"default_print_profile": "",
|
||||
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
|
||||
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_pause_gcode": "M601"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6"
|
||||
}
|
||||
11
resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json
Normal file
11
resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MyKlipper",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MyMarlin",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
70
resources/profiles/Custom/process/fdm_process_common.json
Normal file
70
resources/profiles/Custom/process/fdm_process_common.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_speed": "120",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "50",
|
||||
"interface_shells": "0",
|
||||
"detect_overhang_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "40",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.42",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "400",
|
||||
"enable_prime_tower": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "5000",
|
||||
"top_surface_acceleration": "3000",
|
||||
"travel_acceleration": "7000",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "105",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "100",
|
||||
"sparse_infill_speed": "200",
|
||||
"travel_speed": "350",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "35",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
108
resources/profiles/Custom/process/fdm_process_marlin_common.json
Normal file
108
resources/profiles/Custom/process/fdm_process_marlin_common.json
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_marlin_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "1000",
|
||||
"inner_wall_acceleration": "1000",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "40",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "80",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "35",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "FLSun",
|
||||
"version": "01.06.00.00",
|
||||
"version": "01.06.00.02",
|
||||
"force_update": "0",
|
||||
"description": "FLSun configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
resources/profiles/FLSun/V400_bed.stl
Normal file
BIN
resources/profiles/FLSun/V400_bed.stl
Normal file
Binary file not shown.
@@ -5,7 +5,7 @@
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "FLSun",
|
||||
"bed_model": "",
|
||||
"bed_model": "V400_bed.stl",
|
||||
"bed_texture": "V400.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FLSun Generic ABS;FLSun Generic PLA;FLSun Generic PLA-CF;FLSun Generic PETG;FLSun Generic TPU;FLSun Generic ASA;FLSun Generic PC;FLSun Generic PVA;FLSun Generic PA;FLSun Generic PA-CF"
|
||||
|
||||
@@ -17,56 +17,56 @@
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"2000",
|
||||
"2000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"3000",
|
||||
"3000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000",
|
||||
"2000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000",
|
||||
"2000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"300",
|
||||
"200"
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"25",
|
||||
"25"
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"300",
|
||||
"200"
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"300",
|
||||
"200"
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
"20",
|
||||
"20"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2",
|
||||
|
||||
@@ -5,15 +5,24 @@
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_infill_speed": "50",
|
||||
"outer_wall_speed": "35",
|
||||
"inner_wall_speed": "60",
|
||||
"sparse_infill_speed": "200",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "200",
|
||||
"sparse_infill_speed": "250",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "40",
|
||||
"travel_speed": "180",
|
||||
"default_acceleration": "5000",
|
||||
"default_jerk": "9",
|
||||
"gap_infill_speed": "200",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "100",
|
||||
"initial_layer_speed": "50",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"is_custom_defined": "0",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"overhang_1_4_speed": "80",
|
||||
"top_surface_acceleration": "3000",
|
||||
"top_surface_speed": "200",
|
||||
"travel_acceleration": "5000",
|
||||
"travel_speed": "400",
|
||||
"compatible_printers": [
|
||||
"FLSun V400 0.4 nozzle"
|
||||
]
|
||||
|
||||
603
resources/profiles/OrcaArena.json
Normal file
603
resources/profiles/OrcaArena.json
Normal file
@@ -0,0 +1,603 @@
|
||||
{
|
||||
"name": "Orca Arena Printer",
|
||||
"url": "",
|
||||
"version": "01.06.00.03",
|
||||
"force_update": "0",
|
||||
"description": "Orca Arena configuration files",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_common",
|
||||
"sub_path": "process/fdm_process_bbl_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.08",
|
||||
"sub_path": "process/fdm_process_bbl_0.08.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.10_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.10_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.40_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.40_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.30_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.30_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.12",
|
||||
"sub_path": "process/fdm_process_bbl_0.12.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.16",
|
||||
"sub_path": "process/fdm_process_bbl_0.16.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.20",
|
||||
"sub_path": "process/fdm_process_bbl_0.20.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24",
|
||||
"sub_path": "process/fdm_process_bbl_0.24.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.28",
|
||||
"sub_path": "process/fdm_process_bbl_0.28.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Arena X1C",
|
||||
"sub_path": "process/0.08mm Extra Fine @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Arena X1C",
|
||||
"sub_path": "process/0.12mm Fine @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Arena X1C",
|
||||
"sub_path": "process/0.16mm Optimal @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Arena X1C",
|
||||
"sub_path": "process/0.20mm Standard @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"0.20mm Strength @Arena X1C",
|
||||
"sub_path":"process/0.20mm Strength @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Arena X1C",
|
||||
"sub_path": "process/0.24mm Draft @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Arena X1C",
|
||||
"sub_path": "process/0.28mm Extra Draft @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.10mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.30mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.40mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.06_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.06_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.08_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.08_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.12_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.12_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.14_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.14_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.06mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.06mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.08mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.12mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.14mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.14mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.18_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.18_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.24_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.36_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.36_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.42_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.42_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.18mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.24mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.36mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.36mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.42mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.42mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.24_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.32_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.32_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.48_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.48_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.56_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.56_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.24mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.32mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.48mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.48mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.56mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.56mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"0.30mm Strength @Arena X1C 0.6 nozzle",
|
||||
"sub_path":"process/0.30mm Strength @Arena X1C 0.6 nozzle.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena TPU 95A @base",
|
||||
"sub_path": "filament/Arena TPU 95A @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @base",
|
||||
"sub_path": "filament/Arena PLA Matte @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @base",
|
||||
"sub_path": "filament/Arena PLA Basic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @base",
|
||||
"sub_path": "filament/Arena PLA Tough @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Marble @base",
|
||||
"sub_path": "filament/Arena PLA Marble @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Sparkle @base",
|
||||
"sub_path": "filament/Arena PLA Sparkle @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Impact @base",
|
||||
"sub_path": "filament/Arena PLA Impact @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Metal @base",
|
||||
"sub_path": "filament/Arena PLA Metal @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @base",
|
||||
"sub_path": "filament/Arena PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @base",
|
||||
"sub_path": "filament/Arena PETG Basic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @base",
|
||||
"sub_path": "filament/Arena ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @base",
|
||||
"sub_path": "filament/Arena Support W @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support G @base",
|
||||
"sub_path": "filament/Arena Support G @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PA-CF @base",
|
||||
"sub_path": "filament/Arena PA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PET-CF @base",
|
||||
"sub_path": "filament/Arena PET-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @base",
|
||||
"sub_path": "filament/Arena PC @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @base",
|
||||
"sub_path": "filament/PolyTerra PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @base",
|
||||
"sub_path": "filament/PolyLite PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @base",
|
||||
"sub_path": "filament/Generic PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA",
|
||||
"sub_path": "filament/Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk @base",
|
||||
"sub_path": "filament/Generic PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk",
|
||||
"sub_path": "filament/Generic PLA Silk.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PLA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @base",
|
||||
"sub_path": "filament/Generic PLA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF",
|
||||
"sub_path": "filament/Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @base",
|
||||
"sub_path": "filament/Generic PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG",
|
||||
"sub_path": "filament/Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @base",
|
||||
"sub_path": "filament/Generic ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS",
|
||||
"sub_path": "filament/Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @0.2 nozzle",
|
||||
"sub_path": "filament/Generic ABS @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU",
|
||||
"sub_path": "filament/Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @base",
|
||||
"sub_path": "filament/Generic ASA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic ASA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA",
|
||||
"sub_path": "filament/Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC @base",
|
||||
"sub_path": "filament/Generic PC @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PC @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC",
|
||||
"sub_path": "filament/Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @base",
|
||||
"sub_path": "filament/Generic PVA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG-CF @base",
|
||||
"sub_path": "filament/Generic PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG-CF @Arena X1C",
|
||||
"sub_path": "filament/Generic PETG-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG-CF @base",
|
||||
"sub_path": "filament/Arena PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG-CF @Arena X1C",
|
||||
"sub_path": "filament/Arena PETG-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PVA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA",
|
||||
"sub_path": "filament/Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA",
|
||||
"sub_path": "filament/Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF",
|
||||
"sub_path": "filament/Generic PA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena TPU 95A @Arena X1C",
|
||||
"sub_path": "filament/Arena TPU 95A @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Tough @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Marble @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Marble @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Sparkle @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Sparkle @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Silk @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @Arena X1C",
|
||||
"sub_path": "filament/Arena Support W @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena Support W @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support G @Arena X1C",
|
||||
"sub_path": "filament/Arena Support G @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PA-CF @Arena X1C",
|
||||
"sub_path": "filament/Arena PA-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C",
|
||||
"sub_path": "filament/Arena PC @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @Arena X1C",
|
||||
"sub_path": "filament/PolyLite PLA @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @Arena X1C",
|
||||
"sub_path": "filament/PolyTerra PLA @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/PolyLite PLA @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Generic PETG @0.2 nozzle",
|
||||
"sub_path":"filament/Generic PETG @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA Metal @Arena X1C 0.2 nozzle",
|
||||
"sub_path":"filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA Metal @Arena X1C",
|
||||
"sub_path":"filament/Arena PLA Metal @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @base",
|
||||
"sub_path":"filament/Arena PLA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @Arena X1C 0.8 nozzle",
|
||||
"sub_path":"filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @Arena X1C",
|
||||
"sub_path":"filament/Arena PLA-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PAHT-CF @base",
|
||||
"sub_path":"filament/Arena PAHT-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PAHT-CF @Arena X1C",
|
||||
"sub_path":"filament/Arena PAHT-CF @Arena X1C.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_bbl_3dp_001_common",
|
||||
"sub_path": "machine/fdm_bbl_3dp_001_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.2 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.8 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.8 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00_00",
|
||||
"name": "Arena ABS @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00_01",
|
||||
"name": "Arena ABS @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Arena ABS @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
17
resources/profiles/OrcaArena/filament/Arena ABS @base.json
Normal file
17
resources/profiles/OrcaArena/filament/Arena ABS @base.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"name": "Arena ABS @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN00",
|
||||
"name": "Arena PA-CF @Arena X1C",
|
||||
"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 X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
38
resources/profiles/OrcaArena/filament/Arena PA-CF @base.json
Normal file
38
resources/profiles/OrcaArena/filament/Arena PA-CF @base.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN03",
|
||||
"name": "Arena PA-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.09"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"84.99"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN04",
|
||||
"name": "Arena PAHT-CF @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PAHT-CF @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN04",
|
||||
"name": "Arena PAHT-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.06"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"94.99"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"180"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_02",
|
||||
"name": "Arena PC @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_01",
|
||||
"name": "Arena PC @Arena X1C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_00",
|
||||
"name": "Arena PC @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00",
|
||||
"name": "Arena PC @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
17
resources/profiles/OrcaArena/filament/Arena PC @base.json
Normal file
17
resources/profiles/OrcaArena/filament/Arena PC @base.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFC00",
|
||||
"name": "Arena PC @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"39.99"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFST01",
|
||||
"name": "Arena PET-CF @Arena X1C",
|
||||
"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": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFT01",
|
||||
"name": "Arena PET-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"temperature_vitrification": [
|
||||
"185"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_type": [
|
||||
"PET-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"84.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.29"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"270"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG00_00",
|
||||
"name": "Arena PETG Basic @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG00_02",
|
||||
"name": "Arena PETG Basic @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user