Extend footprint test coverage
This commit is contained in:
parent
3aef729465
commit
1de68843ce
8 changed files with 1023 additions and 4 deletions
30
test/footprints/pad.yaml
Normal file
30
test/footprints/pad.yaml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue