mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +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>
26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX ABS @BBL X1",
|
|
"inherits": "COEX ABS @base",
|
|
"from": "system",
|
|
"setting_id": "CXABSB01_03",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"Bambu Lab X1 0.4 nozzle",
|
|
"Bambu Lab X1 0.6 nozzle",
|
|
"Bambu Lab X1 0.8 nozzle"
|
|
],
|
|
"fan_max_speed": [
|
|
"100"
|
|
],
|
|
"fan_min_speed": [
|
|
"100"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
]
|
|
}
|