gitextract_yzux072f/ ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── Swept_3x5/ │ ├── Connector.dcm │ ├── Swept_3x5-cache.lib │ ├── Swept_3x5.kicad_pcb │ ├── Swept_3x5.kicad_pro │ ├── Swept_3x5.kicad_sch │ ├── Swept_3x5.sch │ ├── Swept_3x5.step │ ├── sweepv2-rescue.dcm │ ├── sweepv2-rescue.lib │ └── sym-lib-table ├── Swept_3x6/ │ ├── Connector.dcm │ ├── Swept_3x6-cache.lib │ ├── Swept_3x6-rescue.dcm │ ├── Swept_3x6-rescue.lib │ ├── Swept_3x6.kicad_pcb │ ├── Swept_3x6.kicad_pro │ ├── Swept_3x6.kicad_sch │ ├── Swept_3x6.sch │ ├── Swept_3x6.step │ ├── sweepv2-rescue.dcm │ ├── sweepv2-rescue.lib │ └── sym-lib-table ├── cases/ │ ├── Puck.stl │ ├── v1.0.0/ │ │ ├── 3x6_left.stl │ │ ├── 3x6_left_slim.stl │ │ ├── 3x6_right.stl │ │ └── 3x6_right_slim.stl │ ├── v1.1.0/ │ │ ├── 3x6_left.stl │ │ ├── 3x6_left_slim.stl │ │ ├── 3x6_right.stl │ │ └── 3x6_right_slim.stl │ └── v1.1.1/ │ ├── 3x6_left.stl │ ├── 3x6_left_slim.stl │ ├── 3x6_right.stl │ └── 3x6_right_slim.stl ├── lib/ │ └── aym.pretty/ │ ├── MS88SF31.kicad_mod │ └── choc-v1-with-millmax.kicad_mod ├── swept_3x5_gerber/ │ ├── Swept_3x5-B_Cu.gbr │ ├── Swept_3x5-B_Mask.gbr │ ├── Swept_3x5-B_Silkscreen.gbr │ ├── Swept_3x5-Edge_Cuts.gbr │ ├── Swept_3x5-F_Cu.gbr │ ├── Swept_3x5-F_Mask.gbr │ ├── Swept_3x5-F_Silkscreen.gbr │ ├── Swept_3x5-NPTH.drl │ ├── Swept_3x5-PTH.drl │ └── Swept_3x5-job.gbrjob └── swept_3x6_gerber/ ├── Swept_3x6-B_Cu.gbr ├── Swept_3x6-B_Mask.gbr ├── Swept_3x6-B_Silkscreen.gbr ├── Swept_3x6-Edge_Cuts.gbr ├── Swept_3x6-F_Cu.gbr ├── Swept_3x6-F_Mask.gbr ├── Swept_3x6-F_Silkscreen.gbr ├── Swept_3x6-NPTH.drl ├── Swept_3x6-PTH.drl └── Swept_3x6-job.gbrjob