diff options
author | jaseg <git@jaseg.net> | 2018-06-30 13:52:00 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-06-30 13:52:00 +0200 |
commit | c97506d29a1f3938b798277ab17f3c8d1ce19d25 (patch) | |
tree | 4ffd1f92e899875a967b78a444215a25093d9d5d /footprints.pretty/patch_pad.kicad_mod | |
download | 002-c97506d29a1f3938b798277ab17f3c8d1ce19d25.tar.gz 002-c97506d29a1f3938b798277ab17f3c8d1ce19d25.tar.bz2 002-c97506d29a1f3938b798277ab17f3c8d1ce19d25.zip |
Initial commit
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)) +) |