1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-02 13:38:35 +03:00

modules/tswa.fpd: add hole to through-hole pads

This commit is contained in:
Werner Almesberger 2013-09-15 21:21:43 -03:00
parent a6aca6ef9a
commit a808cc1486

View File

@ -27,10 +27,15 @@ frame pins {
set d = 1.3mm
set aspect = 2
__0: vec @(x, y)
__1: vec .(d/2, d/2)
__2: vec __0(-d/2, -d/2)
rpad "$pin" . __1
hole . __1
__3: vec __0(d/2*aspect, -d/2*aspect)
__4: vec __0(-d/2*aspect, d/2*aspect)
rpad "$pin" __3 .
}
frame outline {