13 lines
225 B
YAML
13 lines
225 B
YAML
# Example KiPlot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
import:
|
|
- file: default.kibot.yaml
|
|
outputs: [JLCPCB_gerbers, JLCPCB_drill, JLCPCB_compress, print_pcb, stencil]
|
|
|
|
preflight:
|
|
erc: false
|
|
update_xml: false
|
|
drc: true
|