30 lines
534 B
YAML
30 lines
534 B
YAML
kiplot:
|
|
version: 1
|
|
|
|
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: PcbDraw
|
|
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
|
|
|