How to make components back to back after pushing

Hi everyone!
I have a question about the distance between elements after Pusher Conveyor.
If I use default elements the distance is equal to 0 but if I change size of them the distance increases.
Please help how can I fix that.
Thanks!

Hi,

The path axis for conveyors is set to automatic by default. The pusher transforms the parts to another conveyor, which is at a 90-degree angle compared to the original conveyor. This changes the path axis from X to Y, but the automatic mode does not realize it. Thus the second conveyor thinks that the parts are rotated 90 degrees.

To force the second conveyor to use Y-Axis, you must go to the modeling tab, select the conveyor path, and set the PathAxis to be Y-Positive.

1 Like

Ok I understood
Thank you so much!