From 11424e61e0315c527d740a2c19b01d88b3a6c7f0 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 17 Feb 2024 19:04:54 -0500 Subject: Initial commit for rev 1 board. --- out/rbus-adat-job.gbrjob | 122 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 out/rbus-adat-job.gbrjob (limited to 'out/rbus-adat-job.gbrjob') diff --git a/out/rbus-adat-job.gbrjob b/out/rbus-adat-job.gbrjob new file mode 100644 index 0000000..b7cccdc --- /dev/null +++ b/out/rbus-adat-job.gbrjob @@ -0,0 +1,122 @@ +{ + "Header": { + "GenerationSoftware": { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "7.0.10" + }, + "CreationDate": "2024-02-17T01:46:53-05:00" + }, + "GeneralSpecs": { + "ProjectId": { + "Name": "rbus-adat", + "GUID": "72627573-2d61-4646-9174-2e6b69636164", + "Revision": "0" + }, + "Size": { + "X": 82.1, + "Y": 47.1 + }, + "LayerNumber": 2, + "BoardThickness": 1.6, + "Finish": "None" + }, + "DesignRules": [ + { + "Layers": "Outer", + "PadToPad": 0.0, + "PadToTrack": 0.0, + "TrackToTrack": 0.2, + "MinLineWidth": 0.25, + "TrackToRegion": 0.5, + "RegionToRegion": 0.5 + } + ], + "FilesAttributes": [ + { + "Path": "rbus-adat-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-B_Cu.gbr", + "FileFunction": "Copper,L2,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-F_Silkscreen.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-B_Silkscreen.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rbus-adat-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "rbus-adat-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "rbus-adat-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" + } + ] +} -- cgit v1.2.3