mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-27 06:45:36 -07:00
Merge branch 'main' into PP-350_Corrections-on-the-anycolor-profiles
This commit is contained in:
commit
c17591d492
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class PlatformPhysics:
|
|||
move_vector = move_vector.set(y = -bbox.bottom + z_offset)
|
||||
|
||||
# If there is no convex hull for the node, start calculating it and continue.
|
||||
if not node.getDecorator(ConvexHullDecorator) and not node.callDecoration("isNonPrintingMesh"):
|
||||
if not node.getDecorator(ConvexHullDecorator) and not node.callDecoration("isNonPrintingMesh") and node.callDecoration("getLayerData") is None:
|
||||
node.addDecorator(ConvexHullDecorator())
|
||||
|
||||
# only push away objects if this node is a printing mesh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue