Footprint parameter flattening done

This commit is contained in:
Bán Dénes 2022-12-04 18:40:06 +01:00
parent 3a0f326a31
commit 58bb16ed28
31 changed files with 316 additions and 350 deletions

View file

@ -3,15 +3,14 @@ pcbs.pcb.footprints:
# front
- what: button
nets:
params:
from: from
to: to
# back
- what: button
nets:
params:
from: from
to: to
params:
side: B
adjust.shift: [50, 0]

View file

@ -3,43 +3,39 @@ pcbs.pcb.footprints:
# base
- what: choc
nets:
params:
from: from
to: to
# keycap visualization
- what: choc
nets:
params:
from: from
to: to
params:
keycaps: true
adjust.shift: [50, 0]
# reverse
- what: choc
nets:
params:
from: from
to: to
params:
reverse: true
adjust.shift: [100, 0]
# hotswap
- what: choc
nets:
params:
from: from
to: to
params:
hotswap: true
adjust.shift: [150, 0]
# both reverse and hotswap
- what: choc
nets:
params:
from: from
to: to
params:
reverse: true
hotswap: true
adjust.shift: [200, 0]

View file

@ -3,24 +3,22 @@ pcbs.pcb.footprints:
# base
- what: chocmini
nets:
params:
from: from
to: to
# keycap visualization
- what: chocmini
nets:
params:
from: from
to: to
params:
keycaps: true
adjust.shift: [50, 0]
# reverse
- what: chocmini
nets:
params:
from: from
to: to
params:
reverse: true
adjust.shift: [100, 0]

View file

@ -1,6 +1,6 @@
points.zones.matrix:
pcbs.pcb.footprints:
- what: diode
nets:
params:
from: from
to: to

View file

@ -3,43 +3,39 @@ pcbs.pcb.footprints:
# base
- what: mx
nets:
params:
from: from
to: to
# keycap visualization
- what: mx
nets:
params:
from: from
to: to
params:
keycaps: true
adjust.shift: [50, 0]
# reverse
- what: mx
nets:
params:
from: from
to: to
params:
reverse: true
adjust.shift: [100, 0]
# hotswap
- what: mx
nets:
params:
from: from
to: to
params:
hotswap: true
adjust.shift: [150, 0]
# both reverse and hotswap
- what: mx
nets:
params:
from: from
to: to
params:
reverse: true
hotswap: true
adjust.shift: [200, 0]

View file

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

View file

@ -2,42 +2,42 @@ points.zones.matrix:
pcbs.pcb.footprints:
- what: alps
nets:
params:
from: from
to: to
- what: jstph
nets:
params:
pos: pos
neg: neg
adjust.shift: [50, 0]
- what: jumper
nets:
params:
from: from
to: to
adjust.shift: [100, 0]
- what: oled
nets:
params:
SDA: SDA
SCL: SCL
adjust.shift: [0, 50]
- what: omron
nets:
params:
from: from
to: to
adjust.shift: [50, 50]
- what: rgb
nets:
params:
din: din
dout: dout
adjust.shift: [100, 50]
- what: rotary
nets:
params:
from: from
to: to
A: A
@ -46,7 +46,7 @@ pcbs.pcb.footprints:
adjust.shift: [0, 100]
- what: scrollwheel
nets:
params:
from: from
to: to
A: A
@ -56,12 +56,12 @@ pcbs.pcb.footprints:
adjust.shift: [50, 100]
- what: slider
nets:
params:
from: from
to: to
adjust.shift: [100, 100]
- what: via
nets:
params:
net: net
adjust.shift: [0, 150]

View file

@ -3,7 +3,7 @@ pcbs.pcb.footprints:
# basic
- what: trrs
nets:
params:
A: A
B: B
C: C
@ -11,23 +11,21 @@ pcbs.pcb.footprints:
# reversible
- what: trrs
nets:
params:
A: A
B: B
C: C
D: D
params:
reverse: true
adjust.shift: [50, 0]
# reversible + symmetric
- what: trrs
nets:
params:
A: A
B: B
C: C
D: D
params:
reverse: true
symmetric: true
adjust.shift: [100, 0]