mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix wrong push free shadow for one at a time.
It was applying the size twice. CURA-5822
This commit is contained in:
parent
240ac1f06b
commit
93bd5fee53
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
||||||
head_and_fans = self._getHeadAndFans().intersectionConvexHulls(mirrored)
|
head_and_fans = self._getHeadAndFans().intersectionConvexHulls(mirrored)
|
||||||
|
|
||||||
# Min head hull is used for the push free
|
# Min head hull is used for the push free
|
||||||
convex_hull = self._compute2DConvexHeadFull()
|
convex_hull = self._compute2DConvexHull()
|
||||||
if convex_hull:
|
if convex_hull:
|
||||||
return convex_hull.getMinkowskiHull(head_and_fans)
|
return convex_hull.getMinkowskiHull(head_and_fans)
|
||||||
return None
|
return None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue