mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

This makes it more logical to the user who just has a certain printer model. Contributes to issue CURA-6554.
32 lines
849 B
JSON
32 lines
849 B
JSON
{
|
|
"name": "Creality CR-10S4",
|
|
"version": 2,
|
|
"inherits": "creality_base",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creality CR-10S4" },
|
|
"machine_width": { "default_value": 400 },
|
|
"machine_depth": { "default_value": 400 },
|
|
"machine_height": { "default_value": 400 },
|
|
"machine_head_polygon": { "default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[22, -32],
|
|
[22, 34]
|
|
]
|
|
},
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[32, -32],
|
|
[32, 34]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 25 }
|
|
|
|
},
|
|
"metadata": {
|
|
"quality_definition": "creality_base",
|
|
"visible": true
|
|
}
|
|
} |