mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:25:12 +08:00
27 lines
686 B
JSON
27 lines
686 B
JSON
{
|
|
"version": 2,
|
|
"name": "Creality CR-10",
|
|
"inherits": "creality_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"quality_definition": "creality_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"gantry_height": { "value": 25 },
|
|
"machine_depth": { "default_value": 300 },
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[32, -32],
|
|
[32, 34]
|
|
]
|
|
},
|
|
"machine_height": { "default_value": 400 },
|
|
"machine_name": { "default_value": "Creality CR-10" },
|
|
"machine_width": { "default_value": 300 }
|
|
}
|
|
} |