diff --git a/notebook_nueva/battery_holder.py b/notebook_nueva/battery_holder.py index 39d78ef..b203cbc 100644 --- a/notebook_nueva/battery_holder.py +++ b/notebook_nueva/battery_holder.py @@ -20,7 +20,7 @@ if __name__ == "__main__": .box(width, height, 2.54 + 1) .faces(">Z") .workplane(centerOption="CenterOfBoundBox") - .center(-width / 2 + 1.75, 0) + .center(-width / 2 + 1.3 + .5, 0) .placeSketch(cq.Sketch().push(pin_positions).trapezoid(2.60, 10, 90, mode="a")) .cutBlind(-2.54) ) diff --git a/notebook_nueva/pogo_plug.stl b/notebook_nueva/pogo_plug.stl index 4a75d32..f9dbfe6 100644 Binary files a/notebook_nueva/pogo_plug.stl and b/notebook_nueva/pogo_plug.stl differ