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

Duplication of Items #20

Open
remopini opened this issue Nov 15, 2023 · 2 comments
Open

Duplication of Items #20

remopini opened this issue Nov 15, 2023 · 2 comments

Comments

@remopini
Copy link

remopini commented Nov 15, 2023

When I apply the cutlist, it seems to list double the amount of items in my design.

Design:
default_bench_v1_v2

Cutlist:
default_bench_v1_v2.txt

Example: There are 16 beams making up the table top, however the cut list lists 32. Same for all other items...

I noticed that bodies are listed twice, once as "Body[XX]" and once as "[Design]/Body[XX]"

Edit: This seems to only happen if I select the object with a mouse drag and the origin is also selected, not if I manually select all the bodies without the origin.

@bluekeyes
Copy link
Owner

I think what's happening here is that you are selecting both the bodies and the component that contains the bodies. When you select a component, the add-in extracts all of the bodies that are part of the component.

I'll think about ways to de-duplicate bodies if you select both the bodies and their component, but for now, I think you'll want to avoid selecting both when exporting. Two ways I've found to do this are:

  • Click on the name of the component in the browser to select it (and all it's bodies) instead of selecting objects directly in the viewport
  • Hide the origin before dragging to select all bodies; showing the origin appears to make it possible to select the whole component from the viewport. With the origin hidden, you can only select the bodies.

@remopini
Copy link
Author

* Hide the origin before dragging to select all bodies; showing the origin appears to make it possible to select the whole component from the viewport. With the origin hidden, you can only select the bodies.

That's exactly what I did to "solve" the issue.
Alternatively, you could add the feature that if NOTHING is selected, all bodies automatically get chosen?

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