mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Add support for Creality CR-6 SE (#8407)
* 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
This commit is contained in:
parent
ca108ae95c
commit
1ac59d8857
9 changed files with 111 additions and 1 deletions
|
@ -264,4 +264,4 @@
|
|||
"wall_thickness": {"value": "line_width * 2" }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
26
resources/definitions/creality_cr6se.def.json
Normal file
26
resources/definitions/creality_cr6se.def.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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 }
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue