mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
D5: Refactoring
This commit is contained in:
parent
1631045d7a
commit
cd7979e301
3 changed files with 102 additions and 105 deletions
|
@ -60,7 +60,6 @@ class ProcessSlicedLayersJob(Job):
|
|||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
if node.callDecoration("getLayerData"):
|
||||
node.getParent().removeChild(node)
|
||||
break
|
||||
if self._abort_requested:
|
||||
if self._progress:
|
||||
self._progress.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue