Compare commits
2 Commits
d048e19cec
...
a6d3f32797
Author | SHA1 | Date | |
---|---|---|---|
a6d3f32797 | |||
92291013c6 |
File diff suppressed because it is too large
Load Diff
34816
notebook_nueva/model.stl
34816
notebook_nueva/model.stl
File diff suppressed because it is too large
Load Diff
@ -35,9 +35,9 @@ kbd_pillars = (
|
||||
(kbd_width - 19, -79.5),
|
||||
]
|
||||
)
|
||||
.circle(4.8, mode="a")
|
||||
# Holes for M3 threaded inserts
|
||||
.circle(1, mode="s")
|
||||
.circle(2.2, mode="a")
|
||||
# Holes for self-tapping screws
|
||||
.circle(1.1, mode="s")
|
||||
)
|
||||
|
||||
# These are placed where convenient, and are used to join the top and bottom
|
||||
@ -157,7 +157,7 @@ def model():
|
||||
if __name__ == "__main__":
|
||||
|
||||
left_cutout = cq.Sketch().polygon(
|
||||
[(0, 0), (160, 0), (160, -100), (135, -100), (135, -200), (0, -200), (0, 0)],
|
||||
[(0, 0), (width / 2, 0), (width / 2, -height), (0, -height), (0, 0)],
|
||||
mode="a",
|
||||
)
|
||||
|
||||
@ -175,13 +175,11 @@ if __name__ == "__main__":
|
||||
|
||||
right_cutout = cq.Sketch().polygon(
|
||||
[
|
||||
(160, 0),
|
||||
(width / 2, 0),
|
||||
(width, 0),
|
||||
(width, -height),
|
||||
(135, -height),
|
||||
(135, -100),
|
||||
(160, -100),
|
||||
(160, 0),
|
||||
(width / 2, -height),
|
||||
(width / 2, 0),
|
||||
],
|
||||
mode="a",
|
||||
)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user