Skip to content

Overlapping boxes #3

@luenib

Description

@luenib

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions