Create creality_sermoonv1.def.json

This commit is contained in:
Luis Gabriel Gomez 2022-08-06 16:11:02 -03:00 committed by Luis Gabriel Gomez
parent eb4451f25c
commit 64354fb0d9
No known key found for this signature in database
GPG key ID: 89C014F66E06CCF4

View file

@ -0,0 +1,25 @@
{
"name": "Creality Sermoon V1",
"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
}
}