mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08: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
@ -272,7 +272,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
||||
head_and_fans = self._getHeadAndFans().intersectionConvexHulls(mirrored)
|
||||
|
||||
# Min head hull is used for the push free
|
||||
convex_hull = self._compute2DConvexHeadFull()
|
||||
convex_hull = self._compute2DConvexHull()
|
||||
if convex_hull:
|
||||
return convex_hull.getMinkowskiHull(head_and_fans)
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user