Translate definition for Ultimaker 2 Extended+

It remains to be seen what we do with the variants of this machine and consequently the visibility of this machine.

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-18 09:52:54 +02:00
parent a7f93b2a92
commit 4947dfffb8
No known key found for this signature in database
GPG Key ID: 701948C5954A7385
2 changed files with 30 additions and 19 deletions

View File

@ -0,0 +1,30 @@
{
"id": "ultimaker2_extended_plus_base",
"version": 2,
"name": "Ultimaker 2 Extended+",
"inherits": "ultimaker2plus",
"visible": false,
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"category": "Ultimaker",
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
},
"overrides": {
"machine_height": {
"default_value": 313
},
"machine_show_variants": {
"default_value": true
},
"machine_nozzle_head_distance": {
"default_value": 5
},
"machine_nozzle_expansion_angle": {
"default_value": 45
}
}
}

View File

@ -1,19 +0,0 @@
{
"id": "ultimaker2_extended_plus_base",
"version": 1,
"name": "Ultimaker 2 Extended+",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
"visible": false,
"file_formats": "text/x-gcode",
"inherits": "ultimaker2plus.json",
"machine_settings": {
"machine_height": { "default": 313 },
"machine_show_variants": { "default": true },
"machine_nozzle_head_distance": { "default": 5 },
"machine_nozzle_expansion_angle": { "default": 45 }
}
}