mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-20 18:44:04 +02:00
modules/usb_a_plug_smt.fpd: mixed TH/SMT; change the two TH pads to "bare"
Rationale: if soldering in the SMT process, one probably wants to check the TH pads anyway, so there is little point in putting solder paste on them with the hope that some may stick. If soldering in a separate TH process, solder paste could clog the holes.
This commit is contained in:
parent
9be533bcdc
commit
c0e33e5872
@ -44,7 +44,7 @@ frame shield {
|
|||||||
__0: vec @(x, 0mm)
|
__0: vec @(x, 0mm)
|
||||||
__1: vec .(wo/2, ho/2)
|
__1: vec .(wo/2, ho/2)
|
||||||
__2: vec __0(-wo/2, -ho/2)
|
__2: vec __0(-wo/2, -ho/2)
|
||||||
rpad "$name" . __1
|
rpad "$name" . __1 bare
|
||||||
__3: vec __0(wi/2, hi/2)
|
__3: vec __0(wi/2, hi/2)
|
||||||
__4: vec __0(-wi/2, -hi/2)
|
__4: vec __0(-wi/2, -hi/2)
|
||||||
hole . __3
|
hole . __3
|
||||||
|
Loading…
Reference in New Issue
Block a user