JSON: made UM2E_olsson inherit from UM2_olsson (CURA-1281)

This commit is contained in:
Tim Kuipers 2016-03-24 14:08:58 +01:00
parent 7edb9ab3a0
commit 78e844ef18

View file

@ -8,15 +8,13 @@
"platform_texture": "Ultimaker2backplate.png",
"visible": false,
"file_formats": "text/x-gcode",
"inherits": "ultimaker2.json",
"inherits": "ultimaker2_olsson.json",
"machine_settings": {
"machine_width": { "default": 230 },
"machine_depth": { "default": 225 },
"machine_height": { "default": 313 },
"machine_show_variants": { "default": true },
"gantry_height": { "default": 50 },
"machine_nozzle_head_distance": { "default": 5 },
"machine_nozzle_expansion_angle": { "default": 45 }
"gantry_height": { "default": 50 }
}
}