SchrodingersGat / KiBoM

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

LED footprint excluded from BOM #178

Closed victorstoica114 closed 3 months ago

victorstoica114 commented 1 year ago

in KiCad libraries exists one footprint named "LED_SMD:LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm" the problem is that this footprint is excluded from the BOM, most likely because it contains the syntax Mount_Hole thanks!

SchrodingersGat commented 3 months ago

You can adjust the regex to exclude these footprint as desired :)

victorstoica114 commented 3 months ago

I know, I've already done that. I opened this issue because someone who uses kibom for the first time and doesn't check the bom, will exclude that component from the order. that is, of course, in case he uses that footprint for the led. in any case, it's good that the developers know about the problem with that footprint. just in case...