Merge branch 'master' of ssh://github.com/Ultimaker/Cura

This commit is contained in:
Ghostkeeper 2018-09-28 13:48:14 +02:00
commit 3e7021d729
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -241,7 +241,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
return Polygon()
def _compute2DConvexHeadFull(self) -> Optional[Polygon]:
convex_hull = self._compute2DConvexHeadFull()
convex_hull = self._compute2DConvexHull()
if convex_hull:
return convex_hull.getMinkowskiHull(self._getHeadAndFans())
return None