Skip to content

Commit

Permalink
Updated bom creation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Nov 25, 2023
1 parent 6a7ba8d commit 037897c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'libraries/*'
- '.github/workflows/ci.yml'
- 'config.kibot.yaml'
- 'bom.ini'
# Ignore the push event when creating tags
tags-ignore:
- 'v?[0-9]+.[0-9]+.[0-9]+'
Expand Down
12 changes: 9 additions & 3 deletions bom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group_connectors = 1
test_regex = 1
; If 'merge_blank_fields' option is set to 1, component groups with blank fields will be merged into the most compatible group, where possible
merge_blank_fields = 1
; Specify output file name format, %O is the defined output name, %v is the version, %V is the variant name which will be ammended according to 'variant_file_name_format'.
; Specify output file name format, %O is the defined output name, %v is the version, %V is the variant name which will be amended according to 'variant_file_name_format'.
output_file_name = %O_bom_%v%V
; Specify the variant file name format, this is a unique field as the variant is not always used/specified. When it is unused you will want to strip all of this.
variant_file_name_format = _(%V)
Expand Down Expand Up @@ -42,9 +42,12 @@ DNP
MANF
kicost:pricing
Config
sheetpath
sim.enable
variant

[COLUMN_ORDER]
; Columns will apear in the order they are listed here
; Columns will appear in the order they are listed here
; Titles are case-insensitive
Quantity Per PCB
References
Expand All @@ -53,6 +56,8 @@ MFN
PN
Description
Footprint
RoHS
Temperature

[GROUP_FIELDS]
; List of fields used for sorting individual components into groups
Expand Down Expand Up @@ -92,11 +97,12 @@ d diode d_small
References ^TP[0-9]*
References ^NT[0-9]*
References ^LOGO[0-9]*
References ^SYM[0-9]*
References ^G[0-9]*
References ^FID
Part mount.*hole
Part solder.*bridge
Part test.*point
Footprint test.*point
Footprint mount.*hole
Footprint fiducial

0 comments on commit 037897c

Please sign in to comment.