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)
17 lines
275 B
YAML
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
|
|
|