Fix size in pogo plug

This commit is contained in:
Roberto Alsina 2023-02-17 17:59:02 -03:00
parent 2baebe8895
commit 804f012b19
2 changed files with 1 additions and 1 deletions

View File

@ -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)
)

Binary file not shown.