diff --git a/cura/ConvexHullDecorator.py b/cura/ConvexHullDecorator.py index 492acc4eaf..dde6deb650 100644 --- a/cura/ConvexHullDecorator.py +++ b/cura/ConvexHullDecorator.py @@ -231,7 +231,6 @@ class ConvexHullDecorator(SceneNodeDecorator): # Compensate for raft/skirt/brim # Add extra margin depending on adhesion type adhesion_type = self._global_stack.getProperty("adhesion_type", "value") - extra_margin = 0 if adhesion_type == "raft": extra_margin = max(0, self._getSettingProperty("raft_margin", "value"))