-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalvos.kibot.yml
More file actions
114 lines (103 loc) · 3.1 KB
/
Copy pathgalvos.kibot.yml
File metadata and controls
114 lines (103 loc) · 3.1 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
kibot:
version: 1
global:
out_dir: Output
filters:
- name: 'exclude_virtual'
comment: 'Exclude virtual components like logos and test points from the BOM'
type: generic
exclude_virtual: true
outputs:
# 1. GERBER FILES (PCBWay compliant)
- name: 'PCBWay_Gerbers'
comment: 'Gerber layers for fabrication'
type: gerber
dir: 'PCBWay_Project/Gerber'
options:
exclude_edge_layer: false
use_aux_axis_as_origin: true
plot_footprint_values: true
plot_footprint_refs: true
use_gerber_x2_attributes: false
layers:
- F.Cu
- B.Cu
- F.Paste
- B.Paste
- F.Silkscreen
- B.Silkscreen
- F.Mask
- B.Mask
- Edge.Cuts
# 2. DRILL FILES (PCBWay compliant)
- name: 'PCBWay_Drills'
comment: 'Excellon drill files'
type: excellon
dir: 'PCBWay_Project/Gerber'
options:
metric_units: true # FIX: was metric_format: 'mm' (invalid key)
use_aux_axis_as_origin: true
minimal_header: false
# 3. PICK AND PLACE FILES (For SMT Assembly)
- name: 'PCBWay_Pick_and_Place'
comment: 'Component placement coordinates for assembly'
type: position
dir: 'PCBWay_Project/Assembly'
options:
format: CSV
units: millimeters # FIX: was 'mm' (invalid value; valid: millimeters/inches/mils)
separate_files_for_front_and_back: true
# 4. BILL OF MATERIALS (For SMT Assembly)
- name: 'PCBWay_BOM'
comment: 'Bill of Materials in CSV format'
type: bom
dir: 'PCBWay_Project/Assembly'
options:
dnf_filter: 'exclude_virtual' # FIX: filter moved into options; was top-level (invalid)
columns: # FIX: removed format: CSV (not a valid bom option key)
- Row
- Description
- References
- Quantity Per PCB
- Value
- Footprint
# 5. INTERACTIVE HTML BOM (For manual inspection and hand-soldering)
- name: 'Interactive_BOM'
comment: 'Interactive HTML page for visual part tracking'
type: ibom
dir: 'Documentation/HTML_BOM'
# 6. PCB DOCUMENTATION PDF (Multi-layer Board layout)
- name: 'PCB_Layout_PDF'
comment: 'Generates a PDF containing selected PCB layers'
type: pdf_pcb_print
dir: 'Documentation'
options:
scaling: 1.0
separate_pages: true
layers:
- layer: F.Cu
- layer: B.Cu
- layer: F.Silkscreen
- layer: B.Silkscreen
- layer: Edge.Cuts
# 7. HIGH-RESOLUTION BOARD IMAGES (2D Renders)
- name: 'Board_Images_2D'
comment: 'Generates photorealistic PNG images of the board layers'
type: pcbdraw
dir: 'Documentation/Images'
options:
format: png
dpi: 300
show_components: 'none' # FIX: quoted string; unquoted 'none' parses as YAML null
# 8. AUTOMATED ZIP PACKAGING
- name: 'PCBWay_Upload_Zip'
comment: 'Creates a clean zip archive containing only the fabrication files'
type: compress
dir: 'PCBWay_Project'
options:
format: ZIP
files:
- from_output: PCBWay_Gerbers
dest: /
- from_output: PCBWay_Drills
dest: /