[PcbDraw] Added trivial config example

This commit is contained in:
Salvador E. Tropea 2023-03-01 09:11:44 -03:00
parent f946d75fdb
commit d308e7e8f1
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
kiplot:
version: 1
outputs:
- name: PcbDraw
comment: "PcbDraw test top"
type: pcbdraw
dir: PcbDraw
options: &pcb_draw_ops
format: svg
# show_components: all
- name: PcbDraw2
comment: "PcbDraw test bottom"
type: pcbdraw
dir: PcbDraw
options:
<<: *pcb_draw_ops
bottom: True