SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
350 stars 95 forks source link

"Exclude from Bill of Materials" Still Included In the BOM #194

Closed dbeckwith01 closed 3 months ago

dbeckwith01 commented 5 months ago

I have several parts, SMD jumper pads and a Tag connect connector footprint marked with "Exclude from bill of materials" checked in the Symbol Properties but they still appear in KiBoM output. Is there anyway to have KiBoM respect this flag?

SchrodingersGat commented 5 months ago

@dbeckwith01 are you using the latest version? I have just checked with a sample schematic, and the component is not included in the generated BOM when Exclude from bill of materials is checked

dbeckwith01 commented 5 months ago

Hi @SchrodingersGat I'm using KiBot v1.6.3 in Docker via docker pull setsoft/kicad_auto:ki7 . I kibom is installed and is v1.9.0. Is the something I can try to debug this?

SchrodingersGat commented 5 months ago

@dbeckwith01 can you confirm that the version 1.9.0 is being run, and that there's not some other version of the library installed?

set-soft commented 5 months ago

Hi @SchrodingersGat and @dbeckwith01 !

The image contains 1.9.0, including upto 07e8e485d380ff9653dcca7e25e4fab0770db050, a small test example and KiBot config could help to find the issue.

As a general rule @dbeckwith01: please report these problems to KiBot first, with a small example so I can determine if the issue is in KiBot side, if we determine the issue is in the upstream then report it here.

dbeckwith01 commented 5 months ago

@set-soft

Thank you for the help. I'm new to using KiBot and KiBoM to produce my fabrication outputs. Would you like me to open an issue in KiBoT with these details and include my KiBoT configuration?

set-soft commented 5 months ago

Hi @dbeckwith01 !

Yes, and include a small example, just a few components where we can expose the issue.

set-soft commented 5 months ago

197 solves this problem.

SchrodingersGat commented 3 months ago

Closed by #197