-
Notifications
You must be signed in to change notification settings - Fork 61
/
.kiplot.edge_cuts.yml
60 lines (53 loc) · 1.33 KB
/
.kiplot.edge_cuts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Adapted from example KiPlot config file
# at `tools/kiplot/docs/samples/generic_plot.kiplot.yaml`
kiplot:
version: 1
preflight:
# one day....
check_zone_fills: false
run_drc: false
outputs:
- name: DXF
comment: "DXF Edge Cuts files"
type: dxf
dir: .
options:
exclude_edge_layer: true
exclude_pads_from_silkscreen: true
use_aux_axis_as_origin: false
plot_sheet_reference: false
plot_footprint_refs: false
plot_footprint_values: false
force_plot_invisible_refs_vals: false
tent_vias: false
check_zone_fills: false
# PS options
drill_marks: full
sketch_plot: false
use_aux_axis_as_origin: false
polygon_mode: false
layers:
- layer: Edge.Cuts
suffix: Edge_Cuts
- name: SVG
comment: "SVG files"
type: svg
dir: .
options:
exclude_edge_layer: true
exclude_pads_from_silkscreen: true
use_aux_axis_as_origin: false
plot_sheet_reference: false
plot_footprint_refs: false
plot_footprint_values: false
force_plot_invisible_refs_vals: false
tent_vias: false
check_zone_fills: false
# SVG options
line_width: 0.1
drill_marks: full
mirror_plot: false
negative_plot: false
layers:
- layer: Edge.Cuts
suffix: Edge_Cuts