mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:45:57 +08:00
Remove useless code
CURA-7106
This commit is contained in:
parent
ac7f27fddc
commit
f00e3f7363
@ -94,7 +94,3 @@ class ConvexHullNode(SceneNode):
|
|||||||
convex_hull_head_builder = MeshBuilder()
|
convex_hull_head_builder = MeshBuilder()
|
||||||
convex_hull_head_builder.addConvexPolygon(convex_hull_head.getPoints(), self._mesh_height - self._thickness)
|
convex_hull_head_builder.addConvexPolygon(convex_hull_head.getPoints(), self._mesh_height - self._thickness)
|
||||||
self._convex_hull_head_mesh = convex_hull_head_builder.build()
|
self._convex_hull_head_mesh = convex_hull_head_builder.build()
|
||||||
|
|
||||||
if not node:
|
|
||||||
return
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user