mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
ArrangeObjectsJob now yields after each object
This commit is contained in:
parent
a9234e0196
commit
d5682e6e29
1 changed files with 2 additions and 0 deletions
|
|
@ -61,3 +61,5 @@ class ArrangeObjectsJob(Job):
|
||||||
|
|
||||||
transformation_operation = SetTransformOperation(node, Vector(x, center_y, y))
|
transformation_operation = SetTransformOperation(node, Vector(x, center_y, y))
|
||||||
transformation_operation.push()
|
transformation_operation.push()
|
||||||
|
|
||||||
|
Job.yieldThread()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue