KiBot/tests/yaml_samples/int_bom_simple_csv.kibot.yaml
Salvador E. Tropea 0f0e739026 Changed the default group_fields list.
Internal BoM: now components with different Tolerance, Voltage, Current
and/or Power fields aren't grouped together.
These fields are now part of the default `group_fields`. (#79)
2021-09-27 11:31:51 -03:00

11 lines
252 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:
group_fields: ['Part', 'Part Lib', 'Value', 'Footprint', 'Footprint Lib']