Skip to content

Bug fixing#43

Open
VergaJU wants to merge 2 commits intoenzoruiz:masterfrom
VergaJU:master
Open

Bug fixing#43
VergaJU wants to merge 2 commits intoenzoruiz:masterfrom
VergaJU:master

Conversation

@VergaJU
Copy link

@VergaJU VergaJU commented Aug 15, 2025

Fixed rotation issue; before, all objects were forced to rotate on X, Y, and Z axes. Now the user can decide which rotations to allow:

`
item = Item(
name="name",
width=100,
height=200,
depth=300,
weight=25
)

item.allowed_rotations = RotationType.ALL
packer.add_item(item)
`

VergaJU and others added 2 commits August 15, 2025 15:05
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

Successfully merging this pull request may close these issues.

1 participant