14 lines
316 B
YAML
14 lines
316 B
YAML
# Example KiPlot config file
|
|
kiplot:
|
|
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','Datasheet','Sheetpath']
|
|
group_fields: []
|
|
|