From e8e80812158dba446648a6aff6026e84437a9745 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 30 Aug 2017 14:58:05 +0200 Subject: [PATCH] Add quality_definition for UM2ex and UM2go CURA-4139 UM2ex and UM2go should share the same set of quality profiles as UM2. --- resources/definitions/ultimaker2_extended.def.json | 1 + resources/definitions/ultimaker2_go.def.json | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/definitions/ultimaker2_extended.def.json b/resources/definitions/ultimaker2_extended.def.json index b83f24ed3a..16f9e6f25e 100644 --- a/resources/definitions/ultimaker2_extended.def.json +++ b/resources/definitions/ultimaker2_extended.def.json @@ -6,6 +6,7 @@ "metadata": { "author": "Ultimaker", "manufacturer": "Ultimaker B.V.", + "quality_definition": "ultimaker2", "weight": 3, "file_formats": "text/x-gcode", "icon": "icon_ultimaker2.png", diff --git a/resources/definitions/ultimaker2_go.def.json b/resources/definitions/ultimaker2_go.def.json index abf10ef680..9fb94022ce 100644 --- a/resources/definitions/ultimaker2_go.def.json +++ b/resources/definitions/ultimaker2_go.def.json @@ -6,6 +6,7 @@ "metadata": { "author": "Ultimaker", "manufacturer": "Ultimaker B.V.", + "quality_definition": "ultimaker2", "weight": 3, "file_formats": "text/x-gcode", "icon": "icon_ultimaker2.png",