Translate definition for Ultimaker 2 Extended

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-18 09:47:15 +02:00
parent de7fe1185e
commit b635b07569
No known key found for this signature in database
GPG Key ID: 701948C5954A7385
2 changed files with 20 additions and 16 deletions

View File

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

View File

@ -1,16 +0,0 @@
{
"id": "ultimaker2_extended",
"version": 1,
"name": "Ultimaker 2 Extended",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2Extendedbackplate.png",
"file_formats": "text/x-gcode",
"inherits": "ultimaker2.json",
"machine_settings": {
"machine_height": { "default": 315 }
}
}