Generate more stencils using KiKit

This commit is contained in:
Luca 2020-11-05 19:04:30 +01:00
parent cfeb057280
commit d8c568300b
10 changed files with 144398 additions and 0 deletions

View File

@ -22,6 +22,12 @@ kikit panelize grid --tolerance 10 --space 3 --gridsize 1 2 --tabwidth 3 --tabhe
kikit stencil createprinted --pcbthickness 1.6 --thickness 0.15 --cutout 'C1,C2,C3,C4,C5,C6,C7,U1,D1,R1' panels/anykey-x2.kicad_pcb stencil/
```
The gerber files for laser-cut steel stencils were generated like this:
```sh
kikit stencil create --pcbthickness 1.6 --cutout 'C1,C2,C3,C4,C5,C6,C7,U1,D1,R1' panels/anykey-x2.kicad_pcb stencil/
```
Note that currently (2020-11-03) the `--cutout` option is only available on `master`.
## Documents

496
stencil/bottomRegister.scad Normal file

File diff suppressed because one or more lines are too long

65914
stencil/bottomRegister.stl Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,64 @@
{
"Header":
{
"GenerationSoftware":
{
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "5.1.7"
},
"CreationDate": "2020-11-05T18:59:26+01:00"
},
"GeneralSpecs":
{
"ProjectId":
{
"Name": "stencil",
"GUID": "7374656e-6369-46c2-9e6b-696361645f70",
"Revision": "rev?"
},
"Size":
{
"X": 27.102,
"Y": 53.102
},
"LayerNumber": 2,
"BoardThickness": 1.600
},
"DesignRules":
[
{
"Layers": "Outer",
"PadToPad": 0.127,
"PadToTrack": 0.127,
"TrackToTrack": 0.127,
"MinLineWidth": 0.200,
"TrackToRegion": 0.200,
"RegionToRegion": 0.200
}
],
"FilesAttributes":
[
{
"Path": "stencil-PasteBottom.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "stencil-PasteTop.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
}
],
"MaterialStackup":
[
{
"Type": "SolderPaste",
"Notes": "Layer F.Paste"
},
{
"Type": "SolderPaste",
"Notes": "Layer B.Paste"
}
]
}

BIN
stencil/gerbers.zip Normal file

Binary file not shown.

6374
stencil/stencil.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

496
stencil/topRegister.scad Normal file

File diff suppressed because one or more lines are too long

65914
stencil/topRegister.stl Normal file

File diff suppressed because it is too large Load Diff