mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
19e459d930
1 changed files with 0 additions and 5 deletions
|
@ -56,11 +56,6 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
||||||
if self._node is None:
|
if self._node is None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if getattr(self._node, "_non_printing_mesh", False):
|
|
||||||
# infill_mesh, cutting_mesh and anti_overhang_mesh do not need a convex hull
|
|
||||||
# node._non_printing_mesh is set in SettingOverrideDecorator
|
|
||||||
return None
|
|
||||||
|
|
||||||
hull = self._compute2DConvexHull()
|
hull = self._compute2DConvexHull()
|
||||||
|
|
||||||
if self._global_stack and self._node:
|
if self._global_stack and self._node:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue