bennymeg / Fabrication-Toolkit

An JLC PCB Fabrication Plugin for KiCad
Apache License 2.0
280 stars 49 forks source link

BOM doesn't include the part that not on the board #161

Open ceezblog opened 2 months ago

ceezblog commented 2 months ago

I have a small issue with the part that not on the board that not make into the BOM.

It is a header (male) and pluggable terminal block (female). As only the header is placed on the PCB, but not the pluggable terminal block. Since I want to order everything from JLC to simplify the process, I put a symbol for the pluggable terminal block as well with intention for it to make into the BOM and put a remark on order telling JLC the extra connector is just coming along with the board.

I tried all combination of DNP and Exclude from board, but not Exclude from bill of materials, none worked. image

So I notice if the part on schematic doesn't have footprint or marked with "Exclude from board" then the output of BOM doesn't have it.

I have been using Kicad 7, Kicad 8 and having the same issue.

For now, manually add this part into the BOM works for me.

Thanks