From 8e4bc433d6deb70a963754172ead0ee3a0b2e086 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 2 Oct 2017 14:15:13 +0200 Subject: [PATCH] Added missing has_machine_quality tag for UM2 CURA-4382 --- resources/definitions/ultimaker2.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index 0a9a7bf7ce..6974e61938 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -14,6 +14,7 @@ "platform_texture": "Ultimaker2backplate.png", "platform_offset": [9, 0, 0], "has_materials": false, + "has_machine_quality": true, "first_start_actions": ["UM2UpgradeSelection"], "supported_actions":["UM2UpgradeSelection", "UpgradeFirmware"] },