Files
OrcaSlicer/resources/profiles/BBL/filament/COEX/COEX ASA PRIME @BBL X1 0.2 nozzle.json
bonninjd 0e30dab638 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>
2025-10-21 00:40:24 +08:00

24 lines
417 B
JSON

{
"type": "filament",
"name": "COEX ASA PRIME @BBL X1 0.2 nozzle",
"inherits": "COEX ASA PRIME @base",
"from": "system",
"setting_id": "CXASAB04_01",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab X1 0.2 nozzle"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"1.6"
]
}