├── THT ├── Gerbers │ ├── JIG_THT-NPTH.drl │ ├── JIG_THT-B_Paste.gbr │ ├── JIG_THT-F_Paste.gbr │ ├── JIG_THT-PTH.drl │ ├── JIG_THT-Edge_Cuts.gbr │ ├── JIG_THT-B_Mask.gbr │ ├── JIG_THT-F_Mask.gbr │ ├── JIG_THT-B_Cu.gbr │ ├── JIG_THT-job.gbrjob │ └── JIG_THT-F_Cu.gbr └── Kicad │ ├── JIG_THT.kicad_prl │ ├── JIG_THT.kicad_pro │ └── JIG_THT.kicad_pcb ├── 0805_Nano ├── Gerbers │ ├── PSP GO JIG_0805_Nano-NPTH.drl │ ├── PSP GO JIG_0805_Nano-PTH.drl │ ├── PSP GO JIG_0805_Nano-B_Paste.gbr │ ├── PSP GO JIG_0805_Nano-B_Mask.gbr │ ├── PSP GO JIG_0805_Nano-Edge_Cuts.gbr │ ├── PSP GO JIG_0805_Nano-B_Cu.gbr │ ├── PSP GO JIG_0805_Nano-F_Mask.gbr │ ├── PSP GO JIG_0805_Nano-F_Paste.gbr │ ├── PSP GO JIG_0805_Nano-job.gbrjob │ ├── PSP GO JIG_0805_Nano-F_Cu.gbr │ ├── PSP GO JIG_0805_Nano-F_Silkscreen.gbr │ └── PSP GO JIG_0805_Nano-B_Silkscreen.gbr └── Kicad │ ├── PSP GO JIG_0805_Nano.kicad_prl │ └── PSP GO JIG_0805_Nano.kicad_pro ├── README.md └── LICENSE /THT/Gerbers/JIG_THT-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (7.0.0)} date Mon Aug 28 09:53:15 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-08-28T09:53:15+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (7.0.0)} date Mon Aug 28 09:58:08 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-08-28T09:58:08+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PSP-GO-JIG 2 | PCBs designed to build a PSP GO JIG 3 | 4 | 5 | * THT Design to use with throughhole components 6 | 7 | 8 | ![image](https://github.com/mathieulh/PSP-GO-JIG/assets/203427/bd8ca522-308b-41aa-a910-82ab4caa78f2) 9 | 10 | 11 | 12 | * SMD 0805 'NANO' design, meant to be small enough to fit inside the PSP-N340 cradle. 13 | 14 | 15 | ![image](https://github.com/mathieulh/PSP-GO-JIG/assets/203427/6f53d6f2-15ea-49a8-8b2a-aeffca82fa2a) 16 | 17 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (7.0.0)} date Mon Aug 28 09:58:08 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-08-28T09:58:08+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.0118 11 | % 12 | G90 13 | G05 14 | T1 15 | X2.7Y-1.3504 16 | X2.8Y-1.5 17 | T0 18 | M30 19 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (7.0.0)} date Mon Aug 28 09:53:15 2023 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2023-08-28T09:53:15+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.0118 11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 12 | T2C0.0315 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.0551 15 | % 16 | G90 17 | G05 18 | T1 19 | X1.9Y-2.5 20 | X1.9Y-2.7 21 | X2.3Y-2.0 22 | X2.3Y-2.5 23 | X2.3Y-2.7 24 | T2 25 | X1.7Y-1.8 26 | X2.2Y-1.8 27 | X2.25Y-4.0 28 | X2.5Y-1.8 29 | X2.75Y-4.0 30 | X3.0Y-1.8 31 | T3 32 | X2.4Y-2.4409 33 | X2.9Y-2.4409 34 | T0 35 | M30 36 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.100000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X31750000Y-40640000D02* 19 | X86360000Y-40640000D01* 20 | X86360000Y-40640000D02* 21 | X86360000Y-106680000D01* 22 | X86360000Y-106680000D02* 23 | X31750000Y-106680000D01* 24 | X31750000Y-106680000D02* 25 | X31750000Y-40640000D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.100000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X58860000Y-31000000D02* 19 | X79000000Y-31000000D01* 20 | X79000000Y-31000000D02* 21 | X79000000Y-47580000D01* 22 | X79000000Y-47580000D02* 23 | X58860000Y-47580000D01* 24 | X58860000Y-47580000D02* 25 | X58860000Y-31000000D01* 26 | M02* 27 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Copper,L2,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %TA.AperFunction,ViaPad*% 15 | %ADD10C,0.600000*% 16 | %TD*% 17 | %TA.AperFunction,Conductor*% 18 | %ADD11C,0.200000*% 19 | %TD*% 20 | G04 APERTURE END LIST* 21 | D10* 22 | %TO.N,*% 23 | X71120000Y-38100000D03* 24 | X68580000Y-34300000D03* 25 | %TD*% 26 | D11* 27 | %TO.N,*% 28 | X68580000Y-34300000D02* 29 | X71120000Y-36840000D01* 30 | X71120000Y-36840000D02* 31 | X71120000Y-38100000D01* 32 | %TD*% 33 | M02* 34 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,1.600000*% 15 | %ADD11O,1.600000X1.600000*% 16 | %ADD12R,2.800000X2.800000*% 17 | %ADD13O,2.800000X2.800000*% 18 | G04 APERTURE END LIST* 19 | D10* 20 | %TO.C,10KR*% 21 | X57150000Y-101600000D03* 22 | D11* 23 | X69849999Y-101599999D03* 24 | %TD*% 25 | D10* 26 | %TO.C,R2*% 27 | X63500000Y-45720000D03* 28 | D11* 29 | X76199999Y-45719999D03* 30 | %TD*% 31 | D10* 32 | %TO.C,R1*% 33 | X43180000Y-45720000D03* 34 | D11* 35 | X55879999Y-45719999D03* 36 | %TD*% 37 | D12* 38 | %TO.C,1n4148*% 39 | X60959999Y-61999999D03* 40 | D13* 41 | X73659999Y-61999999D03* 42 | %TD*% 43 | M02* 44 | -------------------------------------------------------------------------------- /THT/Kicad/JIG_THT.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": false, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "ffdffef_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "meta": { 71 | "filename": "JIG_THT.kicad_prl", 72 | "version": 3 73 | }, 74 | "project": { 75 | "files": [] 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /0805_Nano/Kicad/PSP GO JIG_0805_Nano.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 1.0, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 1.0 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": false, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "ffdffef_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "meta": { 71 | "filename": "PSP GO JIG_0805_Nano.kicad_prl", 72 | "version": 3 73 | }, 74 | "project": { 75 | "files": [] 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,1.600000*% 15 | %ADD11O,1.600000X1.600000*% 16 | %ADD12C,2.000000*% 17 | %ADD13R,2.800000X2.800000*% 18 | %ADD14O,2.800000X2.800000*% 19 | G04 APERTURE END LIST* 20 | D10* 21 | %TO.C,10KR*% 22 | X57150000Y-101600000D03* 23 | D11* 24 | X69849999Y-101599999D03* 25 | %TD*% 26 | D12* 27 | %TO.C,PIN 1/25/28*% 28 | X81280000Y-83820000D03* 29 | %TD*% 30 | %TO.C,PIN 24*% 31 | X81280000Y-76200000D03* 32 | %TD*% 33 | %TO.C,PC TX*% 34 | X38100000Y-83820000D03* 35 | %TD*% 36 | D10* 37 | %TO.C,R2*% 38 | X63500000Y-45720000D03* 39 | D11* 40 | X76199999Y-45719999D03* 41 | %TD*% 42 | D12* 43 | %TO.C,PIN 20*% 44 | X81280000Y-92720000D03* 45 | %TD*% 46 | %TO.C,PIN 14*% 47 | X81280000Y-60960000D03* 48 | %TD*% 49 | %TO.C,PIN 22*% 50 | X81280000Y-100340000D03* 51 | %TD*% 52 | %TO.C,PIN 17*% 53 | X81280000Y-68580000D03* 54 | %TD*% 55 | %TO.C,5V (optional)*% 56 | X38100000Y-103637944D03* 57 | %TD*% 58 | %TO.C,PC RX*% 59 | X38100000Y-73660000D03* 60 | %TD*% 61 | D10* 62 | %TO.C,R1*% 63 | X43180000Y-45720000D03* 64 | D11* 65 | X55879999Y-45719999D03* 66 | %TD*% 67 | D13* 68 | %TO.C,1n4148*% 69 | X60959999Y-61999999D03* 70 | D14* 71 | X73659999Y-61999999D03* 72 | %TD*% 73 | D12* 74 | %TO.C,PC GND*% 75 | X38100000Y-93980000D03* 76 | %TD*% 77 | M02* 78 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-B_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Copper,L2,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %TA.AperFunction,ComponentPad*% 15 | %ADD10C,1.600000*% 16 | %TD*% 17 | %TA.AperFunction,ComponentPad*% 18 | %ADD11O,1.600000X1.600000*% 19 | %TD*% 20 | %TA.AperFunction,ComponentPad*% 21 | %ADD12R,2.800000X2.800000*% 22 | %TD*% 23 | %TA.AperFunction,ComponentPad*% 24 | %ADD13O,2.800000X2.800000*% 25 | %TD*% 26 | %TA.AperFunction,ViaPad*% 27 | %ADD14C,0.600000*% 28 | %TD*% 29 | %TA.AperFunction,Conductor*% 30 | %ADD15C,0.250000*% 31 | %TD*% 32 | G04 APERTURE END LIST* 33 | D10* 34 | %TO.P,10KR,1*% 35 | %TO.N,N/C*% 36 | X57150000Y-101600000D03* 37 | D11* 38 | %TO.P,10KR,2*% 39 | X69849999Y-101599999D03* 40 | %TD*% 41 | D10* 42 | %TO.P,R2,1*% 43 | %TO.N,N/C*% 44 | X63500000Y-45720000D03* 45 | D11* 46 | %TO.P,R2,2*% 47 | X76199999Y-45719999D03* 48 | %TD*% 49 | D10* 50 | %TO.P,R1,1*% 51 | %TO.N,N/C*% 52 | X43180000Y-45720000D03* 53 | D11* 54 | %TO.P,R1,2*% 55 | X55879999Y-45719999D03* 56 | %TD*% 57 | D12* 58 | %TO.P,1n4148,1*% 59 | %TO.N,N/C*% 60 | X60959999Y-61999999D03* 61 | D13* 62 | %TO.P,1n4148,2*% 63 | X73659999Y-61999999D03* 64 | %TD*% 65 | D14* 66 | %TO.N,*% 67 | X58420000Y-68580000D03* 68 | X58420000Y-50800000D03* 69 | X48260000Y-68580000D03* 70 | X48260000Y-63500000D03* 71 | X58420000Y-63500000D03* 72 | %TD*% 73 | D15* 74 | %TO.N,*% 75 | X58420000Y-50800000D02* 76 | X60960000Y-53340000D01* 77 | X48260000Y-63500000D02* 78 | X48260000Y-68580000D01* 79 | X58420000Y-63500000D02* 80 | X58420000Y-68580000D01* 81 | X60960000Y-53340000D02* 82 | X60960000Y-62000000D01* 83 | %TD*% 84 | M02* 85 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*% 33 | %ADD11RoundRect,0.250000X-0.750000X0.250000X-0.750000X-0.250000X0.750000X-0.250000X0.750000X0.250000X0*% 34 | %ADD12RoundRect,0.250000X0.325000X0.450000X-0.325000X0.450000X-0.325000X-0.450000X0.325000X-0.450000X0*% 35 | G04 APERTURE END LIST* 36 | D10* 37 | %TO.C,R3*% 38 | X68000000Y-43180000D03* 39 | X70000000Y-43180000D03* 40 | %TD*% 41 | D11* 42 | %TO.C,REF\u002A\u002A*% 43 | X60960000Y-45720000D03* 44 | %TD*% 45 | %TO.C,REF\u002A\u002A*% 46 | X60960000Y-38100000D03* 47 | %TD*% 48 | %TO.C,REF\u002A\u002A*% 49 | X60960000Y-43180000D03* 50 | %TD*% 51 | %TO.C,REF\u002A\u002A*% 52 | X76200000Y-43180000D03* 53 | %TD*% 54 | %TO.C,REF\u002A\u002A*% 55 | X76200000Y-35560000D03* 56 | %TD*% 57 | %TO.C,REF\u002A\u002A*% 58 | X60960000Y-33020000D03* 59 | %TD*% 60 | %TO.C,REF\u002A\u002A*% 61 | X76200000Y-33020000D03* 62 | %TD*% 63 | D10* 64 | %TO.C,R2*% 65 | X70120000Y-34300000D03* 66 | X72120000Y-34300000D03* 67 | %TD*% 68 | %TO.C,R1*% 69 | X66000000Y-33020000D03* 70 | X68000000Y-33020000D03* 71 | %TD*% 72 | D12* 73 | %TO.C,1n4148*% 74 | X69605000Y-38100000D03* 75 | X67555000Y-38100000D03* 76 | %TD*% 77 | D11* 78 | %TO.C,REF\u002A\u002A*% 79 | X60960000Y-35560000D03* 80 | %TD*% 81 | %TO.C,REF\u002A\u002A*% 82 | X76200000Y-40640000D03* 83 | %TD*% 84 | %TO.C,REF\u002A\u002A*% 85 | X60960000Y-40640000D03* 86 | %TD*% 87 | M02* 88 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*% 33 | %ADD11RoundRect,0.250000X-0.750000X0.250000X-0.750000X-0.250000X0.750000X-0.250000X0.750000X0.250000X0*% 34 | %ADD12RoundRect,0.250000X0.325000X0.450000X-0.325000X0.450000X-0.325000X-0.450000X0.325000X-0.450000X0*% 35 | G04 APERTURE END LIST* 36 | D10* 37 | %TO.C,R3*% 38 | X68000000Y-43180000D03* 39 | X70000000Y-43180000D03* 40 | %TD*% 41 | D11* 42 | %TO.C,REF\u002A\u002A*% 43 | X60960000Y-45720000D03* 44 | %TD*% 45 | %TO.C,REF\u002A\u002A*% 46 | X60960000Y-38100000D03* 47 | %TD*% 48 | %TO.C,REF\u002A\u002A*% 49 | X60960000Y-43180000D03* 50 | %TD*% 51 | %TO.C,REF\u002A\u002A*% 52 | X76200000Y-43180000D03* 53 | %TD*% 54 | %TO.C,REF\u002A\u002A*% 55 | X76200000Y-35560000D03* 56 | %TD*% 57 | %TO.C,REF\u002A\u002A*% 58 | X60960000Y-33020000D03* 59 | %TD*% 60 | %TO.C,REF\u002A\u002A*% 61 | X76200000Y-33020000D03* 62 | %TD*% 63 | D10* 64 | %TO.C,R2*% 65 | X70120000Y-34300000D03* 66 | X72120000Y-34300000D03* 67 | %TD*% 68 | %TO.C,R1*% 69 | X66000000Y-33020000D03* 70 | X68000000Y-33020000D03* 71 | %TD*% 72 | D12* 73 | %TO.C,1n4148*% 74 | X69605000Y-38100000D03* 75 | X67555000Y-38100000D03* 76 | %TD*% 77 | D11* 78 | %TO.C,REF\u002A\u002A*% 79 | X60960000Y-35560000D03* 80 | %TD*% 81 | %TO.C,REF\u002A\u002A*% 82 | X76200000Y-40640000D03* 83 | %TD*% 84 | %TO.C,REF\u002A\u002A*% 85 | X60960000Y-40640000D03* 86 | %TD*% 87 | M02* 88 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(7.0.0)" 7 | }, 8 | "CreationDate": "2023-08-28T09:53:16+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "JIG_THT", 13 | "GUID": "4a49475f-5448-4542-9e6b-696361645f70", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 54.71, 18 | "Y": 66.14 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2, 30 | "MinLineWidth": 0.0 31 | } 32 | ], 33 | "FilesAttributes": [ 34 | { 35 | "Path": "JIG_THT-F_Cu.gbr", 36 | "FileFunction": "Copper,L1,Top", 37 | "FilePolarity": "Positive" 38 | }, 39 | { 40 | "Path": "JIG_THT-B_Cu.gbr", 41 | "FileFunction": "Copper,L2,Bot", 42 | "FilePolarity": "Positive" 43 | }, 44 | { 45 | "Path": "JIG_THT-F_Paste.gbr", 46 | "FileFunction": "SolderPaste,Top", 47 | "FilePolarity": "Positive" 48 | }, 49 | { 50 | "Path": "JIG_THT-B_Paste.gbr", 51 | "FileFunction": "SolderPaste,Bot", 52 | "FilePolarity": "Positive" 53 | }, 54 | { 55 | "Path": "JIG_THT-F_Silkscreen.gbr", 56 | "FileFunction": "Legend,Top", 57 | "FilePolarity": "Positive" 58 | }, 59 | { 60 | "Path": "JIG_THT-B_Silkscreen.gbr", 61 | "FileFunction": "Legend,Bot", 62 | "FilePolarity": "Positive" 63 | }, 64 | { 65 | "Path": "JIG_THT-F_Mask.gbr", 66 | "FileFunction": "SolderMask,Top", 67 | "FilePolarity": "Negative" 68 | }, 69 | { 70 | "Path": "JIG_THT-B_Mask.gbr", 71 | "FileFunction": "SolderMask,Bot", 72 | "FilePolarity": "Negative" 73 | }, 74 | { 75 | "Path": "JIG_THT-Edge_Cuts.gbr", 76 | "FileFunction": "Profile", 77 | "FilePolarity": "Positive" 78 | } 79 | ], 80 | "MaterialStackup": [ 81 | { 82 | "Type": "Legend", 83 | "Name": "Top Silk Screen" 84 | }, 85 | { 86 | "Type": "SolderPaste", 87 | "Name": "Top Solder Paste" 88 | }, 89 | { 90 | "Type": "SolderMask", 91 | "Thickness": 0.01, 92 | "Name": "Top Solder Mask" 93 | }, 94 | { 95 | "Type": "Copper", 96 | "Thickness": 0.035, 97 | "Name": "F.Cu" 98 | }, 99 | { 100 | "Type": "Dielectric", 101 | "Thickness": 1.51, 102 | "Material": "FR4", 103 | "Name": "F.Cu/B.Cu", 104 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 105 | }, 106 | { 107 | "Type": "Copper", 108 | "Thickness": 0.035, 109 | "Name": "B.Cu" 110 | }, 111 | { 112 | "Type": "SolderMask", 113 | "Thickness": 0.01, 114 | "Name": "Bottom Solder Mask" 115 | }, 116 | { 117 | "Type": "SolderPaste", 118 | "Name": "Bottom Solder Paste" 119 | }, 120 | { 121 | "Type": "Legend", 122 | "Name": "Bottom Silk Screen" 123 | } 124 | ] 125 | } 126 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(7.0.0)" 7 | }, 8 | "CreationDate": "2023-08-28T09:58:10+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "PSP GO JIG_0805_Nano", 13 | "GUID": "50535020-474f-4204-9a49-475f30383035", 14 | "Revision": "rev?" 15 | }, 16 | "Size": { 17 | "X": 20.24, 18 | "Y": 16.68 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2, 30 | "MinLineWidth": 0.0 31 | } 32 | ], 33 | "FilesAttributes": [ 34 | { 35 | "Path": "PSP GO JIG_0805_Nano-F_Cu.gbr", 36 | "FileFunction": "Copper,L1,Top", 37 | "FilePolarity": "Positive" 38 | }, 39 | { 40 | "Path": "PSP GO JIG_0805_Nano-B_Cu.gbr", 41 | "FileFunction": "Copper,L2,Bot", 42 | "FilePolarity": "Positive" 43 | }, 44 | { 45 | "Path": "PSP GO JIG_0805_Nano-F_Paste.gbr", 46 | "FileFunction": "SolderPaste,Top", 47 | "FilePolarity": "Positive" 48 | }, 49 | { 50 | "Path": "PSP GO JIG_0805_Nano-B_Paste.gbr", 51 | "FileFunction": "SolderPaste,Bot", 52 | "FilePolarity": "Positive" 53 | }, 54 | { 55 | "Path": "PSP GO JIG_0805_Nano-F_Silkscreen.gbr", 56 | "FileFunction": "Legend,Top", 57 | "FilePolarity": "Positive" 58 | }, 59 | { 60 | "Path": "PSP GO JIG_0805_Nano-B_Silkscreen.gbr", 61 | "FileFunction": "Legend,Bot", 62 | "FilePolarity": "Positive" 63 | }, 64 | { 65 | "Path": "PSP GO JIG_0805_Nano-F_Mask.gbr", 66 | "FileFunction": "SolderMask,Top", 67 | "FilePolarity": "Negative" 68 | }, 69 | { 70 | "Path": "PSP GO JIG_0805_Nano-B_Mask.gbr", 71 | "FileFunction": "SolderMask,Bot", 72 | "FilePolarity": "Negative" 73 | }, 74 | { 75 | "Path": "PSP GO JIG_0805_Nano-Edge_Cuts.gbr", 76 | "FileFunction": "Profile", 77 | "FilePolarity": "Positive" 78 | } 79 | ], 80 | "MaterialStackup": [ 81 | { 82 | "Type": "Legend", 83 | "Name": "Top Silk Screen" 84 | }, 85 | { 86 | "Type": "SolderPaste", 87 | "Name": "Top Solder Paste" 88 | }, 89 | { 90 | "Type": "SolderMask", 91 | "Thickness": 0.01, 92 | "Name": "Top Solder Mask" 93 | }, 94 | { 95 | "Type": "Copper", 96 | "Thickness": 0.035, 97 | "Name": "F.Cu" 98 | }, 99 | { 100 | "Type": "Dielectric", 101 | "Thickness": 1.51, 102 | "Material": "FR4", 103 | "Name": "F.Cu/B.Cu", 104 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 105 | }, 106 | { 107 | "Type": "Copper", 108 | "Thickness": 0.035, 109 | "Name": "B.Cu" 110 | }, 111 | { 112 | "Type": "SolderMask", 113 | "Thickness": 0.01, 114 | "Name": "Bottom Solder Mask" 115 | }, 116 | { 117 | "Type": "SolderPaste", 118 | "Name": "Bottom Solder Paste" 119 | }, 120 | { 121 | "Type": "Legend", 122 | "Name": "Bottom Silk Screen" 123 | } 124 | ] 125 | } 126 | -------------------------------------------------------------------------------- /THT/Gerbers/JIG_THT-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:53:16+02:00*% 3 | %TF.ProjectId,JIG_THT,4a49475f-5448-4542-9e6b-696361645f70,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Copper,L1,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:53:16* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %TA.AperFunction,ComponentPad*% 15 | %ADD10C,1.600000*% 16 | %TD*% 17 | %TA.AperFunction,ComponentPad*% 18 | %ADD11O,1.600000X1.600000*% 19 | %TD*% 20 | %TA.AperFunction,SMDPad,CuDef*% 21 | %ADD12C,2.000000*% 22 | %TD*% 23 | %TA.AperFunction,ComponentPad*% 24 | %ADD13R,2.800000X2.800000*% 25 | %TD*% 26 | %TA.AperFunction,ComponentPad*% 27 | %ADD14O,2.800000X2.800000*% 28 | %TD*% 29 | %TA.AperFunction,ViaPad*% 30 | %ADD15C,0.600000*% 31 | %TD*% 32 | %TA.AperFunction,Conductor*% 33 | %ADD16C,0.250000*% 34 | %TD*% 35 | %TA.AperFunction,Conductor*% 36 | %ADD17C,0.000000*% 37 | %TD*% 38 | G04 APERTURE END LIST* 39 | D10* 40 | %TO.P,10KR,1*% 41 | %TO.N,N/C*% 42 | X57150000Y-101600000D03* 43 | D11* 44 | %TO.P,10KR,2*% 45 | X69849999Y-101599999D03* 46 | %TD*% 47 | D12* 48 | %TO.P,PIN 1/25/28,8*% 49 | %TO.N,N/C*% 50 | X81280000Y-83820000D03* 51 | %TD*% 52 | %TO.P,PIN 24,7*% 53 | %TO.N,N/C*% 54 | X81280000Y-76200000D03* 55 | %TD*% 56 | %TO.P,PC TX,2*% 57 | %TO.N,N/C*% 58 | X38100000Y-83820000D03* 59 | %TD*% 60 | D10* 61 | %TO.P,R2,1*% 62 | %TO.N,N/C*% 63 | X63500000Y-45720000D03* 64 | D11* 65 | %TO.P,R2,2*% 66 | X76199999Y-45719999D03* 67 | %TD*% 68 | D12* 69 | %TO.P,PIN 20,9*% 70 | %TO.N,N/C*% 71 | X81280000Y-92720000D03* 72 | %TD*% 73 | %TO.P,PIN 14,5*% 74 | %TO.N,N/C*% 75 | X81280000Y-60960000D03* 76 | %TD*% 77 | %TO.P,PIN 22,10*% 78 | %TO.N,N/C*% 79 | X81280000Y-100340000D03* 80 | %TD*% 81 | %TO.P,PIN 17,6*% 82 | %TO.N,N/C*% 83 | X81280000Y-68580000D03* 84 | %TD*% 85 | %TO.P,5V (optional),4*% 86 | %TO.N,N/C*% 87 | X38100000Y-103637944D03* 88 | %TD*% 89 | %TO.P,PC RX,1*% 90 | %TO.N,N/C*% 91 | X38100000Y-73660000D03* 92 | %TD*% 93 | D10* 94 | %TO.P,R1,1*% 95 | %TO.N,N/C*% 96 | X43180000Y-45720000D03* 97 | D11* 98 | %TO.P,R1,2*% 99 | X55879999Y-45719999D03* 100 | %TD*% 101 | D13* 102 | %TO.P,1n4148,1*% 103 | %TO.N,N/C*% 104 | X60959999Y-61999999D03* 105 | D14* 106 | %TO.P,1n4148,2*% 107 | X73659999Y-61999999D03* 108 | %TD*% 109 | D12* 110 | %TO.P,PC GND,3*% 111 | %TO.N,N/C*% 112 | X38100000Y-93980000D03* 113 | %TD*% 114 | D15* 115 | %TO.N,*% 116 | X58420000Y-68580000D03* 117 | X58420000Y-50800000D03* 118 | X48260000Y-68580000D03* 119 | X48260000Y-63500000D03* 120 | X58420000Y-63500000D03* 121 | %TD*% 122 | D16* 123 | %TO.N,*% 124 | X40137944Y-101600000D02* 125 | X57150000Y-101600000D01* 126 | X38100000Y-103637944D02* 127 | X40137944Y-101600000D01* 128 | X78730000Y-92720000D02* 129 | X69850000Y-101600000D01* 130 | X81280000Y-92720000D02* 131 | X78730000Y-92720000D01* 132 | X43180000Y-53340000D02* 133 | X43180000Y-45720000D01* 134 | X58420000Y-68580000D02* 135 | X50800000Y-76200000D01* 136 | D17* 137 | X73660000Y-62000000D02* 138 | X74700000Y-62000000D01* 139 | D16* 140 | X48260000Y-58420000D02* 141 | X48260000Y-63500000D01* 142 | X38100000Y-78740000D02* 143 | X38100000Y-83820000D01* 144 | X48260000Y-60960000D02* 145 | X48260000Y-58420000D01* 146 | X55880000Y-45720000D02* 147 | X58420000Y-45720000D01* 148 | X50800000Y-93980000D02* 149 | X38100000Y-93980000D01* 150 | X48260000Y-58420000D02* 151 | X43180000Y-53340000D01* 152 | X74700000Y-62000000D02* 153 | X81280000Y-68580000D01* 154 | X77982056Y-103637944D02* 155 | X38100000Y-103637944D01* 156 | X48260000Y-68580000D02* 157 | X38100000Y-78740000D01* 158 | X50800000Y-76200000D02* 159 | X50800000Y-93980000D01* 160 | X58420000Y-63500000D02* 161 | X58420000Y-58420000D01* 162 | X81280000Y-76200000D02* 163 | X81280000Y-83820000D01* 164 | X81280000Y-60960000D02* 165 | X81280000Y-68580000D01* 166 | X73660000Y-66040000D02* 167 | X78740000Y-66040000D01* 168 | X81280000Y-100340000D02* 169 | X77982056Y-103637944D01* 170 | X58420000Y-58420000D02* 171 | X71120000Y-45720000D01* 172 | X63500000Y-45720000D02* 173 | X58420000Y-45720000D01* 174 | X38100000Y-71120000D02* 175 | X38100000Y-73660000D01* 176 | X81280000Y-83820000D02* 177 | X50800000Y-83820000D01* 178 | X71120000Y-45720000D02* 179 | X76200000Y-45720000D01* 180 | X66040000Y-66040000D02* 181 | X73660000Y-66040000D01* 182 | X43180000Y-66040000D02* 183 | X66040000Y-66040000D01* 184 | X58420000Y-45720000D02* 185 | X58420000Y-50800000D01* 186 | X78740000Y-66040000D02* 187 | X81280000Y-68580000D01* 188 | X43180000Y-66040000D02* 189 | X38100000Y-71120000D01* 190 | %TD*% 191 | M02* 192 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-F_Cu.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Copper,L1,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %TA.AperFunction,NonConductor*% 33 | %ADD10C,0.200000*% 34 | %TD*% 35 | %TA.AperFunction,SMDPad,CuDef*% 36 | %ADD11RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*% 37 | %TD*% 38 | %TA.AperFunction,SMDPad,CuDef*% 39 | %ADD12RoundRect,0.250000X-0.750000X0.250000X-0.750000X-0.250000X0.750000X-0.250000X0.750000X0.250000X0*% 40 | %TD*% 41 | %TA.AperFunction,SMDPad,CuDef*% 42 | %ADD13RoundRect,0.250000X0.325000X0.450000X-0.325000X0.450000X-0.325000X-0.450000X0.325000X-0.450000X0*% 43 | %TD*% 44 | %TA.AperFunction,ViaPad*% 45 | %ADD14C,0.600000*% 46 | %TD*% 47 | %TA.AperFunction,Conductor*% 48 | %ADD15C,0.200000*% 49 | %TD*% 50 | %TA.AperFunction,Conductor*% 51 | %ADD16C,0.000000*% 52 | %TD*% 53 | G04 APERTURE END LIST* 54 | D10* 55 | X76200000Y-40640000D02* 56 | X60960000Y-40640000D01* 57 | D11* 58 | %TO.P,R3,1*% 59 | %TO.N,N/C*% 60 | X68000000Y-43180000D03* 61 | %TO.P,R3,2*% 62 | X70000000Y-43180000D03* 63 | %TD*% 64 | D12* 65 | %TO.P,REF\u002A\u002A,6*% 66 | %TO.N,N/C*% 67 | X60960000Y-45720000D03* 68 | %TD*% 69 | %TO.P,REF\u002A\u002A,3*% 70 | %TO.N,N/C*% 71 | X60960000Y-38100000D03* 72 | %TD*% 73 | %TO.P,REF\u002A\u002A,5*% 74 | %TO.N,N/C*% 75 | X60960000Y-43180000D03* 76 | %TD*% 77 | %TO.P,REF\u002A\u002A,10*% 78 | %TO.N,N/C*% 79 | X76200000Y-43180000D03* 80 | %TD*% 81 | %TO.P,REF\u002A\u002A,8*% 82 | %TO.N,N/C*% 83 | X76200000Y-35560000D03* 84 | %TD*% 85 | %TO.P,REF\u002A\u002A,1*% 86 | %TO.N,N/C*% 87 | X60960000Y-33020000D03* 88 | %TD*% 89 | %TO.P,REF\u002A\u002A,7*% 90 | %TO.N,N/C*% 91 | X76200000Y-33020000D03* 92 | %TD*% 93 | D11* 94 | %TO.P,R2,1*% 95 | %TO.N,N/C*% 96 | X70120000Y-34300000D03* 97 | %TO.P,R2,2*% 98 | X72120000Y-34300000D03* 99 | %TD*% 100 | %TO.P,R1,1*% 101 | %TO.N,N/C*% 102 | X66000000Y-33020000D03* 103 | %TO.P,R1,2*% 104 | X68000000Y-33020000D03* 105 | %TD*% 106 | D13* 107 | %TO.P,1n4148,1*% 108 | %TO.N,N/C*% 109 | X69605000Y-38100000D03* 110 | %TO.P,1n4148,2*% 111 | X67555000Y-38100000D03* 112 | %TD*% 113 | D12* 114 | %TO.P,REF\u002A\u002A,2*% 115 | %TO.N,N/C*% 116 | X60960000Y-35560000D03* 117 | %TD*% 118 | %TO.P,REF\u002A\u002A,9*% 119 | %TO.N,N/C*% 120 | X76200000Y-40640000D03* 121 | %TD*% 122 | %TO.P,REF\u002A\u002A,4*% 123 | %TO.N,N/C*% 124 | X60960000Y-40640000D03* 125 | %TD*% 126 | D14* 127 | %TO.N,*% 128 | X71120000Y-38100000D03* 129 | X68580000Y-34300000D03* 130 | %TD*% 131 | D15* 132 | %TO.N,*% 133 | X70000000Y-43180000D02* 134 | X76200000Y-43180000D01* 135 | X60960000Y-43180000D02* 136 | X68000000Y-43180000D01* 137 | X74084264Y-45720000D02* 138 | X76412132Y-43392132D01* 139 | X60960000Y-45720000D02* 140 | X74084264Y-45720000D01* 141 | X66320000Y-33340000D02* 142 | X66040000Y-33060000D01* 143 | X66040000Y-35560000D02* 144 | X63500000Y-33020000D01* 145 | X66040000Y-33020000D02* 146 | X66000000Y-33020000D01* 147 | X66040000Y-33060000D02* 148 | X66040000Y-33020000D01* 149 | X78000000Y-38100000D02* 150 | X76200000Y-39900000D01* 151 | X68580000Y-35560000D02* 152 | X76200000Y-35560000D01* 153 | X78000000Y-34300000D02* 154 | X78000000Y-38100000D01* 155 | X60960000Y-33020000D02* 156 | X60960000Y-35560000D01* 157 | X66000000Y-33020000D02* 158 | X66000000Y-33020000D01* 159 | X70120000Y-34300000D02* 160 | X67280000Y-34300000D01* 161 | D16* 162 | X67555000Y-38100000D02* 163 | X67300000Y-38100000D01* 164 | D15* 165 | X66040000Y-38100000D02* 166 | X60960000Y-33020000D01* 167 | X72120000Y-34300000D02* 168 | X78000000Y-34300000D01* 169 | X63500000Y-33020000D02* 170 | X60960000Y-33020000D01* 171 | X67280000Y-34300000D02* 172 | X66000000Y-33020000D01* 173 | X76200000Y-39900000D02* 174 | X76200000Y-40640000D01* 175 | X66040000Y-35560000D02* 176 | X68580000Y-35560000D01* 177 | X68000000Y-33020000D02* 178 | X76200000Y-33020000D01* 179 | X71120000Y-38100000D02* 180 | X69605000Y-38100000D01* 181 | X67555000Y-38100000D02* 182 | X66040000Y-38100000D01* 183 | X60960000Y-38100000D02* 184 | X60960000Y-40640000D01* 185 | %TD*% 186 | M02* 187 | -------------------------------------------------------------------------------- /THT/Kicad/JIG_THT.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.049999999999999996, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.09999999999999999, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.09999999999999999, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.09999999999999999, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "connection_width": "warning", 60 | "copper_edge_clearance": "error", 61 | "copper_sliver": "warning", 62 | "courtyards_overlap": "error", 63 | "diff_pair_gap_out_of_range": "error", 64 | "diff_pair_uncoupled_length_too_long": "error", 65 | "drill_out_of_range": "error", 66 | "duplicate_footprints": "warning", 67 | "extra_footprint": "warning", 68 | "footprint": "error", 69 | "footprint_type_mismatch": "ignore", 70 | "hole_clearance": "error", 71 | "hole_near_hole": "error", 72 | "invalid_outline": "error", 73 | "isolated_copper": "warning", 74 | "item_on_disabled_layer": "error", 75 | "items_not_allowed": "error", 76 | "length_out_of_range": "error", 77 | "lib_footprint_issues": "warning", 78 | "lib_footprint_mismatch": "warning", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "warning", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_edge_clearance": "warning", 89 | "silk_over_copper": "warning", 90 | "silk_overlap": "warning", 91 | "skew_out_of_range": "error", 92 | "solder_mask_bridge": "error", 93 | "starved_thermal": "error", 94 | "text_height": "warning", 95 | "text_thickness": "warning", 96 | "through_hole_pad_without_hole": "error", 97 | "too_many_vias": "error", 98 | "track_dangling": "warning", 99 | "track_width": "error", 100 | "tracks_crossing": "error", 101 | "unconnected_items": "error", 102 | "unresolved_variable": "error", 103 | "via_dangling": "warning", 104 | "zones_intersect": "error" 105 | }, 106 | "rules": { 107 | "max_error": 0.005, 108 | "min_clearance": 0.0, 109 | "min_connection": 0.0, 110 | "min_copper_edge_clearance": 0.01, 111 | "min_hole_clearance": 0.25, 112 | "min_hole_to_hole": 0.25, 113 | "min_microvia_diameter": 0.19999999999999998, 114 | "min_microvia_drill": 0.09999999999999999, 115 | "min_resolved_spokes": 2, 116 | "min_silk_clearance": 0.0, 117 | "min_text_height": 0.7999999999999999, 118 | "min_text_thickness": 0.08, 119 | "min_through_hole_diameter": 0.3, 120 | "min_track_width": 0.0, 121 | "min_via_annular_width": 0.09999999999999999, 122 | "min_via_diameter": 0.5, 123 | "solder_mask_to_copper_clearance": 0.0, 124 | "use_height_for_length_calcs": true 125 | }, 126 | "teardrop_options": [ 127 | { 128 | "td_allow_use_two_tracks": true, 129 | "td_curve_segcount": 5, 130 | "td_on_pad_in_zone": false, 131 | "td_onpadsmd": true, 132 | "td_onroundshapesonly": false, 133 | "td_ontrackend": false, 134 | "td_onviapad": true 135 | } 136 | ], 137 | "teardrop_parameters": [ 138 | { 139 | "td_curve_segcount": 0, 140 | "td_height_ratio": 1.0, 141 | "td_length_ratio": 0.5, 142 | "td_maxheight": 2.0, 143 | "td_maxlen": 1.0, 144 | "td_target_name": "td_round_shape", 145 | "td_width_to_size_filter_ratio": 0.9 146 | }, 147 | { 148 | "td_curve_segcount": 0, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_target_name": "td_rect_shape", 154 | "td_width_to_size_filter_ratio": 0.9 155 | }, 156 | { 157 | "td_curve_segcount": 0, 158 | "td_height_ratio": 1.0, 159 | "td_length_ratio": 0.5, 160 | "td_maxheight": 2.0, 161 | "td_maxlen": 1.0, 162 | "td_target_name": "td_track_end", 163 | "td_width_to_size_filter_ratio": 0.9 164 | } 165 | ], 166 | "track_widths": [], 167 | "via_dimensions": [], 168 | "zones_allow_external_fillets": false 169 | }, 170 | "layer_presets": [], 171 | "viewports": [] 172 | }, 173 | "boards": [], 174 | "cvpcb": { 175 | "equivalence_files": [] 176 | }, 177 | "libraries": { 178 | "pinned_footprint_libs": [], 179 | "pinned_symbol_libs": [] 180 | }, 181 | "meta": { 182 | "filename": "JIG_MULTI.kicad_pro", 183 | "version": 1 184 | }, 185 | "net_settings": { 186 | "classes": [ 187 | { 188 | "bus_width": 12, 189 | "clearance": 0.2, 190 | "diff_pair_gap": 0.25, 191 | "diff_pair_via_gap": 0.25, 192 | "diff_pair_width": 0.2, 193 | "line_style": 0, 194 | "microvia_diameter": 0.3, 195 | "microvia_drill": 0.1, 196 | "name": "Default", 197 | "pcb_color": "rgba(0, 0, 0, 0.000)", 198 | "schematic_color": "rgba(0, 0, 0, 0.000)", 199 | "track_width": 0.2, 200 | "via_diameter": 0.6, 201 | "via_drill": 0.3, 202 | "wire_width": 6 203 | } 204 | ], 205 | "meta": { 206 | "version": 3 207 | }, 208 | "net_colors": null, 209 | "netclass_assignments": null, 210 | "netclass_patterns": [] 211 | }, 212 | "pcbnew": { 213 | "last_paths": { 214 | "gencad": "", 215 | "idf": "", 216 | "netlist": "", 217 | "specctra_dsn": "", 218 | "step": "", 219 | "vrml": "" 220 | }, 221 | "page_layout_descr_file": "" 222 | }, 223 | "schematic": { 224 | "legacy_lib_dir": "", 225 | "legacy_lib_list": [] 226 | }, 227 | "sheets": [], 228 | "text_variables": {} 229 | } 230 | -------------------------------------------------------------------------------- /0805_Nano/Kicad/PSP GO JIG_0805_Nano.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.049999999999999996, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.09999999999999999, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.09999999999999999, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.09999999999999999, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "connection_width": "warning", 60 | "copper_edge_clearance": "error", 61 | "copper_sliver": "warning", 62 | "courtyards_overlap": "error", 63 | "diff_pair_gap_out_of_range": "error", 64 | "diff_pair_uncoupled_length_too_long": "error", 65 | "drill_out_of_range": "error", 66 | "duplicate_footprints": "warning", 67 | "extra_footprint": "warning", 68 | "footprint": "error", 69 | "footprint_type_mismatch": "ignore", 70 | "hole_clearance": "error", 71 | "hole_near_hole": "error", 72 | "invalid_outline": "error", 73 | "isolated_copper": "warning", 74 | "item_on_disabled_layer": "error", 75 | "items_not_allowed": "error", 76 | "length_out_of_range": "error", 77 | "lib_footprint_issues": "warning", 78 | "lib_footprint_mismatch": "warning", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "warning", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_edge_clearance": "warning", 89 | "silk_over_copper": "warning", 90 | "silk_overlap": "warning", 91 | "skew_out_of_range": "error", 92 | "solder_mask_bridge": "error", 93 | "starved_thermal": "error", 94 | "text_height": "warning", 95 | "text_thickness": "warning", 96 | "through_hole_pad_without_hole": "error", 97 | "too_many_vias": "error", 98 | "track_dangling": "warning", 99 | "track_width": "error", 100 | "tracks_crossing": "error", 101 | "unconnected_items": "error", 102 | "unresolved_variable": "error", 103 | "via_dangling": "warning", 104 | "zones_intersect": "error" 105 | }, 106 | "rules": { 107 | "max_error": 0.005, 108 | "min_clearance": 0.0, 109 | "min_connection": 0.0, 110 | "min_copper_edge_clearance": 0.01, 111 | "min_hole_clearance": 0.25, 112 | "min_hole_to_hole": 0.25, 113 | "min_microvia_diameter": 0.19999999999999998, 114 | "min_microvia_drill": 0.09999999999999999, 115 | "min_resolved_spokes": 2, 116 | "min_silk_clearance": 0.0, 117 | "min_text_height": 0.7999999999999999, 118 | "min_text_thickness": 0.08, 119 | "min_through_hole_diameter": 0.3, 120 | "min_track_width": 0.0, 121 | "min_via_annular_width": 0.09999999999999999, 122 | "min_via_diameter": 0.5, 123 | "solder_mask_to_copper_clearance": 0.0, 124 | "use_height_for_length_calcs": true 125 | }, 126 | "teardrop_options": [ 127 | { 128 | "td_allow_use_two_tracks": true, 129 | "td_curve_segcount": 5, 130 | "td_on_pad_in_zone": false, 131 | "td_onpadsmd": true, 132 | "td_onroundshapesonly": false, 133 | "td_ontrackend": false, 134 | "td_onviapad": true 135 | } 136 | ], 137 | "teardrop_parameters": [ 138 | { 139 | "td_curve_segcount": 0, 140 | "td_height_ratio": 1.0, 141 | "td_length_ratio": 0.5, 142 | "td_maxheight": 2.0, 143 | "td_maxlen": 1.0, 144 | "td_target_name": "td_round_shape", 145 | "td_width_to_size_filter_ratio": 0.9 146 | }, 147 | { 148 | "td_curve_segcount": 0, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_target_name": "td_rect_shape", 154 | "td_width_to_size_filter_ratio": 0.9 155 | }, 156 | { 157 | "td_curve_segcount": 0, 158 | "td_height_ratio": 1.0, 159 | "td_length_ratio": 0.5, 160 | "td_maxheight": 2.0, 161 | "td_maxlen": 1.0, 162 | "td_target_name": "td_track_end", 163 | "td_width_to_size_filter_ratio": 0.9 164 | } 165 | ], 166 | "track_widths": [], 167 | "via_dimensions": [], 168 | "zones_allow_external_fillets": false 169 | }, 170 | "layer_presets": [], 171 | "viewports": [] 172 | }, 173 | "boards": [], 174 | "cvpcb": { 175 | "equivalence_files": [] 176 | }, 177 | "libraries": { 178 | "pinned_footprint_libs": [], 179 | "pinned_symbol_libs": [] 180 | }, 181 | "meta": { 182 | "filename": "PCH-2xxxJIG_0805_Nano.kicad_pro", 183 | "version": 1 184 | }, 185 | "net_settings": { 186 | "classes": [ 187 | { 188 | "bus_width": 12, 189 | "clearance": 0.2, 190 | "diff_pair_gap": 0.25, 191 | "diff_pair_via_gap": 0.25, 192 | "diff_pair_width": 0.2, 193 | "line_style": 0, 194 | "microvia_diameter": 0.3, 195 | "microvia_drill": 0.1, 196 | "name": "Default", 197 | "pcb_color": "rgba(0, 0, 0, 0.000)", 198 | "schematic_color": "rgba(0, 0, 0, 0.000)", 199 | "track_width": 0.2, 200 | "via_diameter": 0.6, 201 | "via_drill": 0.3, 202 | "wire_width": 6 203 | } 204 | ], 205 | "meta": { 206 | "version": 3 207 | }, 208 | "net_colors": null, 209 | "netclass_assignments": null, 210 | "netclass_patterns": [] 211 | }, 212 | "pcbnew": { 213 | "last_paths": { 214 | "gencad": "", 215 | "idf": "", 216 | "netlist": "", 217 | "specctra_dsn": "", 218 | "step": "", 219 | "vrml": "" 220 | }, 221 | "page_layout_descr_file": "" 222 | }, 223 | "schematic": { 224 | "legacy_lib_dir": "", 225 | "legacy_lib_list": [] 226 | }, 227 | "sheets": [], 228 | "text_variables": {} 229 | } 230 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-F_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,0.125000*% 15 | %ADD11C,0.100000*% 16 | %ADD12C,0.120000*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | X68404762Y-42073690D02* 20 | X68119048Y-42073690D01* 21 | X68261905Y-42073690D02* 22 | X68261905Y-41573690D01* 23 | X68261905Y-41573690D02* 24 | X68214286Y-41645119D01* 25 | X68214286Y-41645119D02* 26 | X68166667Y-41692738D01* 27 | X68166667Y-41692738D02* 28 | X68119048Y-41716547D01* 29 | X68714285Y-41573690D02* 30 | X68761904Y-41573690D01* 31 | X68761904Y-41573690D02* 32 | X68809523Y-41597500D01* 33 | X68809523Y-41597500D02* 34 | X68833333Y-41621309D01* 35 | X68833333Y-41621309D02* 36 | X68857142Y-41668928D01* 37 | X68857142Y-41668928D02* 38 | X68880952Y-41764166D01* 39 | X68880952Y-41764166D02* 40 | X68880952Y-41883214D01* 41 | X68880952Y-41883214D02* 42 | X68857142Y-41978452D01* 43 | X68857142Y-41978452D02* 44 | X68833333Y-42026071D01* 45 | X68833333Y-42026071D02* 46 | X68809523Y-42049880D01* 47 | X68809523Y-42049880D02* 48 | X68761904Y-42073690D01* 49 | X68761904Y-42073690D02* 50 | X68714285Y-42073690D01* 51 | X68714285Y-42073690D02* 52 | X68666666Y-42049880D01* 53 | X68666666Y-42049880D02* 54 | X68642857Y-42026071D01* 55 | X68642857Y-42026071D02* 56 | X68619047Y-41978452D01* 57 | X68619047Y-41978452D02* 58 | X68595238Y-41883214D01* 59 | X68595238Y-41883214D02* 60 | X68595238Y-41764166D01* 61 | X68595238Y-41764166D02* 62 | X68619047Y-41668928D01* 63 | X68619047Y-41668928D02* 64 | X68642857Y-41621309D01* 65 | X68642857Y-41621309D02* 66 | X68666666Y-41597500D01* 67 | X68666666Y-41597500D02* 68 | X68714285Y-41573690D01* 69 | X69095237Y-42073690D02* 70 | X69095237Y-41573690D01* 71 | X69380951Y-42073690D02* 72 | X69166666Y-41787976D01* 73 | X69380951Y-41573690D02* 74 | X69095237Y-41859404D01* 75 | X69880951Y-42073690D02* 76 | X69714285Y-41835595D01* 77 | X69595237Y-42073690D02* 78 | X69595237Y-41573690D01* 79 | X69595237Y-41573690D02* 80 | X69785713Y-41573690D01* 81 | X69785713Y-41573690D02* 82 | X69833332Y-41597500D01* 83 | X69833332Y-41597500D02* 84 | X69857142Y-41621309D01* 85 | X69857142Y-41621309D02* 86 | X69880951Y-41668928D01* 87 | X69880951Y-41668928D02* 88 | X69880951Y-41740357D01* 89 | X69880951Y-41740357D02* 90 | X69857142Y-41787976D01* 91 | X69857142Y-41787976D02* 92 | X69833332Y-41811785D01* 93 | X69833332Y-41811785D02* 94 | X69785713Y-41835595D01* 95 | X69785713Y-41835595D02* 96 | X69595237Y-41835595D01* 97 | D11* 98 | X59500000Y-42040000D02* 99 | X65000000Y-42040000D01* 100 | X65000000Y-42040000D02* 101 | X65000000Y-47040000D01* 102 | X65000000Y-47040000D02* 103 | X59500000Y-47040000D01* 104 | X59500000Y-47040000D02* 105 | X59500000Y-42040000D01* 106 | D10* 107 | X65816309Y-43314285D02* 108 | X65816309Y-43076190D01* 109 | X65816309Y-43076190D02* 110 | X65578214Y-43052381D01* 111 | X65578214Y-43052381D02* 112 | X65602023Y-43076190D01* 113 | X65602023Y-43076190D02* 114 | X65625833Y-43123809D01* 115 | X65625833Y-43123809D02* 116 | X65625833Y-43242857D01* 117 | X65625833Y-43242857D02* 118 | X65602023Y-43290476D01* 119 | X65602023Y-43290476D02* 120 | X65578214Y-43314285D01* 121 | X65578214Y-43314285D02* 122 | X65530595Y-43338095D01* 123 | X65530595Y-43338095D02* 124 | X65411547Y-43338095D01* 125 | X65411547Y-43338095D02* 126 | X65363928Y-43314285D01* 127 | X65363928Y-43314285D02* 128 | X65340119Y-43290476D01* 129 | X65340119Y-43290476D02* 130 | X65316309Y-43242857D01* 131 | X65316309Y-43242857D02* 132 | X65316309Y-43123809D01* 133 | X65316309Y-43123809D02* 134 | X65340119Y-43076190D01* 135 | X65340119Y-43076190D02* 136 | X65363928Y-43052381D01* 137 | X65816309Y-43480952D02* 138 | X65316309Y-43647618D01* 139 | X65316309Y-43647618D02* 140 | X65816309Y-43814285D01* 141 | X65816309Y-44376189D02* 142 | X65816309Y-44471427D01* 143 | X65816309Y-44471427D02* 144 | X65792500Y-44519046D01* 145 | X65792500Y-44519046D02* 146 | X65744880Y-44566665D01* 147 | X65744880Y-44566665D02* 148 | X65649642Y-44590475D01* 149 | X65649642Y-44590475D02* 150 | X65482976Y-44590475D01* 151 | X65482976Y-44590475D02* 152 | X65387738Y-44566665D01* 153 | X65387738Y-44566665D02* 154 | X65340119Y-44519046D01* 155 | X65340119Y-44519046D02* 156 | X65316309Y-44471427D01* 157 | X65316309Y-44471427D02* 158 | X65316309Y-44376189D01* 159 | X65316309Y-44376189D02* 160 | X65340119Y-44328570D01* 161 | X65340119Y-44328570D02* 162 | X65387738Y-44280951D01* 163 | X65387738Y-44280951D02* 164 | X65482976Y-44257142D01* 165 | X65482976Y-44257142D02* 166 | X65649642Y-44257142D01* 167 | X65649642Y-44257142D02* 168 | X65744880Y-44280951D01* 169 | X65744880Y-44280951D02* 170 | X65792500Y-44328570D01* 171 | X65792500Y-44328570D02* 172 | X65816309Y-44376189D01* 173 | X65316309Y-44804761D02* 174 | X65816309Y-44804761D01* 175 | X65816309Y-44804761D02* 176 | X65316309Y-45090475D01* 177 | X65316309Y-45090475D02* 178 | X65816309Y-45090475D01* 179 | X65316309Y-45566666D02* 180 | X65316309Y-45328571D01* 181 | X65316309Y-45328571D02* 182 | X65816309Y-45328571D01* 183 | X65554404Y-45828571D02* 184 | X65316309Y-45828571D01* 185 | X65816309Y-45661905D02* 186 | X65554404Y-45828571D01* 187 | X65554404Y-45828571D02* 188 | X65816309Y-45995238D01* 189 | X73279048Y-32387380D02* 190 | X73564762Y-32387380D01* 191 | X73421905Y-33387380D02* 192 | X73421905Y-32387380D01* 193 | X73683809Y-32387380D02* 194 | X74017142Y-33387380D01* 195 | X74017142Y-32387380D02* 196 | X73683809Y-33387380D01* 197 | X75819047Y-32267380D02* 198 | X75819047Y-31267380D01* 199 | X75819047Y-31267380D02* 200 | X76009523Y-31267380D01* 201 | X76009523Y-31267380D02* 202 | X76057142Y-31315000D01* 203 | X76057142Y-31315000D02* 204 | X76080952Y-31362619D01* 205 | X76080952Y-31362619D02* 206 | X76104761Y-31457857D01* 207 | X76104761Y-31457857D02* 208 | X76104761Y-31600714D01* 209 | X76104761Y-31600714D02* 210 | X76080952Y-31695952D01* 211 | X76080952Y-31695952D02* 212 | X76057142Y-31743571D01* 213 | X76057142Y-31743571D02* 214 | X76009523Y-31791190D01* 215 | X76009523Y-31791190D02* 216 | X75819047Y-31791190D01* 217 | X76604761Y-32172142D02* 218 | X76580952Y-32219761D01* 219 | X76580952Y-32219761D02* 220 | X76509523Y-32267380D01* 221 | X76509523Y-32267380D02* 222 | X76461904Y-32267380D01* 223 | X76461904Y-32267380D02* 224 | X76390476Y-32219761D01* 225 | X76390476Y-32219761D02* 226 | X76342857Y-32124523D01* 227 | X76342857Y-32124523D02* 228 | X76319047Y-32029285D01* 229 | X76319047Y-32029285D02* 230 | X76295238Y-31838809D01* 231 | X76295238Y-31838809D02* 232 | X76295238Y-31695952D01* 233 | X76295238Y-31695952D02* 234 | X76319047Y-31505476D01* 235 | X76319047Y-31505476D02* 236 | X76342857Y-31410238D01* 237 | X76342857Y-31410238D02* 238 | X76390476Y-31315000D01* 239 | X76390476Y-31315000D02* 240 | X76461904Y-31267380D01* 241 | X76461904Y-31267380D02* 242 | X76509523Y-31267380D01* 243 | X76509523Y-31267380D02* 244 | X76580952Y-31315000D01* 245 | X76580952Y-31315000D02* 246 | X76604761Y-31362619D01* 247 | X62511905Y-35927380D02* 248 | X62511905Y-34927380D01* 249 | X62511905Y-34927380D02* 250 | X62702381Y-34927380D01* 251 | X62702381Y-34927380D02* 252 | X62750000Y-34975000D01* 253 | X62750000Y-34975000D02* 254 | X62773810Y-35022619D01* 255 | X62773810Y-35022619D02* 256 | X62797619Y-35117857D01* 257 | X62797619Y-35117857D02* 258 | X62797619Y-35260714D01* 259 | X62797619Y-35260714D02* 260 | X62773810Y-35355952D01* 261 | X62773810Y-35355952D02* 262 | X62750000Y-35403571D01* 263 | X62750000Y-35403571D02* 264 | X62702381Y-35451190D01* 265 | X62702381Y-35451190D02* 266 | X62511905Y-35451190D01* 267 | X63011905Y-35927380D02* 268 | X63011905Y-34927380D01* 269 | X63250000Y-35927380D02* 270 | X63250000Y-34927380D01* 271 | X63250000Y-34927380D02* 272 | X63535714Y-35927380D01* 273 | X63535714Y-35927380D02* 274 | X63535714Y-34927380D01* 275 | X64035715Y-35927380D02* 276 | X63750001Y-35927380D01* 277 | X63892858Y-35927380D02* 278 | X63892858Y-34927380D01* 279 | X63892858Y-34927380D02* 280 | X63845239Y-35070238D01* 281 | X63845239Y-35070238D02* 282 | X63797620Y-35165476D01* 283 | X63797620Y-35165476D02* 284 | X63750001Y-35213095D01* 285 | X64464286Y-35260714D02* 286 | X64464286Y-35927380D01* 287 | X64345238Y-34879761D02* 288 | X64226191Y-35594047D01* 289 | X64226191Y-35594047D02* 290 | X64535714Y-35594047D01* 291 | X59679047Y-32267380D02* 292 | X59679047Y-31267380D01* 293 | X59679047Y-31267380D02* 294 | X59869523Y-31267380D01* 295 | X59869523Y-31267380D02* 296 | X59917142Y-31315000D01* 297 | X59917142Y-31315000D02* 298 | X59940952Y-31362619D01* 299 | X59940952Y-31362619D02* 300 | X59964761Y-31457857D01* 301 | X59964761Y-31457857D02* 302 | X59964761Y-31600714D01* 303 | X59964761Y-31600714D02* 304 | X59940952Y-31695952D01* 305 | X59940952Y-31695952D02* 306 | X59917142Y-31743571D01* 307 | X59917142Y-31743571D02* 308 | X59869523Y-31791190D01* 309 | X59869523Y-31791190D02* 310 | X59679047Y-31791190D01* 311 | X60155238Y-32219761D02* 312 | X60226666Y-32267380D01* 313 | X60226666Y-32267380D02* 314 | X60345714Y-32267380D01* 315 | X60345714Y-32267380D02* 316 | X60393333Y-32219761D01* 317 | X60393333Y-32219761D02* 318 | X60417142Y-32172142D01* 319 | X60417142Y-32172142D02* 320 | X60440952Y-32076904D01* 321 | X60440952Y-32076904D02* 322 | X60440952Y-31981666D01* 323 | X60440952Y-31981666D02* 324 | X60417142Y-31886428D01* 325 | X60417142Y-31886428D02* 326 | X60393333Y-31838809D01* 327 | X60393333Y-31838809D02* 328 | X60345714Y-31791190D01* 329 | X60345714Y-31791190D02* 330 | X60250476Y-31743571D01* 331 | X60250476Y-31743571D02* 332 | X60202857Y-31695952D01* 333 | X60202857Y-31695952D02* 334 | X60179047Y-31648333D01* 335 | X60179047Y-31648333D02* 336 | X60155238Y-31553095D01* 337 | X60155238Y-31553095D02* 338 | X60155238Y-31457857D01* 339 | X60155238Y-31457857D02* 340 | X60179047Y-31362619D01* 341 | X60179047Y-31362619D02* 342 | X60202857Y-31315000D01* 343 | X60202857Y-31315000D02* 344 | X60250476Y-31267380D01* 345 | X60250476Y-31267380D02* 346 | X60369523Y-31267380D01* 347 | X60369523Y-31267380D02* 348 | X60440952Y-31315000D01* 349 | X60655237Y-32267380D02* 350 | X60655237Y-31267380D01* 351 | X60655237Y-31267380D02* 352 | X60845713Y-31267380D01* 353 | X60845713Y-31267380D02* 354 | X60893332Y-31315000D01* 355 | X60893332Y-31315000D02* 356 | X60917142Y-31362619D01* 357 | X60917142Y-31362619D02* 358 | X60940951Y-31457857D01* 359 | X60940951Y-31457857D02* 360 | X60940951Y-31600714D01* 361 | X60940951Y-31600714D02* 362 | X60917142Y-31695952D01* 363 | X60917142Y-31695952D02* 364 | X60893332Y-31743571D01* 365 | X60893332Y-31743571D02* 366 | X60845713Y-31791190D01* 367 | X60845713Y-31791190D02* 368 | X60655237Y-31791190D01* 369 | X61717142Y-31315000D02* 370 | X61669523Y-31267380D01* 371 | X61669523Y-31267380D02* 372 | X61598094Y-31267380D01* 373 | X61598094Y-31267380D02* 374 | X61526666Y-31315000D01* 375 | X61526666Y-31315000D02* 376 | X61479047Y-31410238D01* 377 | X61479047Y-31410238D02* 378 | X61455237Y-31505476D01* 379 | X61455237Y-31505476D02* 380 | X61431428Y-31695952D01* 381 | X61431428Y-31695952D02* 382 | X61431428Y-31838809D01* 383 | X61431428Y-31838809D02* 384 | X61455237Y-32029285D01* 385 | X61455237Y-32029285D02* 386 | X61479047Y-32124523D01* 387 | X61479047Y-32124523D02* 388 | X61526666Y-32219761D01* 389 | X61526666Y-32219761D02* 390 | X61598094Y-32267380D01* 391 | X61598094Y-32267380D02* 392 | X61645713Y-32267380D01* 393 | X61645713Y-32267380D02* 394 | X61717142Y-32219761D01* 395 | X61717142Y-32219761D02* 396 | X61740951Y-32172142D01* 397 | X61740951Y-32172142D02* 398 | X61740951Y-31838809D01* 399 | X61740951Y-31838809D02* 400 | X61645713Y-31838809D01* 401 | X62050475Y-31267380D02* 402 | X62145713Y-31267380D01* 403 | X62145713Y-31267380D02* 404 | X62193332Y-31315000D01* 405 | X62193332Y-31315000D02* 406 | X62240951Y-31410238D01* 407 | X62240951Y-31410238D02* 408 | X62264761Y-31600714D01* 409 | X62264761Y-31600714D02* 410 | X62264761Y-31934047D01* 411 | X62264761Y-31934047D02* 412 | X62240951Y-32124523D01* 413 | X62240951Y-32124523D02* 414 | X62193332Y-32219761D01* 415 | X62193332Y-32219761D02* 416 | X62145713Y-32267380D01* 417 | X62145713Y-32267380D02* 418 | X62050475Y-32267380D01* 419 | X62050475Y-32267380D02* 420 | X62002856Y-32219761D01* 421 | X62002856Y-32219761D02* 422 | X61955237Y-32124523D01* 423 | X61955237Y-32124523D02* 424 | X61931428Y-31934047D01* 425 | X61931428Y-31934047D02* 426 | X61931428Y-31600714D01* 427 | X61931428Y-31600714D02* 428 | X61955237Y-31410238D01* 429 | X61955237Y-31410238D02* 430 | X62002856Y-31315000D01* 431 | X62002856Y-31315000D02* 432 | X62050475Y-31267380D01* 433 | X62573810Y-41007380D02* 434 | X62573810Y-40007380D01* 435 | X62573810Y-40007380D02* 436 | X62764286Y-40007380D01* 437 | X62764286Y-40007380D02* 438 | X62811905Y-40055000D01* 439 | X62811905Y-40055000D02* 440 | X62835715Y-40102619D01* 441 | X62835715Y-40102619D02* 442 | X62859524Y-40197857D01* 443 | X62859524Y-40197857D02* 444 | X62859524Y-40340714D01* 445 | X62859524Y-40340714D02* 446 | X62835715Y-40435952D01* 447 | X62835715Y-40435952D02* 448 | X62811905Y-40483571D01* 449 | X62811905Y-40483571D02* 450 | X62764286Y-40531190D01* 451 | X62764286Y-40531190D02* 452 | X62573810Y-40531190D01* 453 | X63073810Y-41007380D02* 454 | X63073810Y-40007380D01* 455 | X63311905Y-41007380D02* 456 | X63311905Y-40007380D01* 457 | X63311905Y-40007380D02* 458 | X63597619Y-41007380D01* 459 | X63597619Y-41007380D02* 460 | X63597619Y-40007380D01* 461 | X64097620Y-41007380D02* 462 | X63811906Y-41007380D01* 463 | X63954763Y-41007380D02* 464 | X63954763Y-40007380D01* 465 | X63954763Y-40007380D02* 466 | X63907144Y-40150238D01* 467 | X63907144Y-40150238D02* 468 | X63859525Y-40245476D01* 469 | X63859525Y-40245476D02* 470 | X63811906Y-40293095D01* 471 | X64669048Y-39959761D02* 472 | X64240477Y-41245476D01* 473 | X64811906Y-40102619D02* 474 | X64835715Y-40055000D01* 475 | X64835715Y-40055000D02* 476 | X64883334Y-40007380D01* 477 | X64883334Y-40007380D02* 478 | X65002382Y-40007380D01* 479 | X65002382Y-40007380D02* 480 | X65050001Y-40055000D01* 481 | X65050001Y-40055000D02* 482 | X65073810Y-40102619D01* 483 | X65073810Y-40102619D02* 484 | X65097620Y-40197857D01* 485 | X65097620Y-40197857D02* 486 | X65097620Y-40293095D01* 487 | X65097620Y-40293095D02* 488 | X65073810Y-40435952D01* 489 | X65073810Y-40435952D02* 490 | X64788096Y-41007380D01* 491 | X64788096Y-41007380D02* 492 | X65097620Y-41007380D01* 493 | X65550000Y-40007380D02* 494 | X65311905Y-40007380D01* 495 | X65311905Y-40007380D02* 496 | X65288096Y-40483571D01* 497 | X65288096Y-40483571D02* 498 | X65311905Y-40435952D01* 499 | X65311905Y-40435952D02* 500 | X65359524Y-40388333D01* 501 | X65359524Y-40388333D02* 502 | X65478572Y-40388333D01* 503 | X65478572Y-40388333D02* 504 | X65526191Y-40435952D01* 505 | X65526191Y-40435952D02* 506 | X65550000Y-40483571D01* 507 | X65550000Y-40483571D02* 508 | X65573810Y-40578809D01* 509 | X65573810Y-40578809D02* 510 | X65573810Y-40816904D01* 511 | X65573810Y-40816904D02* 512 | X65550000Y-40912142D01* 513 | X65550000Y-40912142D02* 514 | X65526191Y-40959761D01* 515 | X65526191Y-40959761D02* 516 | X65478572Y-41007380D01* 517 | X65478572Y-41007380D02* 518 | X65359524Y-41007380D01* 519 | X65359524Y-41007380D02* 520 | X65311905Y-40959761D01* 521 | X65311905Y-40959761D02* 522 | X65288096Y-40912142D01* 523 | X66145238Y-39959761D02* 524 | X65716667Y-41245476D01* 525 | X66288096Y-40102619D02* 526 | X66311905Y-40055000D01* 527 | X66311905Y-40055000D02* 528 | X66359524Y-40007380D01* 529 | X66359524Y-40007380D02* 530 | X66478572Y-40007380D01* 531 | X66478572Y-40007380D02* 532 | X66526191Y-40055000D01* 533 | X66526191Y-40055000D02* 534 | X66550000Y-40102619D01* 535 | X66550000Y-40102619D02* 536 | X66573810Y-40197857D01* 537 | X66573810Y-40197857D02* 538 | X66573810Y-40293095D01* 539 | X66573810Y-40293095D02* 540 | X66550000Y-40435952D01* 541 | X66550000Y-40435952D02* 542 | X66264286Y-41007380D01* 543 | X66264286Y-41007380D02* 544 | X66573810Y-41007380D01* 545 | X66859524Y-40435952D02* 546 | X66811905Y-40388333D01* 547 | X66811905Y-40388333D02* 548 | X66788095Y-40340714D01* 549 | X66788095Y-40340714D02* 550 | X66764286Y-40245476D01* 551 | X66764286Y-40245476D02* 552 | X66764286Y-40197857D01* 553 | X66764286Y-40197857D02* 554 | X66788095Y-40102619D01* 555 | X66788095Y-40102619D02* 556 | X66811905Y-40055000D01* 557 | X66811905Y-40055000D02* 558 | X66859524Y-40007380D01* 559 | X66859524Y-40007380D02* 560 | X66954762Y-40007380D01* 561 | X66954762Y-40007380D02* 562 | X67002381Y-40055000D01* 563 | X67002381Y-40055000D02* 564 | X67026190Y-40102619D01* 565 | X67026190Y-40102619D02* 566 | X67050000Y-40197857D01* 567 | X67050000Y-40197857D02* 568 | X67050000Y-40245476D01* 569 | X67050000Y-40245476D02* 570 | X67026190Y-40340714D01* 571 | X67026190Y-40340714D02* 572 | X67002381Y-40388333D01* 573 | X67002381Y-40388333D02* 574 | X66954762Y-40435952D01* 575 | X66954762Y-40435952D02* 576 | X66859524Y-40435952D01* 577 | X66859524Y-40435952D02* 578 | X66811905Y-40483571D01* 579 | X66811905Y-40483571D02* 580 | X66788095Y-40531190D01* 581 | X66788095Y-40531190D02* 582 | X66764286Y-40626428D01* 583 | X66764286Y-40626428D02* 584 | X66764286Y-40816904D01* 585 | X66764286Y-40816904D02* 586 | X66788095Y-40912142D01* 587 | X66788095Y-40912142D02* 588 | X66811905Y-40959761D01* 589 | X66811905Y-40959761D02* 590 | X66859524Y-41007380D01* 591 | X66859524Y-41007380D02* 592 | X66954762Y-41007380D01* 593 | X66954762Y-41007380D02* 594 | X67002381Y-40959761D01* 595 | X67002381Y-40959761D02* 596 | X67026190Y-40912142D01* 597 | X67026190Y-40912142D02* 598 | X67050000Y-40816904D01* 599 | X67050000Y-40816904D02* 600 | X67050000Y-40626428D01* 601 | X67050000Y-40626428D02* 602 | X67026190Y-40531190D01* 603 | X67026190Y-40531190D02* 604 | X67002381Y-40483571D01* 605 | X67002381Y-40483571D02* 606 | X66954762Y-40435952D01* 607 | X71600000Y-42547380D02* 608 | X71361905Y-42547380D01* 609 | X71361905Y-42547380D02* 610 | X71338096Y-43023571D01* 611 | X71338096Y-43023571D02* 612 | X71361905Y-42975952D01* 613 | X71361905Y-42975952D02* 614 | X71409524Y-42928333D01* 615 | X71409524Y-42928333D02* 616 | X71528572Y-42928333D01* 617 | X71528572Y-42928333D02* 618 | X71576191Y-42975952D01* 619 | X71576191Y-42975952D02* 620 | X71600000Y-43023571D01* 621 | X71600000Y-43023571D02* 622 | X71623810Y-43118809D01* 623 | X71623810Y-43118809D02* 624 | X71623810Y-43356904D01* 625 | X71623810Y-43356904D02* 626 | X71600000Y-43452142D01* 627 | X71600000Y-43452142D02* 628 | X71576191Y-43499761D01* 629 | X71576191Y-43499761D02* 630 | X71528572Y-43547380D01* 631 | X71528572Y-43547380D02* 632 | X71409524Y-43547380D01* 633 | X71409524Y-43547380D02* 634 | X71361905Y-43499761D01* 635 | X71361905Y-43499761D02* 636 | X71338096Y-43452142D01* 637 | X71766667Y-42547380D02* 638 | X71933333Y-43547380D01* 639 | X71933333Y-43547380D02* 640 | X72100000Y-42547380D01* 641 | X72709523Y-43928333D02* 642 | X72685714Y-43880714D01* 643 | X72685714Y-43880714D02* 644 | X72638095Y-43737857D01* 645 | X72638095Y-43737857D02* 646 | X72614285Y-43642619D01* 647 | X72614285Y-43642619D02* 648 | X72590476Y-43499761D01* 649 | X72590476Y-43499761D02* 650 | X72566666Y-43261666D01* 651 | X72566666Y-43261666D02* 652 | X72566666Y-43071190D01* 653 | X72566666Y-43071190D02* 654 | X72590476Y-42833095D01* 655 | X72590476Y-42833095D02* 656 | X72614285Y-42690238D01* 657 | X72614285Y-42690238D02* 658 | X72638095Y-42595000D01* 659 | X72638095Y-42595000D02* 660 | X72685714Y-42452142D01* 661 | X72685714Y-42452142D02* 662 | X72709523Y-42404523D01* 663 | X72995237Y-42547380D02* 664 | X73090475Y-42547380D01* 665 | X73090475Y-42547380D02* 666 | X73138094Y-42595000D01* 667 | X73138094Y-42595000D02* 668 | X73185713Y-42690238D01* 669 | X73185713Y-42690238D02* 670 | X73209523Y-42880714D01* 671 | X73209523Y-42880714D02* 672 | X73209523Y-43214047D01* 673 | X73209523Y-43214047D02* 674 | X73185713Y-43404523D01* 675 | X73185713Y-43404523D02* 676 | X73138094Y-43499761D01* 677 | X73138094Y-43499761D02* 678 | X73090475Y-43547380D01* 679 | X73090475Y-43547380D02* 680 | X72995237Y-43547380D01* 681 | X72995237Y-43547380D02* 682 | X72947618Y-43499761D01* 683 | X72947618Y-43499761D02* 684 | X72899999Y-43404523D01* 685 | X72899999Y-43404523D02* 686 | X72876190Y-43214047D01* 687 | X72876190Y-43214047D02* 688 | X72876190Y-42880714D01* 689 | X72876190Y-42880714D02* 690 | X72899999Y-42690238D01* 691 | X72899999Y-42690238D02* 692 | X72947618Y-42595000D01* 693 | X72947618Y-42595000D02* 694 | X72995237Y-42547380D01* 695 | X73423809Y-43547380D02* 696 | X73423809Y-42547380D01* 697 | X73423809Y-42547380D02* 698 | X73614285Y-42547380D01* 699 | X73614285Y-42547380D02* 700 | X73661904Y-42595000D01* 701 | X73661904Y-42595000D02* 702 | X73685714Y-42642619D01* 703 | X73685714Y-42642619D02* 704 | X73709523Y-42737857D01* 705 | X73709523Y-42737857D02* 706 | X73709523Y-42880714D01* 707 | X73709523Y-42880714D02* 708 | X73685714Y-42975952D01* 709 | X73685714Y-42975952D02* 710 | X73661904Y-43023571D01* 711 | X73661904Y-43023571D02* 712 | X73614285Y-43071190D01* 713 | X73614285Y-43071190D02* 714 | X73423809Y-43071190D01* 715 | X73852381Y-42547380D02* 716 | X74138095Y-42547380D01* 717 | X73995238Y-43547380D02* 718 | X73995238Y-42547380D01* 719 | X74304761Y-43452142D02* 720 | X74328571Y-43499761D01* 721 | X74328571Y-43499761D02* 722 | X74304761Y-43547380D01* 723 | X74304761Y-43547380D02* 724 | X74280952Y-43499761D01* 725 | X74280952Y-43499761D02* 726 | X74304761Y-43452142D01* 727 | X74304761Y-43452142D02* 728 | X74304761Y-43547380D01* 729 | X74495237Y-43928333D02* 730 | X74519047Y-43880714D01* 731 | X74519047Y-43880714D02* 732 | X74566666Y-43737857D01* 733 | X74566666Y-43737857D02* 734 | X74590475Y-43642619D01* 735 | X74590475Y-43642619D02* 736 | X74614285Y-43499761D01* 737 | X74614285Y-43499761D02* 738 | X74638094Y-43261666D01* 739 | X74638094Y-43261666D02* 740 | X74638094Y-43071190D01* 741 | X74638094Y-43071190D02* 742 | X74614285Y-42833095D01* 743 | X74614285Y-42833095D02* 744 | X74590475Y-42690238D01* 745 | X74590475Y-42690238D02* 746 | X74566666Y-42595000D01* 747 | X74566666Y-42595000D02* 748 | X74519047Y-42452142D01* 749 | X74519047Y-42452142D02* 750 | X74495237Y-42404523D01* 751 | X73576666Y-35927380D02* 752 | X73410000Y-35451190D01* 753 | X73290952Y-35927380D02* 754 | X73290952Y-34927380D01* 755 | X73290952Y-34927380D02* 756 | X73481428Y-34927380D01* 757 | X73481428Y-34927380D02* 758 | X73529047Y-34975000D01* 759 | X73529047Y-34975000D02* 760 | X73552857Y-35022619D01* 761 | X73552857Y-35022619D02* 762 | X73576666Y-35117857D01* 763 | X73576666Y-35117857D02* 764 | X73576666Y-35260714D01* 765 | X73576666Y-35260714D02* 766 | X73552857Y-35355952D01* 767 | X73552857Y-35355952D02* 768 | X73529047Y-35403571D01* 769 | X73529047Y-35403571D02* 770 | X73481428Y-35451190D01* 771 | X73481428Y-35451190D02* 772 | X73290952Y-35451190D01* 773 | X73743333Y-34927380D02* 774 | X74076666Y-35927380D01* 775 | X74076666Y-34927380D02* 776 | X73743333Y-35927380D01* 777 | X71036666Y-33203690D02* 778 | X70870000Y-32965595D01* 779 | X70750952Y-33203690D02* 780 | X70750952Y-32703690D01* 781 | X70750952Y-32703690D02* 782 | X70941428Y-32703690D01* 783 | X70941428Y-32703690D02* 784 | X70989047Y-32727500D01* 785 | X70989047Y-32727500D02* 786 | X71012857Y-32751309D01* 787 | X71012857Y-32751309D02* 788 | X71036666Y-32798928D01* 789 | X71036666Y-32798928D02* 790 | X71036666Y-32870357D01* 791 | X71036666Y-32870357D02* 792 | X71012857Y-32917976D01* 793 | X71012857Y-32917976D02* 794 | X70989047Y-32941785D01* 795 | X70989047Y-32941785D02* 796 | X70941428Y-32965595D01* 797 | X70941428Y-32965595D02* 798 | X70750952Y-32965595D01* 799 | X71227143Y-32751309D02* 800 | X71250952Y-32727500D01* 801 | X71250952Y-32727500D02* 802 | X71298571Y-32703690D01* 803 | X71298571Y-32703690D02* 804 | X71417619Y-32703690D01* 805 | X71417619Y-32703690D02* 806 | X71465238Y-32727500D01* 807 | X71465238Y-32727500D02* 808 | X71489047Y-32751309D01* 809 | X71489047Y-32751309D02* 810 | X71512857Y-32798928D01* 811 | X71512857Y-32798928D02* 812 | X71512857Y-32846547D01* 813 | X71512857Y-32846547D02* 814 | X71489047Y-32917976D01* 815 | X71489047Y-32917976D02* 816 | X71203333Y-33203690D01* 817 | X71203333Y-33203690D02* 818 | X71512857Y-33203690D01* 819 | X62511905Y-33387380D02* 820 | X62511905Y-32387380D01* 821 | X62511905Y-32387380D02* 822 | X62702381Y-32387380D01* 823 | X62702381Y-32387380D02* 824 | X62750000Y-32435000D01* 825 | X62750000Y-32435000D02* 826 | X62773810Y-32482619D01* 827 | X62773810Y-32482619D02* 828 | X62797619Y-32577857D01* 829 | X62797619Y-32577857D02* 830 | X62797619Y-32720714D01* 831 | X62797619Y-32720714D02* 832 | X62773810Y-32815952D01* 833 | X62773810Y-32815952D02* 834 | X62750000Y-32863571D01* 835 | X62750000Y-32863571D02* 836 | X62702381Y-32911190D01* 837 | X62702381Y-32911190D02* 838 | X62511905Y-32911190D01* 839 | X63011905Y-33387380D02* 840 | X63011905Y-32387380D01* 841 | X63250000Y-33387380D02* 842 | X63250000Y-32387380D01* 843 | X63250000Y-32387380D02* 844 | X63535714Y-33387380D01* 845 | X63535714Y-33387380D02* 846 | X63535714Y-32387380D01* 847 | X64035715Y-33387380D02* 848 | X63750001Y-33387380D01* 849 | X63892858Y-33387380D02* 850 | X63892858Y-32387380D01* 851 | X63892858Y-32387380D02* 852 | X63845239Y-32530238D01* 853 | X63845239Y-32530238D02* 854 | X63797620Y-32625476D01* 855 | X63797620Y-32625476D02* 856 | X63750001Y-32673095D01* 857 | X64202381Y-32387380D02* 858 | X64535714Y-32387380D01* 859 | X64535714Y-32387380D02* 860 | X64321429Y-33387380D01* 861 | X73279047Y-40055000D02* 862 | X73231428Y-40007380D01* 863 | X73231428Y-40007380D02* 864 | X73159999Y-40007380D01* 865 | X73159999Y-40007380D02* 866 | X73088571Y-40055000D01* 867 | X73088571Y-40055000D02* 868 | X73040952Y-40150238D01* 869 | X73040952Y-40150238D02* 870 | X73017142Y-40245476D01* 871 | X73017142Y-40245476D02* 872 | X72993333Y-40435952D01* 873 | X72993333Y-40435952D02* 874 | X72993333Y-40578809D01* 875 | X72993333Y-40578809D02* 876 | X73017142Y-40769285D01* 877 | X73017142Y-40769285D02* 878 | X73040952Y-40864523D01* 879 | X73040952Y-40864523D02* 880 | X73088571Y-40959761D01* 881 | X73088571Y-40959761D02* 882 | X73159999Y-41007380D01* 883 | X73159999Y-41007380D02* 884 | X73207618Y-41007380D01* 885 | X73207618Y-41007380D02* 886 | X73279047Y-40959761D01* 887 | X73279047Y-40959761D02* 888 | X73302856Y-40912142D01* 889 | X73302856Y-40912142D02* 890 | X73302856Y-40578809D01* 891 | X73302856Y-40578809D02* 892 | X73207618Y-40578809D01* 893 | X73517142Y-41007380D02* 894 | X73517142Y-40007380D01* 895 | X73517142Y-40007380D02* 896 | X73802856Y-41007380D01* 897 | X73802856Y-41007380D02* 898 | X73802856Y-40007380D01* 899 | X74040952Y-41007380D02* 900 | X74040952Y-40007380D01* 901 | X74040952Y-40007380D02* 902 | X74160000Y-40007380D01* 903 | X74160000Y-40007380D02* 904 | X74231428Y-40055000D01* 905 | X74231428Y-40055000D02* 906 | X74279047Y-40150238D01* 907 | X74279047Y-40150238D02* 908 | X74302857Y-40245476D01* 909 | X74302857Y-40245476D02* 910 | X74326666Y-40435952D01* 911 | X74326666Y-40435952D02* 912 | X74326666Y-40578809D01* 913 | X74326666Y-40578809D02* 914 | X74302857Y-40769285D01* 915 | X74302857Y-40769285D02* 916 | X74279047Y-40864523D01* 917 | X74279047Y-40864523D02* 918 | X74231428Y-40959761D01* 919 | X74231428Y-40959761D02* 920 | X74160000Y-41007380D01* 921 | X74160000Y-41007380D02* 922 | X74040952Y-41007380D01* 923 | X66916666Y-31883690D02* 924 | X66750000Y-31645595D01* 925 | X66630952Y-31883690D02* 926 | X66630952Y-31383690D01* 927 | X66630952Y-31383690D02* 928 | X66821428Y-31383690D01* 929 | X66821428Y-31383690D02* 930 | X66869047Y-31407500D01* 931 | X66869047Y-31407500D02* 932 | X66892857Y-31431309D01* 933 | X66892857Y-31431309D02* 934 | X66916666Y-31478928D01* 935 | X66916666Y-31478928D02* 936 | X66916666Y-31550357D01* 937 | X66916666Y-31550357D02* 938 | X66892857Y-31597976D01* 939 | X66892857Y-31597976D02* 940 | X66869047Y-31621785D01* 941 | X66869047Y-31621785D02* 942 | X66821428Y-31645595D01* 943 | X66821428Y-31645595D02* 944 | X66630952Y-31645595D01* 945 | X67392857Y-31883690D02* 946 | X67107143Y-31883690D01* 947 | X67250000Y-31883690D02* 948 | X67250000Y-31383690D01* 949 | X67250000Y-31383690D02* 950 | X67202381Y-31455119D01* 951 | X67202381Y-31455119D02* 952 | X67154762Y-31502738D01* 953 | X67154762Y-31502738D02* 954 | X67107143Y-31526547D01* 955 | X62511905Y-38467380D02* 956 | X62511905Y-37467380D01* 957 | X62511905Y-37467380D02* 958 | X62702381Y-37467380D01* 959 | X62702381Y-37467380D02* 960 | X62750000Y-37515000D01* 961 | X62750000Y-37515000D02* 962 | X62773810Y-37562619D01* 963 | X62773810Y-37562619D02* 964 | X62797619Y-37657857D01* 965 | X62797619Y-37657857D02* 966 | X62797619Y-37800714D01* 967 | X62797619Y-37800714D02* 968 | X62773810Y-37895952D01* 969 | X62773810Y-37895952D02* 970 | X62750000Y-37943571D01* 971 | X62750000Y-37943571D02* 972 | X62702381Y-37991190D01* 973 | X62702381Y-37991190D02* 974 | X62511905Y-37991190D01* 975 | X63011905Y-38467380D02* 976 | X63011905Y-37467380D01* 977 | X63250000Y-38467380D02* 978 | X63250000Y-37467380D01* 979 | X63250000Y-37467380D02* 980 | X63535714Y-38467380D01* 981 | X63535714Y-38467380D02* 982 | X63535714Y-37467380D01* 983 | X63750001Y-37562619D02* 984 | X63773810Y-37515000D01* 985 | X63773810Y-37515000D02* 986 | X63821429Y-37467380D01* 987 | X63821429Y-37467380D02* 988 | X63940477Y-37467380D01* 989 | X63940477Y-37467380D02* 990 | X63988096Y-37515000D01* 991 | X63988096Y-37515000D02* 992 | X64011905Y-37562619D01* 993 | X64011905Y-37562619D02* 994 | X64035715Y-37657857D01* 995 | X64035715Y-37657857D02* 996 | X64035715Y-37753095D01* 997 | X64035715Y-37753095D02* 998 | X64011905Y-37895952D01* 999 | X64011905Y-37895952D02* 1000 | X63726191Y-38467380D01* 1001 | X63726191Y-38467380D02* 1002 | X64035715Y-38467380D01* 1003 | X64464286Y-37800714D02* 1004 | X64464286Y-38467380D01* 1005 | X64345238Y-37419761D02* 1006 | X64226191Y-38134047D01* 1007 | X64226191Y-38134047D02* 1008 | X64535714Y-38134047D01* 1009 | X62511905Y-46087380D02* 1010 | X62511905Y-45087380D01* 1011 | X62511905Y-45087380D02* 1012 | X62702381Y-45087380D01* 1013 | X62702381Y-45087380D02* 1014 | X62750000Y-45135000D01* 1015 | X62750000Y-45135000D02* 1016 | X62773810Y-45182619D01* 1017 | X62773810Y-45182619D02* 1018 | X62797619Y-45277857D01* 1019 | X62797619Y-45277857D02* 1020 | X62797619Y-45420714D01* 1021 | X62797619Y-45420714D02* 1022 | X62773810Y-45515952D01* 1023 | X62773810Y-45515952D02* 1024 | X62750000Y-45563571D01* 1025 | X62750000Y-45563571D02* 1026 | X62702381Y-45611190D01* 1027 | X62702381Y-45611190D02* 1028 | X62511905Y-45611190D01* 1029 | X63011905Y-46087380D02* 1030 | X63011905Y-45087380D01* 1031 | X63250000Y-46087380D02* 1032 | X63250000Y-45087380D01* 1033 | X63250000Y-45087380D02* 1034 | X63535714Y-46087380D01* 1035 | X63535714Y-46087380D02* 1036 | X63535714Y-45087380D01* 1037 | X63750001Y-45182619D02* 1038 | X63773810Y-45135000D01* 1039 | X63773810Y-45135000D02* 1040 | X63821429Y-45087380D01* 1041 | X63821429Y-45087380D02* 1042 | X63940477Y-45087380D01* 1043 | X63940477Y-45087380D02* 1044 | X63988096Y-45135000D01* 1045 | X63988096Y-45135000D02* 1046 | X64011905Y-45182619D01* 1047 | X64011905Y-45182619D02* 1048 | X64035715Y-45277857D01* 1049 | X64035715Y-45277857D02* 1050 | X64035715Y-45373095D01* 1051 | X64035715Y-45373095D02* 1052 | X64011905Y-45515952D01* 1053 | X64011905Y-45515952D02* 1054 | X63726191Y-46087380D01* 1055 | X63726191Y-46087380D02* 1056 | X64035715Y-46087380D01* 1057 | X64226191Y-45182619D02* 1058 | X64250000Y-45135000D01* 1059 | X64250000Y-45135000D02* 1060 | X64297619Y-45087380D01* 1061 | X64297619Y-45087380D02* 1062 | X64416667Y-45087380D01* 1063 | X64416667Y-45087380D02* 1064 | X64464286Y-45135000D01* 1065 | X64464286Y-45135000D02* 1066 | X64488095Y-45182619D01* 1067 | X64488095Y-45182619D02* 1068 | X64511905Y-45277857D01* 1069 | X64511905Y-45277857D02* 1070 | X64511905Y-45373095D01* 1071 | X64511905Y-45373095D02* 1072 | X64488095Y-45515952D01* 1073 | X64488095Y-45515952D02* 1074 | X64202381Y-46087380D01* 1075 | X64202381Y-46087380D02* 1076 | X64511905Y-46087380D01* 1077 | X62511905Y-43547380D02* 1078 | X62511905Y-42547380D01* 1079 | X62511905Y-42547380D02* 1080 | X62702381Y-42547380D01* 1081 | X62702381Y-42547380D02* 1082 | X62750000Y-42595000D01* 1083 | X62750000Y-42595000D02* 1084 | X62773810Y-42642619D01* 1085 | X62773810Y-42642619D02* 1086 | X62797619Y-42737857D01* 1087 | X62797619Y-42737857D02* 1088 | X62797619Y-42880714D01* 1089 | X62797619Y-42880714D02* 1090 | X62773810Y-42975952D01* 1091 | X62773810Y-42975952D02* 1092 | X62750000Y-43023571D01* 1093 | X62750000Y-43023571D02* 1094 | X62702381Y-43071190D01* 1095 | X62702381Y-43071190D02* 1096 | X62511905Y-43071190D01* 1097 | X63011905Y-43547380D02* 1098 | X63011905Y-42547380D01* 1099 | X63250000Y-43547380D02* 1100 | X63250000Y-42547380D01* 1101 | X63250000Y-42547380D02* 1102 | X63535714Y-43547380D01* 1103 | X63535714Y-43547380D02* 1104 | X63535714Y-42547380D01* 1105 | X63750001Y-42642619D02* 1106 | X63773810Y-42595000D01* 1107 | X63773810Y-42595000D02* 1108 | X63821429Y-42547380D01* 1109 | X63821429Y-42547380D02* 1110 | X63940477Y-42547380D01* 1111 | X63940477Y-42547380D02* 1112 | X63988096Y-42595000D01* 1113 | X63988096Y-42595000D02* 1114 | X64011905Y-42642619D01* 1115 | X64011905Y-42642619D02* 1116 | X64035715Y-42737857D01* 1117 | X64035715Y-42737857D02* 1118 | X64035715Y-42833095D01* 1119 | X64035715Y-42833095D02* 1120 | X64011905Y-42975952D01* 1121 | X64011905Y-42975952D02* 1122 | X63726191Y-43547380D01* 1123 | X63726191Y-43547380D02* 1124 | X64035715Y-43547380D01* 1125 | X64345238Y-42547380D02* 1126 | X64392857Y-42547380D01* 1127 | X64392857Y-42547380D02* 1128 | X64440476Y-42595000D01* 1129 | X64440476Y-42595000D02* 1130 | X64464286Y-42642619D01* 1131 | X64464286Y-42642619D02* 1132 | X64488095Y-42737857D01* 1133 | X64488095Y-42737857D02* 1134 | X64511905Y-42928333D01* 1135 | X64511905Y-42928333D02* 1136 | X64511905Y-43166428D01* 1137 | X64511905Y-43166428D02* 1138 | X64488095Y-43356904D01* 1139 | X64488095Y-43356904D02* 1140 | X64464286Y-43452142D01* 1141 | X64464286Y-43452142D02* 1142 | X64440476Y-43499761D01* 1143 | X64440476Y-43499761D02* 1144 | X64392857Y-43547380D01* 1145 | X64392857Y-43547380D02* 1146 | X64345238Y-43547380D01* 1147 | X64345238Y-43547380D02* 1148 | X64297619Y-43499761D01* 1149 | X64297619Y-43499761D02* 1150 | X64273810Y-43452142D01* 1151 | X64273810Y-43452142D02* 1152 | X64250000Y-43356904D01* 1153 | X64250000Y-43356904D02* 1154 | X64226191Y-43166428D01* 1155 | X64226191Y-43166428D02* 1156 | X64226191Y-42928333D01* 1157 | X64226191Y-42928333D02* 1158 | X64250000Y-42737857D01* 1159 | X64250000Y-42737857D02* 1160 | X64273810Y-42642619D01* 1161 | X64273810Y-42642619D02* 1162 | X64297619Y-42595000D01* 1163 | X64297619Y-42595000D02* 1164 | X64345238Y-42547380D01* 1165 | %TO.C,1n4148*% 1166 | X67544287Y-40117380D02* 1167 | X67258573Y-40117380D01* 1168 | X67401430Y-40117380D02* 1169 | X67401430Y-39117380D01* 1170 | X67401430Y-39117380D02* 1171 | X67353811Y-39260238D01* 1172 | X67353811Y-39260238D02* 1173 | X67306192Y-39355476D01* 1174 | X67306192Y-39355476D02* 1175 | X67258573Y-39403095D01* 1176 | X67758572Y-39450714D02* 1177 | X67758572Y-40117380D01* 1178 | X67758572Y-39545952D02* 1179 | X67782382Y-39498333D01* 1180 | X67782382Y-39498333D02* 1181 | X67830001Y-39450714D01* 1182 | X67830001Y-39450714D02* 1183 | X67901429Y-39450714D01* 1184 | X67901429Y-39450714D02* 1185 | X67949048Y-39498333D01* 1186 | X67949048Y-39498333D02* 1187 | X67972858Y-39593571D01* 1188 | X67972858Y-39593571D02* 1189 | X67972858Y-40117380D01* 1190 | X68425239Y-39450714D02* 1191 | X68425239Y-40117380D01* 1192 | X68306191Y-39069761D02* 1193 | X68187144Y-39784047D01* 1194 | X68187144Y-39784047D02* 1195 | X68496667Y-39784047D01* 1196 | X68949048Y-40117380D02* 1197 | X68663334Y-40117380D01* 1198 | X68806191Y-40117380D02* 1199 | X68806191Y-39117380D01* 1200 | X68806191Y-39117380D02* 1201 | X68758572Y-39260238D01* 1202 | X68758572Y-39260238D02* 1203 | X68710953Y-39355476D01* 1204 | X68710953Y-39355476D02* 1205 | X68663334Y-39403095D01* 1206 | X69377619Y-39450714D02* 1207 | X69377619Y-40117380D01* 1208 | X69258571Y-39069761D02* 1209 | X69139524Y-39784047D01* 1210 | X69139524Y-39784047D02* 1211 | X69449047Y-39784047D01* 1212 | X69710952Y-39545952D02* 1213 | X69663333Y-39498333D01* 1214 | X69663333Y-39498333D02* 1215 | X69639523Y-39450714D01* 1216 | X69639523Y-39450714D02* 1217 | X69615714Y-39355476D01* 1218 | X69615714Y-39355476D02* 1219 | X69615714Y-39307857D01* 1220 | X69615714Y-39307857D02* 1221 | X69639523Y-39212619D01* 1222 | X69639523Y-39212619D02* 1223 | X69663333Y-39165000D01* 1224 | X69663333Y-39165000D02* 1225 | X69710952Y-39117380D01* 1226 | X69710952Y-39117380D02* 1227 | X69806190Y-39117380D01* 1228 | X69806190Y-39117380D02* 1229 | X69853809Y-39165000D01* 1230 | X69853809Y-39165000D02* 1231 | X69877618Y-39212619D01* 1232 | X69877618Y-39212619D02* 1233 | X69901428Y-39307857D01* 1234 | X69901428Y-39307857D02* 1235 | X69901428Y-39355476D01* 1236 | X69901428Y-39355476D02* 1237 | X69877618Y-39450714D01* 1238 | X69877618Y-39450714D02* 1239 | X69853809Y-39498333D01* 1240 | X69853809Y-39498333D02* 1241 | X69806190Y-39545952D01* 1242 | X69806190Y-39545952D02* 1243 | X69710952Y-39545952D01* 1244 | X69710952Y-39545952D02* 1245 | X69663333Y-39593571D01* 1246 | X69663333Y-39593571D02* 1247 | X69639523Y-39641190D01* 1248 | X69639523Y-39641190D02* 1249 | X69615714Y-39736428D01* 1250 | X69615714Y-39736428D02* 1251 | X69615714Y-39926904D01* 1252 | X69615714Y-39926904D02* 1253 | X69639523Y-40022142D01* 1254 | X69639523Y-40022142D02* 1255 | X69663333Y-40069761D01* 1256 | X69663333Y-40069761D02* 1257 | X69710952Y-40117380D01* 1258 | X69710952Y-40117380D02* 1259 | X69806190Y-40117380D01* 1260 | X69806190Y-40117380D02* 1261 | X69853809Y-40069761D01* 1262 | X69853809Y-40069761D02* 1263 | X69877618Y-40022142D01* 1264 | X69877618Y-40022142D02* 1265 | X69901428Y-39926904D01* 1266 | X69901428Y-39926904D02* 1267 | X69901428Y-39736428D01* 1268 | X69901428Y-39736428D02* 1269 | X69877618Y-39641190D01* 1270 | X69877618Y-39641190D02* 1271 | X69853809Y-39593571D01* 1272 | X69853809Y-39593571D02* 1273 | X69806190Y-39545952D01* 1274 | D12* 1275 | %TO.C,R3*% 1276 | X68772936Y-42445000D02* 1277 | X69227064Y-42445000D01* 1278 | X68772936Y-43915000D02* 1279 | X69227064Y-43915000D01* 1280 | %TO.C,R2*% 1281 | X70892936Y-33565000D02* 1282 | X71347064Y-33565000D01* 1283 | X70892936Y-35035000D02* 1284 | X71347064Y-35035000D01* 1285 | %TO.C,R1*% 1286 | X66772936Y-32285000D02* 1287 | X67227064Y-32285000D01* 1288 | X66772936Y-33755000D02* 1289 | X67227064Y-33755000D01* 1290 | %TO.C,1n4148*% 1291 | X70440000Y-39060000D02* 1292 | X70440000Y-37140000D01* 1293 | X70440000Y-37140000D02* 1294 | X67580000Y-37140000D01* 1295 | X67580000Y-39060000D02* 1296 | X70440000Y-39060000D01* 1297 | %TD*% 1298 | M02* 1299 | -------------------------------------------------------------------------------- /0805_Nano/Gerbers/PSP GO JIG_0805_Nano-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0)*% 2 | %TF.CreationDate,2023-08-28T09:58:10+02:00*% 3 | %TF.ProjectId,PSP GO JIG_0805_Nano,50535020-474f-4204-9a49-475f30383035,rev?*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (7.0.0)) date 2023-08-28 09:58:10* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,0.100000*% 15 | %ADD11C,0.125000*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X69460000Y-36190000D02* 19 | X76200000Y-36190000D01* 20 | X76200000Y-36190000D02* 21 | X76200000Y-40010000D01* 22 | X76200000Y-40010000D02* 23 | X69460000Y-40010000D01* 24 | X69460000Y-40010000D02* 25 | X69460000Y-36190000D01* 26 | X69460000Y-40010000D02* 27 | X76200000Y-40010000D01* 28 | X76200000Y-40010000D02* 29 | X76200000Y-43830000D01* 30 | X76200000Y-43830000D02* 31 | X69460000Y-43830000D01* 32 | X69460000Y-43830000D02* 33 | X69460000Y-40010000D01* 34 | X69460000Y-32370000D02* 35 | X76200000Y-32370000D01* 36 | X76200000Y-32370000D02* 37 | X76200000Y-36190000D01* 38 | X76200000Y-36190000D02* 39 | X69460000Y-36190000D01* 40 | X69460000Y-36190000D02* 41 | X69460000Y-32370000D01* 42 | D11* 43 | X75666666Y-41409666D02* 44 | X76066666Y-41409666D01* 45 | X75866666Y-41409666D02* 46 | X75866666Y-40709666D01* 47 | X75866666Y-40709666D02* 48 | X75933333Y-40809666D01* 49 | X75933333Y-40809666D02* 50 | X76000000Y-40876333D01* 51 | X76000000Y-40876333D02* 52 | X76066666Y-40909666D01* 53 | X75366666Y-41343000D02* 54 | X75333333Y-41376333D01* 55 | X75333333Y-41376333D02* 56 | X75366666Y-41409666D01* 57 | X75366666Y-41409666D02* 58 | X75399999Y-41376333D01* 59 | X75399999Y-41376333D02* 60 | X75366666Y-41343000D01* 61 | X75366666Y-41343000D02* 62 | X75366666Y-41409666D01* 63 | X74933333Y-41009666D02* 64 | X75000000Y-40976333D01* 65 | X75000000Y-40976333D02* 66 | X75033333Y-40943000D01* 67 | X75033333Y-40943000D02* 68 | X75066666Y-40876333D01* 69 | X75066666Y-40876333D02* 70 | X75066666Y-40843000D01* 71 | X75066666Y-40843000D02* 72 | X75033333Y-40776333D01* 73 | X75033333Y-40776333D02* 74 | X75000000Y-40743000D01* 75 | X75000000Y-40743000D02* 76 | X74933333Y-40709666D01* 77 | X74933333Y-40709666D02* 78 | X74800000Y-40709666D01* 79 | X74800000Y-40709666D02* 80 | X74733333Y-40743000D01* 81 | X74733333Y-40743000D02* 82 | X74700000Y-40776333D01* 83 | X74700000Y-40776333D02* 84 | X74666666Y-40843000D01* 85 | X74666666Y-40843000D02* 86 | X74666666Y-40876333D01* 87 | X74666666Y-40876333D02* 88 | X74700000Y-40943000D01* 89 | X74700000Y-40943000D02* 90 | X74733333Y-40976333D01* 91 | X74733333Y-40976333D02* 92 | X74800000Y-41009666D01* 93 | X74800000Y-41009666D02* 94 | X74933333Y-41009666D01* 95 | X74933333Y-41009666D02* 96 | X75000000Y-41043000D01* 97 | X75000000Y-41043000D02* 98 | X75033333Y-41076333D01* 99 | X75033333Y-41076333D02* 100 | X75066666Y-41143000D01* 101 | X75066666Y-41143000D02* 102 | X75066666Y-41276333D01* 103 | X75066666Y-41276333D02* 104 | X75033333Y-41343000D01* 105 | X75033333Y-41343000D02* 106 | X75000000Y-41376333D01* 107 | X75000000Y-41376333D02* 108 | X74933333Y-41409666D01* 109 | X74933333Y-41409666D02* 110 | X74800000Y-41409666D01* 111 | X74800000Y-41409666D02* 112 | X74733333Y-41376333D01* 113 | X74733333Y-41376333D02* 114 | X74700000Y-41343000D01* 115 | X74700000Y-41343000D02* 116 | X74666666Y-41276333D01* 117 | X74666666Y-41276333D02* 118 | X74666666Y-41143000D01* 119 | X74666666Y-41143000D02* 120 | X74700000Y-41076333D01* 121 | X74700000Y-41076333D02* 122 | X74733333Y-41043000D01* 123 | X74733333Y-41043000D02* 124 | X74800000Y-41009666D01* 125 | X74466666Y-40709666D02* 126 | X74233333Y-41409666D01* 127 | X74233333Y-41409666D02* 128 | X73999999Y-40709666D01* 129 | X75633333Y-42543666D02* 130 | X75866666Y-42210333D01* 131 | X76033333Y-42543666D02* 132 | X76033333Y-41843666D01* 133 | X76033333Y-41843666D02* 134 | X75766666Y-41843666D01* 135 | X75766666Y-41843666D02* 136 | X75700000Y-41877000D01* 137 | X75700000Y-41877000D02* 138 | X75666666Y-41910333D01* 139 | X75666666Y-41910333D02* 140 | X75633333Y-41977000D01* 141 | X75633333Y-41977000D02* 142 | X75633333Y-42077000D01* 143 | X75633333Y-42077000D02* 144 | X75666666Y-42143666D01* 145 | X75666666Y-42143666D02* 146 | X75700000Y-42177000D01* 147 | X75700000Y-42177000D02* 148 | X75766666Y-42210333D01* 149 | X75766666Y-42210333D02* 150 | X76033333Y-42210333D01* 151 | X74966666Y-42543666D02* 152 | X75366666Y-42543666D01* 153 | X75166666Y-42543666D02* 154 | X75166666Y-41843666D01* 155 | X75166666Y-41843666D02* 156 | X75233333Y-41943666D01* 157 | X75233333Y-41943666D02* 158 | X75300000Y-42010333D01* 159 | X75300000Y-42010333D02* 160 | X75366666Y-42043666D01* 161 | X74666666Y-42177000D02* 162 | X74133333Y-42177000D01* 163 | X74133333Y-42377000D02* 164 | X74666666Y-42377000D01* 165 | X73666666Y-41843666D02* 166 | X73599999Y-41843666D01* 167 | X73599999Y-41843666D02* 168 | X73533332Y-41877000D01* 169 | X73533332Y-41877000D02* 170 | X73499999Y-41910333D01* 171 | X73499999Y-41910333D02* 172 | X73466666Y-41977000D01* 173 | X73466666Y-41977000D02* 174 | X73433332Y-42110333D01* 175 | X73433332Y-42110333D02* 176 | X73433332Y-42277000D01* 177 | X73433332Y-42277000D02* 178 | X73466666Y-42410333D01* 179 | X73466666Y-42410333D02* 180 | X73499999Y-42477000D01* 181 | X73499999Y-42477000D02* 182 | X73533332Y-42510333D01* 183 | X73533332Y-42510333D02* 184 | X73599999Y-42543666D01* 185 | X73599999Y-42543666D02* 186 | X73666666Y-42543666D01* 187 | X73666666Y-42543666D02* 188 | X73733332Y-42510333D01* 189 | X73733332Y-42510333D02* 190 | X73766666Y-42477000D01* 191 | X73766666Y-42477000D02* 192 | X73799999Y-42410333D01* 193 | X73799999Y-42410333D02* 194 | X73833332Y-42277000D01* 195 | X73833332Y-42277000D02* 196 | X73833332Y-42110333D01* 197 | X73833332Y-42110333D02* 198 | X73799999Y-41977000D01* 199 | X73799999Y-41977000D02* 200 | X73766666Y-41910333D01* 201 | X73766666Y-41910333D02* 202 | X73733332Y-41877000D01* 203 | X73733332Y-41877000D02* 204 | X73666666Y-41843666D01* 205 | X72633332Y-41810333D02* 206 | X73233332Y-42710333D01* 207 | X72166666Y-42177000D02* 208 | X72066666Y-42210333D01* 209 | X72066666Y-42210333D02* 210 | X72033332Y-42243666D01* 211 | X72033332Y-42243666D02* 212 | X71999999Y-42310333D01* 213 | X71999999Y-42310333D02* 214 | X71999999Y-42410333D01* 215 | X71999999Y-42410333D02* 216 | X72033332Y-42477000D01* 217 | X72033332Y-42477000D02* 218 | X72066666Y-42510333D01* 219 | X72066666Y-42510333D02* 220 | X72133332Y-42543666D01* 221 | X72133332Y-42543666D02* 222 | X72399999Y-42543666D01* 223 | X72399999Y-42543666D02* 224 | X72399999Y-41843666D01* 225 | X72399999Y-41843666D02* 226 | X72166666Y-41843666D01* 227 | X72166666Y-41843666D02* 228 | X72099999Y-41877000D01* 229 | X72099999Y-41877000D02* 230 | X72066666Y-41910333D01* 231 | X72066666Y-41910333D02* 232 | X72033332Y-41977000D01* 233 | X72033332Y-41977000D02* 234 | X72033332Y-42043666D01* 235 | X72033332Y-42043666D02* 236 | X72066666Y-42110333D01* 237 | X72066666Y-42110333D02* 238 | X72099999Y-42143666D01* 239 | X72099999Y-42143666D02* 240 | X72166666Y-42177000D01* 241 | X72166666Y-42177000D02* 242 | X72399999Y-42177000D01* 243 | X71699999Y-42543666D02* 244 | X71699999Y-42077000D01* 245 | X71699999Y-42210333D02* 246 | X71666666Y-42143666D01* 247 | X71666666Y-42143666D02* 248 | X71633332Y-42110333D01* 249 | X71633332Y-42110333D02* 250 | X71566666Y-42077000D01* 251 | X71566666Y-42077000D02* 252 | X71499999Y-42077000D01* 253 | X75633333Y-43677666D02* 254 | X75866666Y-43344333D01* 255 | X76033333Y-43677666D02* 256 | X76033333Y-42977666D01* 257 | X76033333Y-42977666D02* 258 | X75766666Y-42977666D01* 259 | X75766666Y-42977666D02* 260 | X75700000Y-43011000D01* 261 | X75700000Y-43011000D02* 262 | X75666666Y-43044333D01* 263 | X75666666Y-43044333D02* 264 | X75633333Y-43111000D01* 265 | X75633333Y-43111000D02* 266 | X75633333Y-43211000D01* 267 | X75633333Y-43211000D02* 268 | X75666666Y-43277666D01* 269 | X75666666Y-43277666D02* 270 | X75700000Y-43311000D01* 271 | X75700000Y-43311000D02* 272 | X75766666Y-43344333D01* 273 | X75766666Y-43344333D02* 274 | X76033333Y-43344333D01* 275 | X75366666Y-43044333D02* 276 | X75333333Y-43011000D01* 277 | X75333333Y-43011000D02* 278 | X75266666Y-42977666D01* 279 | X75266666Y-42977666D02* 280 | X75100000Y-42977666D01* 281 | X75100000Y-42977666D02* 282 | X75033333Y-43011000D01* 283 | X75033333Y-43011000D02* 284 | X75000000Y-43044333D01* 285 | X75000000Y-43044333D02* 286 | X74966666Y-43111000D01* 287 | X74966666Y-43111000D02* 288 | X74966666Y-43177666D01* 289 | X74966666Y-43177666D02* 290 | X75000000Y-43277666D01* 291 | X75000000Y-43277666D02* 292 | X75400000Y-43677666D01* 293 | X75400000Y-43677666D02* 294 | X74966666Y-43677666D01* 295 | X74666666Y-43311000D02* 296 | X74133333Y-43311000D01* 297 | X74133333Y-43511000D02* 298 | X74666666Y-43511000D01* 299 | X73799999Y-43677666D02* 300 | X73799999Y-42977666D01* 301 | X73799999Y-42977666D02* 302 | X73399999Y-43677666D01* 303 | X73399999Y-43677666D02* 304 | X73399999Y-42977666D01* 305 | X72666666Y-43611000D02* 306 | X72699999Y-43644333D01* 307 | X72699999Y-43644333D02* 308 | X72799999Y-43677666D01* 309 | X72799999Y-43677666D02* 310 | X72866666Y-43677666D01* 311 | X72866666Y-43677666D02* 312 | X72966666Y-43644333D01* 313 | X72966666Y-43644333D02* 314 | X73033333Y-43577666D01* 315 | X73033333Y-43577666D02* 316 | X73066666Y-43511000D01* 317 | X73066666Y-43511000D02* 318 | X73099999Y-43377666D01* 319 | X73099999Y-43377666D02* 320 | X73099999Y-43277666D01* 321 | X73099999Y-43277666D02* 322 | X73066666Y-43144333D01* 323 | X73066666Y-43144333D02* 324 | X73033333Y-43077666D01* 325 | X73033333Y-43077666D02* 326 | X72966666Y-43011000D01* 327 | X72966666Y-43011000D02* 328 | X72866666Y-42977666D01* 329 | X72866666Y-42977666D02* 330 | X72799999Y-42977666D01* 331 | X72799999Y-42977666D02* 332 | X72699999Y-43011000D01* 333 | X72699999Y-43011000D02* 334 | X72666666Y-43044333D01* 335 | X71866666Y-42944333D02* 336 | X72466666Y-43844333D01* 337 | X71500000Y-42977666D02* 338 | X71366666Y-42977666D01* 339 | X71366666Y-42977666D02* 340 | X71300000Y-43011000D01* 341 | X71300000Y-43011000D02* 342 | X71233333Y-43077666D01* 343 | X71233333Y-43077666D02* 344 | X71200000Y-43211000D01* 345 | X71200000Y-43211000D02* 346 | X71200000Y-43444333D01* 347 | X71200000Y-43444333D02* 348 | X71233333Y-43577666D01* 349 | X71233333Y-43577666D02* 350 | X71300000Y-43644333D01* 351 | X71300000Y-43644333D02* 352 | X71366666Y-43677666D01* 353 | X71366666Y-43677666D02* 354 | X71500000Y-43677666D01* 355 | X71500000Y-43677666D02* 356 | X71566666Y-43644333D01* 357 | X71566666Y-43644333D02* 358 | X71633333Y-43577666D01* 359 | X71633333Y-43577666D02* 360 | X71666666Y-43444333D01* 361 | X71666666Y-43444333D02* 362 | X71666666Y-43211000D01* 363 | X71666666Y-43211000D02* 364 | X71633333Y-43077666D01* 365 | X71633333Y-43077666D02* 366 | X71566666Y-43011000D01* 367 | X71566666Y-43011000D02* 368 | X71500000Y-42977666D01* 369 | X70900000Y-43211000D02* 370 | X70900000Y-43911000D01* 371 | X70900000Y-43244333D02* 372 | X70833333Y-43211000D01* 373 | X70833333Y-43211000D02* 374 | X70700000Y-43211000D01* 375 | X70700000Y-43211000D02* 376 | X70633333Y-43244333D01* 377 | X70633333Y-43244333D02* 378 | X70600000Y-43277666D01* 379 | X70600000Y-43277666D02* 380 | X70566667Y-43344333D01* 381 | X70566667Y-43344333D02* 382 | X70566667Y-43544333D01* 383 | X70566667Y-43544333D02* 384 | X70600000Y-43611000D01* 385 | X70600000Y-43611000D02* 386 | X70633333Y-43644333D01* 387 | X70633333Y-43644333D02* 388 | X70700000Y-43677666D01* 389 | X70700000Y-43677666D02* 390 | X70833333Y-43677666D01* 391 | X70833333Y-43677666D02* 392 | X70900000Y-43644333D01* 393 | X75700000Y-33069666D02* 394 | X76033333Y-33069666D01* 395 | X76033333Y-33069666D02* 396 | X76066666Y-33403000D01* 397 | X76066666Y-33403000D02* 398 | X76033333Y-33369666D01* 399 | X76033333Y-33369666D02* 400 | X75966666Y-33336333D01* 401 | X75966666Y-33336333D02* 402 | X75800000Y-33336333D01* 403 | X75800000Y-33336333D02* 404 | X75733333Y-33369666D01* 405 | X75733333Y-33369666D02* 406 | X75700000Y-33403000D01* 407 | X75700000Y-33403000D02* 408 | X75666666Y-33469666D01* 409 | X75666666Y-33469666D02* 410 | X75666666Y-33636333D01* 411 | X75666666Y-33636333D02* 412 | X75700000Y-33703000D01* 413 | X75700000Y-33703000D02* 414 | X75733333Y-33736333D01* 415 | X75733333Y-33736333D02* 416 | X75800000Y-33769666D01* 417 | X75800000Y-33769666D02* 418 | X75966666Y-33769666D01* 419 | X75966666Y-33769666D02* 420 | X76033333Y-33736333D01* 421 | X76033333Y-33736333D02* 422 | X76066666Y-33703000D01* 423 | X75466666Y-33069666D02* 424 | X75233333Y-33769666D01* 425 | X75233333Y-33769666D02* 426 | X74999999Y-33069666D01* 427 | X75633333Y-34903666D02* 428 | X75866666Y-34570333D01* 429 | X76033333Y-34903666D02* 430 | X76033333Y-34203666D01* 431 | X76033333Y-34203666D02* 432 | X75766666Y-34203666D01* 433 | X75766666Y-34203666D02* 434 | X75700000Y-34237000D01* 435 | X75700000Y-34237000D02* 436 | X75666666Y-34270333D01* 437 | X75666666Y-34270333D02* 438 | X75633333Y-34337000D01* 439 | X75633333Y-34337000D02* 440 | X75633333Y-34437000D01* 441 | X75633333Y-34437000D02* 442 | X75666666Y-34503666D01* 443 | X75666666Y-34503666D02* 444 | X75700000Y-34537000D01* 445 | X75700000Y-34537000D02* 446 | X75766666Y-34570333D01* 447 | X75766666Y-34570333D02* 448 | X76033333Y-34570333D01* 449 | X74966666Y-34903666D02* 450 | X75366666Y-34903666D01* 451 | X75166666Y-34903666D02* 452 | X75166666Y-34203666D01* 453 | X75166666Y-34203666D02* 454 | X75233333Y-34303666D01* 455 | X75233333Y-34303666D02* 456 | X75300000Y-34370333D01* 457 | X75300000Y-34370333D02* 458 | X75366666Y-34403666D01* 459 | X74666666Y-34537000D02* 460 | X74133333Y-34537000D01* 461 | X74133333Y-34737000D02* 462 | X74666666Y-34737000D01* 463 | X73833332Y-34270333D02* 464 | X73799999Y-34237000D01* 465 | X73799999Y-34237000D02* 466 | X73733332Y-34203666D01* 467 | X73733332Y-34203666D02* 468 | X73566666Y-34203666D01* 469 | X73566666Y-34203666D02* 470 | X73499999Y-34237000D01* 471 | X73499999Y-34237000D02* 472 | X73466666Y-34270333D01* 473 | X73466666Y-34270333D02* 474 | X73433332Y-34337000D01* 475 | X73433332Y-34337000D02* 476 | X73433332Y-34403666D01* 477 | X73433332Y-34403666D02* 478 | X73466666Y-34503666D01* 479 | X73466666Y-34503666D02* 480 | X73866666Y-34903666D01* 481 | X73866666Y-34903666D02* 482 | X73433332Y-34903666D01* 483 | X73133332Y-34903666D02* 484 | X73133332Y-34203666D01* 485 | X72733332Y-34903666D02* 486 | X73033332Y-34503666D01* 487 | X72733332Y-34203666D02* 488 | X73133332Y-34603666D01* 489 | X75633333Y-36037666D02* 490 | X75866666Y-35704333D01* 491 | X76033333Y-36037666D02* 492 | X76033333Y-35337666D01* 493 | X76033333Y-35337666D02* 494 | X75766666Y-35337666D01* 495 | X75766666Y-35337666D02* 496 | X75700000Y-35371000D01* 497 | X75700000Y-35371000D02* 498 | X75666666Y-35404333D01* 499 | X75666666Y-35404333D02* 500 | X75633333Y-35471000D01* 501 | X75633333Y-35471000D02* 502 | X75633333Y-35571000D01* 503 | X75633333Y-35571000D02* 504 | X75666666Y-35637666D01* 505 | X75666666Y-35637666D02* 506 | X75700000Y-35671000D01* 507 | X75700000Y-35671000D02* 508 | X75766666Y-35704333D01* 509 | X75766666Y-35704333D02* 510 | X76033333Y-35704333D01* 511 | X75366666Y-35404333D02* 512 | X75333333Y-35371000D01* 513 | X75333333Y-35371000D02* 514 | X75266666Y-35337666D01* 515 | X75266666Y-35337666D02* 516 | X75100000Y-35337666D01* 517 | X75100000Y-35337666D02* 518 | X75033333Y-35371000D01* 519 | X75033333Y-35371000D02* 520 | X75000000Y-35404333D01* 521 | X75000000Y-35404333D02* 522 | X74966666Y-35471000D01* 523 | X74966666Y-35471000D02* 524 | X74966666Y-35537666D01* 525 | X74966666Y-35537666D02* 526 | X75000000Y-35637666D01* 527 | X75000000Y-35637666D02* 528 | X75400000Y-36037666D01* 529 | X75400000Y-36037666D02* 530 | X74966666Y-36037666D01* 531 | X74666666Y-35671000D02* 532 | X74133333Y-35671000D01* 533 | X74133333Y-35871000D02* 534 | X74666666Y-35871000D01* 535 | X73433332Y-36037666D02* 536 | X73833332Y-36037666D01* 537 | X73633332Y-36037666D02* 538 | X73633332Y-35337666D01* 539 | X73633332Y-35337666D02* 540 | X73699999Y-35437666D01* 541 | X73699999Y-35437666D02* 542 | X73766666Y-35504333D01* 543 | X73766666Y-35504333D02* 544 | X73833332Y-35537666D01* 545 | X73133332Y-36037666D02* 546 | X73133332Y-35337666D01* 547 | X72733332Y-36037666D02* 548 | X73033332Y-35637666D01* 549 | X72733332Y-35337666D02* 550 | X73133332Y-35737666D01* 551 | D10* 552 | X73540952Y-32217666D02* 553 | X73540952Y-31517666D01* 554 | X73540952Y-31517666D02* 555 | X73350476Y-31517666D01* 556 | X73350476Y-31517666D02* 557 | X73302857Y-31551000D01* 558 | X73302857Y-31551000D02* 559 | X73279047Y-31584333D01* 560 | X73279047Y-31584333D02* 561 | X73255238Y-31651000D01* 562 | X73255238Y-31651000D02* 563 | X73255238Y-31751000D01* 564 | X73255238Y-31751000D02* 565 | X73279047Y-31817666D01* 566 | X73279047Y-31817666D02* 567 | X73302857Y-31851000D01* 568 | X73302857Y-31851000D02* 569 | X73350476Y-31884333D01* 570 | X73350476Y-31884333D02* 571 | X73540952Y-31884333D01* 572 | X73064761Y-32184333D02* 573 | X72993333Y-32217666D01* 574 | X72993333Y-32217666D02* 575 | X72874285Y-32217666D01* 576 | X72874285Y-32217666D02* 577 | X72826666Y-32184333D01* 578 | X72826666Y-32184333D02* 579 | X72802857Y-32151000D01* 580 | X72802857Y-32151000D02* 581 | X72779047Y-32084333D01* 582 | X72779047Y-32084333D02* 583 | X72779047Y-32017666D01* 584 | X72779047Y-32017666D02* 585 | X72802857Y-31951000D01* 586 | X72802857Y-31951000D02* 587 | X72826666Y-31917666D01* 588 | X72826666Y-31917666D02* 589 | X72874285Y-31884333D01* 590 | X72874285Y-31884333D02* 591 | X72969523Y-31851000D01* 592 | X72969523Y-31851000D02* 593 | X73017142Y-31817666D01* 594 | X73017142Y-31817666D02* 595 | X73040952Y-31784333D01* 596 | X73040952Y-31784333D02* 597 | X73064761Y-31717666D01* 598 | X73064761Y-31717666D02* 599 | X73064761Y-31651000D01* 600 | X73064761Y-31651000D02* 601 | X73040952Y-31584333D01* 602 | X73040952Y-31584333D02* 603 | X73017142Y-31551000D01* 604 | X73017142Y-31551000D02* 605 | X72969523Y-31517666D01* 606 | X72969523Y-31517666D02* 607 | X72850476Y-31517666D01* 608 | X72850476Y-31517666D02* 609 | X72779047Y-31551000D01* 610 | X72564762Y-32217666D02* 611 | X72564762Y-31517666D01* 612 | X72564762Y-31517666D02* 613 | X72374286Y-31517666D01* 614 | X72374286Y-31517666D02* 615 | X72326667Y-31551000D01* 616 | X72326667Y-31551000D02* 617 | X72302857Y-31584333D01* 618 | X72302857Y-31584333D02* 619 | X72279048Y-31651000D01* 620 | X72279048Y-31651000D02* 621 | X72279048Y-31751000D01* 622 | X72279048Y-31751000D02* 623 | X72302857Y-31817666D01* 624 | X72302857Y-31817666D02* 625 | X72326667Y-31851000D01* 626 | X72326667Y-31851000D02* 627 | X72374286Y-31884333D01* 628 | X72374286Y-31884333D02* 629 | X72564762Y-31884333D01* 630 | X71502857Y-31551000D02* 631 | X71550476Y-31517666D01* 632 | X71550476Y-31517666D02* 633 | X71621905Y-31517666D01* 634 | X71621905Y-31517666D02* 635 | X71693333Y-31551000D01* 636 | X71693333Y-31551000D02* 637 | X71740952Y-31617666D01* 638 | X71740952Y-31617666D02* 639 | X71764762Y-31684333D01* 640 | X71764762Y-31684333D02* 641 | X71788571Y-31817666D01* 642 | X71788571Y-31817666D02* 643 | X71788571Y-31917666D01* 644 | X71788571Y-31917666D02* 645 | X71764762Y-32051000D01* 646 | X71764762Y-32051000D02* 647 | X71740952Y-32117666D01* 648 | X71740952Y-32117666D02* 649 | X71693333Y-32184333D01* 650 | X71693333Y-32184333D02* 651 | X71621905Y-32217666D01* 652 | X71621905Y-32217666D02* 653 | X71574286Y-32217666D01* 654 | X71574286Y-32217666D02* 655 | X71502857Y-32184333D01* 656 | X71502857Y-32184333D02* 657 | X71479048Y-32151000D01* 658 | X71479048Y-32151000D02* 659 | X71479048Y-31917666D01* 660 | X71479048Y-31917666D02* 661 | X71574286Y-31917666D01* 662 | X71169524Y-31517666D02* 663 | X71074286Y-31517666D01* 664 | X71074286Y-31517666D02* 665 | X71026667Y-31551000D01* 666 | X71026667Y-31551000D02* 667 | X70979048Y-31617666D01* 668 | X70979048Y-31617666D02* 669 | X70955238Y-31751000D01* 670 | X70955238Y-31751000D02* 671 | X70955238Y-31984333D01* 672 | X70955238Y-31984333D02* 673 | X70979048Y-32117666D01* 674 | X70979048Y-32117666D02* 675 | X71026667Y-32184333D01* 676 | X71026667Y-32184333D02* 677 | X71074286Y-32217666D01* 678 | X71074286Y-32217666D02* 679 | X71169524Y-32217666D01* 680 | X71169524Y-32217666D02* 681 | X71217143Y-32184333D01* 682 | X71217143Y-32184333D02* 683 | X71264762Y-32117666D01* 684 | X71264762Y-32117666D02* 685 | X71288571Y-31984333D01* 686 | X71288571Y-31984333D02* 687 | X71288571Y-31751000D01* 688 | X71288571Y-31751000D02* 689 | X71264762Y-31617666D01* 690 | X71264762Y-31617666D02* 691 | X71217143Y-31551000D01* 692 | X71217143Y-31551000D02* 693 | X71169524Y-31517666D01* 694 | X70298095Y-31517666D02* 695 | X70298095Y-32017666D01* 696 | X70298095Y-32017666D02* 697 | X70321904Y-32117666D01* 698 | X70321904Y-32117666D02* 699 | X70369523Y-32184333D01* 700 | X70369523Y-32184333D02* 701 | X70440952Y-32217666D01* 702 | X70440952Y-32217666D02* 703 | X70488571Y-32217666D01* 704 | X70060000Y-32217666D02* 705 | X70060000Y-31517666D01* 706 | X69560000Y-31551000D02* 707 | X69607619Y-31517666D01* 708 | X69607619Y-31517666D02* 709 | X69679048Y-31517666D01* 710 | X69679048Y-31517666D02* 711 | X69750476Y-31551000D01* 712 | X69750476Y-31551000D02* 713 | X69798095Y-31617666D01* 714 | X69798095Y-31617666D02* 715 | X69821905Y-31684333D01* 716 | X69821905Y-31684333D02* 717 | X69845714Y-31817666D01* 718 | X69845714Y-31817666D02* 719 | X69845714Y-31917666D01* 720 | X69845714Y-31917666D02* 721 | X69821905Y-32051000D01* 722 | X69821905Y-32051000D02* 723 | X69798095Y-32117666D01* 724 | X69798095Y-32117666D02* 725 | X69750476Y-32184333D01* 726 | X69750476Y-32184333D02* 727 | X69679048Y-32217666D01* 728 | X69679048Y-32217666D02* 729 | X69631429Y-32217666D01* 730 | X69631429Y-32217666D02* 731 | X69560000Y-32184333D01* 732 | X69560000Y-32184333D02* 733 | X69536191Y-32151000D01* 734 | X69536191Y-32151000D02* 735 | X69536191Y-31917666D01* 736 | X69536191Y-31917666D02* 737 | X69631429Y-31917666D01* 738 | X68926667Y-31517666D02* 739 | X68879048Y-31517666D01* 740 | X68879048Y-31517666D02* 741 | X68831429Y-31551000D01* 742 | X68831429Y-31551000D02* 743 | X68807619Y-31584333D01* 744 | X68807619Y-31584333D02* 745 | X68783810Y-31651000D01* 746 | X68783810Y-31651000D02* 747 | X68760000Y-31784333D01* 748 | X68760000Y-31784333D02* 749 | X68760000Y-31951000D01* 750 | X68760000Y-31951000D02* 751 | X68783810Y-32084333D01* 752 | X68783810Y-32084333D02* 753 | X68807619Y-32151000D01* 754 | X68807619Y-32151000D02* 755 | X68831429Y-32184333D01* 756 | X68831429Y-32184333D02* 757 | X68879048Y-32217666D01* 758 | X68879048Y-32217666D02* 759 | X68926667Y-32217666D01* 760 | X68926667Y-32217666D02* 761 | X68974286Y-32184333D01* 762 | X68974286Y-32184333D02* 763 | X68998095Y-32151000D01* 764 | X68998095Y-32151000D02* 765 | X69021905Y-32084333D01* 766 | X69021905Y-32084333D02* 767 | X69045714Y-31951000D01* 768 | X69045714Y-31951000D02* 769 | X69045714Y-31784333D01* 770 | X69045714Y-31784333D02* 771 | X69021905Y-31651000D01* 772 | X69021905Y-31651000D02* 773 | X68998095Y-31584333D01* 774 | X68998095Y-31584333D02* 775 | X68974286Y-31551000D01* 776 | X68974286Y-31551000D02* 777 | X68926667Y-31517666D01* 778 | X68474286Y-31817666D02* 779 | X68521905Y-31784333D01* 780 | X68521905Y-31784333D02* 781 | X68545715Y-31751000D01* 782 | X68545715Y-31751000D02* 783 | X68569524Y-31684333D01* 784 | X68569524Y-31684333D02* 785 | X68569524Y-31651000D01* 786 | X68569524Y-31651000D02* 787 | X68545715Y-31584333D01* 788 | X68545715Y-31584333D02* 789 | X68521905Y-31551000D01* 790 | X68521905Y-31551000D02* 791 | X68474286Y-31517666D01* 792 | X68474286Y-31517666D02* 793 | X68379048Y-31517666D01* 794 | X68379048Y-31517666D02* 795 | X68331429Y-31551000D01* 796 | X68331429Y-31551000D02* 797 | X68307620Y-31584333D01* 798 | X68307620Y-31584333D02* 799 | X68283810Y-31651000D01* 800 | X68283810Y-31651000D02* 801 | X68283810Y-31684333D01* 802 | X68283810Y-31684333D02* 803 | X68307620Y-31751000D01* 804 | X68307620Y-31751000D02* 805 | X68331429Y-31784333D01* 806 | X68331429Y-31784333D02* 807 | X68379048Y-31817666D01* 808 | X68379048Y-31817666D02* 809 | X68474286Y-31817666D01* 810 | X68474286Y-31817666D02* 811 | X68521905Y-31851000D01* 812 | X68521905Y-31851000D02* 813 | X68545715Y-31884333D01* 814 | X68545715Y-31884333D02* 815 | X68569524Y-31951000D01* 816 | X68569524Y-31951000D02* 817 | X68569524Y-32084333D01* 818 | X68569524Y-32084333D02* 819 | X68545715Y-32151000D01* 820 | X68545715Y-32151000D02* 821 | X68521905Y-32184333D01* 822 | X68521905Y-32184333D02* 823 | X68474286Y-32217666D01* 824 | X68474286Y-32217666D02* 825 | X68379048Y-32217666D01* 826 | X68379048Y-32217666D02* 827 | X68331429Y-32184333D01* 828 | X68331429Y-32184333D02* 829 | X68307620Y-32151000D01* 830 | X68307620Y-32151000D02* 831 | X68283810Y-32084333D01* 832 | X68283810Y-32084333D02* 833 | X68283810Y-31951000D01* 834 | X68283810Y-31951000D02* 835 | X68307620Y-31884333D01* 836 | X68307620Y-31884333D02* 837 | X68331429Y-31851000D01* 838 | X68331429Y-31851000D02* 839 | X68379048Y-31817666D01* 840 | X67974287Y-31517666D02* 841 | X67926668Y-31517666D01* 842 | X67926668Y-31517666D02* 843 | X67879049Y-31551000D01* 844 | X67879049Y-31551000D02* 845 | X67855239Y-31584333D01* 846 | X67855239Y-31584333D02* 847 | X67831430Y-31651000D01* 848 | X67831430Y-31651000D02* 849 | X67807620Y-31784333D01* 850 | X67807620Y-31784333D02* 851 | X67807620Y-31951000D01* 852 | X67807620Y-31951000D02* 853 | X67831430Y-32084333D01* 854 | X67831430Y-32084333D02* 855 | X67855239Y-32151000D01* 856 | X67855239Y-32151000D02* 857 | X67879049Y-32184333D01* 858 | X67879049Y-32184333D02* 859 | X67926668Y-32217666D01* 860 | X67926668Y-32217666D02* 861 | X67974287Y-32217666D01* 862 | X67974287Y-32217666D02* 863 | X68021906Y-32184333D01* 864 | X68021906Y-32184333D02* 865 | X68045715Y-32151000D01* 866 | X68045715Y-32151000D02* 867 | X68069525Y-32084333D01* 868 | X68069525Y-32084333D02* 869 | X68093334Y-31951000D01* 870 | X68093334Y-31951000D02* 871 | X68093334Y-31784333D01* 872 | X68093334Y-31784333D02* 873 | X68069525Y-31651000D01* 874 | X68069525Y-31651000D02* 875 | X68045715Y-31584333D01* 876 | X68045715Y-31584333D02* 877 | X68021906Y-31551000D01* 878 | X68021906Y-31551000D02* 879 | X67974287Y-31517666D01* 880 | X67355240Y-31517666D02* 881 | X67593335Y-31517666D01* 882 | X67593335Y-31517666D02* 883 | X67617144Y-31851000D01* 884 | X67617144Y-31851000D02* 885 | X67593335Y-31817666D01* 886 | X67593335Y-31817666D02* 887 | X67545716Y-31784333D01* 888 | X67545716Y-31784333D02* 889 | X67426668Y-31784333D01* 890 | X67426668Y-31784333D02* 891 | X67379049Y-31817666D01* 892 | X67379049Y-31817666D02* 893 | X67355240Y-31851000D01* 894 | X67355240Y-31851000D02* 895 | X67331430Y-31917666D01* 896 | X67331430Y-31917666D02* 897 | X67331430Y-32084333D01* 898 | X67331430Y-32084333D02* 899 | X67355240Y-32151000D01* 900 | X67355240Y-32151000D02* 901 | X67379049Y-32184333D01* 902 | X67379049Y-32184333D02* 903 | X67426668Y-32217666D01* 904 | X67426668Y-32217666D02* 905 | X67545716Y-32217666D01* 906 | X67545716Y-32217666D02* 907 | X67593335Y-32184333D01* 908 | X67593335Y-32184333D02* 909 | X67617144Y-32151000D01* 910 | X66531431Y-32217666D02* 911 | X66698097Y-31884333D01* 912 | X66817145Y-32217666D02* 913 | X66817145Y-31517666D01* 914 | X66817145Y-31517666D02* 915 | X66626669Y-31517666D01* 916 | X66626669Y-31517666D02* 917 | X66579050Y-31551000D01* 918 | X66579050Y-31551000D02* 919 | X66555240Y-31584333D01* 920 | X66555240Y-31584333D02* 921 | X66531431Y-31651000D01* 922 | X66531431Y-31651000D02* 923 | X66531431Y-31751000D01* 924 | X66531431Y-31751000D02* 925 | X66555240Y-31817666D01* 926 | X66555240Y-31817666D02* 927 | X66579050Y-31851000D01* 928 | X66579050Y-31851000D02* 929 | X66626669Y-31884333D01* 930 | X66626669Y-31884333D02* 931 | X66817145Y-31884333D01* 932 | X66126669Y-32184333D02* 933 | X66174288Y-32217666D01* 934 | X66174288Y-32217666D02* 935 | X66269526Y-32217666D01* 936 | X66269526Y-32217666D02* 937 | X66317145Y-32184333D01* 938 | X66317145Y-32184333D02* 939 | X66340954Y-32117666D01* 940 | X66340954Y-32117666D02* 941 | X66340954Y-31851000D01* 942 | X66340954Y-31851000D02* 943 | X66317145Y-31784333D01* 944 | X66317145Y-31784333D02* 945 | X66269526Y-31751000D01* 946 | X66269526Y-31751000D02* 947 | X66174288Y-31751000D01* 948 | X66174288Y-31751000D02* 949 | X66126669Y-31784333D01* 950 | X66126669Y-31784333D02* 951 | X66102859Y-31851000D01* 952 | X66102859Y-31851000D02* 953 | X66102859Y-31917666D01* 954 | X66102859Y-31917666D02* 955 | X66340954Y-31984333D01* 956 | X65936193Y-31751000D02* 957 | X65817145Y-32217666D01* 958 | X65817145Y-32217666D02* 959 | X65698098Y-31751000D01* 960 | X64945717Y-32217666D02* 961 | X65231431Y-32217666D01* 962 | X65088574Y-32217666D02* 963 | X65088574Y-31517666D01* 964 | X65088574Y-31517666D02* 965 | X65136193Y-31617666D01* 966 | X65136193Y-31617666D02* 967 | X65183812Y-31684333D01* 968 | X65183812Y-31684333D02* 969 | X65231431Y-31717666D01* 970 | X64731432Y-32151000D02* 971 | X64707622Y-32184333D01* 972 | X64707622Y-32184333D02* 973 | X64731432Y-32217666D01* 974 | X64731432Y-32217666D02* 975 | X64755241Y-32184333D01* 976 | X64755241Y-32184333D02* 977 | X64731432Y-32151000D01* 978 | X64731432Y-32151000D02* 979 | X64731432Y-32217666D01* 980 | X64540956Y-31517666D02* 981 | X64231432Y-31517666D01* 982 | X64231432Y-31517666D02* 983 | X64398099Y-31784333D01* 984 | X64398099Y-31784333D02* 985 | X64326670Y-31784333D01* 986 | X64326670Y-31784333D02* 987 | X64279051Y-31817666D01* 988 | X64279051Y-31817666D02* 989 | X64255242Y-31851000D01* 990 | X64255242Y-31851000D02* 991 | X64231432Y-31917666D01* 992 | X64231432Y-31917666D02* 993 | X64231432Y-32084333D01* 994 | X64231432Y-32084333D02* 995 | X64255242Y-32151000D01* 996 | X64255242Y-32151000D02* 997 | X64279051Y-32184333D01* 998 | X64279051Y-32184333D02* 999 | X64326670Y-32217666D01* 1000 | X64326670Y-32217666D02* 1001 | X64469527Y-32217666D01* 1002 | X64469527Y-32217666D02* 1003 | X64517146Y-32184333D01* 1004 | X64517146Y-32184333D02* 1005 | X64540956Y-32151000D01* 1006 | X63717147Y-32217666D02* 1007 | X63717147Y-31517666D01* 1008 | X63717147Y-31784333D02* 1009 | X63669528Y-31751000D01* 1010 | X63669528Y-31751000D02* 1011 | X63574290Y-31751000D01* 1012 | X63574290Y-31751000D02* 1013 | X63526671Y-31784333D01* 1014 | X63526671Y-31784333D02* 1015 | X63502861Y-31817666D01* 1016 | X63502861Y-31817666D02* 1017 | X63479052Y-31884333D01* 1018 | X63479052Y-31884333D02* 1019 | X63479052Y-32084333D01* 1020 | X63479052Y-32084333D02* 1021 | X63502861Y-32151000D01* 1022 | X63502861Y-32151000D02* 1023 | X63526671Y-32184333D01* 1024 | X63526671Y-32184333D02* 1025 | X63574290Y-32217666D01* 1026 | X63574290Y-32217666D02* 1027 | X63669528Y-32217666D01* 1028 | X63669528Y-32217666D02* 1029 | X63717147Y-32184333D01* 1030 | X63312385Y-31751000D02* 1031 | X63193337Y-32217666D01* 1032 | X63074290Y-31751000D02* 1033 | X63193337Y-32217666D01* 1034 | X63193337Y-32217666D02* 1035 | X63240956Y-32384333D01* 1036 | X63240956Y-32384333D02* 1037 | X63264766Y-32417666D01* 1038 | X63264766Y-32417666D02* 1039 | X63312385Y-32451000D01* 1040 | X62583814Y-32217666D02* 1041 | X62583814Y-31517666D01* 1042 | X62583814Y-31517666D02* 1043 | X62417147Y-32017666D01* 1044 | X62417147Y-32017666D02* 1045 | X62250481Y-31517666D01* 1046 | X62250481Y-31517666D02* 1047 | X62250481Y-32217666D01* 1048 | X61798099Y-32217666D02* 1049 | X61798099Y-31851000D01* 1050 | X61798099Y-31851000D02* 1051 | X61821909Y-31784333D01* 1052 | X61821909Y-31784333D02* 1053 | X61869528Y-31751000D01* 1054 | X61869528Y-31751000D02* 1055 | X61964766Y-31751000D01* 1056 | X61964766Y-31751000D02* 1057 | X62012385Y-31784333D01* 1058 | X61798099Y-32184333D02* 1059 | X61845718Y-32217666D01* 1060 | X61845718Y-32217666D02* 1061 | X61964766Y-32217666D01* 1062 | X61964766Y-32217666D02* 1063 | X62012385Y-32184333D01* 1064 | X62012385Y-32184333D02* 1065 | X62036194Y-32117666D01* 1066 | X62036194Y-32117666D02* 1067 | X62036194Y-32051000D01* 1068 | X62036194Y-32051000D02* 1069 | X62012385Y-31984333D01* 1070 | X62012385Y-31984333D02* 1071 | X61964766Y-31951000D01* 1072 | X61964766Y-31951000D02* 1073 | X61845718Y-31951000D01* 1074 | X61845718Y-31951000D02* 1075 | X61798099Y-31917666D01* 1076 | X61631432Y-31751000D02* 1077 | X61440956Y-31751000D01* 1078 | X61560004Y-31517666D02* 1079 | X61560004Y-32117666D01* 1080 | X61560004Y-32117666D02* 1081 | X61536194Y-32184333D01* 1082 | X61536194Y-32184333D02* 1083 | X61488575Y-32217666D01* 1084 | X61488575Y-32217666D02* 1085 | X61440956Y-32217666D01* 1086 | X61274290Y-32217666D02* 1087 | X61274290Y-31517666D01* 1088 | X61060004Y-32217666D02* 1089 | X61060004Y-31851000D01* 1090 | X61060004Y-31851000D02* 1091 | X61083814Y-31784333D01* 1092 | X61083814Y-31784333D02* 1093 | X61131433Y-31751000D01* 1094 | X61131433Y-31751000D02* 1095 | X61202861Y-31751000D01* 1096 | X61202861Y-31751000D02* 1097 | X61250480Y-31784333D01* 1098 | X61250480Y-31784333D02* 1099 | X61274290Y-31817666D01* 1100 | X60821909Y-32217666D02* 1101 | X60821909Y-31751000D01* 1102 | X60821909Y-31517666D02* 1103 | X60845718Y-31551000D01* 1104 | X60845718Y-31551000D02* 1105 | X60821909Y-31584333D01* 1106 | X60821909Y-31584333D02* 1107 | X60798099Y-31551000D01* 1108 | X60798099Y-31551000D02* 1109 | X60821909Y-31517666D01* 1110 | X60821909Y-31517666D02* 1111 | X60821909Y-31584333D01* 1112 | X60393338Y-32184333D02* 1113 | X60440957Y-32217666D01* 1114 | X60440957Y-32217666D02* 1115 | X60536195Y-32217666D01* 1116 | X60536195Y-32217666D02* 1117 | X60583814Y-32184333D01* 1118 | X60583814Y-32184333D02* 1119 | X60607623Y-32117666D01* 1120 | X60607623Y-32117666D02* 1121 | X60607623Y-31851000D01* 1122 | X60607623Y-31851000D02* 1123 | X60583814Y-31784333D01* 1124 | X60583814Y-31784333D02* 1125 | X60536195Y-31751000D01* 1126 | X60536195Y-31751000D02* 1127 | X60440957Y-31751000D01* 1128 | X60440957Y-31751000D02* 1129 | X60393338Y-31784333D01* 1130 | X60393338Y-31784333D02* 1131 | X60369528Y-31851000D01* 1132 | X60369528Y-31851000D02* 1133 | X60369528Y-31917666D01* 1134 | X60369528Y-31917666D02* 1135 | X60607623Y-31984333D01* 1136 | X59940957Y-31751000D02* 1137 | X59940957Y-32217666D01* 1138 | X60155243Y-31751000D02* 1139 | X60155243Y-32117666D01* 1140 | X60155243Y-32117666D02* 1141 | X60131433Y-32184333D01* 1142 | X60131433Y-32184333D02* 1143 | X60083814Y-32217666D01* 1144 | X60083814Y-32217666D02* 1145 | X60012386Y-32217666D01* 1146 | X60012386Y-32217666D02* 1147 | X59964767Y-32184333D01* 1148 | X59964767Y-32184333D02* 1149 | X59940957Y-32151000D01* 1150 | X59631433Y-32217666D02* 1151 | X59679052Y-32184333D01* 1152 | X59679052Y-32184333D02* 1153 | X59702862Y-32117666D01* 1154 | X59702862Y-32117666D02* 1155 | X59702862Y-31517666D01* 1156 | X59440957Y-32217666D02* 1157 | X59440957Y-31517666D01* 1158 | X59226671Y-32217666D02* 1159 | X59226671Y-31851000D01* 1160 | X59226671Y-31851000D02* 1161 | X59250481Y-31784333D01* 1162 | X59250481Y-31784333D02* 1163 | X59298100Y-31751000D01* 1164 | X59298100Y-31751000D02* 1165 | X59369528Y-31751000D01* 1166 | X59369528Y-31751000D02* 1167 | X59417147Y-31784333D01* 1168 | X59417147Y-31784333D02* 1169 | X59440957Y-31817666D01* 1170 | D11* 1171 | X76100000Y-36889666D02* 1172 | X75666666Y-36889666D01* 1173 | X75666666Y-36889666D02* 1174 | X75900000Y-37156333D01* 1175 | X75900000Y-37156333D02* 1176 | X75800000Y-37156333D01* 1177 | X75800000Y-37156333D02* 1178 | X75733333Y-37189666D01* 1179 | X75733333Y-37189666D02* 1180 | X75700000Y-37223000D01* 1181 | X75700000Y-37223000D02* 1182 | X75666666Y-37289666D01* 1183 | X75666666Y-37289666D02* 1184 | X75666666Y-37456333D01* 1185 | X75666666Y-37456333D02* 1186 | X75700000Y-37523000D01* 1187 | X75700000Y-37523000D02* 1188 | X75733333Y-37556333D01* 1189 | X75733333Y-37556333D02* 1190 | X75800000Y-37589666D01* 1191 | X75800000Y-37589666D02* 1192 | X76000000Y-37589666D01* 1193 | X76000000Y-37589666D02* 1194 | X76066666Y-37556333D01* 1195 | X76066666Y-37556333D02* 1196 | X76100000Y-37523000D01* 1197 | X75366666Y-37523000D02* 1198 | X75333333Y-37556333D01* 1199 | X75333333Y-37556333D02* 1200 | X75366666Y-37589666D01* 1201 | X75366666Y-37589666D02* 1202 | X75399999Y-37556333D01* 1203 | X75399999Y-37556333D02* 1204 | X75366666Y-37523000D01* 1205 | X75366666Y-37523000D02* 1206 | X75366666Y-37589666D01* 1207 | X75100000Y-36889666D02* 1208 | X74666666Y-36889666D01* 1209 | X74666666Y-36889666D02* 1210 | X74900000Y-37156333D01* 1211 | X74900000Y-37156333D02* 1212 | X74800000Y-37156333D01* 1213 | X74800000Y-37156333D02* 1214 | X74733333Y-37189666D01* 1215 | X74733333Y-37189666D02* 1216 | X74700000Y-37223000D01* 1217 | X74700000Y-37223000D02* 1218 | X74666666Y-37289666D01* 1219 | X74666666Y-37289666D02* 1220 | X74666666Y-37456333D01* 1221 | X74666666Y-37456333D02* 1222 | X74700000Y-37523000D01* 1223 | X74700000Y-37523000D02* 1224 | X74733333Y-37556333D01* 1225 | X74733333Y-37556333D02* 1226 | X74800000Y-37589666D01* 1227 | X74800000Y-37589666D02* 1228 | X75000000Y-37589666D01* 1229 | X75000000Y-37589666D02* 1230 | X75066666Y-37556333D01* 1231 | X75066666Y-37556333D02* 1232 | X75100000Y-37523000D01* 1233 | X74466666Y-36889666D02* 1234 | X74233333Y-37589666D01* 1235 | X74233333Y-37589666D02* 1236 | X73999999Y-36889666D01* 1237 | X75633333Y-38723666D02* 1238 | X75866666Y-38390333D01* 1239 | X76033333Y-38723666D02* 1240 | X76033333Y-38023666D01* 1241 | X76033333Y-38023666D02* 1242 | X75766666Y-38023666D01* 1243 | X75766666Y-38023666D02* 1244 | X75700000Y-38057000D01* 1245 | X75700000Y-38057000D02* 1246 | X75666666Y-38090333D01* 1247 | X75666666Y-38090333D02* 1248 | X75633333Y-38157000D01* 1249 | X75633333Y-38157000D02* 1250 | X75633333Y-38257000D01* 1251 | X75633333Y-38257000D02* 1252 | X75666666Y-38323666D01* 1253 | X75666666Y-38323666D02* 1254 | X75700000Y-38357000D01* 1255 | X75700000Y-38357000D02* 1256 | X75766666Y-38390333D01* 1257 | X75766666Y-38390333D02* 1258 | X76033333Y-38390333D01* 1259 | X74966666Y-38723666D02* 1260 | X75366666Y-38723666D01* 1261 | X75166666Y-38723666D02* 1262 | X75166666Y-38023666D01* 1263 | X75166666Y-38023666D02* 1264 | X75233333Y-38123666D01* 1265 | X75233333Y-38123666D02* 1266 | X75300000Y-38190333D01* 1267 | X75300000Y-38190333D02* 1268 | X75366666Y-38223666D01* 1269 | X74666666Y-38357000D02* 1270 | X74133333Y-38357000D01* 1271 | X74133333Y-38557000D02* 1272 | X74666666Y-38557000D01* 1273 | X73433332Y-38723666D02* 1274 | X73833332Y-38723666D01* 1275 | X73633332Y-38723666D02* 1276 | X73633332Y-38023666D01* 1277 | X73633332Y-38023666D02* 1278 | X73699999Y-38123666D01* 1279 | X73699999Y-38123666D02* 1280 | X73766666Y-38190333D01* 1281 | X73766666Y-38190333D02* 1282 | X73833332Y-38223666D01* 1283 | X73133332Y-38723666D02* 1284 | X73133332Y-38023666D01* 1285 | X72733332Y-38723666D02* 1286 | X73033332Y-38323666D01* 1287 | X72733332Y-38023666D02* 1288 | X73133332Y-38423666D01* 1289 | X75633333Y-39857666D02* 1290 | X75866666Y-39524333D01* 1291 | X76033333Y-39857666D02* 1292 | X76033333Y-39157666D01* 1293 | X76033333Y-39157666D02* 1294 | X75766666Y-39157666D01* 1295 | X75766666Y-39157666D02* 1296 | X75700000Y-39191000D01* 1297 | X75700000Y-39191000D02* 1298 | X75666666Y-39224333D01* 1299 | X75666666Y-39224333D02* 1300 | X75633333Y-39291000D01* 1301 | X75633333Y-39291000D02* 1302 | X75633333Y-39391000D01* 1303 | X75633333Y-39391000D02* 1304 | X75666666Y-39457666D01* 1305 | X75666666Y-39457666D02* 1306 | X75700000Y-39491000D01* 1307 | X75700000Y-39491000D02* 1308 | X75766666Y-39524333D01* 1309 | X75766666Y-39524333D02* 1310 | X76033333Y-39524333D01* 1311 | X75366666Y-39224333D02* 1312 | X75333333Y-39191000D01* 1313 | X75333333Y-39191000D02* 1314 | X75266666Y-39157666D01* 1315 | X75266666Y-39157666D02* 1316 | X75100000Y-39157666D01* 1317 | X75100000Y-39157666D02* 1318 | X75033333Y-39191000D01* 1319 | X75033333Y-39191000D02* 1320 | X75000000Y-39224333D01* 1321 | X75000000Y-39224333D02* 1322 | X74966666Y-39291000D01* 1323 | X74966666Y-39291000D02* 1324 | X74966666Y-39357666D01* 1325 | X74966666Y-39357666D02* 1326 | X75000000Y-39457666D01* 1327 | X75000000Y-39457666D02* 1328 | X75400000Y-39857666D01* 1329 | X75400000Y-39857666D02* 1330 | X74966666Y-39857666D01* 1331 | X74666666Y-39491000D02* 1332 | X74133333Y-39491000D01* 1333 | X74133333Y-39691000D02* 1334 | X74666666Y-39691000D01* 1335 | X73433332Y-39857666D02* 1336 | X73833332Y-39857666D01* 1337 | X73633332Y-39857666D02* 1338 | X73633332Y-39157666D01* 1339 | X73633332Y-39157666D02* 1340 | X73699999Y-39257666D01* 1341 | X73699999Y-39257666D02* 1342 | X73766666Y-39324333D01* 1343 | X73766666Y-39324333D02* 1344 | X73833332Y-39357666D01* 1345 | X73133332Y-39857666D02* 1346 | X73133332Y-39157666D01* 1347 | X72733332Y-39857666D02* 1348 | X73033332Y-39457666D01* 1349 | X72733332Y-39157666D02* 1350 | X73133332Y-39557666D01* 1351 | M02* 1352 | -------------------------------------------------------------------------------- /THT/Kicad/JIG_THT.kicad_pcb: -------------------------------------------------------------------------------- 1 | (kicad_pcb (version 20221018) (generator pcbnew) 2 | 3 | (general 4 | (thickness 1.6) 5 | ) 6 | 7 | (paper "A4") 8 | (layers 9 | (0 "F.Cu" signal) 10 | (31 "B.Cu" signal) 11 | (32 "B.Adhes" user "B.Adhesive") 12 | (33 "F.Adhes" user "F.Adhesive") 13 | (34 "B.Paste" user) 14 | (35 "F.Paste" user) 15 | (36 "B.SilkS" user "B.Silkscreen") 16 | (37 "F.SilkS" user "F.Silkscreen") 17 | (38 "B.Mask" user) 18 | (39 "F.Mask" user) 19 | (40 "Dwgs.User" user "User.Drawings") 20 | (41 "Cmts.User" user "User.Comments") 21 | (42 "Eco1.User" user "User.Eco1") 22 | (43 "Eco2.User" user "User.Eco2") 23 | (44 "Edge.Cuts" user) 24 | (45 "Margin" user) 25 | (46 "B.CrtYd" user "B.Courtyard") 26 | (47 "F.CrtYd" user "F.Courtyard") 27 | (48 "B.Fab" user) 28 | (49 "F.Fab" user) 29 | (50 "User.1" user) 30 | (51 "User.2" user) 31 | (52 "User.3" user) 32 | (53 "User.4" user) 33 | (54 "User.5" user) 34 | (55 "User.6" user) 35 | (56 "User.7" user) 36 | (57 "User.8" user) 37 | (58 "User.9" user) 38 | ) 39 | 40 | (setup 41 | (stackup 42 | (layer "F.SilkS" (type "Top Silk Screen")) 43 | (layer "F.Paste" (type "Top Solder Paste")) 44 | (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) 45 | (layer "F.Cu" (type "copper") (thickness 0.035)) 46 | (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) 47 | (layer "B.Cu" (type "copper") (thickness 0.035)) 48 | (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) 49 | (layer "B.Paste" (type "Bottom Solder Paste")) 50 | (layer "B.SilkS" (type "Bottom Silk Screen")) 51 | (copper_finish "None") 52 | (dielectric_constraints no) 53 | ) 54 | (pad_to_mask_clearance 0) 55 | (pcbplotparams 56 | (layerselection 0x00010fc_ffffffff) 57 | (plot_on_all_layers_selection 0x0000000_00000000) 58 | (disableapertmacros false) 59 | (usegerberextensions false) 60 | (usegerberattributes true) 61 | (usegerberadvancedattributes true) 62 | (creategerberjobfile true) 63 | (dashed_line_dash_ratio 12.000000) 64 | (dashed_line_gap_ratio 3.000000) 65 | (svgprecision 4) 66 | (plotframeref false) 67 | (viasonmask false) 68 | (mode 1) 69 | (useauxorigin false) 70 | (hpglpennumber 1) 71 | (hpglpenspeed 20) 72 | (hpglpendiameter 15.000000) 73 | (dxfpolygonmode true) 74 | (dxfimperialunits true) 75 | (dxfusepcbnewfont true) 76 | (psnegative false) 77 | (psa4output false) 78 | (plotreference true) 79 | (plotvalue true) 80 | (plotinvisibletext false) 81 | (sketchpadsonfab false) 82 | (subtractmaskfromsilk false) 83 | (outputformat 1) 84 | (mirror false) 85 | (drillshape 0) 86 | (scaleselection 1) 87 | (outputdirectory "") 88 | ) 89 | ) 90 | 91 | (net 0 "") 92 | 93 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 94 | (tstamp 04719c2e-0788-415d-9d70-f4798c694477) 95 | (at 81.28 83.82) 96 | (descr "SMD pad as test Point, diameter 2.0mm") 97 | (tags "test point SMD pad") 98 | (attr exclude_from_pos_files exclude_from_bom) 99 | (fp_text reference "PIN 1/25/28" (at 0 -1.998) (layer "F.SilkS") 100 | (effects (font (size 1 1) (thickness 0.15))) 101 | (tstamp 32b6a1bb-4a13-4413-bd74-b9f23faf0ef1) 102 | ) 103 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 104 | (effects (font (size 1 1) (thickness 0.15))) 105 | (tstamp e7054248-d0e3-4bb2-ad84-f4418deef132) 106 | ) 107 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 108 | (effects (font (size 1 1) (thickness 0.15))) 109 | (tstamp 4cafc266-f237-46ac-822c-7fe832b1010d) 110 | ) 111 | (fp_circle (center 0 0) (end 0 1.2) 112 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 53a07e94-ea16-4112-9f87-eee2eb4f6efa)) 113 | (fp_circle (center 0 0) (end 1.5 0) 114 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ced494fb-20c9-415a-a406-d6fbfeefd97c)) 115 | (pad "8" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 476db09c-eeb5-4aec-867e-a0e989309b34)) 116 | ) 117 | 118 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 119 | (tstamp 105e7ea6-db51-4845-b234-0b358ad0e39d) 120 | (at 81.28 76.2) 121 | (descr "SMD pad as test Point, diameter 2.0mm") 122 | (tags "test point SMD pad") 123 | (attr exclude_from_pos_files exclude_from_bom) 124 | (fp_text reference "PIN 24" (at 0 -1.998) (layer "F.SilkS") 125 | (effects (font (size 1 1) (thickness 0.15))) 126 | (tstamp 94d39c3e-0cef-4828-a1f1-fffd1ca86cde) 127 | ) 128 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 129 | (effects (font (size 1 1) (thickness 0.15))) 130 | (tstamp da6c100c-6d7e-4805-9e6f-91e1fd1cc2c0) 131 | ) 132 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 133 | (effects (font (size 1 1) (thickness 0.15))) 134 | (tstamp 770c72fa-715d-4dc4-86ba-e22c95b5e739) 135 | ) 136 | (fp_circle (center 0 0) (end 0 1.2) 137 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 7ef2bb89-030b-480c-a143-a22fad47d3cc)) 138 | (fp_circle (center 0 0) (end 1.5 0) 139 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ac6e967b-8be3-4ede-b606-5bbd982f6565)) 140 | (pad "7" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 780f5130-84b6-4111-9347-216930591a24)) 141 | ) 142 | 143 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 144 | (tstamp 28ca4e79-50ed-4a40-8fa4-73fd1bb287d3) 145 | (at 38.1 83.82) 146 | (descr "SMD pad as test Point, diameter 2.0mm") 147 | (tags "test point SMD pad") 148 | (attr exclude_from_pos_files exclude_from_bom) 149 | (fp_text reference "PC TX" (at 0 -2.998) (layer "F.SilkS") 150 | (effects (font (size 1 1) (thickness 0.15))) 151 | (tstamp dff6b30a-e862-424a-b25a-7850dccc8fec) 152 | ) 153 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 154 | (effects (font (size 1 1) (thickness 0.15))) 155 | (tstamp bcb19be2-b2a2-4262-a3a7-e16bf24eebaa) 156 | ) 157 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 158 | (effects (font (size 1 1) (thickness 0.15))) 159 | (tstamp 494920ef-41fc-4619-bd56-e3bc04ca2af0) 160 | ) 161 | (fp_circle (center 0 0) (end 0 1.2) 162 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4bb98817-6147-4352-af6d-d51e0a806669)) 163 | (fp_circle (center 0 0) (end 1.5 0) 164 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8d2412c8-bb20-467f-9752-949ba119d70e)) 165 | (pad "2" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 39731494-5ef4-44e4-b10a-83322e454612)) 166 | ) 167 | 168 | (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu") 169 | (tstamp 2f142272-20a0-49eb-872a-db3db02479cd) 170 | (at 63.5 45.72) 171 | (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 172 | (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") 173 | (attr through_hole) 174 | (fp_text reference "R2" (at 6.35 0) (layer "F.SilkS") 175 | (effects (font (size 2 2) (thickness 0.3))) 176 | (tstamp 9cb4043c-097f-4d86-963e-6e5302dfe3ee) 177 | ) 178 | (fp_text value "R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 6.35 2.72) (layer "F.Fab") 179 | (effects (font (size 1 1) (thickness 0.15))) 180 | (tstamp fabd912a-d739-46d1-97d3-ea424d6597f2) 181 | ) 182 | (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") 183 | (effects (font (size 1 1) (thickness 0.15))) 184 | (tstamp 863aa5ed-d174-48e8-801e-48387e25bc38) 185 | ) 186 | (fp_line (start 1.04 0) (end 1.73 0) 187 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4a5d198-c84c-4050-9c6f-a9dd9ba54379)) 188 | (fp_line (start 1.73 -1.72) (end 1.73 1.72) 189 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95deb9a6-6114-4b34-849a-e19090e88ddc)) 190 | (fp_line (start 1.73 1.72) (end 10.97 1.72) 191 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18739eab-6fff-4539-a86a-0b2f1bf079a2)) 192 | (fp_line (start 10.97 -1.72) (end 1.73 -1.72) 193 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d2b9ed3-c8d4-4441-9f45-44d4a7b82369)) 194 | (fp_line (start 10.97 1.72) (end 10.97 -1.72) 195 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 729c4989-3550-4ef1-9b1a-99ecae90e712)) 196 | (fp_line (start 11.66 0) (end 10.97 0) 197 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01a97c31-6163-42da-a443-f5e93070c3c6)) 198 | (fp_line (start -1.05 -1.85) (end -1.05 1.85) 199 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57417347-4352-4fe7-ae40-d0f30eecd122)) 200 | (fp_line (start -1.05 1.85) (end 13.75 1.85) 201 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4286786-d98a-4502-9f89-8bf69598ea70)) 202 | (fp_line (start 13.75 -1.85) (end -1.05 -1.85) 203 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2c7559d-818f-4112-9c79-b3863330f9fc)) 204 | (fp_line (start 13.75 1.85) (end 13.75 -1.85) 205 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d6f9d0d-e424-45ae-b935-25e9452b6a79)) 206 | (fp_line (start 0 0) (end 1.85 0) 207 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 313a5a97-b272-48df-891a-e4b0ed8b5aa8)) 208 | (fp_line (start 1.85 -1.6) (end 1.85 1.6) 209 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 390c62ad-7e48-431a-be17-ff49e5076d1a)) 210 | (fp_line (start 1.85 1.6) (end 10.85 1.6) 211 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 811a9713-89ad-41b2-ae9f-b8f0f8b17430)) 212 | (fp_line (start 10.85 -1.6) (end 1.85 -1.6) 213 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bf63cfc-4e79-4254-bd2e-31af04fa8f6e)) 214 | (fp_line (start 10.85 1.6) (end 10.85 -1.6) 215 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96979537-6b69-4aaa-8d7c-ab178b52b835)) 216 | (fp_line (start 12.7 0) (end 10.85 0) 217 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57b7228b-71a6-400f-be98-570de616100b)) 218 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp b90bb159-7444-43c1-b541-05e86b8b2a14)) 219 | (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 53e910c8-323e-4201-9aa4-c55dcda0559b)) 220 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" 221 | (offset (xyz 0 0 0)) 222 | (scale (xyz 1 1 1)) 223 | (rotate (xyz 0 0 0)) 224 | ) 225 | ) 226 | 227 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 228 | (tstamp 35c7c22e-7498-473e-b3d0-717cfb0a4cfa) 229 | (at 81.28 92.72) 230 | (descr "SMD pad as test Point, diameter 2.0mm") 231 | (tags "test point SMD pad") 232 | (attr exclude_from_pos_files exclude_from_bom) 233 | (fp_text reference "PIN 20" (at 0 -1.998) (layer "F.SilkS") 234 | (effects (font (size 1 1) (thickness 0.15))) 235 | (tstamp 2004a87e-a89e-4c30-a4a6-c357f0a56d4b) 236 | ) 237 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 238 | (effects (font (size 1 1) (thickness 0.15))) 239 | (tstamp ca060e09-22f1-4eac-a9b7-9390155ae374) 240 | ) 241 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 242 | (effects (font (size 1 1) (thickness 0.15))) 243 | (tstamp e6d97841-54f3-49d7-838e-b4653f0ea645) 244 | ) 245 | (fp_circle (center 0 0) (end 0 1.2) 246 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp d48fd1f1-7970-45ea-883e-8d14b3ef7b80)) 247 | (fp_circle (center 0 0) (end 1.5 0) 248 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3a0e0f6e-59ca-48c7-b996-bbc81fa6339d)) 249 | (pad "9" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp fc12dda2-b83d-482d-b1db-506645383797)) 250 | ) 251 | 252 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 253 | (tstamp 6b4eda7d-247d-49fd-8892-dd967703394f) 254 | (at 81.28 60.96) 255 | (descr "SMD pad as test Point, diameter 2.0mm") 256 | (tags "test point SMD pad") 257 | (attr exclude_from_pos_files exclude_from_bom) 258 | (fp_text reference "PIN 14" (at 0 -1.998) (layer "F.SilkS") 259 | (effects (font (size 1 1) (thickness 0.15))) 260 | (tstamp 7b64a6bf-82b4-4d9c-af39-71a5f8786d23) 261 | ) 262 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 263 | (effects (font (size 1 1) (thickness 0.15))) 264 | (tstamp 9f64b821-c650-4bcb-b149-9464a279a5ff) 265 | ) 266 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 267 | (effects (font (size 1 1) (thickness 0.15))) 268 | (tstamp fb941d5f-e8a5-4f1d-a376-b7de36461eea) 269 | ) 270 | (fp_circle (center 0 0) (end 0 1.2) 271 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp aadb9f23-5bcc-436a-8791-054386995cc2)) 272 | (fp_circle (center 0 0) (end 1.5 0) 273 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 83ecfdf3-4d54-49f6-88c6-8a16bf946cd2)) 274 | (pad "5" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 7b433314-c9ea-45f3-a82f-1bb5ed7c3a23)) 275 | ) 276 | 277 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 278 | (tstamp 7c59ec27-cd07-4e67-84ad-86a8de1518d9) 279 | (at 81.28 100.34) 280 | (descr "SMD pad as test Point, diameter 2.0mm") 281 | (tags "test point SMD pad") 282 | (attr exclude_from_pos_files exclude_from_bom) 283 | (fp_text reference "PIN 22" (at 0 -1.998) (layer "F.SilkS") 284 | (effects (font (size 1 1) (thickness 0.15))) 285 | (tstamp 1b80eb0c-5ef1-473d-9f0b-f0399bdcf250) 286 | ) 287 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 288 | (effects (font (size 1 1) (thickness 0.15))) 289 | (tstamp 74be2b07-bd59-4130-a96b-5147109b5c0a) 290 | ) 291 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 292 | (effects (font (size 1 1) (thickness 0.15))) 293 | (tstamp 4765e2e3-2fd9-4c00-942c-ee6d8cd6cba3) 294 | ) 295 | (fp_circle (center 0 0) (end 0 1.2) 296 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 85251f00-6364-4c78-a628-7b218f8f6ef4)) 297 | (fp_circle (center 0 0) (end 1.5 0) 298 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 47531556-9cd0-43aa-859c-269a5dcb83bd)) 299 | (pad "10" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 72de3607-9162-4e10-952d-9d1cd2ca2957)) 300 | ) 301 | 302 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 303 | (tstamp 89ceaf28-903d-4eb2-aaca-2ee0e605bb3e) 304 | (at 81.28 68.58) 305 | (descr "SMD pad as test Point, diameter 2.0mm") 306 | (tags "test point SMD pad") 307 | (attr exclude_from_pos_files exclude_from_bom) 308 | (fp_text reference "PIN 17" (at 0.26 -1.998) (layer "F.SilkS") 309 | (effects (font (size 1 1) (thickness 0.15))) 310 | (tstamp 73994524-9ba6-409a-9827-b30cc6375e9d) 311 | ) 312 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 313 | (effects (font (size 1 1) (thickness 0.15))) 314 | (tstamp d630b6e8-b5a1-41dc-bda6-7a77c1cb61d6) 315 | ) 316 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 317 | (effects (font (size 1 1) (thickness 0.15))) 318 | (tstamp 5f0d5c3f-1f80-4a4d-947e-466fd5b3b12b) 319 | ) 320 | (fp_circle (center 0 0) (end 0 1.2) 321 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c8ca39e6-8633-4d00-8e4e-673684de885e)) 322 | (fp_circle (center 0 0) (end 1.5 0) 323 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp daea919a-9896-49d1-a378-98cdf31c59cc)) 324 | (pad "6" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp af538276-b14d-4162-a277-a3e3dcaca46c)) 325 | ) 326 | 327 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 328 | (tstamp 8c3b0c48-150d-464a-b103-00510dcee548) 329 | (at 38.1 103.637944) 330 | (descr "SMD pad as test Point, diameter 2.0mm") 331 | (tags "test point SMD pad") 332 | (attr exclude_from_pos_files exclude_from_bom) 333 | (fp_text reference "5V (optional)" (at 0 -2.998) (layer "F.SilkS") 334 | (effects (font (size 1 1) (thickness 0.15))) 335 | (tstamp b254daf0-a31f-411c-9b8f-44c0ff1e213a) 336 | ) 337 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 338 | (effects (font (size 1 1) (thickness 0.15))) 339 | (tstamp 16b0ed80-157b-449a-9d7c-ef5a79a3ab87) 340 | ) 341 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 342 | (effects (font (size 1 1) (thickness 0.15))) 343 | (tstamp 0253b708-66d9-49f4-a289-da0633949534) 344 | ) 345 | (fp_circle (center 0 0) (end 0 1.2) 346 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 49cca176-481a-4b45-864e-566a7b87c06a)) 347 | (fp_circle (center 0 0) (end 1.5 0) 348 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c13ecade-81c0-409c-8e31-842ba94e9dfb)) 349 | (pad "4" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 00432271-365a-4da9-b018-cb0606bbbafb)) 350 | ) 351 | 352 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 353 | (tstamp 8dfc65bc-cf2b-427d-a215-49cb42c294a7) 354 | (at 38.1 73.66) 355 | (descr "SMD pad as test Point, diameter 2.0mm") 356 | (tags "test point SMD pad") 357 | (attr exclude_from_pos_files exclude_from_bom) 358 | (fp_text reference "PC RX" (at 0 -2.998) (layer "F.SilkS") 359 | (effects (font (size 1 1) (thickness 0.15))) 360 | (tstamp 18bc1548-ab1d-4ab6-b774-6561f02048af) 361 | ) 362 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 363 | (effects (font (size 1 1) (thickness 0.15))) 364 | (tstamp 0fd2ddfd-af72-4a2d-aad1-027aef3a19d6) 365 | ) 366 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 367 | (effects (font (size 1 1) (thickness 0.15))) 368 | (tstamp 7c986b12-9734-47cc-adb2-77bd040046cf) 369 | ) 370 | (fp_circle (center 0 0) (end 0 1.2) 371 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 39961da8-3830-4bf9-9afa-163024fccac8)) 372 | (fp_circle (center 0 0) (end 1.5 0) 373 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5f0fd224-f7b8-4037-87fa-21992eb150db)) 374 | (pad "1" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp db7585bf-f4e2-4a80-8e3f-5e5273503ec9)) 375 | ) 376 | 377 | (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu") 378 | (tstamp aa1f2e80-0ded-43d6-9d25-d8ed4273c007) 379 | (at 57.15 101.6) 380 | (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 381 | (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") 382 | (attr through_hole) 383 | (fp_text reference "10KR" (at 6.35 0) (layer "F.SilkS") 384 | (effects (font (size 2 2) (thickness 0.3))) 385 | (tstamp 43bae984-4dec-4ea4-8a8d-272522f91d4c) 386 | ) 387 | (fp_text value "R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 6.35 2.72) (layer "F.Fab") 388 | (effects (font (size 1 1) (thickness 0.15))) 389 | (tstamp b7c794ff-d115-4633-af31-d3518e308c94) 390 | ) 391 | (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") 392 | (effects (font (size 1 1) (thickness 0.15))) 393 | (tstamp 48495f20-a81e-4516-8a65-cfd0f3adf5b1) 394 | ) 395 | (fp_line (start 1.04 0) (end 1.73 0) 396 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0062bda2-132a-45f7-bc47-db8a03c61e60)) 397 | (fp_line (start 1.73 -1.72) (end 1.73 1.72) 398 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8ab29c3-bd27-48ae-bc9b-ea938d3153b7)) 399 | (fp_line (start 1.73 1.72) (end 10.97 1.72) 400 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd91671e-a2c1-4a7f-83e2-52dde5a15fe6)) 401 | (fp_line (start 10.97 -1.72) (end 1.73 -1.72) 402 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8cff948-fb0f-4c78-a4aa-30d21f2bfe05)) 403 | (fp_line (start 10.97 1.72) (end 10.97 -1.72) 404 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67d31765-1c44-450e-be1a-820ea6c1b4b2)) 405 | (fp_line (start 11.66 0) (end 10.97 0) 406 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3b5fddc-3fbb-42d3-b703-c1b52b9f052d)) 407 | (fp_line (start -1.05 -1.85) (end -1.05 1.85) 408 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 774f8bbe-0d8e-4be3-9c88-5f347510468e)) 409 | (fp_line (start -1.05 1.85) (end 13.75 1.85) 410 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe12adcb-143a-4ea9-84af-07519fefebc0)) 411 | (fp_line (start 13.75 -1.85) (end -1.05 -1.85) 412 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4096b20-0adf-4ffb-a923-895c993a3afb)) 413 | (fp_line (start 13.75 1.85) (end 13.75 -1.85) 414 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 897a3b70-5991-4632-a227-f2340542a0e0)) 415 | (fp_line (start 0 0) (end 1.85 0) 416 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9139389-a48f-48dc-a422-edabce1fcfeb)) 417 | (fp_line (start 1.85 -1.6) (end 1.85 1.6) 418 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ec17654-8815-487b-b3b3-43fcc9804949)) 419 | (fp_line (start 1.85 1.6) (end 10.85 1.6) 420 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26dbd8bb-b4a3-456f-acbc-7722e900b07d)) 421 | (fp_line (start 10.85 -1.6) (end 1.85 -1.6) 422 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b494fa9-4446-4d25-b80d-99849a496fad)) 423 | (fp_line (start 10.85 1.6) (end 10.85 -1.6) 424 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81051179-f001-432d-8fe3-415df9c909cb)) 425 | (fp_line (start 12.7 0) (end 10.85 0) 426 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86720dd2-d411-413a-9c6e-30e0f3947e79)) 427 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 181f003b-58ee-40af-8517-161dbe7cdb76)) 428 | (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp ab794ee0-4dc0-4c90-b386-7d8cdb9a7b7b)) 429 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" 430 | (offset (xyz 0 0 0)) 431 | (scale (xyz 1 1 1)) 432 | (rotate (xyz 0 0 0)) 433 | ) 434 | ) 435 | 436 | (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu") 437 | (tstamp aab07b38-5538-4e71-8626-a7858581c2aa) 438 | (at 43.18 45.72) 439 | (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 440 | (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") 441 | (attr through_hole) 442 | (fp_text reference "R1" (at 6.35 0) (layer "F.SilkS") 443 | (effects (font (size 2 2) (thickness 0.3))) 444 | (tstamp 43bae984-4dec-4ea4-8a8d-272522f91d4c) 445 | ) 446 | (fp_text value "R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 6.35 2.72) (layer "F.Fab") 447 | (effects (font (size 1 1) (thickness 0.15))) 448 | (tstamp b7c794ff-d115-4633-af31-d3518e308c94) 449 | ) 450 | (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") 451 | (effects (font (size 1 1) (thickness 0.15))) 452 | (tstamp 48495f20-a81e-4516-8a65-cfd0f3adf5b1) 453 | ) 454 | (fp_line (start 1.04 0) (end 1.73 0) 455 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0062bda2-132a-45f7-bc47-db8a03c61e60)) 456 | (fp_line (start 1.73 -1.72) (end 1.73 1.72) 457 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8ab29c3-bd27-48ae-bc9b-ea938d3153b7)) 458 | (fp_line (start 1.73 1.72) (end 10.97 1.72) 459 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd91671e-a2c1-4a7f-83e2-52dde5a15fe6)) 460 | (fp_line (start 10.97 -1.72) (end 1.73 -1.72) 461 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8cff948-fb0f-4c78-a4aa-30d21f2bfe05)) 462 | (fp_line (start 10.97 1.72) (end 10.97 -1.72) 463 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67d31765-1c44-450e-be1a-820ea6c1b4b2)) 464 | (fp_line (start 11.66 0) (end 10.97 0) 465 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3b5fddc-3fbb-42d3-b703-c1b52b9f052d)) 466 | (fp_line (start -1.05 -1.85) (end -1.05 1.85) 467 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 774f8bbe-0d8e-4be3-9c88-5f347510468e)) 468 | (fp_line (start -1.05 1.85) (end 13.75 1.85) 469 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe12adcb-143a-4ea9-84af-07519fefebc0)) 470 | (fp_line (start 13.75 -1.85) (end -1.05 -1.85) 471 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4096b20-0adf-4ffb-a923-895c993a3afb)) 472 | (fp_line (start 13.75 1.85) (end 13.75 -1.85) 473 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 897a3b70-5991-4632-a227-f2340542a0e0)) 474 | (fp_line (start 0 0) (end 1.85 0) 475 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9139389-a48f-48dc-a422-edabce1fcfeb)) 476 | (fp_line (start 1.85 -1.6) (end 1.85 1.6) 477 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ec17654-8815-487b-b3b3-43fcc9804949)) 478 | (fp_line (start 1.85 1.6) (end 10.85 1.6) 479 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26dbd8bb-b4a3-456f-acbc-7722e900b07d)) 480 | (fp_line (start 10.85 -1.6) (end 1.85 -1.6) 481 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b494fa9-4446-4d25-b80d-99849a496fad)) 482 | (fp_line (start 10.85 1.6) (end 10.85 -1.6) 483 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81051179-f001-432d-8fe3-415df9c909cb)) 484 | (fp_line (start 12.7 0) (end 10.85 0) 485 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86720dd2-d411-413a-9c6e-30e0f3947e79)) 486 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 181f003b-58ee-40af-8517-161dbe7cdb76)) 487 | (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp ab794ee0-4dc0-4c90-b386-7d8cdb9a7b7b)) 488 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" 489 | (offset (xyz 0 0 0)) 490 | (scale (xyz 1 1 1)) 491 | (rotate (xyz 0 0 0)) 492 | ) 493 | ) 494 | 495 | (footprint "Diode_THT:D_5W_P12.70mm_Horizontal" (layer "F.Cu") 496 | (tstamp e4c15752-b6d9-4269-a37d-4ce0fe4b8f6f) 497 | (at 60.96 62) 498 | (descr "Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif") 499 | (tags "Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm") 500 | (attr through_hole) 501 | (fp_text reference "1n4148" (at 6.35 -2.97) (layer "F.SilkS") 502 | (effects (font (size 1 1) (thickness 0.15))) 503 | (tstamp 2f1d054a-deb4-4797-a029-bdec124acb35) 504 | ) 505 | (fp_text value "D_5W_P12.70mm_Horizontal" (at 6.35 2.97) (layer "F.Fab") 506 | (effects (font (size 1 1) (thickness 0.15))) 507 | (tstamp cf04b0e7-be2b-4062-af9e-c02f63d35635) 508 | ) 509 | (fp_text user "K" (at 0 -2.4) (layer "F.SilkS") 510 | (effects (font (size 1 1) (thickness 0.15))) 511 | (tstamp 5cdb7fea-7daa-493e-99f2-55ad9ea32818) 512 | ) 513 | (fp_text user "K" (at 0 -2.4) (layer "F.Fab") 514 | (effects (font (size 1 1) (thickness 0.15))) 515 | (tstamp 237fff6f-7b0f-4755-88bd-b3a4b826f233) 516 | ) 517 | (fp_text user "${REFERENCE}" (at 7.0175 0) (layer "F.Fab") 518 | (effects (font (size 1 1) (thickness 0.15))) 519 | (tstamp 383e4f3a-018d-4568-9aeb-66f19ebddbe9) 520 | ) 521 | (fp_line (start 1.64 0) (end 1.78 0) 522 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2493fb55-209d-4232-a11c-8c2209faace0)) 523 | (fp_line (start 1.78 -1.97) (end 1.78 1.97) 524 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e31466c-4b0b-4e01-bb4e-ee361d3e9f24)) 525 | (fp_line (start 1.78 1.97) (end 10.92 1.97) 526 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 499f3cf0-a2c9-43dc-be3b-85f3139eae7a)) 527 | (fp_line (start 3.115 -1.97) (end 3.115 1.97) 528 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47353d60-c2a2-459e-b5d1-2ddb44830766)) 529 | (fp_line (start 3.235 -1.97) (end 3.235 1.97) 530 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04c91b2a-b543-4b63-8fab-202acb7ef828)) 531 | (fp_line (start 3.355 -1.97) (end 3.355 1.97) 532 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a16120c-a1b7-4fcd-9ded-bc055a02332e)) 533 | (fp_line (start 10.92 -1.97) (end 1.78 -1.97) 534 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4a166f8-eb95-4b78-8cc0-76a26e962787)) 535 | (fp_line (start 10.92 1.97) (end 10.92 -1.97) 536 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95f29aac-4feb-4abb-9cd8-971c208d395f)) 537 | (fp_line (start 11.06 0) (end 10.92 0) 538 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28228349-6bf0-4c5c-a7ff-efc7c2887481)) 539 | (fp_line (start -1.65 -2.1) (end -1.65 2.1) 540 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a06bba5-a02a-48bc-9ef0-a87f6c29aab8)) 541 | (fp_line (start -1.65 2.1) (end 14.35 2.1) 542 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c13087d-d65b-4295-ae56-0d733c05d139)) 543 | (fp_line (start 14.35 -2.1) (end -1.65 -2.1) 544 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35eb3342-8ea7-41fa-a849-73b4cb7484ac)) 545 | (fp_line (start 14.35 2.1) (end 14.35 -2.1) 546 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86dcc693-2d32-41dc-bb26-fb174fdf6319)) 547 | (fp_line (start 0 0) (end 1.9 0) 548 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9def6883-8ad4-453c-a697-88923242a2b9)) 549 | (fp_line (start 1.9 -1.85) (end 1.9 1.85) 550 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2277f35e-e61a-438a-b78e-5f96aa76bfa9)) 551 | (fp_line (start 1.9 1.85) (end 10.8 1.85) 552 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41ae4c06-d4ad-49d7-9ff5-da62fab1521d)) 553 | (fp_line (start 3.135 -1.85) (end 3.135 1.85) 554 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5ffc922-4b5e-4ca0-b83d-627775bf0767)) 555 | (fp_line (start 3.235 -1.85) (end 3.235 1.85) 556 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86b06d22-6f7d-480f-896e-8fd911da354a)) 557 | (fp_line (start 3.335 -1.85) (end 3.335 1.85) 558 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b61ec8d5-5ed8-479e-90d6-1e4fee6a55c4)) 559 | (fp_line (start 10.8 -1.85) (end 1.9 -1.85) 560 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d305992b-441f-4b21-8b14-811e793bdb17)) 561 | (fp_line (start 10.8 1.85) (end 10.8 -1.85) 562 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4021ee4c-e9ad-451d-b07b-6b237903f662)) 563 | (fp_line (start 12.7 0) (end 10.8 0) 564 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f646360-d481-4d7b-92cf-b405d8c3229e)) 565 | (pad "1" thru_hole rect (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") (tstamp 3ba31f65-b382-4d0a-b5b3-fd934080fc35)) 566 | (pad "2" thru_hole oval (at 12.7 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") (tstamp 9460da0a-9f7f-48b7-8768-95748e464c3a)) 567 | (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_5W_P12.70mm_Horizontal.wrl" 568 | (offset (xyz 0 0 0)) 569 | (scale (xyz 1 1 1)) 570 | (rotate (xyz 0 0 0)) 571 | ) 572 | ) 573 | 574 | (footprint "TestPoint:TestPoint_Pad_D2.0mm" (layer "F.Cu") 575 | (tstamp e6868189-1362-4c06-a945-ec08d3c7c2f5) 576 | (at 38.1 93.98) 577 | (descr "SMD pad as test Point, diameter 2.0mm") 578 | (tags "test point SMD pad") 579 | (attr exclude_from_pos_files exclude_from_bom) 580 | (fp_text reference "PC GND" (at 0 -2.998) (layer "F.SilkS") 581 | (effects (font (size 1 1) (thickness 0.15))) 582 | (tstamp 6170f6fd-1e78-42ac-9eb5-13af16324f1c) 583 | ) 584 | (fp_text value "TestPoint_Pad_D2.0mm" (at 0 2.05) (layer "F.Fab") 585 | (effects (font (size 1 1) (thickness 0.15))) 586 | (tstamp 8575acf9-020f-41f0-aa3d-f824980ab4c5) 587 | ) 588 | (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") 589 | (effects (font (size 1 1) (thickness 0.15))) 590 | (tstamp 6e99b19c-6707-478d-96ae-8759557aec61) 591 | ) 592 | (fp_circle (center 0 0) (end 0 1.2) 593 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp bde0b760-350c-4c4e-af21-03c0b85f4e15)) 594 | (fp_circle (center 0 0) (end 1.5 0) 595 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2d69e9bd-be4d-4982-a1ec-4292c323eab7)) 596 | (pad "3" smd circle (at 0 0) (size 2 2) (layers "F.Cu" "F.Mask") (tstamp 80972122-2de2-4bfa-b22d-49cb87c70b99)) 597 | ) 598 | 599 | (gr_rect (start 33.5 43.18) (end 114.78 55.88) 600 | (stroke (width 0.2) (type default)) (fill none) (layer "B.SilkS") (tstamp 44696e7a-0d24-46a9-89b9-7f14c9ce68e1)) 601 | (gr_rect (start 42 60.96) (end 57.24 73.66) 602 | (stroke (width 0.2) (type default)) (fill none) (layer "F.SilkS") (tstamp 311ff641-0227-4d15-b90c-f716feda1023)) 603 | (gr_rect (start 42 86.36) (end 64.86 99.06) 604 | (stroke (width 0.2) (type default)) (fill none) (layer "F.SilkS") (tstamp 35239d8d-63a9-41f0-a35c-cc015f94b2a9)) 605 | (gr_rect (start 42 73.66) (end 57.24 86.36) 606 | (stroke (width 0.2) (type default)) (fill none) (layer "F.SilkS") (tstamp 8c84335e-0463-46f0-a383-2d444d35d36b)) 607 | (gr_rect (start 78.09 88.9) (end 84.47 102.8) 608 | (stroke (width 0.2) (type default)) (fill none) (layer "F.SilkS") (tstamp eef22ede-f337-47be-9be2-f3a0a456c6ee)) 609 | (gr_rect (start 31.75 40.64) (end 86.36 106.68) 610 | (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 948f2060-6f3e-49df-84cc-7a4281cdd65c)) 611 | (gr_text "5V" (at 106.68 77.5) (layer "B.SilkS") (tstamp 52bb8fcc-2341-4319-b5bd-81eb7a51a122) 612 | (effects (font (size 2 2) (thickness 0.4) bold) (justify left bottom mirror)) 613 | ) 614 | (gr_text "** CAUTION ** \n\n\nSome UART modules advertised as 5V or with a jumper to 5V do NOT shift the power levels for UART TX/RX \nwhich will operate at 3.3V, Please measure voltage on your UART module between TX and GND.\nif it runs at 3.3V Replace R5 to a 1K ohms resistor." (at 114.3 53.34) (layer "B.SilkS") (tstamp dec44830-5cd3-419f-9c99-a6768ae47232) 615 | (effects (font (size 1 1) (thickness 0.2) bold) (justify left bottom mirror)) 616 | ) 617 | (gr_text "5V ONLY (OPT.)" (at 76.2 101.4 90) (layer "F.SilkS") (tstamp 00d5b9d0-5dad-45a1-a0ba-ce42cdffb130) 618 | (effects (font (size 1 1) (thickness 0.2)) (justify left bottom)) 619 | ) 620 | (gr_text "GND" (at 81.28 86.36) (layer "F.SilkS") (tstamp 0cc68628-eca4-4274-8963-3deb618a9cfd) 621 | (effects (font (size 1 1) (thickness 0.15))) 622 | ) 623 | (gr_text "TX" (at 81.28 63.5) (layer "F.SilkS") (tstamp 1f4d2fae-03df-4ce9-b714-fa89f9c561f0) 624 | (effects (font (size 1 1) (thickness 0.15))) 625 | ) 626 | (gr_text "R1 = 0/Bridge\nR2 = NC/Open " (at 42 97.79) (layer "F.SilkS") (tstamp 36a76323-5c49-4d4f-8e6d-5ea773409a04) 627 | (effects (font (size 2 2) (thickness 0.1)) (justify left bottom)) 628 | ) 629 | (gr_text "R1 = 2K\nR2 = 1K\n" (at 42 72.39) (layer "F.SilkS") (tstamp 43648f2e-66c8-4981-bb89-e844e9e530a4) 630 | (effects (font (size 2 2) (thickness 0.1)) (justify left bottom)) 631 | ) 632 | (gr_text "1.8V" (at 42 90.1) (layer "F.SilkS") (tstamp 8f793dca-fcaf-4fb5-89df-0e3f1467f22b) 633 | (effects (font (size 2 2) (thickness 0.4) bold) (justify left bottom)) 634 | ) 635 | (gr_text "RX" (at 81.28 71.12) (layer "F.SilkS") (tstamp 94e4e238-282d-40f4-aa0d-5dfb3fb20c52) 636 | (effects (font (size 1 1) (thickness 0.15))) 637 | ) 638 | (gr_text "R1 = 1K\nR2 = 1K " (at 42 85.09) (layer "F.SilkS") (tstamp 9e6ad842-13ae-4c1a-9297-5d444d88f336) 639 | (effects (font (size 2 2) (thickness 0.1)) (justify left bottom)) 640 | ) 641 | (gr_text "3.3V" (at 42 77.4) (layer "F.SilkS") (tstamp d03e04e9-e1d7-4f9e-8667-3d62668320d4) 642 | (effects (font (size 2 2) (thickness 0.4) bold) (justify left bottom)) 643 | ) 644 | (gr_text "PSP GO THT JIG BOARD 1.3\nBy Mathieulh" (at 43.18 55.88) (layer "F.SilkS") (tstamp eaa2d160-2b5b-40d6-b2e6-62fe9a296dc7) 645 | (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) 646 | ) 647 | (gr_text "5V" (at 42 64.5) (layer "F.SilkS") (tstamp eba71b6f-0c0e-417d-92f4-c500b3d10fe8) 648 | (effects (font (size 2 2) (thickness 0.4) bold) (justify left bottom)) 649 | ) 650 | 651 | (segment (start 40.137944 101.6) (end 57.15 101.6) (width 0.25) (layer "F.Cu") (net 0) (tstamp 015181c6-7d76-49b4-82f3-66b3a495ecde)) 652 | (segment (start 43.18 53.34) (end 43.18 45.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp 0b518d43-1178-48ac-a22e-564686b47c67)) 653 | (segment (start 58.42 68.58) (end 50.8 76.2) (width 0.25) (layer "F.Cu") (net 0) (tstamp 17b3a9c3-6547-4100-9589-f35206a2db8c)) 654 | (segment (start 73.66 62) (end 74.7 62) (width 0) (layer "F.Cu") (net 0) (tstamp 2108c17b-acfb-4795-a76b-b57e36668211)) 655 | (segment (start 48.26 58.42) (end 48.26 63.5) (width 0.25) (layer "F.Cu") (net 0) (tstamp 26328bd6-a8c1-49d1-81ce-638df3fee94b)) 656 | (segment (start 38.1 103.637944) (end 40.137944 101.6) (width 0.25) (layer "F.Cu") (net 0) (tstamp 28234bc6-926b-487d-a533-5abfd34686e8)) 657 | (segment (start 38.1 78.74) (end 38.1 83.82) (width 0.25) (layer "F.Cu") (net 0) (tstamp 28cde8b3-d9b5-422f-80b0-9bd10a9a46c2)) 658 | (segment (start 48.26 60.96) (end 48.26 58.42) (width 0.25) (layer "F.Cu") (net 0) (tstamp 2c9e0e96-d992-4b5d-8140-48ac85dc7c26)) 659 | (segment (start 81.28 92.72) (end 78.73 92.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp 39a788b1-754d-47b7-9e80-27f3246dae64)) 660 | (segment (start 55.88 45.72) (end 58.42 45.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp 3e068bcb-3b30-45ec-9d39-0242f182aba8)) 661 | (segment (start 50.8 93.98) (end 38.1 93.98) (width 0.25) (layer "F.Cu") (net 0) (tstamp 48b4c1f8-9650-466f-be05-38bdee61fd16)) 662 | (segment (start 48.26 58.42) (end 43.18 53.34) (width 0.25) (layer "F.Cu") (net 0) (tstamp 524a44a5-a957-42c8-95d1-cc5ff7ba24f9)) 663 | (segment (start 74.7 62) (end 81.28 68.58) (width 0.25) (layer "F.Cu") (net 0) (tstamp 52d90b86-537a-4ff1-b440-c36a5b9ede91)) 664 | (segment (start 77.982056 103.637944) (end 38.1 103.637944) (width 0.25) (layer "F.Cu") (net 0) (tstamp 552dfded-9f4e-4239-9a9c-7d5727a7dcf1)) 665 | (segment (start 48.26 68.58) (end 38.1 78.74) (width 0.25) (layer "F.Cu") (net 0) (tstamp 6c8d4526-e86a-4073-bb60-f966c2b18a09)) 666 | (segment (start 50.8 76.2) (end 50.8 93.98) (width 0.25) (layer "F.Cu") (net 0) (tstamp 6f35d027-f2ef-4b84-ad82-c853f497de33)) 667 | (segment (start 58.42 63.5) (end 58.42 58.42) (width 0.25) (layer "F.Cu") (net 0) (tstamp 6fedd603-fee8-4c3f-aa09-2be0f5d52303)) 668 | (segment (start 81.28 76.2) (end 81.28 83.82) (width 0.25) (layer "F.Cu") (net 0) (tstamp 6ff48a6e-4cbe-4e32-bd75-1c6e263677b3)) 669 | (segment (start 81.28 60.96) (end 81.28 68.58) (width 0.25) (layer "F.Cu") (net 0) (tstamp a0d41629-3730-44df-97e5-9442f767d68c)) 670 | (segment (start 73.66 66.04) (end 78.74 66.04) (width 0.25) (layer "F.Cu") (net 0) (tstamp aa739c28-348f-4a8c-a83c-365181312748)) 671 | (segment (start 81.28 100.34) (end 77.982056 103.637944) (width 0.25) (layer "F.Cu") (net 0) (tstamp ade6e1ce-3d2c-4890-9cc5-210623879699)) 672 | (segment (start 58.42 58.42) (end 71.12 45.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp af0d6d89-7522-4acb-b06a-db73554fa32b)) 673 | (segment (start 63.5 45.72) (end 58.42 45.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp b16051b9-a52f-4b8b-a68a-6ed3a11534db)) 674 | (segment (start 38.1 71.12) (end 38.1 73.66) (width 0.25) (layer "F.Cu") (net 0) (tstamp bb5b4ec4-32e4-47ef-b492-c25087eb1977)) 675 | (segment (start 81.28 83.82) (end 50.8 83.82) (width 0.25) (layer "F.Cu") (net 0) (tstamp bfab6639-507d-48b5-ad74-6eb4a52d69f2)) 676 | (segment (start 71.12 45.72) (end 76.2 45.72) (width 0.25) (layer "F.Cu") (net 0) (tstamp c4b93658-577c-4fd4-a5cb-1bf78ea3e8a5)) 677 | (segment (start 78.73 92.72) (end 69.85 101.6) (width 0.25) (layer "F.Cu") (net 0) (tstamp ce488b8c-16c4-4cd9-9582-c54de21fd7fa)) 678 | (segment (start 66.04 66.04) (end 73.66 66.04) (width 0.25) (layer "F.Cu") (net 0) (tstamp cfb55894-bcbe-4d2d-8192-c00f863d4d5c)) 679 | (segment (start 43.18 66.04) (end 66.04 66.04) (width 0.25) (layer "F.Cu") (net 0) (tstamp d7184bda-3c6b-400e-bfc0-07549c53902b)) 680 | (segment (start 58.42 45.72) (end 58.42 50.8) (width 0.25) (layer "F.Cu") (net 0) (tstamp ea83090a-c893-4831-b5e3-48c32487aaed)) 681 | (segment (start 78.74 66.04) (end 81.28 68.58) (width 0.25) (layer "F.Cu") (net 0) (tstamp ebfc62e2-7b31-49a7-83d5-e599e92f3ebc)) 682 | (segment (start 43.18 66.04) (end 38.1 71.12) (width 0.25) (layer "F.Cu") (net 0) (tstamp fbc3aca2-5131-4e00-8520-5eee979201b0)) 683 | (via (at 58.42 68.58) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 0) (tstamp 6444c2b9-3be8-4db8-a746-a47fd8a3fab3)) 684 | (via (at 58.42 50.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 0) (tstamp 709d2526-9759-4671-82ec-32bf9c64045d)) 685 | (via (at 48.26 68.58) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 0) (tstamp a9ed81f3-d612-46eb-9d17-bf5cbbdb69bc)) 686 | (via (at 48.26 63.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 0) (tstamp ababf341-e655-4bad-abb1-948b1d14fca1)) 687 | (via (at 58.42 63.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 0) (tstamp bb3d4aa2-d66d-4146-a799-47f67ac95467)) 688 | (segment (start 58.42 50.8) (end 60.96 53.34) (width 0.25) (layer "B.Cu") (net 0) (tstamp a62f081a-7afd-4b95-b16e-bb4706abda37)) 689 | (segment (start 48.26 63.5) (end 48.26 68.58) (width 0.25) (layer "B.Cu") (net 0) (tstamp db175e38-5647-4356-9ee4-f02ea3d7da91)) 690 | (segment (start 58.42 63.5) (end 58.42 68.58) (width 0.25) (layer "B.Cu") (net 0) (tstamp de7741f6-be7f-4896-a7eb-60d9b143760c)) 691 | (segment (start 60.96 53.34) (end 60.96 62) (width 0.25) (layer "B.Cu") (net 0) (tstamp e7fe8b0d-0c85-4a05-b8bc-e2184b0ce198)) 692 | 693 | ) 694 | --------------------------------------------------------------------------------