-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy path.kiplot.yml
77 lines (67 loc) · 1.67 KB
/
.kiplot.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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: 'gerbers'
comment: "Gerbers for the board house"
type: gerber
dir: .
options:
# generic layer options
exclude_edge_layer: true
exclude_pads_from_silkscreen: true
use_aux_axis_as_origin: false
plot_sheet_reference: false
plot_footprint_refs: true
plot_footprint_values: false
force_plot_invisible_refs_vals: false
tent_vias: true
check_zone_fills: true
# gerber options
line_width: 0.1
subtract_mask_from_silk: false
use_protel_extensions: false
gerber_precision: 4.6
create_gerber_job_file: true
use_gerber_x2_attributes: false
use_gerber_net_attributes: false
layers:
- layer: F.Cu
suffix: F_Cu
- layer: B.Cu
suffix: B_Cu
- layer: F.SilkS
suffix: F_SilkS
- layer: B.SilkS
suffix: B_SilkS
- layer: F.Mask
suffix: F_Mask
- layer: B.Mask
suffix: B_Mask
- layer: F.Paste
suffix: F_Paste
- layer: B.Paste
suffix: B_Paste
- layer: Edge.Cuts
suffix: Edge_Cuts
- layer: F.Fab
suffix: F_Fab
- layer: B.Fab
suffix: B_Fab
- name: excellon_drill
comment: "Excellon drill files"
type: excellon
dir: .
options:
metric_units: true
pth_and_npth_single_file: false
use_aux_axis_as_origin: false
minimal_header: false
mirror_y_axis: false
map:
type: 'gerber'