Compare commits

..

2 Commits

Author SHA1 Message Date
f9987f43e9 kbd width was wrong 2022-11-24 09:51:53 -03:00
6f15cd32d5 battery holder tweak 2022-11-24 09:51:40 -03:00

View File

@ -9,7 +9,7 @@ shell_t = 3
# Size of the kbd board # Size of the kbd board
kbd_height = 98 kbd_height = 98
kbd_width = 290 kbd_width = 286
kbd_angle = 5 kbd_angle = 5
# Size of the whole object # Size of the whole object
@ -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")