From 84407fe580156dc12f4792c08ee42d70df6c4427 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 19 Jan 2021 10:53:07 -0600 Subject: restructure repository --- analog-driver/Analog PR Controller-job.gbrjob | 126 ++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 analog-driver/Analog PR Controller-job.gbrjob (limited to 'analog-driver/Analog PR Controller-job.gbrjob') diff --git a/analog-driver/Analog PR Controller-job.gbrjob b/analog-driver/Analog PR Controller-job.gbrjob new file mode 100644 index 0000000..354d582 --- /dev/null +++ b/analog-driver/Analog PR Controller-job.gbrjob @@ -0,0 +1,126 @@ +{ + "Header": + { + "GenerationSoftware": + { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "(5.1.8-0-10_14)" + }, + "CreationDate": "2020-11-17T17:45:14-06:00" + }, + "GeneralSpecs": + { + "ProjectId": + { + "Name": "Analog PR Controller", + "GUID": "416e616c-6f67-4205-9052-20436f6e7472", + "Revision": "rev?" + }, + "Size": + { + "X": 78.790, + "Y": 22.275 + }, + "LayerNumber": 2, + "BoardThickness": 1.600 + }, + "DesignRules": + [ + { + "Layers": "Outer", + "PadToPad": 0.200, + "PadToTrack": 0.200, + "TrackToTrack": 0.200, + "MinLineWidth": 0.381 + } + ], + "FilesAttributes": + [ + { + "Path": "Analog PR Controller-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-B_Cu.gbr", + "FileFunction": "Copper,L2,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-F_SilkS.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-B_SilkS.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Analog PR Controller-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "Analog PR Controller-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "Analog PR Controller-Edge_Cuts.gbr", + "FileFunction": "Profile", + "FilePolarity": "Positive" + } + ], + "MaterialStackup": + [ + { + "Type": "Legend", + "Notes": "Layer F.SilkS" + }, + { + "Type": "SolderPaste", + "Notes": "Layer F.Paste" + }, + { + "Type": "SolderMask", + "Notes": "Layer F.Mask" + }, + { + "Type": "Copper", + "Notes": "Layer F.Cu" + }, + { + "Type": "Dielectric", + "Material": "FR4", + "Notes": "Layers L1/L2" + }, + { + "Type": "Copper", + "Notes": "Layer B.Cu" + }, + { + "Type": "SolderMask", + "Notes": "Layer B.Mask" + }, + { + "Type": "SolderPaste", + "Notes": "Layer B.Paste" + }, + { + "Type": "Legend", + "Notes": "Layer B.SilkS" + } + ] +} -- cgit v1.2.3