Can i maximize the number of iterations of packer before it stops with a large number of items #618
-
I use packer to see how much boxes of 1 type i need for a variable number of items. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i just found something in the issues section with a similar problem. 1 of the suggested options was to use |
Beta Was this translation helpful? Give feedback.
i just found something in the issues section with a similar problem. 1 of the suggested options was to use
$packer->setMaxBoxesToBalanceWeight(0)
I tried it and it made a really big difference.
Another effect of this setting is that the weight is not equally divided anymore and the boxes are filled with a higher percentage which i actually wanted.