KiBot/tests/yaml_samples/annotate_pcb_btlr.kibot.yaml

41 lines
780 B
YAML

# Example KiBot config file
kibot:
version: 1
preflight:
annotate_pcb:
top_main_axis: y
top_main_ascending: false
top_secondary_ascending: true
bottom_main_axis: y
bottom_main_ascending: false
bottom_secondary_ascending: true
use_position_of: reference
grid: 1.0
outputs:
- name: PDF_F
comment: "PDF files"
type: pdf
layers:
- layer: F.SilkS
suffix: F_Silks
- name: PDF_B
comment: "PDF files"
type: pdf
options:
mirror_plot: true
layers:
- layer: B.SilkS
suffix: B_Silks
- name: 'bom_internal'
comment: "Bill of Materials in CSV format"
type: bom
options:
csv:
hide_pcb_info: true
hide_stats_info: true
columns: [References, Value]