-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkibot-fab.yml
More file actions
75 lines (67 loc) · 1.28 KB
/
kibot-fab.yml
File metadata and controls
75 lines (67 loc) · 1.28 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
kibot:
version: 1
global:
out_dir: output
preflight:
check_zone_fills: true
erc: false
drc: false
outputs:
- name: Info
type: info
- name: Report
type: report
- name: BoM
type: bom
options:
format: 'CSV'
csv:
quote_all: true
hide_pcb_info: true
hide_stats_info: true
columns:
- Row
- Quantity Per PCB
- References
- Manufacturer Part Number
- Manufacturer
- Value
- Footprint
- Description
group_fields: ['MPN']
parse_value: false
normalize_values: false
# include test points, which are actual components
exclude_filter: ''
- name: 'print_sch'
type: pdf_sch_print
- name: 'gerbers'
type: gerber
dir: gerber
options:
exclude_edge_layer: false
plot_sheet_reference: true
layers:
- 'copper'
- 'technical'
- 'user'
- name: 'd356'
type: netlist
dir: gerber
options:
format: "ipc"
- name: drill
type: excellon
dir: gerber
- name: position
type: position
dir: gerber
- name: STEP
type: export_3d
dir: 3D
options:
format: "step"
- name: navigate
type: navigate_results
options:
link_from_root: "index.html"