forked from opulo-inc/lumenpnp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.yaml
More file actions
148 lines (135 loc) · 3.14 KB
/
Copy pathtest.yaml
File metadata and controls
148 lines (135 loc) · 3.14 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Example KiPlot config file
kibot:
version: 1
preflight:
run_erc: true
update_xml: true
run_drc: false
check_zone_fills: true
ignore_unconnected: false
pcb_replace:
replace_tags:
- tag: 'version'
text: 'testje'
outputs:
- name: 'ibom'
comment: 'Interactive Bill of Materials'
type: ibom
dir: Bill of materials
- name: 'bom'
comment: 'Bill of Materials'
type: bom
dir: Bill of materials
options:
format: XLSX
columns:
- Quantity Per PCB
- Value
- Footprint
- Manufacturer
- Partnumber
xlsx:
col_colors: false
logo: false
- name: 'print_sch'
comment: "Print schematic (PDF)"
type: pdf_sch_print
dir: Schematic
options:
output: Schematic.pdf
- name: 'print_front'
comment: "Print F.Cu+Dwgs.User"
type: pdf_pcb_print
dir: Layout
options:
output_name: Layout.pdf
separated: true
layers:
- layer: F.Cu
description: 'Front Copper'
- layer: In1.Cu
description: 'Layer 2'
- layer: In2.Cu
description: 'Layer 3'
- layer: B.Cu
description: 'Back Copper'
- layer: F.SilkS
description: 'Front Silk'
- layer: B.SilkS
description: 'Rear Silk'
- name: 'gerbers'
comment: "Gerbers for the board house"
type: gerber
dir: Gerbers
options:
# generic layer options
exclude_edge_layer: true
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
# gerber options
line_width: 0.1
subtract_mask_from_silk: false
use_protel_extensions: false
gerber_precision: 4.6
create_gerber_job_file: false
use_gerber_x2_attributes: false
use_gerber_net_attributes: false
#output: ".gbr"
layers:
- layer: F.Cu
suffix: F_Cu
- layer: In1.Cu
suffix: In1_Cu
- layer: In2.Cu
suffix: In2_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
- name: 'drill_file'
comment: 'Drill file for Board House'
type: excellon
dir: Gerbers
options:
metric_units: false
pth_and_npth_single_file: true
- name: board_top
comment: "Top layer view"
type: pcbdraw
dir: Renders
options:
format: png
- name: board_bottom
comment: "Bottom layer view"
type: pcbdraw
dir: Renders
options:
format: png
bottom: true
- name: 'pick_and_place_file'
comment: 'Pick and Place Location File'
type: position
dir: Pick and place
options:
format: CSV
- name: 'step_file'
comment: 'STEP file generation'
type: step
dir: Renders