Cura/resources/definitions/ultimaker2_extended_plus.def.json
Ghostkeeper 25c9c95e10 Fix ID of Ultimaker 2 Extended+
It's no longer necessary to append '_base' to the ID of printers with variants.

Contributes to issue CURA-1278.
2016-05-18 11:17:01 +02:00

30 lines
781 B
JSON

{
"id": "ultimaker2_extended_plus",
"version": 2,
"name": "Ultimaker 2 Extended+",
"inherits": "ultimaker2_plus",
"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
}
}
}