Extend footprint test coverage

This commit is contained in:
Bán Dénes 2022-12-04 16:32:14 +01:00
parent 3aef729465
commit 1de68843ce
8 changed files with 1023 additions and 4 deletions

30
test/footprints/pad.yaml Normal file
View file

@ -0,0 +1,30 @@
points.zones.matrix:
pcbs.pcb.footprints:
- what: pad
nets:
net: net
- what: pad
nets:
net: net
params:
align: right
text: text
adjust.shift: [50, 0]
- what: pad
nets:
net: net
params:
align: up
front: false
adjust.shift: [0, 50]
- what: pad
nets:
net: net
params:
align: down
mirrored: true
adjust.shift: [50, 50]