Make base taller so battery fits
This commit is contained in:
parent
ccb3220b1b
commit
9840e6ad70
File diff suppressed because it is too large
Load Diff
126800
notebook_nueva/model.stl
126800
notebook_nueva/model.stl
File diff suppressed because it is too large
Load Diff
@ -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
Loading…
Reference in New Issue
Block a user