29 lines
594 B
YAML
29 lines
594 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
|
|
- References
|
|
- Part
|
|
- field: Value
|
|
join:
|
|
- 'Tolerance'
|
|
- text: ' -'
|
|
- field: 'Voltage'
|
|
text_before: ' ('
|
|
text_after: ')'
|
|
- field: 'SMN1'
|
|
text_before: '\n'
|
|
- field: manf
|
|
join: manf#
|
|
- field: digikey#
|
|
join: ''
|
|
- Quantity Per PCB
|