aboutsummaryrefslogtreecommitdiff
path: root/tables/panels-grid-component-placement-rules.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tables/panels-grid-component-placement-rules.typ')
-rw-r--r--tables/panels-grid-component-placement-rules.typ14
1 files changed, 14 insertions, 0 deletions
diff --git a/tables/panels-grid-component-placement-rules.typ b/tables/panels-grid-component-placement-rules.typ
new file mode 100644
index 0000000..39bfde2
--- /dev/null
+++ b/tables/panels-grid-component-placement-rules.typ
@@ -0,0 +1,14 @@
+#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>