Compare commits

..

No commits in common. "0335944118e4c8a74017f204589f11562c56dc74" and "a5274c05349a52506e30a05b4ac0b676f274731e" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ holes = [
{
"x": 0,
"y": 4,
"shape": cq.Sketch().trapezoid(17, 5, 90, mode="a").vertices().fillet(2),
"shape": cq.Sketch().trapezoid(17, 5, 90, mode="a").fillet(2),
},
]

View File

@ -81,13 +81,13 @@ vents = hex_vents(size=3, width=width, height=height)
holes = [
# Power inlet
{
"x": -18,
"x": -15,
"y": -1 + pillar_height,
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
},
# Power button
{
"x": -70,
"x": -67,
"y": 5.5 + pillar_height,
"shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1),
},

View File

@ -4,8 +4,8 @@ import math
# Size of the kbd board
kbd_height = 95.5
kbd_width = 305
back_thickness = 19
front_thickness = 12
back_thickness = 17
front_thickness = 10
# Pythagoras
actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5

Binary file not shown.

Binary file not shown.