From 32c2418957ca8257cc8465733f76566202f5b2ff Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 16 May 2017 17:44:46 +0200 Subject: [PATCH] cleanup: remove raft height stuff from ConvexHullDecorator (CURA-3819) --- cura/ConvexHullDecorator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cura/ConvexHullDecorator.py b/cura/ConvexHullDecorator.py index 404342fb78..44150cb76f 100644 --- a/cura/ConvexHullDecorator.py +++ b/cura/ConvexHullDecorator.py @@ -328,8 +328,7 @@ class ConvexHullDecorator(SceneNodeDecorator): return self.__isDescendant(root, node.getParent()) _affected_settings = [ - "adhesion_type", "raft_base_thickness", "raft_interface_thickness", "raft_surface_layers", - "raft_surface_thickness", "raft_airgap", "raft_margin", "print_sequence", + "adhesion_type", "raft_margin", "print_sequence", "skirt_gap", "skirt_line_count", "skirt_brim_line_width", "skirt_distance", "brim_line_count"] ## Settings that change the convex hull.