Create creality_sermoonv1pro.def.json

This commit is contained in:
Luis Gabriel Gomez 2022-08-06 16:12:27 -03:00 committed by Luis Gabriel Gomez
parent 7c8cf21698
commit a99f7298e8
No known key found for this signature in database
GPG key ID: 89C014F66E06CCF4

View file

@ -0,0 +1,25 @@
{
"name": "Creality Sermoon V1 Pro",
"version": 2,
"inherits": "creality_base",
"overrides": {
"machine_name": { "default_value": "Creality Sermoon V1 Pro" },
"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
}
}