This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
filenames-by-cad.json
149 lines (149 loc) · 6.53 KB
/
filenames-by-cad.json
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
[
{
"cad": "kicad",
"files": [
{ "name": "OutlineBoard-F_Cu.gbr", "type": "tcu" },
{ "name": "OutlineBoard-F.Cu.gbr", "type": "tcu" },
{ "name": "OutlineBoard-F.Cu.gtl", "type": "tcu" },
{ "name": "OutlineBoard-F_Mask.gbr", "type": "tsm" },
{ "name": "OutlineBoard-F.Mask.gbr", "type": "tsm" },
{ "name": "OutlineBoard-F.Mask.gts", "type": "tsm" },
{ "name": "OutlineBoard-F_SilkS.gbr", "type": "tss" },
{ "name": "OutlineBoard-F.SilkS.gbr", "type": "tss" },
{ "name": "OutlineBoard-F.SilkS.gto", "type": "tss" },
{ "name": "OutlineBoard-F_Paste.gbr", "type": "tsp" },
{ "name": "OutlineBoard-F.Paste.gbr", "type": "tsp" },
{ "name": "OutlineBoard-F.Paste.gtp", "type": "tsp" },
{ "name": "OutlineBoard-B_Cu.gbr", "type": "bcu" },
{ "name": "OutlineBoard-B.Cu.gbr", "type": "bcu" },
{ "name": "OutlineBoard-B_Mask.gbr", "type": "bsm" },
{ "name": "OutlineBoard-B.Mask.gbr", "type": "bsm" },
{ "name": "OutlineBoard-B.Mask.gbs", "type": "bsm" },
{ "name": "OutlineBoard-B_SilkS.gbr", "type": "bss" },
{ "name": "OutlineBoard-B.SilkS.gbr", "type": "bss" },
{ "name": "OutlineBoard-B.SilkS.gbo", "type": "bss" },
{ "name": "OutlineBoard-B_Paste.gbr", "type": "bsp" },
{ "name": "OutlineBoard-B.Paste.gbr", "type": "bsp" },
{ "name": "OutlineBoard-B.Paste.gbp", "type": "bsp" },
{ "name": "OutlineBoard-In1_Cu.gbr", "type": "icu" },
{ "name": "OutlineBoard-Inner1.Cu.gbr", "type": "icu" },
{ "name": "OutlineBoard-Inner1.Cu.g3", "type": "icu" },
{ "name": "OutlineBoard-Edge_Cuts.gbr", "type": "out" },
{ "name": "OutlineBoard-Edge.Cuts.gbr", "type": "out" },
{ "name": "OutlineBoard-Edge.Cuts.gm1", "type": "out" },
{ "name": "OutlineBoard.drl", "type": "drl" },
{ "name": "OutlineBoard-NPTH.drl", "type": "drl" },
{ "name": "OutlineBoard-top.pos", "type": "drw" },
{ "name": "OutlineBoard-bottom.pos", "type": "drw" }
]
},
{
"cad": "eagle",
"files": [
{ "name": "board.CMP", "type": "tcu" },
{ "name": "board.top", "type": "tcu" },
{ "name": "board.STC", "type": "tsm" },
{ "name": "board.tsm", "type": "tsm" },
{ "name": "board.PLC", "type": "tss" },
{ "name": "board.tsk", "type": "tss" },
{ "name": "board.CRC", "type": "tsp" },
{ "name": "board.tsp", "type": "tsp" },
{ "name": "board.SOL", "type": "bcu" },
{ "name": "board.bot", "type": "bcu" },
{ "name": "board.STS", "type": "bsm" },
{ "name": "board.bsm", "type": "bsm" },
{ "name": "board.PLS", "type": "bss" },
{ "name": "board.bsk", "type": "bss" },
{ "name": "board.CRS", "type": "bsp" },
{ "name": "board.bsp", "type": "bsp" },
{ "name": "board.LY2", "type": "icu" },
{ "name": "board.ly3", "type": "icu" },
{ "name": "board.DIM", "type": "out" },
{ "name": "board.mil", "type": "out" },
{ "name": "board.gml", "type": "out" },
{ "name": "board.TXT", "type": "drl" },
{ "name": "board.xln", "type": "drl" },
{ "name": "board.exc", "type": "drl" },
{ "name": "board.drd", "type": "drl" }
]
},
{
"cad": "altium",
"files": [
{ "name": "board.gtl", "type": "tcu" },
{ "name": "board.gts", "type": "tsm" },
{ "name": "board.gto", "type": "tss" },
{ "name": "board.gtp", "type": "tsp" },
{ "name": "board.gbl", "type": "bcu" },
{ "name": "board.gbs", "type": "bsm" },
{ "name": "board.gbo", "type": "bss" },
{ "name": "board.gbp", "type": "bsp" },
{ "name": "board.g1", "type": "icu" },
{ "name": "board.gm3", "type": "out" },
{ "name": "board.gko", "type": "out" },
{ "name": "board.txt", "type": "drl" }
]
},
{
"cad": "orcad",
"files": [
{ "name": "board.TOP", "type": "tcu" },
{ "name": "board.SMT", "type": "tsm" },
{ "name": "board.SST", "type": "tss" },
{ "name": "board.SPT", "type": "tsp" },
{ "name": "board.BOT", "type": "bcu" },
{ "name": "board.SMB", "type": "bsm" },
{ "name": "board.SSB", "type": "bss" },
{ "name": "board.SPB", "type": "bsp" },
{ "name": "board.IN1", "type": "icu" },
{ "name": "board.FAB", "type": "out" },
{ "name": "board.npt", "type": "drl" },
{ "name": "board.TAP", "type": "drl" }
]
},
{
"cad": "geda-pcb",
"files": [
{ "name": "board.bottom.gbr", "type": "bcu" },
{ "name": "board.bottommask.gbr", "type": "bsm" },
{ "name": "board.bottomsilk.gbr", "type": "bss" },
{ "name": "board.fab.gbr", "type": "drl" },
{ "name": "board.plated-drill.cnc", "type": "drl" },
{ "name": "board.outline.gbr", "type": "out" },
{ "name": "board.top.gbr", "type": "tcu" },
{ "name": "board.topmask.gbr", "type": "tsm" },
{ "name": "board.toppaste.gbr", "type": "tsp" },
{ "name": "board.topsilk.gbr", "type": "tss" }
]
},
{
"cad": "eagle-oshpark",
"files": [
{"name": "board-name.boardoutline.ger", "type": "out"},
{"name": "board-name.bottomlayer.ger", "type": "bcu"},
{"name": "board-name.bottomsilkscreen.ger", "type": "bss"},
{"name": "board-name.bottomsoldermask.ger", "type": "bsm"},
{"name": "board-name.bcream.ger", "type": "bsp"},
{"name": "board-name.drills.xln", "type": "drl"},
{"name": "board-name.internalplane1.ger", "type": "icu"},
{"name": "board-name.internalplane2.ger", "type": "icu"},
{"name": "board-name.toplayer.ger", "type": "tcu"},
{"name": "board-name.topsilkscreen.ger", "type": "tss"},
{"name": "board-name.topsoldermask.ger", "type": "tsm"},
{"name": "board-name.tcream.ger", "type": "tsp"}
]
},
{
"cad": "proteus",
"files": [
{"name": "board-name CADCAM Bottom Copper.TXT", "type": "bcu"},
{"name": "board-name CADCAM Bottom Silk Screen.TXT", "type": "bss"},
{"name": "board-name CADCAM Bottom Solder Resist.TXT", "type": "bsm"},
{"name": "board-name CADCAM Drill.TXT", "type": "drl"},
{"name": "board-name CADCAM Mechanical 1.TXT", "type": "out"},
{"name": "board-name CADCAM Top Copper.TXT", "type": "tcu"},
{"name": "board-name CADCAM Top Silk Screen.TXT", "type": "tss"},
{"name": "board-name CADCAM Top Solder Resist.TXT", "type": "tsm"}
]
}
]