When using variants to remove a component with ridiculous pads that only has solder paste (no copper, nor even solder mask aperture).
17 lines
300 B
YAML
17 lines
300 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
variants:
|
|
- name: 'default'
|
|
comment: 'Default variant'
|
|
type: ibom
|
|
variants_blacklist: DNF
|
|
|
|
outputs:
|
|
- name: 'pdf_default'
|
|
comment: "PCB print w/variant"
|
|
type: pdf_pcb_print
|
|
options:
|
|
variant: default
|
|
layers: F.Fab
|