Add Coex 3D filament profiles to Orcaslicer (#10924)

* Fix some errors (e.g., missing instantiation, missing commas, wrong order) and remove unnecessary parameters.

* Fix filament profiles to use arrays for vendor, cost, density, type, temperature, and speed attributes across COEX materials.

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
bonninjd
2025-10-20 11:40:24 -05:00
committed by GitHub
parent f2e6a4c08e
commit 0e30dab638
117 changed files with 4277 additions and 52 deletions

View File

@@ -0,0 +1,17 @@
{
"type": "filament",
"name": "COEX PCTG PRIME @BBL A1",
"inherits": "COEX PCTG PRIME @base",
"from": "system",
"setting_id": "CXPCTX07",
"instantiation": "true",
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"9"
],
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}