Bring the keyboard 1.5 mm lower INTO the case

This commit is contained in:
Roberto Alsina 2023-01-27 13:16:09 -03:00
parent b85ba1f3e1
commit 37d96b0e4f
4 changed files with 130577 additions and 130576 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -139,10 +139,11 @@ def model():
.center(-width / 2 + shell_t, kbd_height - height / 2 + shell_t)
.transformed(rotate=cq.Vector(kbd_angle, 0, 0))
.tag("sloped")
.workplane(offset=-1.5)
.placeSketch(kbd_pillars)
.extrude(-1000)
.workplaneFromTagged("sloped")
.workplane(offset=-3)
.workplane(offset=-4.5)
.placeSketch(kbd_lower_pillars)
.extrude(-1000)
# Remove the excess extrusion

File diff suppressed because it is too large Load Diff