mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Forced reset of progress when no model was found on platform
This commit is contained in:
parent
4dd2b15ab5
commit
752a4b26fa
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class CuraEngineBackend(Backend):
|
|||
if not getattr(node, "_outside_buildarea", False):
|
||||
temp_list.append(node)
|
||||
if len(temp_list) == 0:
|
||||
self.processingProgress.emit(0.0)
|
||||
return
|
||||
object_groups.append(temp_list)
|
||||
#for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue