Bring the keyboard 1.5 mm lower INTO the case
This commit is contained in:
parent
b85ba1f3e1
commit
37d96b0e4f
File diff suppressed because it is too large
Load Diff
131418
notebook_nueva/model.stl
131418
notebook_nueva/model.stl
File diff suppressed because it is too large
Load Diff
@ -139,10 +139,11 @@ def model():
|
|||||||
.center(-width / 2 + shell_t, kbd_height - height / 2 + shell_t)
|
.center(-width / 2 + shell_t, kbd_height - height / 2 + shell_t)
|
||||||
.transformed(rotate=cq.Vector(kbd_angle, 0, 0))
|
.transformed(rotate=cq.Vector(kbd_angle, 0, 0))
|
||||||
.tag("sloped")
|
.tag("sloped")
|
||||||
|
.workplane(offset=-1.5)
|
||||||
.placeSketch(kbd_pillars)
|
.placeSketch(kbd_pillars)
|
||||||
.extrude(-1000)
|
.extrude(-1000)
|
||||||
.workplaneFromTagged("sloped")
|
.workplaneFromTagged("sloped")
|
||||||
.workplane(offset=-3)
|
.workplane(offset=-4.5)
|
||||||
.placeSketch(kbd_lower_pillars)
|
.placeSketch(kbd_lower_pillars)
|
||||||
.extrude(-1000)
|
.extrude(-1000)
|
||||||
# Remove the excess extrusion
|
# Remove the excess extrusion
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user