20 lines
361 B
YAML
20 lines
361 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
filters:
|
|
- name: 'include_only'
|
|
type: 'generic'
|
|
comment: 'Test for include_only'
|
|
include_only:
|
|
- column: 'Footprint'
|
|
regex: '0805'
|
|
|
|
outputs:
|
|
- name: 'bom_internal'
|
|
comment: "Bill of Materials in CSV format"
|
|
type: bom
|
|
dir: BoM
|
|
options:
|
|
exclude_filter: 'include_only'
|