I have a combiner being fed by 3 sources. Input 1 is the object the other parts will be joined into.
From the two sources (inputs 2 and 3) I need a total of three items. It doesn't matter which input (2 & 3) any quantity comes from, I just need three total.
Currently, I have to specify in the properties the target quantity to receive from those inputs.
Input 1 = 1 part (the packing)
Input 2 AND/OR 3 = 3 total.
How may I accomplish this?