mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
Add Coex 3D filament profiles to Orcaslicer (#10924)
* 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>
This commit is contained in:
25
resources/profiles/BBL/filament/COEX/COEX ABS @BBL X1.json
Normal file
25
resources/profiles/BBL/filament/COEX/COEX ABS @BBL X1.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "COEX ABS @BBL X1",
|
||||
"inherits": "COEX ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "CXABSB01_03",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user