mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:45:57 +08:00

Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more. Contributes to issue CURA-4243.
23 lines
605 B
JSON
23 lines
605 B
JSON
{
|
|
"version": 2,
|
|
"name": "Ultimaker 2 Extended",
|
|
"inherits": "ultimaker2",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"quality_definition": "ultimaker2",
|
|
"weight": 3,
|
|
"file_formats": "text/x-gcode",
|
|
"icon": "icon_ultimaker2.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2Extendedbackplate.png"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker 2 Extended" },
|
|
"machine_height": {
|
|
"default_value": 305
|
|
}
|
|
}
|
|
}
|