mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
76f853c5fb
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class BuildVolume(SceneNode):
|
|||
# Group nodes should override the _outside_buildarea property of their children.
|
||||
for group_node in group_nodes:
|
||||
for child_node in group_node.getAllChildren():
|
||||
child_node.setOutsideBuildArea(group_node.isOutsideBuildArea)
|
||||
child_node.setOutsideBuildArea(group_node.isOutsideBuildArea())
|
||||
|
||||
## Update the outsideBuildArea of a single node, given bounds or current build volume
|
||||
def checkBoundsAndUpdate(self, node: CuraSceneNode, bounds: Optional[AxisAlignedBox] = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue