I would like it to be easier to print copies of objects sequentially. As it stands now I need to import the object multiple times, then copy the process multiple times, then tell each object which process to use. I think I should be able to just say make six of these, use this process, and print them sequentially.
It's nice to have the option to use a different process for each object but if I am making multiples of the same part it's far too complicated.