diff options
Diffstat (limited to 'footprints.pretty/patch_pad.kicad_mod')
-rw-r--r-- | footprints.pretty/patch_pad.kicad_mod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/footprints.pretty/patch_pad.kicad_mod b/footprints.pretty/patch_pad.kicad_mod new file mode 100644 index 0000000..f7b5f63 --- /dev/null +++ b/footprints.pretty/patch_pad.kicad_mod @@ -0,0 +1,9 @@ +(module patch_pad (layer F.Cu) (tedit 5B36900F) + (fp_text reference REF** (at 0 0.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value patch_pad (at 0 -0.5) (layer F.Fab) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at 0 0) (size 2 1) (layers F.Cu F.Paste F.Mask)) +) |