BNC.kicad_mod 1.3 KB

12345678910111213141516171819202122232425
  1. (module BNC (layer F.Cu) (tedit 61B8ADB5)
  2. (fp_text reference REF** (at -8.5 0 90) (layer F.SilkS)
  3. (effects (font (size 1 1) (thickness 0.15)))
  4. )
  5. (fp_text value BNC (at 0 -4.4) (layer F.Fab)
  6. (effects (font (size 1 1) (thickness 0.15)))
  7. )
  8. (fp_line (start 7 -6.5) (end 7 6.5) (layer F.SilkS) (width 0.17))
  9. (fp_line (start 8.5 -6.5) (end 7 -6.5) (layer F.SilkS) (width 0.17))
  10. (fp_line (start 8.5 6.5) (end 8.5 -6.5) (layer F.SilkS) (width 0.17))
  11. (fp_line (start 6.5 6.5) (end 8.5 6.5) (layer F.SilkS) (width 0.17))
  12. (fp_line (start -7 6.5) (end 6.5 6.5) (layer F.SilkS) (width 0.17))
  13. (fp_line (start -7 -6.5) (end -7 6.5) (layer F.SilkS) (width 0.17))
  14. (fp_line (start 7 -6.5) (end -7 -6.5) (layer F.SilkS) (width 0.17))
  15. (pad 1 thru_hole circle (at 0 0) (size 3 3) (drill 1.4) (layers *.Cu *.Mask))
  16. (pad 2 thru_hole circle (at -4.6 -4.6) (size 3 3) (drill 1.4) (layers *.Cu *.Mask))
  17. (pad 2 thru_hole circle (at 5 -4.6) (size 3 3) (drill 1.4) (layers *.Cu *.Mask))
  18. (pad 2 thru_hole circle (at 4.6 4.6) (size 3 3) (drill 1.4) (layers *.Cu *.Mask))
  19. (pad 2 thru_hole circle (at -4.6 4.6) (size 3 3) (drill 1.4) (layers *.Cu *.Mask))
  20. (model ${MY_PATH}/3D/Connector.3dshapes/BNC.step
  21. (offset (xyz -6 0 20))
  22. (scale (xyz 1 1 1))
  23. (rotate (xyz 180 0 -90))
  24. )
  25. )