mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 04:25:55 +08:00
Forced reset of progress when no model was found on platform
This commit is contained in:
parent
4dd2b15ab5
commit
752a4b26fa
@ -130,6 +130,7 @@ class CuraEngineBackend(Backend):
|
|||||||
if not getattr(node, "_outside_buildarea", False):
|
if not getattr(node, "_outside_buildarea", False):
|
||||||
temp_list.append(node)
|
temp_list.append(node)
|
||||||
if len(temp_list) == 0:
|
if len(temp_list) == 0:
|
||||||
|
self.processingProgress.emit(0.0)
|
||||||
return
|
return
|
||||||
object_groups.append(temp_list)
|
object_groups.append(temp_list)
|
||||||
#for node in DepthFirstIterator(self._scene.getRoot()):
|
#for node in DepthFirstIterator(self._scene.getRoot()):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user