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:
authorJaime van Kessel <nallath@gmail.com>2016-03-25 12:59:11 +0300
committerJaime van Kessel <nallath@gmail.com>2016-03-25 12:59:11 +0300
commit99de21fba77e8766ea74b4f18a2e15751912ebff (patch)
tree4e8410f388ffce1ab3772de878388f98fce4ce0a /cura/ConvexHullNode.py
parent6c2878221d18c23277e8421a488a8a8fb532b13b (diff)
Setting one at a time mode now decreases size of build volume
CURA-1245 CURA-1224
Diffstat (limited to 'cura/ConvexHullNode.py')
-rw-r--r--cura/ConvexHullNode.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cura/ConvexHullNode.py b/cura/ConvexHullNode.py
index 107dbebe5c..dc02a97dc6 100644
--- a/cura/ConvexHullNode.py
+++ b/cura/ConvexHullNode.py
@@ -89,6 +89,4 @@ class ConvexHullNode(SceneNode):
self._color = Color(35, 35, 35, 0.5)
if not node:
- return
-
- \ No newline at end of file
+ return \ No newline at end of file