Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2016-07-28 14:48:43 +0300
committerJack Ha <j.ha@ultimaker.com>2016-07-28 14:48:43 +0300
commitce462ace17a2730c108215f414ff5b1b37b50c19 (patch)
treef845da6ea8fa0fe491fd220b25feda169550dd1e /cura/ConvexHullNode.py
parent5d2033722ad4e3ddc86581164c66c04ad561126c (diff)
Layout. CURA-1707
Diffstat (limited to 'cura/ConvexHullNode.py')
-rw-r--r--cura/ConvexHullNode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/ConvexHullNode.py b/cura/ConvexHullNode.py
index 232b30e317..8e5acf9518 100644
--- a/cura/ConvexHullNode.py
+++ b/cura/ConvexHullNode.py
@@ -77,7 +77,7 @@ class ConvexHullNode(SceneNode):
convex_hull_head = self._node.callDecoration("getConvexHullHead")
if convex_hull_head:
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()
if not node: