mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-24 22:05:21 +02:00
modules/meander-2450MHz.fpd (-RELAXED): grow bottom end of the antenna by 0.1 mm
... for a more relaxed fit of the ground via. Background: if using a 0.3 mm drill for a finished hole size of 0.2 mm, the drill to pad edge clearance is only 0.1 mm on the top and bottom of the pad. To relax the constraints on the manufacturing process, we grow the pad a little, to add an extra 2 * 0.05 mm of clearance.
This commit is contained in:
parent
143fa7fe10
commit
59262dbbfa
@ -78,13 +78,13 @@ frame antenna {
|
||||
frame via @
|
||||
}
|
||||
|
||||
package "MEANDER-2450MHz-$orient-$pcb"
|
||||
package "MEANDER-2450MHz-$orient-$pcb$relaxed"
|
||||
unit mm
|
||||
allow touch
|
||||
|
||||
table
|
||||
{ L1, L2, L3, L4, L5, L6 }
|
||||
{ 3.94mm, 2.7mm, 5mm, 2.64mm, 2mm, 4.9mm }
|
||||
{ 3.94mm, 2.7mm, 5mm, 2.64mm, 2mm, 4.9mm+relax }
|
||||
|
||||
table
|
||||
{ W1, W2 }
|
||||
@ -92,7 +92,7 @@ table
|
||||
|
||||
table
|
||||
{ D1, D2, D3, D4, D5, D6 }
|
||||
{ 0.5mm, 0.3mm, 0.3mm, 0.5mm, 1.4mm, 1.7mm }
|
||||
{ 0.5mm, 0.3mm, 0.3mm, 0.5mm+relax, 1.4mm, 1.7mm }
|
||||
|
||||
table
|
||||
{ pcb, L1seg, have_tail, tail }
|
||||
@ -105,6 +105,11 @@ table
|
||||
{ "right", 1 }
|
||||
{ "left", -1 }
|
||||
|
||||
table
|
||||
{ relaxed, relax }
|
||||
{ "", 0mm }
|
||||
{ "-RELAXED", 0.1mm }
|
||||
|
||||
__0: vec @(0mm, 0.1mm)
|
||||
frame antenna .
|
||||
measx antenna.__33 >> antenna.__9 1mm
|
||||
|
Loading…
Reference in New Issue
Block a user