blob: 057fe33db094949f6aecc505776b73e71ffeb2a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Radius], [$qty(0.5, "mm")$ from hole center],
[Applies to], [Components, traces, planes (except earth ring)],
),
caption: [PCB keep-out zones: mounting holes keep-out],
) <table-pcb-keep-out-zones-mounting-holes-keep-out>
|