53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: PDF_Joined
|
|
comment: "PDF files for top layer + mirrored bottom layer"
|
|
type: pdfunite
|
|
options:
|
|
outputs:
|
|
- from_output: PDF_top
|
|
- from_output: PDF_bottom
|
|
|
|
- name: PDF_top
|
|
comment: "PDF files for top layer"
|
|
type: pdf
|
|
dir: PDF
|
|
options:
|
|
exclude_edge_layer: false
|
|
exclude_pads_from_silkscreen: false
|
|
plot_sheet_reference: false
|
|
plot_footprint_refs: true
|
|
plot_footprint_values: true
|
|
force_plot_invisible_refs_vals: false
|
|
tent_vias: true
|
|
|
|
# PDF options
|
|
drill_marks: small
|
|
mirror_plot: false
|
|
negative_plot: false
|
|
line_width: 0.01
|
|
layers:
|
|
- layer: F.Cu
|
|
suffix: F_Cu
|
|
- layer: F.SilkS
|
|
suffix: F_Silks
|
|
|
|
- name: PDF_bottom
|
|
comment: "PDF files for bottom layer"
|
|
type: pdf
|
|
dir: PDF
|
|
options:
|
|
exclude_edge_layer: false
|
|
# PDF options
|
|
drill_marks: full
|
|
mirror_plot: true
|
|
negative_plot: true
|
|
line_width: 0.01
|
|
layers:
|
|
- layer: B.Cu
|
|
suffix: B_Cu
|
|
- layer: B.SilkS
|
|
suffix: B_Silks
|