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

pads.fpd: set pad type to "bare", so the we don't get solder paste on it

This commit is contained in:
Werner Almesberger 2011-01-17 22:19:36 -03:00
parent 1a5a92e369
commit 4dfabf5143

View File

@ -3,7 +3,7 @@
frame pad { frame pad {
__0: vec @(x/2, y/2) __0: vec @(x/2, y/2)
__1: vec @(-x/2, -y/2) __1: vec @(-x/2, -y/2)
rpad "1" . __0 rpad "1" . __0 bare
} }
package "PAD_$name" package "PAD_$name"