diff options
| author | tslil clingman <tslil@posteo.de> | 2022-09-28 00:12:11 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-09-28 00:20:29 +0200 |
| commit | 785fa20b4e4a5372857f6f033b9d478685460cea (patch) | |
| tree | df5ef4b2a3ead571a7de84c1bb2395917b5f4fee /fpkb_v2/gerber/fpkbdv2-job.gbrjob | |
| parent | c4e7a97fd7efecdb85f362f04434ea8470a1927f (diff) | |
Throwing in kicad stuff
Diffstat (limited to 'fpkb_v2/gerber/fpkbdv2-job.gbrjob')
| -rw-r--r-- | fpkb_v2/gerber/fpkbdv2-job.gbrjob | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/fpkb_v2/gerber/fpkbdv2-job.gbrjob b/fpkb_v2/gerber/fpkbdv2-job.gbrjob new file mode 100644 index 0000000..47c1568 --- /dev/null +++ b/fpkb_v2/gerber/fpkbdv2-job.gbrjob @@ -0,0 +1,122 @@ +{ + "Header": { + "GenerationSoftware": { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "(6.0.7)" + }, + "CreationDate": "2022-09-18T10:35:53+02:00" + }, + "GeneralSpecs": { + "ProjectId": { + "Name": "fpkbdv2", + "GUID": "66706b62-6476-4322-9e6b-696361645f70", + "Revision": "v1.0.0" + }, + "Size": { + "X": 121.6464, + "Y": 98.7985 + }, + "LayerNumber": 2, + "BoardThickness": 1.6, + "Finish": "None" + }, + "DesignRules": [ + { + "Layers": "Outer", + "PadToPad": 0.0, + "PadToTrack": 0.0, + "TrackToTrack": 0.2, + "MinLineWidth": 0.25, + "TrackToRegion": 0.508, + "RegionToRegion": 0.508 + } + ], + "FilesAttributes": [ + { + "Path": "fpkbdv2-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-B_Cu.gbr", + "FileFunction": "Copper,L2,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-F_Silkscreen.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-B_Silkscreen.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkbdv2-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "fpkbdv2-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "fpkbdv2-Edge_Cuts.gbr", + "FileFunction": "Profile", + "FilePolarity": "Positive" + } + ], + "MaterialStackup": [ + { + "Type": "Legend", + "Name": "Top Silk Screen" + }, + { + "Type": "SolderPaste", + "Name": "Top Solder Paste" + }, + { + "Type": "SolderMask", + "Name": "Top Solder Mask" + }, + { + "Type": "Copper", + "Name": "F.Cu" + }, + { + "Type": "Dielectric", + "Material": "FR4", + "Name": "F.Cu/B.Cu", + "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" + }, + { + "Type": "Copper", + "Name": "B.Cu" + }, + { + "Type": "SolderMask", + "Name": "Bottom Solder Mask" + }, + { + "Type": "SolderPaste", + "Name": "Bottom Solder Paste" + }, + { + "Type": "Legend", + "Name": "Bottom Silk Screen" + } + ] +} |
