Cura/resources/definitions/creality_cr10s4.def.json
Ghostkeeper f2ecf41ab1
Fix referencing creality definitions
The IDs don't matter, but that little 'a' there does.
2017-10-05 13:44:06 +02:00

23 lines
No EOL
521 B
JSON

{
"id": "creality_cr10s4",
"name": "Creality CR-10 S4",
"version": 2,
"inherits": "creality_cr10",
"metadata": {
"visible": true,
"author": "Michael Wildermuth",
"manufacturer": "Creality3D",
"file_formats": "text/x-gcode"
},
"overrides": {
"machine_width": {
"default_value": 400
},
"machine_height": {
"default_value": 400
},
"machine_depth": {
"default_value": 400
}
}
}