diff --git a/notebook_nueva/battery_holder.py b/notebook_nueva/battery_holder.py index ccb75ea..7d550c4 100644 --- a/notebook_nueva/battery_holder.py +++ b/notebook_nueva/battery_holder.py @@ -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), },