KiBot/tests/yaml_samples/pcbdraw_simple.kibot.yaml

33 lines
588 B
YAML

kiplot:
version: 1
global:
solder_mask_color: blue
pcb_finish: ENIG
outputs:
- name: PcbDraw
comment: "PcbDraw test top"
type: pcbdraw
dir: PcbDraw
options: &pcb_draw_ops
format: png
no_drillholes: True
placeholder: True
mirror: True
vcuts: True
warnings: all
show_components: all
- name: PcbDraw2
comment: "PcbDraw test bottom"
type: pcbdraw
dir: PcbDraw
options:
<<: *pcb_draw_ops
style: set-red-enig
bottom: True
format: jpg
show_components: none
warnings: none