Cura/resources/definitions/creality_sermoonv1.def.json
2022-11-30 19:52:08 -03:00

24 lines
676 B
JSON

{
"name": "Creality Sermoon V1/V1 Pro",
"version": 2,
"inherits": "creality_base",
"overrides": {
"machine_name": { "default_value": "Creality Sermoon V1" },
"machine_width": { "default_value": 175 },
"machine_depth": { "default_value": 175 },
"machine_height": { "default_value": 165 },
"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
}
}