mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ class StartSliceJob(Job):
|
|||
if temp_list:
|
||||
object_groups.append(temp_list)
|
||||
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:
|
||||
temp_list = []
|
||||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue