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>2015-07-24 11:55:59 +0300
committerJaime van Kessel <nallath@gmail.com>2015-07-24 11:55:59 +0300
commit453047df1fabc9e8b5a52896ff3272d5a602bb08 (patch)
tree4948b28eedb62b9c5f036efbbb5d45785987e2ff /cura/OneAtATimeIterator.py
parent03ca7142d51ac039ce92555774829f41185bbe50 (diff)
Fix to grouped one at a time
Diffstat (limited to 'cura/OneAtATimeIterator.py')
-rw-r--r--cura/OneAtATimeIterator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/OneAtATimeIterator.py b/cura/OneAtATimeIterator.py
index 797b715b89..958d1e5b5f 100644
--- a/cura/OneAtATimeIterator.py
+++ b/cura/OneAtATimeIterator.py
@@ -35,7 +35,6 @@ class OneAtATimeIterator(Iterator.Iterator):
for a in range(0,len(node_list)):
for b in range(0,len(node_list)):
if a != b and self._hit_map[a][b] and self._hit_map[b][a]:
- print("Derp")
return
# Sort the original list so that items that block the most other objects are at the beginning.