source: Einschaltstrombegrenzung/Gerber/Einschaltstrombegrenzung-job.gbrjob@ 26

Last change on this file since 26 was 15, checked in by f.jahn, 23 months ago

Einschaltstrombegrenzung und D-SUB Adapter hinzugefügt

File size: 2.8 KB
Line 
1{
2 "Header": {
3 "GenerationSoftware": {
4 "Vendor": "KiCad",
5 "Application": "Pcbnew",
6 "Version": "7.0.2"
7 },
8 "CreationDate": "2023-05-13T17:25:18+02:00"
9 },
10 "GeneralSpecs": {
11 "ProjectId": {
12 "Name": "Einschaltstrombegrenzung",
13 "GUID": "45696e73-6368-4616-9c74-7374726f6d62",
14 "Revision": "rev?"
15 },
16 "Size": {
17 "X": 20.42,
18 "Y": 53.44
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.25,
31 "TrackToRegion": 0.5,
32 "RegionToRegion": 0.5
33 }
34 ],
35 "FilesAttributes": [
36 {
37 "Path": "Einschaltstrombegrenzung-F_Cu.gbr",
38 "FileFunction": "Copper,L1,Top",
39 "FilePolarity": "Positive"
40 },
41 {
42 "Path": "Einschaltstrombegrenzung-B_Cu.gbr",
43 "FileFunction": "Copper,L2,Bot",
44 "FilePolarity": "Positive"
45 },
46 {
47 "Path": "Einschaltstrombegrenzung-F_Paste.gbr",
48 "FileFunction": "SolderPaste,Top",
49 "FilePolarity": "Positive"
50 },
51 {
52 "Path": "Einschaltstrombegrenzung-B_Paste.gbr",
53 "FileFunction": "SolderPaste,Bot",
54 "FilePolarity": "Positive"
55 },
56 {
57 "Path": "Einschaltstrombegrenzung-F_Silkscreen.gbr",
58 "FileFunction": "Legend,Top",
59 "FilePolarity": "Positive"
60 },
61 {
62 "Path": "Einschaltstrombegrenzung-B_Silkscreen.gbr",
63 "FileFunction": "Legend,Bot",
64 "FilePolarity": "Positive"
65 },
66 {
67 "Path": "Einschaltstrombegrenzung-F_Mask.gbr",
68 "FileFunction": "SolderMask,Top",
69 "FilePolarity": "Negative"
70 },
71 {
72 "Path": "Einschaltstrombegrenzung-B_Mask.gbr",
73 "FileFunction": "SolderMask,Bot",
74 "FilePolarity": "Negative"
75 },
76 {
77 "Path": "Einschaltstrombegrenzung-Edge_Cuts.gbr",
78 "FileFunction": "Profile",
79 "FilePolarity": "Positive"
80 }
81 ],
82 "MaterialStackup": [
83 {
84 "Type": "Legend",
85 "Name": "Top Silk Screen"
86 },
87 {
88 "Type": "SolderPaste",
89 "Name": "Top Solder Paste"
90 },
91 {
92 "Type": "SolderMask",
93 "Name": "Top Solder Mask"
94 },
95 {
96 "Type": "Copper",
97 "Name": "F.Cu"
98 },
99 {
100 "Type": "Dielectric",
101 "Material": "FR4",
102 "Name": "F.Cu/B.Cu",
103 "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
104 },
105 {
106 "Type": "Copper",
107 "Name": "B.Cu"
108 },
109 {
110 "Type": "SolderMask",
111 "Name": "Bottom Solder Mask"
112 },
113 {
114 "Type": "SolderPaste",
115 "Name": "Bottom Solder Paste"
116 },
117 {
118 "Type": "Legend",
119 "Name": "Bottom Silk Screen"
120 }
121 ]
122}
Note: See TracBrowser for help on using the repository browser.