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 the...