-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.kibot.yaml
61 lines (52 loc) · 1.13 KB
/
output.kibot.yaml
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
kibot:
version: 1
globals:
resources_dir: Fabrication
field_lcsc_part: LCSC
import:
- file: JLCPCB_stencil
# - file: 3DRender_top
# - file: 3DRender_top_straight
# - file: 3DRender_bottom
# - file: 3DRender_bottom_straight
outputs:
- name: 'ibom'
comment: 'Interactive Bill of Materials'
type: ibom
- name: 'bom'
comment: 'Bill of Materials'
type: bom
options:
csv:
hide_pcb_info: true
hide_stats_info: true
format: CSV
- name: 'html_bom'
comment: 'HTML BOM'
type: bom
options:
html:
title: 'Index MOBO Bill of Materials'
lcsc_link: 'LCSC'
- name: "SchPrint"
comment: "Print schematic PDF"
type: pdf_sch_print
options:
color_theme: dracula
background_color: true
- name: 'step_file'
comment: 'STEP file generation'
type: step
- name: "pcbdraw_top"
comment: "PCB pics top"
type: pcbdraw
options:
format: png
show_components: all
- name: "pcbdraw_bottom"
comment: "PCB pics bottom"
type: pcbdraw
options:
bottom: true
format: png
show_components: all