1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty
#figure(
table(
columns: 3,
table.header([Component], [Grid positions], [Hole size]),
[$qty(4, "mm")$ banana jack], [Any], [$diameter qty(8.0, "mm")$],
[$qty(6, "mm")$ potentiometer shaft], [Any], [$diameter qty(7.0, "mm")$],
[$qty(3, "mm")$ LED], [Between grid positions], [$diameter qty(3.2, "mm")$],
[Toggle switch], [Any], [Per switch specification],
[Other components], [Centered on grid if possible], [Per component specification],
),
caption: [Panels grid: component placement rules],
) <table-panels-grid-component-placement-rules>
|