mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
* 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>
32 lines
765 B
JSON
32 lines
765 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX ASA PRIME @BBL X1C",
|
|
"inherits": "COEX ASA PRIME @base",
|
|
"from": "system",
|
|
"setting_id": "CXASAB04_04",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
|
"Bambu Lab P1S 0.4 nozzle",
|
|
"Bambu Lab P1S 0.6 nozzle",
|
|
"Bambu Lab P1S 0.8 nozzle",
|
|
"Bambu Lab X1E 0.4 nozzle",
|
|
"Bambu Lab X1E 0.6 nozzle",
|
|
"Bambu Lab X1E 0.8 nozzle"
|
|
],
|
|
"fan_max_speed": [
|
|
"100"
|
|
],
|
|
"fan_min_speed": [
|
|
"100"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
]
|
|
}
|