Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to modify the code so that items doesn't go above each other #49

Open
MorjanM74 opened this issue Jan 13, 2023 · 1 comment
Open

Comments

@MorjanM74
Copy link

MorjanM74 commented Jan 13, 2023

We have a scenario where the items box contains glasses and we don't want boxes to be above each other, the top of the box should be empty, could you please help me solve this problem.

@MorjanM74 MorjanM74 changed the title How to you modify the code so that items doesn't go above each other How to modify the code so that items doesn't go above each other Jan 13, 2023
@luenib
Copy link

luenib commented Nov 13, 2023

Make sure those boxes are the last ones to be packed.

Start by marking the boxes as "fragile" so when the packer tries to evaluate a fragile box it will skip it unless fragile boxes are the only boxes to be packed.

I don't know If it's a good idea to start packing fragile boxes at the top of the pallet, but when you start packing them in an empty pallet, make sure nothing else is packed above 0 of the Y coordinate. If there's no more room at Y=0, that's when you open a new pallet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants