aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-keep-out-zones-perimeter-keep-out.typ
blob: cd3b53e32b85c0bbab17ad0352a9625792412f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 3,
    table.header([Parameter], [Value], [Notes]),
    [Width], [$qty(5.0, "mm")$], [All four edges],
    [Applies to], [Components and tall traces], [Solder mask and silkscreen allowed],

    [Reason], [Clearance for cassette walls and earth ring], [],
  ),
  caption: [PCB keep-out zones: perimeter keep-out],
) <table-pcb-keep-out-zones-perimeter-keep-out>