diff options
| author | tslil <tslil@posteo.de> | 2026-03-15 15:08:12 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:24:48 +0100 |
| commit | 78a256f03f9f1055172c7cc095361e300505b3fc (patch) | |
| tree | 5c3343998eb97a1049417f208c7aa58e5553989a /fpkb_v5/gerber/fpkb_v5-job.gbrjob | |
| parent | a5981d1ba68c88344a30e0ed0e8b515f38cee5e3 (diff) | |
v5: gerbers
Diffstat (limited to 'fpkb_v5/gerber/fpkb_v5-job.gbrjob')
| -rw-r--r-- | fpkb_v5/gerber/fpkb_v5-job.gbrjob | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/fpkb_v5/gerber/fpkb_v5-job.gbrjob b/fpkb_v5/gerber/fpkb_v5-job.gbrjob new file mode 100644 index 0000000..f458a08 --- /dev/null +++ b/fpkb_v5/gerber/fpkb_v5-job.gbrjob @@ -0,0 +1,127 @@ +{ + "Header": { + "GenerationSoftware": { + "Vendor": "KiCad", + "Application": "Pcbnew", + "Version": "9.0.7" + }, + "CreationDate": "2026-03-15T15:09:14+00:00" + }, + "GeneralSpecs": { + "ProjectId": { + "Name": "fpkb_v5", + "GUID": "66706b62-5f76-4352-9e6b-696361645f70", + "Revision": "v1.0.0" + }, + "Size": { + "X": 120.7927, + "Y": 95.2605 + }, + "LayerNumber": 2, + "BoardThickness": 1.6, + "Finish": "None" + }, + "DesignRules": [ + { + "Layers": "Outer", + "PadToPad": 0.2, + "PadToTrack": 0.2, + "TrackToTrack": 0.2, + "MinLineWidth": 0.2, + "TrackToRegion": 0.5, + "RegionToRegion": 0.5 + } + ], + "FilesAttributes": [ + { + "Path": "fpkb_v5-F_Cu.gbr", + "FileFunction": "Copper,L1,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-B_Cu.gbr", + "FileFunction": "Copper,L2,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-F_Paste.gbr", + "FileFunction": "SolderPaste,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-B_Paste.gbr", + "FileFunction": "SolderPaste,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-F_Silkscreen.gbr", + "FileFunction": "Legend,Top", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-B_Silkscreen.gbr", + "FileFunction": "Legend,Bot", + "FilePolarity": "Positive" + }, + { + "Path": "fpkb_v5-F_Mask.gbr", + "FileFunction": "SolderMask,Top", + "FilePolarity": "Negative" + }, + { + "Path": "fpkb_v5-B_Mask.gbr", + "FileFunction": "SolderMask,Bot", + "FilePolarity": "Negative" + }, + { + "Path": "fpkb_v5-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": 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", + "Thickness": 0.01, + "Name": "Bottom Solder Mask" + }, + { + "Type": "SolderPaste", + "Name": "Bottom Solder Paste" + }, + { + "Type": "Legend", + "Name": "Bottom Silk Screen" + } + ] +} |
