Cura/resources/definitions/creality_cr20.def.json
Nino van Hooff 249a66ebd9 Merge machine_head_polygon and machine_head_with_fans_polygon defs.
There is no usecase for having both. when a definition has both,
the head is removed. when it has only head, it is renamed to
_with_fans

CURA-6522
2019-10-31 16:38:00 +01:00

25 lines
660 B
JSON

{
"name": "Creality CR-20",
"version": 2,
"inherits": "creality_base",
"overrides": {
"machine_name": { "default_value": "Creality CR-20" },
"machine_width": { "default_value": 220 },
"machine_depth": { "default_value": 220 },
"machine_height": { "default_value": 250 },
"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
}
}