From 4d11bdd366fe2dc56ac078df60fce0aa22ffcc79 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 26 Apr 2016 12:09:11 +0200 Subject: [PATCH] Changed height CURA-1429 --- resources/machines/ultimaker2_extended_plus.json | 2 +- resources/machines/ultimaker2plus.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/machines/ultimaker2_extended_plus.json b/resources/machines/ultimaker2_extended_plus.json index 318361a894..34a1f894bb 100644 --- a/resources/machines/ultimaker2_extended_plus.json +++ b/resources/machines/ultimaker2_extended_plus.json @@ -11,7 +11,7 @@ "inherits": "ultimaker2plus.json", "machine_settings": { - "machine_height": { "default": 313 }, + "machine_height": { "default": 305}, "machine_show_variants": { "default": true }, "machine_nozzle_head_distance": { "default": 5 }, "machine_nozzle_expansion_angle": { "default": 45 } diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json index 0a344d4aa6..ce9ea57f26 100644 --- a/resources/machines/ultimaker2plus.json +++ b/resources/machines/ultimaker2plus.json @@ -18,7 +18,6 @@ "line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" }, "speed_layer_0": { "default": "20" }, "speed_support": { "inherit_function": "speed_wall_0" }, - "machine_height": { "default": 203 }, "machine_show_variants": { "default": true }, "gantry_height": { "default": 52 }, "machine_nozzle_head_distance": { "default": 5 },