Basic footprint tests

This commit is contained in:
Bán Dénes 2022-12-03 21:23:45 +01:00
parent 05a489fa6d
commit 158dc33212
12 changed files with 1649 additions and 0 deletions

33
test/footprints/trrs.yaml Normal file
View file

@ -0,0 +1,33 @@
points.zones.matrix:
pcbs.pcb.footprints:
# basic
- what: trrs
nets:
A: A
B: B
C: C
D: D
# reversible
- what: trrs
nets:
A: A
B: B
C: C
D: D
params:
reverse: true
adjust.shift: [50, 0]
# reversible + symmetric
- what: trrs
nets:
A: A
B: B
C: C
D: D
params:
reverse: true
symmetric: true
adjust.shift: [100, 0]