mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-21 12:17:26 +03: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:
@@ -78,13 +78,13 @@ frame antenna {
|
|||||||
frame via @
|
frame via @
|
||||||
}
|
}
|
||||||
|
|
||||||
package "MEANDER-2450MHz-$orient-$pcb"
|
package "MEANDER-2450MHz-$orient-$pcb$relaxed"
|
||||||
unit mm
|
unit mm
|
||||||
allow touch
|
allow touch
|
||||||
|
|
||||||
table
|
table
|
||||||
{ L1, L2, L3, L4, L5, L6 }
|
{ 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
|
table
|
||||||
{ W1, W2 }
|
{ W1, W2 }
|
||||||
@@ -92,7 +92,7 @@ table
|
|||||||
|
|
||||||
table
|
table
|
||||||
{ D1, D2, D3, D4, D5, D6 }
|
{ 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
|
table
|
||||||
{ pcb, L1seg, have_tail, tail }
|
{ pcb, L1seg, have_tail, tail }
|
||||||
@@ -105,6 +105,11 @@ table
|
|||||||
{ "right", 1 }
|
{ "right", 1 }
|
||||||
{ "left", -1 }
|
{ "left", -1 }
|
||||||
|
|
||||||
|
table
|
||||||
|
{ relaxed, relax }
|
||||||
|
{ "", 0mm }
|
||||||
|
{ "-RELAXED", 0.1mm }
|
||||||
|
|
||||||
__0: vec @(0mm, 0.1mm)
|
__0: vec @(0mm, 0.1mm)
|
||||||
frame antenna .
|
frame antenna .
|
||||||
measx antenna.__33 >> antenna.__9 1mm
|
measx antenna.__33 >> antenna.__9 1mm
|
||||||
|
|||||||
Reference in New Issue
Block a user