mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
Use "standard" 2:1 pad to hole ratio for USB connector shield.
- modules/usb_a_plug_smt.fpd: increased pad to hole ratio from 1.5 to 2 - cntr/cntr.brd: updated layout to accommodate larger USB connector pads
This commit is contained in:
@@ -33,9 +33,11 @@ frame shield {
|
||||
{ hi, wi }
|
||||
{ 2.5mm, 1mm }
|
||||
|
||||
set ho = hi*1.5
|
||||
set ratio = 2
|
||||
|
||||
set wo = wi*1.5
|
||||
set ho = hi*ratio
|
||||
|
||||
set wo = wi*ratio
|
||||
|
||||
__0: vec @(x, 0mm)
|
||||
__1: vec .(wo/2, ho/2)
|
||||
@@ -70,7 +72,7 @@ frame edge {
|
||||
}
|
||||
|
||||
package "USB-A-PLUG-SMT"
|
||||
unit mm
|
||||
unit auto
|
||||
|
||||
table
|
||||
{ A, B, C }
|
||||
|
||||
Reference in New Issue
Block a user