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

This commit is contained in:
Ghostkeeper 2021-12-21 13:36:34 +01:00
commit d3c5fc844f
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -0,0 +1,24 @@
{
"name": "Creality CR-100",
"inherits": "creality_base",
"overrides": {
"machine_name": { "default_value": "Creality CR-100" },
"machine_width": { "default_value": 100 },
"machine_depth": { "default_value": 100 },
"machine_height": { "default_value": 80 },
"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
}
}