Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Fix hole recommendation (#1588)
Browse files Browse the repository at this point in the history
* Fix hole recommendation

Second the manufacture datasheet https://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf the recommend hoel are 1.3mm D and not 1/0.76mm D (with difference between coil and power pins).

* oversize to 1mm PAD
  • Loading branch information
hildogjr authored and evanshultz committed May 9, 2019
1 parent e11bf92 commit 2fd3578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Relay_THT.pretty/Relay_SPST_Omron-G5Q-1A.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
(fp_line (start -1.68 1.69) (end -1.68 -9.31) (layer F.SilkS) (width 0.12))
(fp_line (start -1.68 -9.31) (end 19.46 -9.31) (layer F.SilkS) (width 0.12))
(fp_circle (center 15.24 -3.81) (end 15.24 -3.68) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole rect (at 0 0 180) (size 1.52 1.52) (drill 0.76) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 10.16 0 180) (size 2 2) (drill 1.3) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 17.78 0 180) (size 2 2) (drill 1.3) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 0 -7.62 180) (size 1.52 1.52) (drill 0.76) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 0 0 180) (size 2.3 2.3) (drill 1.3) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 10.16 0 180) (size 2.3 2.3) (drill 1.3) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 17.78 0 180) (size 2.3 2.3) (drill 1.3) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 0 -7.62 180) (size 2.3 2.3) (drill 1.3) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Relay_THT.3dshapes/Relay_SPST_Omron-G5Q-1A.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
Expand Down

0 comments on commit 2fd3578

Please sign in to comment.