mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed push free for one at a time
This commit is contained in:
parent
f3eefd7be1
commit
dfe4b348b4
3 changed files with 5 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ class OneAtATimeIterator(Iterator.Iterator):
|
|||
# We have no more nodes to check, so quit looking.
|
||||
todo_node_list = None
|
||||
self._node_stack = new_order
|
||||
print(self._node_stack)
|
||||
|
||||
return
|
||||
todo_node_list.append(_objectOrder(new_order, new_todo_list))
|
||||
self._node_stack = [] #No result found!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue