From 9f9539e5efcc6d30e3059d2b155da01b7fc2f9f6 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Wed, 7 Feb 2024 01:47:07 -0600 Subject: Shrunk Board by removing low side FETs, as NCV7755 chips can drive coils on their own. --- Outputs/Resistor Bank Control Board-job.gbrjob | 170 +++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 Outputs/Resistor Bank Control Board-job.gbrjob (limited to 'Outputs/Resistor Bank Control Board-job.gbrjob') diff --git a/Outputs/Resistor Bank Control Board-job.gbrjob b/Outputs/Resistor Bank Control Board-job.gbrjob new file mode 100644 index 0000000..54e8626 --- /dev/null +++ b/Outputs/Resistor Bank Control Board-job.gbrjob @@ -0,0 +1,170 @@ +{ + "Header": { + "GenerationSoftware": { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "7.0.10" + }, + "CreationDate": "2024-02-07T01:22:45-06:00" + }, + "GeneralSpecs": { + "ProjectId": { + "Name": "Resistor Bank Control Board", + "GUID": "52657369-7374-46f7-9220-42616e6b2043", + "Revision": "rev?" + }, + "Size": { + "X": 87.4, + "Y": 75.65 + }, + "LayerNumber": 4, + "BoardThickness": 1.6, + "Finish": "None" + }, + "DesignRules": [ + { + "Layers": "Outer", + "PadToPad": 0.2, + "PadToTrack": 0.2, + "TrackToTrack": 0.2, + "MinLineWidth": 0.25, + "TrackToRegion": 0.25, + "RegionToRegion": 0.25 + }, + { + "Layers": "Inner", + "PadToPad": 0.2, + "PadToTrack": 0.2, + "TrackToTrack": 0.2, + "MinLineWidth": 0.25, + "TrackToRegion": 0.5, + "RegionToRegion": 0.5 + } + ], + "FilesAttributes": [ + { + "Path": "Resistor Bank Control Board-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-In1_Cu.gbr", + "FileFunction": "Copper,L2,Inr", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-In2_Cu.gbr", + "FileFunction": "Copper,L3,Inr", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-B_Cu.gbr", + "FileFunction": "Copper,L4,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-F_Silkscreen.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-B_Silkscreen.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "Resistor Bank Control Board-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "Resistor Bank Control Board-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "Resistor Bank Control Board-Edge_Cuts.gbr", + "FileFunction": "Profile", + "FilePolarity": "Positive" + } + ], + "MaterialStackup": [ + { + "Type": "Legend", + "Name": "Top Silk Screen" + }, + { + "Type": "SolderPaste", + "Name": "Top Solder Paste" + }, + { + "Type": "SolderMask", + "Thickness": 0.01, + "Name": "Top Solder Mask" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "F.Cu" + }, + { + "Type": "Dielectric", + "Thickness": 0.1, + "Material": "FR4", + "Name": "F.Cu/In1.Cu", + "Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "In1.Cu" + }, + { + "Type": "Dielectric", + "Thickness": 1.24, + "Material": "FR4", + "Name": "In1.Cu/In2.Cu", + "Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "In2.Cu" + }, + { + "Type": "Dielectric", + "Thickness": 0.1, + "Material": "FR4", + "Name": "In2.Cu/B.Cu", + "Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "B.Cu" + }, + { + "Type": "SolderMask", + "Thickness": 0.01, + "Name": "Bottom Solder Mask" + }, + { + "Type": "SolderPaste", + "Name": "Bottom Solder Paste" + }, + { + "Type": "Legend", + "Name": "Bottom Silk Screen" + } + ] +} -- cgit v1.2.3