From ee98b3b2187d1bafa267385c867cb0eafa2c065b Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 13 Oct 2020 13:19:13 +0200 Subject: Rotor base pcb: add debug connector --- .../rotor_base_pcb/rotor_base_pcb-job.gbrjob | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 prototype/mech_pcbs/rotor_base_pcb/rotor_base_pcb-job.gbrjob (limited to 'prototype/mech_pcbs/rotor_base_pcb/rotor_base_pcb-job.gbrjob') diff --git a/prototype/mech_pcbs/rotor_base_pcb/rotor_base_pcb-job.gbrjob b/prototype/mech_pcbs/rotor_base_pcb/rotor_base_pcb-job.gbrjob new file mode 100644 index 0000000..d2132b8 --- /dev/null +++ b/prototype/mech_pcbs/rotor_base_pcb/rotor_base_pcb-job.gbrjob @@ -0,0 +1,129 @@ +{ + "Header": { + "GenerationSoftware": { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "(5.99.0-3788-ga28a0e14b)" + }, + "CreationDate": "2020-10-13T10:51:58+02:00" + }, + "GeneralSpecs": { + "ProjectId": { + "Name": "rotor_base_pcb", + "GUID": "726f746f-725f-4626-9173-655f7063622e", + "Revision": "rev?" + }, + "Size": { + "X": 120.16, + "Y": 120.16 + }, + "LayerNumber": 2, + "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 + } + ], + "FilesAttributes": [ + { + "Path": "rotor_base_pcb-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-B_Cu.gbr", + "FileFunction": "Copper,L2,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-F_Silkscreen.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-B_Silkscreen.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "rotor_base_pcb-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "rotor_base_pcb-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "rotor_base_pcb-Edge_Cuts.gbr", + "FileFunction": "Profile", + "FilePolarity": "Positive" + } + ], + "MaterialStackup": [ + { + "Type": "Legend", + "Name": "Top Silk Screen" + }, + { + "Type": "SolderPaste", + "Name": "Top Solder Paste" + }, + { + "Type": "SolderMask", + "Color": "Green", + "Thickness": 0.01, + "Name": "Top Solder Mask" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "F.Cu" + }, + { + "Type": "Dielectric", + "Thickness": 1.51, + "Material": "FR4", + "Name": "F.Cu/B.Cu", + "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" + }, + { + "Type": "Copper", + "Thickness": 0.035, + "Name": "B.Cu" + }, + { + "Type": "SolderMask", + "Color": "Green", + "Thickness": 0.01, + "Name": "Bottom Solder Mask" + }, + { + "Type": "SolderPaste", + "Name": "Bottom Solder Paste" + }, + { + "Type": "Legend", + "Name": "Bottom Silk Screen" + } + ] +} -- cgit