mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-02 22:30:53 -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>
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX PLA PRIME @System",
|
|
"inherits": "COEX PLA PRIME @base",
|
|
"from": "system",
|
|
"setting_id": "C0XPLA08",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"15"
|
|
],
|
|
"filament_long_retractions_when_cut": [
|
|
"nil"
|
|
],
|
|
"filament_retraction_distances_when_cut": [
|
|
"nil"
|
|
],
|
|
"compatible_printers": []
|
|
}
|