diff options
author | Blaise Thompson <blaise@untzag.com> | 2022-11-28 20:48:27 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2022-11-28 20:48:27 -0600 |
commit | 21cf644a1123a6d4f2f9a294a118be31595e6011 (patch) | |
tree | 267c7902486fd197f089015cc9dbd927b9da4565 /gerber/dragonfly-job.gbrjob | |
parent | 62aa29df213abc01b4d2f64e94a0cbad0ea10739 (diff) |
as ordered
Diffstat (limited to 'gerber/dragonfly-job.gbrjob')
-rw-r--r-- | gerber/dragonfly-job.gbrjob | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/gerber/dragonfly-job.gbrjob b/gerber/dragonfly-job.gbrjob deleted file mode 100644 index cf135ba..0000000 --- a/gerber/dragonfly-job.gbrjob +++ /dev/null @@ -1,128 +0,0 @@ -{ - "Header": - { - "GenerationSoftware": - { - "Vendor": "KiCad", - "Application": "Pcbnew", - "Version": "5.99.0+really5.1.10+dfsg1-1+b1" - }, - "CreationDate": "2021-10-24T20:32:13-05:00" - }, - "GeneralSpecs": - { - "ProjectId": - { - "Name": "dragonfly", - "GUID": "64726167-6f6e-4666-9c79-2e6b69636164", - "Revision": "A" - }, - "Size": - { - "X": 114.131, - "Y": 100.510 - }, - "LayerNumber": 2, - "BoardThickness": 1.600 - }, - "DesignRules": - [ - { - "Layers": "Outer", - "PadToPad": 0.200, - "PadToTrack": 0.200, - "TrackToTrack": 0.200, - "MinLineWidth": 0.350, - "TrackToRegion": 0.508, - "RegionToRegion": 0.508 - } - ], - "FilesAttributes": - [ - { - "Path": "dragonfly-F_Cu.gbr", - "FileFunction": "Copper,L1,Top", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-B_Cu.gbr", - "FileFunction": "Copper,L2,Bot", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-F_Paste.gbr", - "FileFunction": "SolderPaste,Top", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-B_Paste.gbr", - "FileFunction": "SolderPaste,Bot", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-F_SilkS.gbr", - "FileFunction": "Legend,Top", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-B_SilkS.gbr", - "FileFunction": "Legend,Bot", - "FilePolarity": "Positive" - }, - { - "Path": "dragonfly-F_Mask.gbr", - "FileFunction": "SolderMask,Top", - "FilePolarity": "Negative" - }, - { - "Path": "dragonfly-B_Mask.gbr", - "FileFunction": "SolderMask,Bot", - "FilePolarity": "Negative" - }, - { - "Path": "dragonfly-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" - } - ] -} |