KiBot/tests/yaml_samples/error_pcbdraw_comp_key.kibot.yaml
Salvador E. Tropea dab7baa2d4 Fixed show_components validation in out_pcbdraw.
The same error could be in other places.
I had to change the internal logic in Optionable.
The old code allowed invalid values to be used.
2020-09-04 18:06:17 -03:00

21 lines
388 B
YAML

# Example KiBot config file
kibot:
version: 1
variants:
- name: 'default'
comment: 'Default variant'
type: ibom
file_id: '-C1'
variants_blacklist: T2,T3
outputs:
- name: 'pcbdraw_default'
comment: "PcbDraw w/variant"
type: pcbdraw
options:
variant: default
format: png
# This isn't a good idea, but works
show_components: 'C1'