From 437613dcbaa3bb51ae26db1d32ab993914a6433b Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:36:06 +0200 Subject: [PATCH] Prevent abstract color profiles to be filtered out for machines that support them. CURA-11634 --- resources/definitions/ultimaker_factor4.def.json | 1 + resources/definitions/ultimaker_s5.def.json | 1 + resources/definitions/ultimaker_s7.def.json | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/definitions/ultimaker_factor4.def.json b/resources/definitions/ultimaker_factor4.def.json index 5945d3a262..9d9ff0e3df 100644 --- a/resources/definitions/ultimaker_factor4.def.json +++ b/resources/definitions/ultimaker_factor4.def.json @@ -42,6 +42,7 @@ "supports_material_export": true, "supports_network_connection": true, "supports_usb_connection": false, + "supports_abstract_color": true, "variants_name": "Print core", "weight": -1 }, diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 3c35c84a00..eeb71e2701 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -51,6 +51,7 @@ "supports_material_export": true, "supports_network_connection": true, "supports_usb_connection": false, + "supports_abstract_color": true, "variants_name": "Print core", "weight": -2 }, diff --git a/resources/definitions/ultimaker_s7.def.json b/resources/definitions/ultimaker_s7.def.json index bb3f5a938d..ffff20184e 100644 --- a/resources/definitions/ultimaker_s7.def.json +++ b/resources/definitions/ultimaker_s7.def.json @@ -39,6 +39,7 @@ "supports_material_export": true, "supports_network_connection": true, "supports_usb_connection": false, + "supports_abstract_color": true, "variants_name": "Print core", "weight": -2 },