Cura/resources/definitions/ultimaker2_extended.def.json
Ghostkeeper a7f93b2a92
Add category to metadata
Also forgot that. Good morning, Ghost.

Contributes to issue CURA-1278.
2016-05-18 09:50:04 +02:00

21 lines
532 B
JSON

{
"id": "ultimaker2_extended",
"version": 2,
"name": "Ultimaker 2 Extended",
"inherits": "ultimaker2",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"category": "Ultimaker",
"file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2Extendedbackplate.png"
},
"overrides": {
"machine_height": {
"default_value": 315
}
}
}