mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +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>
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX ABS PRIME @System",
|
|
"inherits": "COEX ABS PRIME @base",
|
|
"from": "system",
|
|
"setting_id": "CXABSP09",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"filament_long_retractions_when_cut": [
|
|
"nil"
|
|
],
|
|
"filament_retraction_distances_when_cut": [
|
|
"nil"
|
|
],
|
|
"compatible_printers": []
|
|
}
|