mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 02:35:13 +08:00

* Add Creality CR-6 SE definition Also did a few changes in the creality base. * Add Creality CR-6 SE Nozzle variants * Update creality_base.def.json Reverted back to the 4.7 base file * Update creality_cr6se.def.json * Update creality_cr6se_0.8.inst.cfg * Update creality_cr6se_0.6.inst.cfg Updated to version 16 * Updated to version 16 * Updated to version 16 * Update to version 16 * Update to version 16 * Update to version 16
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "Creality CR-6 SE",
|
|
"version": 2,
|
|
"inherits": "creality_base",
|
|
"metadata": {
|
|
"quality_definition": "creality_base",
|
|
"visible": true
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creality CR-6 SE" },
|
|
"machine_width": { "default_value": 235 },
|
|
"machine_depth": { "default_value": 235 },
|
|
"machine_height": { "default_value": 250 },
|
|
"machine_head_with_fans_polygon": {
|
|
"default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[32, -32],
|
|
[32, 34]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 25 }
|
|
}
|
|
}
|
|
|