cleanup: remove raft height stuff from ConvexHullDecorator (CURA-3819)

This commit is contained in:
Tim Kuipers 2017-05-16 17:44:46 +02:00
parent 69e4afffc8
commit 32c2418957

View file

@ -328,8 +328,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
return self.__isDescendant(root, node.getParent()) return self.__isDescendant(root, node.getParent())
_affected_settings = [ _affected_settings = [
"adhesion_type", "raft_base_thickness", "raft_interface_thickness", "raft_surface_layers", "adhesion_type", "raft_margin", "print_sequence",
"raft_surface_thickness", "raft_airgap", "raft_margin", "print_sequence",
"skirt_gap", "skirt_line_count", "skirt_brim_line_width", "skirt_distance", "brim_line_count"] "skirt_gap", "skirt_line_count", "skirt_brim_line_width", "skirt_distance", "brim_line_count"]
## Settings that change the convex hull. ## Settings that change the convex hull.