battery holder tweak

This commit is contained in:
Roberto Alsina 2022-11-24 09:51:40 -03:00
parent 6e01b44b52
commit 6f15cd32d5
1 changed files with 1 additions and 4 deletions

View File

@ -49,12 +49,9 @@ battery_holder = (
[(-67, 3), (0, 3), (0, -10), (-67, -10), (-67, 3)], [(-67, 3), (0, 3), (0, -10), (-67, -10), (-67, 3)],
mode="s", mode="s",
) )
.polygon(
[(-67, 30), (0, 30), (0, 12), (-67, 12), (-67, 30)],
mode="s",
)
) )
power_in = cq.Sketch().circle(5, mode="a") power_in = cq.Sketch().circle(5, mode="a")
usb_in = cq.Sketch().trapezoid(13, 5.5, 90, mode="a") usb_in = cq.Sketch().trapezoid(13, 5.5, 90, mode="a")