mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:35:23 +08: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
492 B
JSON
22 lines
492 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
} |