Bouni / kicad-jlcpcb-tools

Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
MIT License
1.2k stars 109 forks source link

Fixes #528 Feature/component count #529

Closed lilindian16 closed 2 months ago

lilindian16 commented 2 months ago

Added quantity column to the BOM CSV output for each component. This lets us choose Quantity as one of the row headers in LCSCs BOM tool. The LCSC BOM tool now can allocate the correct quantity of parts for each part number

Bouni commented 2 months ago

Seems to work, thanks for the PR