mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 04:05:25 +08:00
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:
parent
c43b7f6f1b
commit
4caad8f3b9
24
resources/definitions/creality_cr10s4_beta.def.json
Normal file
24
resources/definitions/creality_cr10s4_beta.def.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
24
resources/definitions/creality_cr10s5_beta.def.json
Normal file
24
resources/definitions/creality_cr10s5_beta.def.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user