[PcbDraw] Added trivial config example
This commit is contained in:
parent
f946d75fdb
commit
d308e7e8f1
|
|
@ -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
|
||||
Loading…
Reference in New Issue