forked from ali1234/kifab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.fab
96 lines (83 loc) · 1.78 KB
/
example.fab
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
plots:
- comment: Top Copper
layers:
- id: F_Cu
- comment: Bottom Copper
layers:
- id: B_Cu
- comment: Top Silk
layers:
- id: F_SilkS
- comment: Bottom Silk
layers:
- id: B_SilkS
- comment: Top Mask
layers:
- id: F_Mask
- comment: Bottom Mask
layers:
- id: B_Mask
- comment: Top Paste
layers:
- id: F_Paste
- comment: Bottom Paste
layers:
- id: B_Paste
- comment: Mechanical
extension: .gml
layers:
- id: Edge_Cuts
- comment: Top Render
format: PLOT_FORMAT_SVG
suffix: top
aux_origin: False
layers:
- id: Edge_Cuts
- id: F_Cu
colour: [0.7, 0.7, 0.7, 1.0]
- id: F_Mask
colour: [1.0, 0.0, 0.0, 0.5]
- id: F_SilkS
colour: [1.0, 1.0, 1.0, 1.0]
- id: Dwgs_User
- comment: Bottom Render
format: PLOT_FORMAT_SVG
suffix: bottom
mirror: True
aux_origin: False
layers:
- id: Edge_Cuts
- id: B_Cu
colour: [0.7, 0.7, 0.7, 1.0]
- id: B_Mask
colour: [1.0, 0.0, 0.0, 0.5]
- id: B_SilkS
colour: [1.0, 1.0, 1.0, 1.0]
- comment: Top Render
format: PLOT_FORMAT_PDF
suffix: top
aux_origin: False
layers:
- id: Edge_Cuts
- id: F_Cu
colour: [0.7, 0.7, 0.7, 1.0]
- id: F_Mask
colour: [1.0, 0.0, 0.0, 0.5]
- id: F_SilkS
colour: [1.0, 1.0, 1.0, 1.0]
- id: Dwgs_User
- comment: Bottom Render
format: PLOT_FORMAT_PDF
suffix: bottom
mirror: True
aux_origin: False
layers:
- id: Edge_Cuts
- id: B_Cu
colour: [0.7, 0.7, 0.7, 1.0]
- id: B_Mask
colour: [1.0, 0.0, 0.0, 0.5]
- id: B_SilkS
colour: [1.0, 1.0, 1.0, 1.0]
drill:
merge_npth: False