From 222240c2592e62bc1c79c1a91e21287aae864c17 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 31 Mar 2023 09:58:38 -0300 Subject: [PATCH] Adjust hole position --- notebook_nueva/battery_holder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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), },