APEbbers / BillOfMaterials-WB

FreeCAD Workbench to create a Bill of Materials for various assembly workbenches
https://github.com/APEbbers/BillOfMaterials-WB
GNU Lesser General Public License v2.1
14 stars 2 forks source link

BOM disregards Parts in Groups #117

Closed Buckelpiste closed 1 month ago

Buckelpiste commented 1 month ago

Hi, I have an assembly which I structured in groups, i.e. I organized the parts in groups just to keep an overview (function: Asm4_newGroup, between new body and part info). The BOM function works (almost, but that's another bug, a horizontal bug), but lists only the ungrouped parts. For clarification: I took the Tür_re_K4 out of group K4 just to test the behaviour.

Workaround is simple: just temporarily ungroup everything.

image

image

Buckelpiste commented 1 month ago

Just to calm you down, I found out how to add columns and get the shape. Horizontal "bug" fixed. Newbie here. Is there a help text? I can write one quickly.

APEbbers commented 1 month ago

I have not written a wiki page yet. I'll will do that in the coming weeks. As asked in your other issue: can you provide me your model? I'll have a look in what is going on.

btw which version of FreeCAD are you working with?

kind regards.

APEbbers commented 1 month ago

Hi,

The issue with items in groups within an assembly should now be fixed as well. Can you check if this is the case? I've updated the Add-on to version 0.1.5.0

Buckelpiste commented 1 month ago

Cool, it works. Thanks! So for now, everything works (except for my inaptitude in handling Freecad properly).