KiBot/tests/yaml_samples/print_pcb_zone-refill.kiplot.yaml
Salvador E. Tropea 0d9256fb24 The 'check_zone_fills' option is now independent of 'run_drc'
Implemented in a different way.
For all internal commands now we use Python bindings to fill the zones as
suggested by @arikrupnik in johnbeard/kiplot#11
For 'print_pcb' now we ask KiCad to do it before printing (needs v1.4.1)
2020-06-14 15:12:56 -03:00

17 lines
275 B
YAML

# Example KiPlot config file
kiplot:
version: 1
preflight:
check_zone_fills: true
outputs:
- name: 'print_front'
comment: "Print B.Cu (filling zones)"
type: pdf_pcb_print
dir: .
options:
output_name: PCB_Bot.pdf
layers:
- layer: B.Cu