From fb91edd7ebb9b47a45504cc74e1a293de1e403b2 Mon Sep 17 00:00:00 2001 From: Aleksei S Date: Tue, 12 Dec 2017 10:43:19 +0100 Subject: [PATCH] Solve arrange and multiply models issue CURA-4703 --- cura/ConvexHullDecorator.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cura/ConvexHullDecorator.py b/cura/ConvexHullDecorator.py index fc72ea34de..50fa8ce7f6 100644 --- a/cura/ConvexHullDecorator.py +++ b/cura/ConvexHullDecorator.py @@ -56,11 +56,6 @@ class ConvexHullDecorator(SceneNodeDecorator): if self._node is None: return None - if getattr(self._node, "_non_printing_mesh", False): - # infill_mesh, cutting_mesh and anti_overhang_mesh do not need a convex hull - # node._non_printing_mesh is set in SettingOverrideDecorator - return None - hull = self._compute2DConvexHull() if self._global_stack and self._node: