Also added src/kibot script. Updated the documentation and Debian packaging. The default extension for config files now is .kibot.yaml
16 lines
273 B
YAML
16 lines
273 B
YAML
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: PcbDraw
|
|
comment: "PcbDraw test top"
|
|
type: pcbdraw
|
|
dir: PcbDraw
|
|
options:
|
|
format: svg
|
|
style: bogus
|
|
no_drillholes: True
|
|
placeholder: True
|
|
mirror: True
|
|
vcuts: True
|
|
warnings: all
|