Merge branch 'master' of https://github.com/felixstif/Cura into felixstif-master

This commit is contained in:
Ghostkeeper 2021-12-20 16:47:33 +01:00
commit f676e564d0
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
8 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"name": "Creality Sermoon D1",
"version": 2,
"inherits": "creality_base",
"overrides": {
"machine_name": { "default_value": "Creality Sermoon D1" },
"machine_width": { "default_value": 280 },
"machine_depth": { "default_value": 260 },
"machine_height": { "default_value": 310 },
"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
}
}