mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
This commit is contained in:
commit
3e7021d729
@ -241,7 +241,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
|||||||
return Polygon()
|
return Polygon()
|
||||||
|
|
||||||
def _compute2DConvexHeadFull(self) -> Optional[Polygon]:
|
def _compute2DConvexHeadFull(self) -> Optional[Polygon]:
|
||||||
convex_hull = self._compute2DConvexHeadFull()
|
convex_hull = self._compute2DConvexHull()
|
||||||
if convex_hull:
|
if convex_hull:
|
||||||
return convex_hull.getMinkowskiHull(self._getHeadAndFans())
|
return convex_hull.getMinkowskiHull(self._getHeadAndFans())
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user