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 },