Compare commits
3 Commits
a5274c0534
...
0335944118
Author | SHA1 | Date | |
---|---|---|---|
0335944118 | |||
80a027b8f1 | |||
222240c259 |
@ -12,7 +12,7 @@ holes = [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"shape": cq.Sketch().trapezoid(17, 5, 90, mode="a").fillet(2),
|
||||
"shape": cq.Sketch().trapezoid(17, 5, 90, mode="a").vertices().fillet(2),
|
||||
},
|
||||
]
|
||||
|
||||
|
@ -81,13 +81,13 @@ vents = hex_vents(size=3, width=width, height=height)
|
||||
holes = [
|
||||
# Power inlet
|
||||
{
|
||||
"x": -15,
|
||||
"x": -18,
|
||||
"y": -1 + pillar_height,
|
||||
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
|
||||
},
|
||||
# Power button
|
||||
{
|
||||
"x": -67,
|
||||
"x": -70,
|
||||
"y": 5.5 + pillar_height,
|
||||
"shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1),
|
||||
},
|
||||
|
@ -4,8 +4,8 @@ import math
|
||||
# Size of the kbd board
|
||||
kbd_height = 95.5
|
||||
kbd_width = 305
|
||||
back_thickness = 17
|
||||
front_thickness = 10
|
||||
back_thickness = 19
|
||||
front_thickness = 12
|
||||
|
||||
# Pythagoras
|
||||
actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user