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