mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00

Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more. Contributes to issue CURA-4243.
22 lines
No EOL
492 B
JSON
22 lines
No EOL
492 B
JSON
{
|
|
"name": "Creality CR-10 S5",
|
|
"version": 2,
|
|
"inherits": "creality_cr10",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Michael Wildermuth",
|
|
"manufacturer": "Creality3D",
|
|
"file_formats": "text/x-gcode"
|
|
},
|
|
"overrides": {
|
|
"machine_width": {
|
|
"default_value": 500
|
|
},
|
|
"machine_height": {
|
|
"default_value": 500
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 500
|
|
}
|
|
}
|
|
} |