PCB: Add mounting holes

This commit is contained in:
Lexi / Zoe 2024-03-05 20:41:06 +01:00
parent 76379deb1f
commit d7b725f3ba
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 48 additions and 1 deletions

View file

@ -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 ]