mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:05:12 +08:00
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"name": "Creality Ender-4",
|
|
"version": 2,
|
|
"inherits": "creality_base",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creality Ender-4" },
|
|
"machine_width": { "default_value": 220 },
|
|
"machine_depth": { "default_value": 220 },
|
|
"machine_height": { "default_value": 300 },
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[32, -32],
|
|
[32, 34]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 25 },
|
|
|
|
"speed_print": { "value": 80.0 }
|
|
|
|
},
|
|
"metadata": {
|
|
"quality_definition": "creality_base",
|
|
"visible": true
|
|
}
|
|
}
|