Skip to content

Commit

Permalink
Add excludeBOM=True to hellen-one-kicad-bom-plugin.py #363
Browse files Browse the repository at this point in the history
  • Loading branch information
andreika-git committed Feb 4, 2024
1 parent a21ead4 commit 27fd551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicad/hellen-one-kicad-bom-plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def writerow( acsvwriter, columns ):
utf8row.append( str(col) )
acsvwriter.writerow( utf8row )

components = net.getInterestingComponents()
components = net.getInterestingComponents(excludeBOM=True)

# Output a field delimited header line
writerow( out, ['Comment', 'Designator', 'Footprint', 'LCSC Part #'] )
Expand Down

0 comments on commit 27fd551

Please sign in to comment.