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