From f2ed22da2ab52080d6b00d3277c07582885334aa Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sun, 12 Jun 2016 18:47:49 +0200 Subject: [PATCH] Updating platform_offset for BQ printers Fixes the reason why the Cura UI freezes when choosing my printer from the wizard. --- resources/definitions/bq_hephestos.def.json | 8 +------- resources/definitions/bq_hephestos_2.def.json | 2 +- resources/definitions/bq_hephestos_xl.def.json | 7 +------ resources/definitions/bq_witbox.def.json | 8 +------- 4 files changed, 4 insertions(+), 21 deletions(-) diff --git a/resources/definitions/bq_hephestos.def.json b/resources/definitions/bq_hephestos.def.json index 65d6fc38a3..37eac85639 100644 --- a/resources/definitions/bq_hephestos.def.json +++ b/resources/definitions/bq_hephestos.def.json @@ -10,13 +10,7 @@ "category": "Other", "file_formats": "text/x-gcode", "platform": "bq_hephestos_platform.stl", - "platform_offset": { - "value": [ - 0, - -82, - 0 - ] - } + "platform_offset": [ 0, -82, 0] }, "overrides": { diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json index 8afd4135f1..e4e58cb6c2 100644 --- a/resources/definitions/bq_hephestos_2.def.json +++ b/resources/definitions/bq_hephestos_2.def.json @@ -9,7 +9,7 @@ "manufacturer": "BQ", "category": "Other", "platform": "bq_hephestos_2_platform.stl", - "platform_offset": { "value": [6, 1320, 0 ] }, + "platform_offset": [6, 1320, 0 ], "file_formats": "text/x-gcode" }, diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json index 9cf5b685db..19b6d3e1b5 100644 --- a/resources/definitions/bq_hephestos_xl.def.json +++ b/resources/definitions/bq_hephestos_xl.def.json @@ -10,12 +10,7 @@ "category": "Other", "file_formats": "text/x-code", "platform": "bq_hephestos_platform.stl", - "platform_offset": { - "value": [ - 0, - -82, - 0 - ] + "platform_offset": [ 0, -82, 0] } }, diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json index 77826a1576..4a7dc09c3a 100644 --- a/resources/definitions/bq_witbox.def.json +++ b/resources/definitions/bq_witbox.def.json @@ -10,13 +10,7 @@ "category": "Other", "file_formats": "text/x-gcode", "platform": "bq_witbox_platform.stl", - "platform_offset": { - "value": [ - 0, - -145, - -38 - ] - } + "platform_offset": [ 0, -145, -38] }, "overrides": {