We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Floating boxes with plain packager :
private static List<StackableItem> products = Arrays.asList( new StackableItem(Box.newBuilder().withDescription("1").withSize(395, 260, 185).withWeight(7).build(), 20), new StackableItem(Box.newBuilder().withDescription("2").withSize(530, 255, 150).withWeight(5).build(), 1) ); private static Container container = Container.newBuilder().withDescription("1") .withEmptyWeight(0) .withSize(1200, 1200, 500) .withMaxLoadWeight(10000) .build(); var p_packager = PlainPackager.newBuilder().build();
The text was updated successfully, but these errors were encountered:
@khorchanov this is a known issue, and it is also desireable for some cases, like small web shop orders where empty space is just filled in.
But obiously this is not ideal for a lot of scenarios, so I've created a new issue: #554
Sorry, something went wrong.
No branches or pull requests
Floating boxes with plain packager :
The text was updated successfully, but these errors were encountered: