34 lines
677 B
YAML
34 lines
677 B
YAML
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: postscript
|
|
comment: "Postscript files"
|
|
type: ps
|
|
dir: PS
|
|
layers: &copper_and_cmts
|
|
- copper
|
|
- 'Cmts.User'
|
|
|
|
- name: SVG
|
|
comment: "SVG files"
|
|
type: svg
|
|
dir: SVG
|
|
options:
|
|
exclude_edge_layer: false
|
|
exclude_pads_from_silkscreen: false
|
|
use_aux_axis_as_origin: false
|
|
plot_sheet_reference: false
|
|
plot_footprint_refs: true
|
|
plot_footprint_values: true
|
|
force_plot_invisible_refs_vals: false
|
|
tent_vias: true
|
|
|
|
# SVG options
|
|
line_width: 0.25
|
|
drill_marks: full
|
|
mirror_plot: true
|
|
negative_plot: true
|
|
layers: *copper_and_cmts
|
|
|