mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
parent
8f5c62c68d
commit
09066f2744
@ -272,7 +272,7 @@ class BuildVolume(SceneNode):
|
|||||||
continue
|
continue
|
||||||
# If the entire node is below the build plate, still mark it as outside.
|
# If the entire node is below the build plate, still mark it as outside.
|
||||||
node_bounding_box = node.getBoundingBox()
|
node_bounding_box = node.getBoundingBox()
|
||||||
if node_bounding_box and node_bounding_box.top < 0:
|
if node_bounding_box and node_bounding_box.top < 0 and not node.getParent().callDecoration("isGroup"):
|
||||||
node.setOutsideBuildArea(True)
|
node.setOutsideBuildArea(True)
|
||||||
continue
|
continue
|
||||||
# Mark the node as outside build volume if the set extruder is disabled
|
# Mark the node as outside build volume if the set extruder is disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user