Skip to content

Commit

Permalink
TO-92: Fix too small pad drill diameter
Browse files Browse the repository at this point in the history
Forgot factor 1.4142.
  • Loading branch information
ubruhin committed Oct 16, 2023
1 parent 954f918 commit d77cbf2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
56 changes: 28 additions & 28 deletions pkg/5ee92b46-ab92-4eda-9785-99ef7a36da9f/package.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(description "Transistor outline package as specified by JEDEC TO-092 with straight (non-bent legs). For parts sold with bent legs for a larger pitch, use the \"TO-92-WIDE\" package instead!")
(keywords "to92,to-092,sot54,sot-54")
(author "U. Bruhin")
(version "0.1")
(version "0.2")
(created 2023-09-06T15:15:31Z)
(deprecated false)
(generated_by "")
Expand All @@ -17,26 +17,26 @@
(description "")
(3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0)
(pad 858585e0-9c51-4345-875b-3aee5bad33a9 (side top) (shape roundrect)
(position -1.27 0.0) (rotation 90.0) (size 1.5 0.95) (radius 0.0)
(position -1.27 0.0) (rotation 90.0) (size 1.5 1.05) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad fea307ac-299f-4c4a-a555-eed937427732)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 1e3686e1-6c5d-432b-baef-7d406a035730 (side top) (shape roundrect)
(position 0.0 0.0) (rotation 90.0) (size 1.5 0.95) (radius 1.0)
(position 0.0 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 90f62833-d911-4fe3-b9db-ecef37f0f31b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad e22a5174-06e5-4b83-8d3b-653fb457405d (side top) (shape roundrect)
(position 1.27 0.0) (rotation 90.0) (size 1.5 0.95) (radius 1.0)
(position 1.27 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 9114d4a7-61a4-4b64-a50e-148acfe71206)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down Expand Up @@ -80,26 +80,26 @@
(description "")
(3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0)
(pad 858585e0-9c51-4345-875b-3aee5bad33a9 (side top) (shape roundrect)
(position -1.27 0.0) (rotation 90.0) (size 1.5 0.95) (radius 0.0)
(position -1.27 0.0) (rotation 90.0) (size 1.5 1.05) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad fea307ac-299f-4c4a-a555-eed937427732)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 1e3686e1-6c5d-432b-baef-7d406a035730 (side top) (shape roundrect)
(position 0.0 1.27) (rotation 90.0) (size 1.5 0.95) (radius 1.0)
(position 0.0 1.27) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 90f62833-d911-4fe3-b9db-ecef37f0f31b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad e22a5174-06e5-4b83-8d3b-653fb457405d (side top) (shape roundrect)
(position 1.27 0.0) (rotation 90.0) (size 1.5 0.95) (radius 1.0)
(position 1.27 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 9114d4a7-61a4-4b64-a50e-148acfe71206)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down Expand Up @@ -143,26 +143,26 @@
(description "")
(3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0)
(pad 858585e0-9c51-4345-875b-3aee5bad33a9 (side top) (shape roundrect)
(position -1.27 0.0) (rotation 90.0) (size 1.1 1.1) (radius 0.0)
(position -1.27 0.0) (rotation 90.0) (size 1.25 1.25) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad fea307ac-299f-4c4a-a555-eed937427732)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 1e3686e1-6c5d-432b-baef-7d406a035730 (side top) (shape roundrect)
(position 0.0 1.27) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 0.0 1.27) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 90f62833-d911-4fe3-b9db-ecef37f0f31b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad e22a5174-06e5-4b83-8d3b-653fb457405d (side top) (shape roundrect)
(position 1.27 0.0) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 1.27 0.0) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 9114d4a7-61a4-4b64-a50e-148acfe71206)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down Expand Up @@ -209,23 +209,23 @@
(position -2.54 0.0) (rotation 90.0) (size 1.5 1.05) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad fea307ac-299f-4c4a-a555-eed937427732)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 1e3686e1-6c5d-432b-baef-7d406a035730 (side top) (shape roundrect)
(position 0.0 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 90f62833-d911-4fe3-b9db-ecef37f0f31b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad e22a5174-06e5-4b83-8d3b-653fb457405d (side top) (shape roundrect)
(position 2.54 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 9114d4a7-61a4-4b64-a50e-148acfe71206)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down Expand Up @@ -275,26 +275,26 @@
(description "")
(3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0)
(pad 858585e0-9c51-4345-875b-3aee5bad33a9 (side top) (shape roundrect)
(position -2.54 0.0) (rotation 90.0) (size 1.1 1.1) (radius 0.0)
(position -2.54 0.0) (rotation 90.0) (size 1.25 1.25) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad fea307ac-299f-4c4a-a555-eed937427732)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 1e3686e1-6c5d-432b-baef-7d406a035730 (side top) (shape roundrect)
(position 0.0 0.0) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 0.0 0.0) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 90f62833-d911-4fe3-b9db-ecef37f0f31b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad e22a5174-06e5-4b83-8d3b-653fb457405d (side top) (shape roundrect)
(position 2.54 0.0) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 2.54 0.0) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 9114d4a7-61a4-4b64-a50e-148acfe71206)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down
20 changes: 10 additions & 10 deletions pkg/771d5bda-eda6-4eb8-8410-46b117e3c923/package.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(description "Transistor outline package as specified by JEDEC TO-092, with legs bent for a larger pitch. Only use this package for parts which are sold with bent legs!")
(keywords "to92,to-092,sot54,sot-54")
(author "U. Bruhin")
(version "0.1")
(version "0.2")
(created 2023-09-06T19:51:54Z)
(deprecated false)
(generated_by "")
Expand All @@ -20,23 +20,23 @@
(position -2.54 0.0) (rotation 90.0) (size 1.5 1.05) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad f4c60adb-70ea-4e3f-9476-7caa3d907dce)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 19a5a503-4f84-4fb9-abac-2437b207ce10 (side top) (shape roundrect)
(position 0.0 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 8915c992-a1f3-470d-960e-ed538058088b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad b178aa4d-b489-44f8-9974-c09112a4101c (side top) (shape roundrect)
(position 2.54 0.0) (rotation 90.0) (size 1.5 1.05) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad e2026b5f-fb59-4755-8b1e-61e5e86d5b64)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down Expand Up @@ -86,26 +86,26 @@
(description "")
(3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0)
(pad a40ef6fe-47cc-4e29-98e2-b09b79d07d80 (side top) (shape roundrect)
(position -2.54 0.0) (rotation 90.0) (size 1.1 1.1) (radius 0.0)
(position -2.54 0.0) (rotation 90.0) (size 1.25 1.25) (radius 0.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad f4c60adb-70ea-4e3f-9476-7caa3d907dce)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.6)
(hole 38905f21-cdd8-4e9e-add1-ad0ff7700d53 (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad f7d84f3f-1c93-457d-9494-bf78961bd5ba (side top) (shape roundrect)
(position 0.0 0.0) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 0.0 0.0) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad 8915c992-a1f3-470d-960e-ed538058088b)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.6)
(hole 8a4e368a-d4b7-4637-b3d9-be7815ce07fb (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
(pad 2d7b9cd8-aefb-45e4-927d-d315a4a3869b (side top) (shape roundrect)
(position 2.54 0.0) (rotation 90.0) (size 1.1 1.1) (radius 1.0)
(position 2.54 0.0) (rotation 90.0) (size 1.25 1.25) (radius 1.0)
(stop_mask auto) (solder_paste off) (clearance 0.0) (function standard)
(package_pad e2026b5f-fb59-4755-8b1e-61e5e86d5b64)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.6)
(hole 697ae071-b4c1-429a-9106-22ac69bc7a6c (diameter 0.75)
(vertex (position 0.0 0.0) (angle 0.0))
)
)
Expand Down

0 comments on commit d77cbf2

Please sign in to comment.