KiBoM icon indicating copy to clipboard operation
KiBoM copied to clipboard

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)

Results 34 KiBoM issues
Sort by recently updated
recently updated
newest added

Ladies and Gentlemen - I may be doing something wrong, but if so I would appreciate someone telling me what my error is. I am using KiCAD Version 6.0.4, on...

Please add the "**PCB_Variant**" field to the PCB Info section when creating a BOMs in **xlsx** format, similar to creating csv, tsv, xml, html. Thank you in advance for completing...

Default REGEX_EXCLUDE footprint name filter excludes some components whose footprint names contain "MountingHoles". Per the default bom.ini, a component whose footprint field is "PROJ_LIB:DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles" would be matched by the default...

Hello there, I want to generate a BOM where basically all parts are included, except those which are marked with 'dnp'. As an example lets say we have some parts...

Some hyperlinks contain paths with commas which is a problem within a CSV. I am wondering if it would be beneficial to enclose the path or link for the datasheet...

I ran into this error: ``` File "/Users/khuynh/me/rejoule/kicad/dcdc_mgthv/venv/lib/python3.8/site-packages/kibom/component.py", line 191, in getDescription ret = self.libpart.getDescription() AttributeError: 'NoneType' object has no attribute 'getDescription' ``` i tried to trace it down and...

Is it possible to sort the BOM lines by the Reference (first reference in the reference cell)? I would like to have everything sorted by the reference. This is a...

This may make installing for kicad harder. I found the natsort library in pip, and changed the file to use it. Would you like to include this change? I know...

Feature request: It would be handy to be able to do a match and replace on footprints, so for example 'C_0603_1608Metric' can be replaced by '0603 (1608 metric)' via the...

Replaces #79 ## Description Having a separated column for the datasheet is an overkill. We can make that another column contains this information as a link. The part number is...