mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +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>
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"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"
|
|
]
|
|
} |