Description
My problem is that it isn't functional with multi color prints. The dev team needs to work out this function to allow for the assignment of successive spools, so that when a spool runs out, the MMU will subsequently use the assigned successor spool in place of the spool called for in the program. CNC machining centers have been doing this for quite a while now. The machine can be set up so that there are multiple tool pots in the carousel that are assigned to, say, "T1", so that, when the machine decides that the actual "T1" has had it, either by machining time or spindle load, for example, the machine will, from that point, load a tool from a different pot that has been assigned as a successor to T1. This function translates in parallel to a spool running out. I see no reason the SpoolJoin function cannot follow this same behavior. When spool 1 runs out, the MMU uses, say, spool 5 when the program calls for spool 1. Of course this would have to be assigned at the printer, as a follow up to turning SpoolJoin [on]. Simply indicate which spool or spools is/are likely to run out and which spool or spools the MMU is to default to.