Make base taller so battery fits

This commit is contained in:
Roberto Alsina 2023-02-16 15:08:21 -03:00
parent ccb3220b1b
commit 9840e6ad70
4 changed files with 128103 additions and 128103 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ kbd_angle = 5
# Size of the whole object
width = kbd_width + 2 * shell_t
height = 159
thickness = 20 + shell_t # 20 inside
thickness = 27 + shell_t # 27 inside
# Insert Positions
ti_radius = 2.35
@ -106,7 +106,7 @@ def model():
.workplane(centerOption="CenterOfBoundBox")
# The position is arbitrary, based on the components
# available, keyboard height, cable length, etc.
.center(-height / 2 + shell_t + 60, -5)
.center(-height / 2 + shell_t + 60, -8)
.placeSketch(usb_in)
.cutBlind(-shell_t)
# Slanted mounting pillars on the kbd top

File diff suppressed because it is too large Load Diff