Created
August 22, 2015 08:11
-
-
Save HAPI-Tech-Solution/a5960dc8d2037ce82871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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