-
Notifications
You must be signed in to change notification settings - Fork 0
/
kibot.yml
102 lines (90 loc) · 1.97 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
101
102
kibot:
version: 1
preflight:
run_erc: false
run_drc: false
check_zone_fills: 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_pcb'
comment: "Print Layers to PDF"
type: pcb_print
dir: .
options:
force_edge_cuts: true
pages:
- layers: [F.Cu, F.Silkscreen, User.1]
- layers: [B.Cu, B.Silkscreen, User.1]
mirror: true
- 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_top
comment: "3D top view"
type: render_3d
dir: 3D
output_id: 3Dtop
options:
ray_tracing: true
view: top
rotate_x: 3
rotate_z: -1
- name: basic_render_3d_bottom
comment: "3D bottom view"
type: render_3d
dir: 3D
output_id: 3Dbottom
options:
ray_tracing: true
view: bottom
rotate_x: 3
rotate_z: 1
- name: navigate_results
comment: "Navigate Results"
type: navigate_results
options:
link_from_root: index.html