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>
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"type": "filament",
|
|
"name": "COEX PLA @BBL A1",
|
|
"inherits": "COEX PLA @base",
|
|
"from": "system",
|
|
"setting_id": "CXPLAX08",
|
|
"instantiation": "true",
|
|
"fan_cooling_layer_time": [
|
|
"80"
|
|
],
|
|
"fan_max_speed": [
|
|
"80"
|
|
],
|
|
"fan_min_speed": [
|
|
"60"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"8"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab A1 0.4 nozzle",
|
|
"Bambu Lab A1 0.6 nozzle",
|
|
"Bambu Lab A1 0.8 nozzle"
|
|
]
|
|
} |