-
Notifications
You must be signed in to change notification settings - Fork 0
/
kibot.yml
100 lines (88 loc) · 1.91 KB
/
kibot.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
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
kibot:
version: 1
preflight:
run_erc: true
run_drc: true
check_zone_fills: false
ignore_unconnected: false
set_text_variables:
- variable: "VERSION"
command: git rev-parse --short HEAD
- variable: "DATE"
command: git log -1 --format='%as' -- "$KIBOT_PCB_NAME"
global:
output: '%f-%i.%x'
filters:
- name: 'exclude_any'
type: 'generic'
comment: 'Exclude logos, testpoints, fiducials and power'
exclude_any:
- column: Reference
regex: '^(G|#|TP|F).*'
outputs:
- name: 'print_sch'
comment: "Print schematic (PDF)"
type: pdf_sch_print
dir: .
- name: 'print_front'
comment: "Print F.Cu"
type: pdf_pcb_print
dir: .
layers:
- layer: F.Cu
- layer: F.Silkscreen
- layer: Edge.Cuts
- layer: User.1
- name: 'print_bottom'
comment: "Print B.Cu"
type: pdf_pcb_print
dir: .
layers:
- layer: B.Cu
- layer: B.Silkscreen
- layer: Edge.Cuts
- layer: User.1
- name: 'interactive_bom'
comment: "Interactive Bill of Materials (HTML)"
type: ibom
dir: BoM
options:
blacklist: 'DNF*'
- name: pcb_top
comment: "PCB render top"
type: pcbdraw
dir: PCB
options:
format: jpg
show_components: none
dpi: 600
- name: pcb_bot
comment: "PCB render bottom"
type: pcbdraw
dir: PCB
options:
format: jpg
bottom: True
show_components: none
dpi: 600
- name: step
comment: "Generate 3D model (STEP)"
type: step
dir: 3D
options:
metric_units: true
origin: grid
- name: basic_render_3d_30deg
comment: "3D view from 30 degrees"
type: render_3d
dir: 3D
output_id: 30deg
options:
ray_tracing: true
rotate_x: 3
rotate_z: -2
- name: navigate_results
comment: "Navigate Results"
type: navigate_results
options:
link_from_root: index.html