mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix to grouped one at a time
This commit is contained in:
parent
03ca7142d5
commit
453047df1f
2 changed files with 5 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue