PCB: Add mounting holes
This commit is contained in:
parent
76379deb1f
commit
d7b725f3ba
2 changed files with 48 additions and 1 deletions
|
|
@ -257,4 +257,27 @@ pcbs:
|
|||
from: GND
|
||||
to: RST
|
||||
|
||||
# TODO: Mounting holes?
|
||||
# Mounting holes
|
||||
mounting_hole_top_left:
|
||||
what: mountinghole_m2
|
||||
where:
|
||||
ref: pad_one_five
|
||||
shift: [ -8, 15 ]
|
||||
|
||||
mounting_hole_top_right:
|
||||
what: mountinghole_m2
|
||||
where:
|
||||
ref: pad_three_five
|
||||
shift: [ 8, 15 ]
|
||||
|
||||
mounting_hole_bottom_left:
|
||||
what: mountinghole_m2
|
||||
where:
|
||||
ref: pad_one_one
|
||||
shift: [ -10.25, 0 ]
|
||||
|
||||
mounting_hole_bottom_right:
|
||||
what: mountinghole_m2
|
||||
where:
|
||||
ref: pad_five_one
|
||||
shift: [ 10, -6 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue