source: sub-d_terminal/gerber/sub-d_terminal-job.gbrjob@ 27

Last change on this file since 27 was 15, checked in by f.jahn, 2 years ago

Einschaltstrombegrenzung und D-SUB Adapter hinzugefügt

File size: 2.3 KB
Line 
1{
2 "Header": {
3 "GenerationSoftware": {
4 "Vendor": "KiCad",
5 "Application": "Pcbnew",
6 "Version": "7.0.2"
7 },
8 "CreationDate": "2023-11-13T10:32:36+01:00"
9 },
10 "GeneralSpecs": {
11 "ProjectId": {
12 "Name": "sub-d_terminal",
13 "GUID": "7375622d-645f-4746-9572-6d696e616c2e",
14 "Revision": "rev?"
15 },
16 "Size": {
17 "X": 32.0,
18 "Y": 34.6
19 },
20 "LayerNumber": 2,
21 "BoardThickness": 1.6,
22 "Finish": "None"
23 },
24 "DesignRules": [
25 {
26 "Layers": "Outer",
27 "PadToPad": 0.2,
28 "PadToTrack": 0.2,
29 "TrackToTrack": 0.2,
30 "MinLineWidth": 0.6,
31 "TrackToRegion": 0.5,
32 "RegionToRegion": 0.5
33 }
34 ],
35 "FilesAttributes": [
36 {
37 "Path": "sub-d_terminal-B_Cu.gbr",
38 "FileFunction": "Copper,L2,Bot",
39 "FilePolarity": "Positive"
40 },
41 {
42 "Path": "sub-d_terminal-B_Paste.gbr",
43 "FileFunction": "SolderPaste,Bot",
44 "FilePolarity": "Positive"
45 },
46 {
47 "Path": "sub-d_terminal-B_Silkscreen.gbr",
48 "FileFunction": "Legend,Bot",
49 "FilePolarity": "Positive"
50 },
51 {
52 "Path": "sub-d_terminal-B_Mask.gbr",
53 "FileFunction": "SolderMask,Bot",
54 "FilePolarity": "Negative"
55 },
56 {
57 "Path": "sub-d_terminal-Edge_Cuts.gbr",
58 "FileFunction": "Profile",
59 "FilePolarity": "Positive"
60 }
61 ],
62 "MaterialStackup": [
63 {
64 "Type": "Legend",
65 "Name": "Top Silk Screen"
66 },
67 {
68 "Type": "SolderPaste",
69 "Name": "Top Solder Paste"
70 },
71 {
72 "Type": "SolderMask",
73 "Thickness": 0.01,
74 "Name": "Top Solder Mask"
75 },
76 {
77 "Type": "Copper",
78 "Thickness": 0.035,
79 "Name": "F.Cu"
80 },
81 {
82 "Type": "Dielectric",
83 "Thickness": 1.51,
84 "Material": "FR4",
85 "Name": "F.Cu/B.Cu",
86 "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
87 },
88 {
89 "Type": "Copper",
90 "Thickness": 0.035,
91 "Name": "B.Cu"
92 },
93 {
94 "Type": "SolderMask",
95 "Thickness": 0.01,
96 "Name": "Bottom Solder Mask"
97 },
98 {
99 "Type": "SolderPaste",
100 "Name": "Bottom Solder Paste"
101 },
102 {
103 "Type": "Legend",
104 "Name": "Bottom Silk Screen"
105 }
106 ]
107}
Note: See TracBrowser for help on using the repository browser.