mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-28 04:52:02 +08:00
Added warning to logging if no one at a time print is possible
CURA-972
This commit is contained in:
parent
36f8bb5553
commit
fa59416dc4
@ -61,6 +61,8 @@ class StartSliceJob(Job):
|
|||||||
if temp_list:
|
if temp_list:
|
||||||
object_groups.append(temp_list)
|
object_groups.append(temp_list)
|
||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
if len(object_groups) == 0:
|
||||||
|
Logger.log("w", "No objects suitable for one at a time found, or no correct order found")
|
||||||
else:
|
else:
|
||||||
temp_list = []
|
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