Browse Source

Re-add back strip so mounting pillars print easier

main
Roberto Alsina 2 months ago
parent
commit
6eb3eba4f2
  1. 7062
      notebook_nueva/left_screen_mount.stl
  2. 12984
      notebook_nueva/right_screen_mount.stl
  3. BIN
      notebook_nueva/screen_mount.3mf
  4. 2
      notebook_nueva/screen_mount.py
  5. 31556
      notebook_nueva/screen_mount.stl

7062
notebook_nueva/left_screen_mount.stl

File diff suppressed because it is too large

12984
notebook_nueva/right_screen_mount.stl

File diff suppressed because it is too large

BIN
notebook_nueva/screen_mount.3mf

Binary file not shown.

2
notebook_nueva/screen_mount.py

@ -44,9 +44,11 @@ kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1)
mounting_pillars = (
cq.Sketch()
.polygon([(0, 0), (width, 0), (width, -12), (0, -12), (0, 0)], mode="a")
.push(mounting_pillar_positions)
.trapezoid(-12, 12, 90, mode="a")
.circle(ti_radius, mode="s")
.clean()
)

31556
notebook_nueva/screen_mount.stl

File diff suppressed because it is too large
Loading…
Cancel
Save