mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
cleanup: remove raft height stuff from ConvexHullDecorator (CURA-3819)
This commit is contained in:
parent
69e4afffc8
commit
32c2418957
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue