Add Creality CR10S4 and S5 definitions

They use the same settings as the normal one but they are larger printers.
This commit is contained in:
Ghostkeeper 2017-08-24 14:53:15 +02:00
parent c43b7f6f1b
commit 4caad8f3b9
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"id": "creality-cr10s4_beta",
"name": "Creality CR-10 S4 Beta",
"version": 2,
"inherits": "creality_cr10_beta",
"metadata": {
"visible": true,
"author": "Michael Wildermuth",
"manufacturer": "Creality3D",
"category": "Other",
"file_formats": "text/x-gcode"
},
"overrides": {
"machine_width": {
"default_value": 400
},
"machine_height": {
"default_value": 400
},
"machine_depth": {
"default_value": 400
}
}
}

View File

@ -0,0 +1,24 @@
{
"id": "creality-cr10s5_beta",
"name": "Creality CR-10 S5 Beta",
"version": 2,
"inherits": "creality_cr10_beta",
"metadata": {
"visible": true,
"author": "Michael Wildermuth",
"manufacturer": "Creality3D",
"category": "Other",
"file_formats": "text/x-gcode"
},
"overrides": {
"machine_width": {
"default_value": 500
},
"machine_height": {
"default_value": 500
},
"machine_depth": {
"default_value": 500
}
}
}