mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed uneeded checks if a node was a SceneNode
The "isSlicable" decorator already took care of this
This commit is contained in:
parent
516d7015e4
commit
e01c8218fa
2 changed files with 4 additions and 5 deletions
|
@ -367,7 +367,6 @@ class CuraEngineBackend(QObject, Backend):
|
|||
self.backendStateChange.emit(BackendState.Error)
|
||||
else:
|
||||
self.backendStateChange.emit(BackendState.NotStarted)
|
||||
pass
|
||||
self._invokeSlice()
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue