Is it possible Items not fitting into boxes to be packed individually? #255
mastmaster
started this conversation in
General
Replies: 2 comments
-
@mastmaster Have you looked at InfalliblePacker, this might be what you are looking for? Look at the second example on this page: https://boxpacker.io/en/stable/too-large-items.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm so sorry! I think this will help me a lot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Thank you and great work here.
I have testes successfully the test code
$packedBoxes = $packer->pack();
But when an item doesn't fit it throws an error and $packedBoxes is returned empty.
Is it possible to return $packedBoxes with the fitted items and not fitted items return as boxes from themselves dimensions?
thanks
Beta Was this translation helpful? Give feedback.
All reactions