mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Add Official overture preset (#10631)
* add overture preset * Fix PLA pro profile missing issus * fixed profile lib indexing order issus * Merge branch 'main' into main * Merge branch 'main' into main
This commit is contained in:
committed by
GitHub
parent
4faaa5e6ee
commit
c219600a17
@@ -8,6 +8,10 @@
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/base/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "FusRock ABS-GF @base",
|
||||
"sub_path": "filament/FusRock/FusRock ABS-GF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/base/fdm_filament_abs.json"
|
||||
@@ -80,6 +84,10 @@
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/base/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "FusRock ABS-GF @System",
|
||||
"sub_path": "filament/FusRock/FusRock ABS-GF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ABS @base",
|
||||
"sub_path": "filament/Bambu/Bambu ABS @base.json"
|
||||
@@ -92,10 +100,22 @@
|
||||
"name": "Bambu Support for ABS @base",
|
||||
"sub_path": "filament/Bambu/Bambu Support for ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast ABS @base",
|
||||
"sub_path": "filament/FDplast/FDplast ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @System",
|
||||
"sub_path": "filament/Generic ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT ABS @base",
|
||||
"sub_path": "filament/NIT/NIT ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ABS Basic @base",
|
||||
"sub_path": "filament/Overture/Overture ABS Basic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite ABS @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite ABS @base.json"
|
||||
@@ -116,6 +136,10 @@
|
||||
"name": "Generic ASA @System",
|
||||
"sub_path": "filament/Generic ASA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ASA @base",
|
||||
"sub_path": "filament/Overture/Overture ASA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite ASA @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite ASA @base.json"
|
||||
@@ -128,6 +152,10 @@
|
||||
"name": "Generic EVA @System",
|
||||
"sub_path": "filament/Generic EVA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast HIPS @base",
|
||||
"sub_path": "filament/FDplast/FDplast HIPS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic HIPS @System",
|
||||
"sub_path": "filament/Generic HIPS @System.json"
|
||||
@@ -232,6 +260,10 @@
|
||||
"name": "Bambu PETG-CF @base",
|
||||
"sub_path": "filament/Bambu/Bambu PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PETG @base",
|
||||
"sub_path": "filament/FDplast/FDplast PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Fiberon PET-CF @base",
|
||||
"sub_path": "filament/Polymaker/Fiberon PET-CF @base.json"
|
||||
@@ -256,6 +288,10 @@
|
||||
"name": "Generic PETG-CF @System",
|
||||
"sub_path": "filament/Generic PETG-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PETG @base",
|
||||
"sub_path": "filament/NIT/NIT PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PETG @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite PETG @base.json"
|
||||
@@ -264,6 +300,10 @@
|
||||
"name": "SUNLU PETG @base",
|
||||
"sub_path": "filament/SUNLU/SUNLU PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PETG @base",
|
||||
"sub_path": "filament/eSUN/eSUN PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PHA @System",
|
||||
"sub_path": "filament/Generic PHA @System.json"
|
||||
@@ -344,6 +384,10 @@
|
||||
"name": "Bambu Support W @base",
|
||||
"sub_path": "filament/Bambu/Bambu Support W @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PLA @base",
|
||||
"sub_path": "filament/FDplast/FDplast PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @System",
|
||||
"sub_path": "filament/Generic PLA @System.json"
|
||||
@@ -360,6 +404,18 @@
|
||||
"name": "Generic PLA-CF @System",
|
||||
"sub_path": "filament/Generic PLA-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PLA @base",
|
||||
"sub_path": "filament/NIT/NIT PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Air PLA @base",
|
||||
"sub_path": "filament/Overture/Overture Air PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Easy PLA @base",
|
||||
"sub_path": "filament/Overture/Overture Easy PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Matte PLA @base",
|
||||
"sub_path": "filament/Overture/Overture Matte PLA @base.json"
|
||||
@@ -369,37 +425,105 @@
|
||||
"sub_path": "filament/Overture/Overture PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture TPU @base",
|
||||
"sub_path": "filament/Overture/Overture TPU @base.json"
|
||||
"name": "Overture PLA Pro @base",
|
||||
"sub_path": "filament/Overture/Overture PLA Pro @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ABS Basic @base",
|
||||
"sub_path": "filament/Overture/Overture ABS Basic @base.json"
|
||||
"name": "Overture Rock PLA @base",
|
||||
"sub_path": "filament/Overture/Overture Rock PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA @base",
|
||||
"sub_path": "filament/Valment/Valment PLA @base.json"
|
||||
"name": "Overture Silk PLA @base",
|
||||
"sub_path": "filament/Overture/Overture Silk PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Silk @base",
|
||||
"sub_path": "filament/Valment/Valment PLA Silk @base.json"
|
||||
"name": "Overture Super PLA+ @base",
|
||||
"sub_path": "filament/Overture/Overture Super PLA+ @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA-CF @base",
|
||||
"sub_path": "filament/Valment/Valment PLA-CF @base.json"
|
||||
"name": "Panchroma CoPE @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma CoPE @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Galaxy @base",
|
||||
"sub_path": "filament/Valment/Valment PLA Galaxy @base.json"
|
||||
"name": "Panchroma PLA @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Celestial @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Galaxy @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Glow @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Luminous @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Marble @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Matte @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Metallic @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Neon @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Silk @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Stain @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Starlight @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Temp Shift @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Translucent @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA UV Shift @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA Pro @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @base",
|
||||
"sub_path": "filament/Polymaker/PolyTerra PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA @base",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA-GF @base",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "SUNLU PLA Marble @base",
|
||||
"sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json"
|
||||
@@ -424,13 +548,29 @@
|
||||
"name": "SUNLU Wood PLA @base",
|
||||
"sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA @base",
|
||||
"sub_path": "filament/Valment/Valment PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Galaxy @base",
|
||||
"sub_path": "filament/Valment/Valment PLA Galaxy @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Silk @base",
|
||||
"sub_path": "filament/Valment/Valment PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA-CF @base",
|
||||
"sub_path": "filament/Valment/Valment PLA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PLA+ @base",
|
||||
"sub_path": "filament/eSUN/eSUN PLA+ @base.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PETG @base",
|
||||
"sub_path": "filament/eSUN/eSUN PETG @base.json"
|
||||
"name": "eSUN ePLA-LW @System",
|
||||
"sub_path": "filament/eSUN/eSUN ePLA-LW @System.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla_silk",
|
||||
@@ -472,6 +612,10 @@
|
||||
"name": "Generic PVA @System",
|
||||
"sub_path": "filament/Generic PVA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast SBS @base",
|
||||
"sub_path": "filament/FDplast/FDplast SBS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic SBS @System",
|
||||
"sub_path": "filament/Generic SBS @System.json"
|
||||
@@ -484,10 +628,18 @@
|
||||
"name": "Bambu TPU 95A HF @base",
|
||||
"sub_path": "filament/Bambu/Bambu TPU 95A HF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast TPU @base",
|
||||
"sub_path": "filament/FDplast/FDplast TPU @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @System",
|
||||
"sub_path": "filament/Generic TPU @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture TPU @base",
|
||||
"sub_path": "filament/Overture/Overture TPU @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ABS @System",
|
||||
"sub_path": "filament/Bambu/Bambu ABS @System.json"
|
||||
@@ -500,6 +652,18 @@
|
||||
"name": "Bambu Support for ABS @System",
|
||||
"sub_path": "filament/Bambu/Bambu Support for ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast ABS @System",
|
||||
"sub_path": "filament/FDplast/FDplast ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT ABS @System",
|
||||
"sub_path": "filament/NIT/NIT ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ABS Basic @System",
|
||||
"sub_path": "filament/Overture/Overture ABS Basic @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite ABS @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite ABS @System.json"
|
||||
@@ -516,10 +680,18 @@
|
||||
"name": "Bambu ASA-CF @System",
|
||||
"sub_path": "filament/Bambu/Bambu ASA-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ASA @System",
|
||||
"sub_path": "filament/Overture/Overture ASA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite ASA @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite ASA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast HIPS @System",
|
||||
"sub_path": "filament/FDplast/FDplast HIPS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PA-CF @System",
|
||||
"sub_path": "filament/AliZ/AliZ PA-CF @System.json"
|
||||
@@ -604,6 +776,10 @@
|
||||
"name": "Bambu PETG-CF @System",
|
||||
"sub_path": "filament/Bambu/Bambu PETG-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PETG @System",
|
||||
"sub_path": "filament/FDplast/FDplast PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Fiberon PET-CF @System",
|
||||
"sub_path": "filament/Polymaker/Fiberon PET-CF @System.json"
|
||||
@@ -616,6 +792,10 @@
|
||||
"name": "Fiberon PETG-rCF @System",
|
||||
"sub_path": "filament/Polymaker/Fiberon PETG-rCF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PETG @System",
|
||||
"sub_path": "filament/NIT/NIT PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PETG @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite PETG @System.json"
|
||||
@@ -624,6 +804,10 @@
|
||||
"name": "SUNLU PETG @System",
|
||||
"sub_path": "filament/SUNLU/SUNLU PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PETG @System",
|
||||
"sub_path": "filament/eSUN/eSUN PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PLA @System",
|
||||
"sub_path": "filament/AliZ/AliZ PLA @System.json"
|
||||
@@ -700,6 +884,22 @@
|
||||
"name": "Bambu Support W @System",
|
||||
"sub_path": "filament/Bambu/Bambu Support W @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PLA @System",
|
||||
"sub_path": "filament/FDplast/FDplast PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PLA @System",
|
||||
"sub_path": "filament/NIT/NIT PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Air PLA @System",
|
||||
"sub_path": "filament/Overture/Overture Air PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Easy PLA @System",
|
||||
"sub_path": "filament/Overture/Overture Easy PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture Matte PLA @System",
|
||||
"sub_path": "filament/Overture/Overture Matte PLA @System.json"
|
||||
@@ -709,28 +909,84 @@
|
||||
"sub_path": "filament/Overture/Overture PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture TPU @System",
|
||||
"sub_path": "filament/Overture/Overture TPU @System.json"
|
||||
"name": "Overture PLA Pro @System",
|
||||
"sub_path": "filament/Overture/Overture PLA Pro @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Overture ABS Basic @System",
|
||||
"sub_path": "filament/Overture/Overture ABS Basic @System.json"
|
||||
"name": "Overture Rock PLA @System",
|
||||
"sub_path": "filament/Overture/Overture Rock PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA @System",
|
||||
"sub_path": "filament/Valment/Valment PLA @System.json"
|
||||
"name": "Overture Silk PLA @System",
|
||||
"sub_path": "filament/Overture/Overture Silk PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Silk @System",
|
||||
"sub_path": "filament/Valment/Valment PLA Silk @System.json"
|
||||
"name": "Overture Super PLA+ @System",
|
||||
"sub_path": "filament/Overture/Overture Super PLA+ @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA-CF @System",
|
||||
"sub_path": "filament/Valment/Valment PLA-CF @System.json"
|
||||
"name": "Panchroma CoPE @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma CoPE @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Galaxy @System",
|
||||
"sub_path": "filament/Valment/Valment PLA Galaxy @System.json"
|
||||
"name": "Panchroma PLA @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Celestial @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Celestial @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Galaxy @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Galaxy @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Glow @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Glow @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Luminous @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Luminous @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Marble @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Marble @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Matte @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Matte @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Metallic @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Metallic @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Neon @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Neon @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Silk @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Stain @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Stain @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Starlight @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Starlight @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Temp Shift @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Translucent @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Translucent @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA UV Shift @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite Dual PLA @System",
|
||||
@@ -740,6 +996,10 @@
|
||||
"name": "PolyLite PLA @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA Pro @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA Pro @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra Dual PLA @System",
|
||||
"sub_path": "filament/Polymaker/PolyTerra Dual PLA @System.json"
|
||||
@@ -748,6 +1008,14 @@
|
||||
"name": "PolyTerra PLA @System",
|
||||
"sub_path": "filament/Polymaker/PolyTerra PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA @System",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA-GF @System",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "SUNLU PLA Marble @System",
|
||||
"sub_path": "filament/SUNLU/SUNLU Marble PLA @System.json"
|
||||
@@ -772,18 +1040,26 @@
|
||||
"name": "SUNLU Wood PLA @System",
|
||||
"sub_path": "filament/SUNLU/SUNLU Wood PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA @System",
|
||||
"sub_path": "filament/Valment/Valment PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Galaxy @System",
|
||||
"sub_path": "filament/Valment/Valment PLA Galaxy @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA Silk @System",
|
||||
"sub_path": "filament/Valment/Valment PLA Silk @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Valment PLA-CF @System",
|
||||
"sub_path": "filament/Valment/Valment PLA-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PLA+ @System",
|
||||
"sub_path": "filament/eSUN/eSUN PLA+ @System.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN ePLA-LW @System",
|
||||
"sub_path": "filament/eSUN/eSUN ePLA-LW @System.json"
|
||||
},
|
||||
{
|
||||
"name": "eSUN PETG @System",
|
||||
"sub_path": "filament/eSUN/eSUN PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk @System",
|
||||
"sub_path": "filament/Generic PLA Silk @System.json"
|
||||
@@ -796,6 +1072,10 @@
|
||||
"name": "Bambu PVA @System",
|
||||
"sub_path": "filament/Bambu/Bambu PVA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast SBS @System",
|
||||
"sub_path": "filament/FDplast/FDplast SBS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu TPU 95A @System",
|
||||
"sub_path": "filament/Bambu/Bambu TPU 95A @System.json"
|
||||
@@ -805,12 +1085,12 @@
|
||||
"sub_path": "filament/Bambu/Bambu TPU 95A HF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FusRock ABS-GF @base",
|
||||
"sub_path": "filament/FusRock/FusRock ABS-GF @base.json"
|
||||
"name": "FDplast TPU @System",
|
||||
"sub_path": "filament/FDplast/FDplast TPU @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FusRock ABS-GF @System",
|
||||
"sub_path": "filament/FusRock/FusRock ABS-GF @System.json"
|
||||
"name": "Overture TPU @System",
|
||||
"sub_path": "filament/Overture/Overture TPU @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG-CF @System",
|
||||
@@ -819,230 +1099,7 @@
|
||||
{
|
||||
"name": "AliZ PETG-Metal @System",
|
||||
"sub_path": "filament/AliZ/AliZ PETG-Metal @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma CoPE @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma CoPE @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma CoPE @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma CoPE @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Celestial @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Celestial @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Celestial @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Celestial @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Galaxy @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Galaxy @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Galaxy @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Galaxy @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Glow @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Glow @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Glow @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Glow @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Luminous @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Luminous @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Luminous @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Luminous @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Marble @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Marble @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Marble @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Marble @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Matte @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Matte @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Matte @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Matte @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Metallic @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Metallic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Metallic @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Metallic @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Neon @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Neon @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Neon @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Silk @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Silk @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Stain @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Stain @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Stain @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Starlight @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Starlight @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Starlight @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Starlight @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Temp Shift @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Temp Shift @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Translucent @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Translucent @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA Translucent @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA Translucent @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA UV Shift @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Panchroma PLA UV Shift @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA Pro @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA Pro @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA Pro @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA Pro @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA @base",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA @System",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA-GF @base",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Polymaker HT-PLA-GF @System",
|
||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT ABS @base",
|
||||
"sub_path": "filament/NIT/NIT ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT ABS @System",
|
||||
"sub_path": "filament/NIT/NIT ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PETG @base",
|
||||
"sub_path": "filament/NIT/NIT PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PETG @System",
|
||||
"sub_path": "filament/NIT/NIT PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PLA @base",
|
||||
"sub_path": "filament/NIT/NIT PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "NIT PLA @System",
|
||||
"sub_path": "filament/NIT/NIT PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast ABS @base",
|
||||
"sub_path": "filament/FDplast/FDplast ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast ABS @System",
|
||||
"sub_path": "filament/FDplast/FDplast ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast HIPS @base",
|
||||
"sub_path": "filament/FDplast/FDplast HIPS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast HIPS @System",
|
||||
"sub_path": "filament/FDplast/FDplast HIPS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PETG @base",
|
||||
"sub_path": "filament/FDplast/FDplast PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PETG @System",
|
||||
"sub_path": "filament/FDplast/FDplast PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PLA @base",
|
||||
"sub_path": "filament/FDplast/FDplast PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast PLA @System",
|
||||
"sub_path": "filament/FDplast/FDplast PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast SBS @base",
|
||||
"sub_path": "filament/FDplast/FDplast SBS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast SBS @System",
|
||||
"sub_path": "filament/FDplast/FDplast SBS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast TPU @base",
|
||||
"sub_path": "filament/FDplast/FDplast TPU @base.json"
|
||||
},
|
||||
{
|
||||
"name": "FDplast TPU @System",
|
||||
"sub_path": "filament/FDplast/FDplast TPU @System.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"process_list": []
|
||||
}
|
||||
Reference in New Issue
Block a user