diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 03:05:04 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-27 03:05:04 +0200 |
commit | 6d270f43cfea8e840463c260b43a6afbd24c1149 (patch) | |
tree | 9389ff0d100324ae12748a24f88e060dcff00357 /hw/footprints.pretty/Spacer.kicad_mod | |
parent | 01270b114be7a82a4dbeae7a3d40c83495224842 (diff) |
added missing components/footprints
Diffstat (limited to 'hw/footprints.pretty/Spacer.kicad_mod')
-rw-r--r-- | hw/footprints.pretty/Spacer.kicad_mod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/footprints.pretty/Spacer.kicad_mod b/hw/footprints.pretty/Spacer.kicad_mod new file mode 100644 index 0000000..3fb935d --- /dev/null +++ b/hw/footprints.pretty/Spacer.kicad_mod @@ -0,0 +1,9 @@ +(module Spacer (layer F.Cu) (tedit 60D8A0A0) + (fp_text reference REF** (at 0 2.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Spacer (at 0 -2.7) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 4 4) (drill 2.1) (layers *.Cu *.Mask)) +) |