Adjust hole position

This commit is contained in:
Roberto Alsina 2023-03-31 15:42:05 -03:00
parent a240a31fd2
commit 66c7c76528
1 changed files with 1 additions and 1 deletions

View File

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