Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
323 stars 185 forks source link

Cura 11617 print manually #939

Closed saumyaj3 closed 6 months ago

saumyaj3 commented 6 months ago

Duplicating a model (copy paste or multiply) breaks the ordering logic (print before/after) of UI as all the models generated from the original instance will take the same order index. As a result, you cannot print before/after if you use the multiply function. I added a simple solution to organize the models in the print sequence when copy paste or multiply operation is called when user defined sequence is switched on.

follow up of: https://github.com/Ultimaker/Cura/pull/17893

saumyaj3 commented 6 months ago

This doesn't work . I am closing the PR. Solution made in Cura 👍