1
0
ergogen/test/footprints/trrs.yaml

31 lines
424 B
YAML
Raw Permalink Normal View History

2022-12-03 12:23:45 -08:00
points.zones.matrix:
pcbs.pcb.footprints:
# basic
- what: trrs
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
A: A
B: B
C: C
D: D
# reversible
- what: trrs
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
A: A
B: B
C: C
D: D
reverse: true
adjust.shift: [50, 0]
# reversible + symmetric
- what: trrs
2022-12-04 09:40:06 -08:00
params:
2022-12-03 12:23:45 -08:00
A: A
B: B
C: C
D: D
reverse: true
symmetric: true
adjust.shift: [100, 0]