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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-02-06 17:43:29 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-02-06 17:43:29 +0300
commit8541ce25bb7d6525b067103c6c174c3b4c29ab18 (patch)
tree4debd5c24632f397e814cef4b037d710ecb590dc /cura/Snapshot.py
parentb4a1b97eda62dcbcf6da02ed44ac07e4973daa84 (diff)
CURA-4425 Remove print out messages
Diffstat (limited to 'cura/Snapshot.py')
-rw-r--r--cura/Snapshot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cura/Snapshot.py b/cura/Snapshot.py
index fbbee29d1b..394241cfa8 100644
--- a/cura/Snapshot.py
+++ b/cura/Snapshot.py
@@ -55,8 +55,6 @@ class Snapshot:
# determine zoom and look at
bbox = None
for node in DepthFirstIterator(root):
- if type(node) == ConvexHullNode:
- print(node)
if node.callDecoration("isSliceable") and node.getMeshData() and node.isVisible():
if bbox is None:
bbox = node.getBoundingBox()