ergogen/test/footprints/trrs.yaml

31 lines
424 B
YAML
Raw Permalink Normal View History

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