13 lines
331 B
YAML
13 lines
331 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: 'bom_internal'
|
|
comment: "Bill of Materials in CSV format"
|
|
type: bom
|
|
dir: BoM
|
|
options:
|
|
columns: ['Row', 'Description', 'Part', 'References', 'Value', 'Footprint', 'Quantity Per PCB', 'Status', 'Datasheet', 'Sheetpath']
|
|
group_fields: []
|