Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ken-okabe/e364aaa2d064050b6f8e to your computer and use it in GitHub Desktop.
Save ken-okabe/e364aaa2d064050b6f8e to your computer and use it in GitHub Desktop.
(module Pin_Arrays:pin_array_2x05 (layer F.Cu) (tedit 55D82C17)
(descr "Double rangee de contacts 2 x 5 pins")
(tags CONN)
(fp_text reference P1 (at 0.635 -3.81) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X10 (at 0 -3.81) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -6.35 -2.54) (end 6.35 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 6.35 -2.54) (end 6.35 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 6.35 2.54) (end -6.35 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -5.08 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu F.SilkS))
(pad 2 thru_hole circle (at -5.08 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu F.SilkS))
(pad 3 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu F.SilkS))
(pad 4 thru_hole circle (at -2.54 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu F.SilkS))
(pad 5 thru_hole circle (at 0 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu F.SilkS))
(pad 6 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 7 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 8 thru_hole circle (at 2.54 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 9 thru_hole circle (at 5.08 1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 10 thru_hole circle (at 5.08 -1.27) (size 1.524 1.524) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(model Pin_Arrays/pin_array_2x05.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
*.Mask のレイヤをピン5までは削除している。(Line14~15)ガーバビューアでみると5ピンまではソルダマスクがかからない。
結果、製造時にパッドにマスクが掛からないのでレジストが被る事になる。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment