From 78e844ef1852b0d9c001c778ded00ac250065b37 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 24 Mar 2016 14:08:58 +0100 Subject: [PATCH] JSON: made UM2E_olsson inherit from UM2_olsson (CURA-1281) --- resources/machines/ultimaker2_extended_olsson.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/machines/ultimaker2_extended_olsson.json b/resources/machines/ultimaker2_extended_olsson.json index fc91e9d1e4..a118d08fd2 100644 --- a/resources/machines/ultimaker2_extended_olsson.json +++ b/resources/machines/ultimaker2_extended_olsson.json @@ -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 } } }