mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
CURA-4425 Remove print out messages
This commit is contained in:
parent
b4a1b97eda
commit
8541ce25bb
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ class Snapshot:
|
||||||
# determine zoom and look at
|
# determine zoom and look at
|
||||||
bbox = None
|
bbox = None
|
||||||
for node in DepthFirstIterator(root):
|
for node in DepthFirstIterator(root):
|
||||||
if type(node) == ConvexHullNode:
|
|
||||||
print(node)
|
|
||||||
if node.callDecoration("isSliceable") and node.getMeshData() and node.isVisible():
|
if node.callDecoration("isSliceable") and node.getMeshData() and node.isVisible():
|
||||||
if bbox is None:
|
if bbox is None:
|
||||||
bbox = node.getBoundingBox()
|
bbox = node.getBoundingBox()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue