mirror of
https://github.com/pierrechevalier83/ferris.git
synced 2024-11-30 22:53:45 +03:00
76f08c911f
Many of these files where generated. The important ones where already duplicated under 0.1/base
57 lines
2.1 KiB
INI
57 lines
2.1 KiB
INI
[BOM_OPTIONS]
|
|
; General BoM options here
|
|
; If 'ignore_dnf' option is set to 1, rows that are not to be fitted on the PCB will not be written to the BoM file
|
|
ignore_dnf = 1
|
|
; If 'number_rows' option is set to 1, each row in the BoM will be prepended with an incrementing row number
|
|
number_rows = 1
|
|
; If 'group_connectors' option is set to 1, connectors with the same footprints will be grouped together, independent of the name of the connector
|
|
group_connectors = 1
|
|
; If 'test_regex' option is set to 1, each component group will be tested against a number of regular-expressions (specified, per column, below). If any matches are found, the row is ignored in the output file
|
|
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
|
|
; Field name used to determine if a particular part is to be fitted
|
|
configuration_field = Config
|
|
; Configuration string used to determine which components are loaded on a particular board
|
|
; Configuration string is case-insensitive
|
|
pcb_configuration = default
|
|
|
|
[IGNORE_COLUMNS]
|
|
; Any column heading that appears here will be excluded from the Generated BoM
|
|
; Titles are case-insensitive
|
|
Part Lib
|
|
Footprint Lib
|
|
|
|
[GROUP_FIELDS]
|
|
; List of fields used for sorting individual components into groups
|
|
; Components which match (comparing *all* fields) will be grouped together
|
|
; Field names are CASE-SENSITIVE!
|
|
Part
|
|
Part Lib
|
|
Value
|
|
Footprint
|
|
Footprint Lib
|
|
|
|
[COMPONENT_ALIASES]
|
|
; A series of values which are considered to be equivalent for the part name
|
|
; Each line represents a space-separated list of equivalent component name values
|
|
; e.g. 'c c_small cap' will ensure the equivalent capacitor symbols can be grouped together
|
|
; Aliases are case-insensitive
|
|
c c_small cap capacitor
|
|
r r_small res resistor
|
|
sw switch
|
|
l l_small inductor
|
|
zener zenersmall
|
|
d diode d_small
|
|
|
|
[REGEX_INCLUDE]
|
|
; A series of regular expressions used to include parts in the BoM
|
|
; Column names are case-insensitive
|
|
|
|
[REGEX_EXCLUDE]
|
|
; A series of regular expressions used to exclude parts from the BoM
|
|
References = TP[0-9]
|
|
Part = test[\s-_]*point
|
|
Footprint = fiducial
|
|
|