mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-03 14:51:01 -07: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>
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX TPE 30D @System",
|
|
"inherits": "COEX TPE 30D @base",
|
|
"from": "system",
|
|
"setting_id": "C0X30D20",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"3.5"
|
|
],
|
|
"compatible_printers": []
|
|
}
|