-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I undocumented commented out line 1143
// layerthickness = layers[bestite].layerdim;
and now I see the list of boxes and their location inside the container. the problems is that some boxes overlap.
e.g.
Box1: 3,3,2
Box2: 3,2,1
Box3: 3,1,1
Container: 3,3,3
The location of the boxes are:
Box1: 0,0,0
Box2: 0,0,2
Box3: 0,0,2
As you can see, Box2 and Box3 are located in the same position.
Do you have an idea of what could be the problem?
Thanks
Metadata
Metadata
Assignees
Labels
No labels