From 6c2878221d18c23277e8421a488a8a8fb532b13b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 25 Mar 2016 10:49:09 +0100 Subject: [PATCH] Removed color from convex hull node when it has profile / setting CURA-1251 --- cura/ConvexHullNode.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cura/ConvexHullNode.py b/cura/ConvexHullNode.py index 7f0f87ade5..107dbebe5c 100644 --- a/cura/ConvexHullNode.py +++ b/cura/ConvexHullNode.py @@ -91,8 +91,4 @@ class ConvexHullNode(SceneNode): if not node: return - if node.hasDecoration("getProfile"): - self._color.setR(0.75) - - if node.hasDecoration("getSetting"): - self._color.setG(0.75) + \ No newline at end of file