Compare commits
No commits in common. "f9987f43e9b524a4d972e8424314e93964b029f9" and "6e01b44b52a59cc4e9e2528677e2d18d840511c5" have entirely different histories.
f9987f43e9
...
6e01b44b52
@ -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 = 286
|
kbd_width = 290
|
||||||
kbd_angle = 5
|
kbd_angle = 5
|
||||||
|
|
||||||
# Size of the whole object
|
# Size of the whole object
|
||||||
@ -49,9 +49,12 @@ 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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user