From 0fe9e660b11a58e9d3a0a9f3c786f651f7dfa301 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 5 Mar 2019 15:36:31 +0100 Subject: [PATCH] Don't show Silicone for UM printers that are incompatible with it anyway It's still an open bug that we show materials of which all configurations are incompatible with the printer. Contributes to issue CURA-6262. --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index a980a1afdf..aec7907dbe 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -7,7 +7,7 @@ "manufacturer": "Ultimaker B.V.", "category": "Ultimaker", "visible": false, - "exclude_materials": [ "generic_hips", "generic_petg" ] + "exclude_materials": [ "generic_hips", "generic_petg", "structur3d_dap100silicone" ] }, "overrides": { "machine_max_feedrate_e": {