Created queues with sizes X = 1m and Y = 1m. Also, the size of the flow item box is X = 0.1m, Y = 0.1m.
I thought I could store 100 flow items in one row. However, the result was that only 81 flow items could be stored.
How can I store 100 pieces?
By the way, the size of the queue cannot be changed.
This is because flow items are resized after a certain amount, and resizing the queue affects the number of new flow items stored.
The number that can be stored in one line is important because I want to know the height of the flow items that will eventually be queued.