Adjust hole position

This commit is contained in:
Roberto Alsina 2023-03-31 09:58:38 -03:00
parent a5274c0534
commit 222240c259
1 changed files with 2 additions and 2 deletions

View File

@ -81,13 +81,13 @@ vents = hex_vents(size=3, width=width, height=height)
holes = [ holes = [
# Power inlet # Power inlet
{ {
"x": -15, "x": -18,
"y": -1 + pillar_height, "y": -1 + pillar_height,
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1), "shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
}, },
# Power button # Power button
{ {
"x": -67, "x": -70,
"y": 5.5 + pillar_height, "y": 5.5 + pillar_height,
"shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1), "shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1),
}, },