Generate more stencils using KiKit
This commit is contained in:
parent
cfeb057280
commit
d8c568300b
|
@ -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/
|
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`.
|
Note that currently (2020-11-03) the `--cutout` option is only available on `master`.
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
File diff suppressed because one or more lines are too long
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
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue