diff --git a/notebook_nueva/left_screen_mount.stl b/notebook_nueva/left_screen_mount.stl index 79a7a18..7a12a63 100644 Binary files a/notebook_nueva/left_screen_mount.stl and b/notebook_nueva/left_screen_mount.stl differ diff --git a/notebook_nueva/right_screen_mount.stl b/notebook_nueva/right_screen_mount.stl index f87c8d6..d674bcc 100644 Binary files a/notebook_nueva/right_screen_mount.stl and b/notebook_nueva/right_screen_mount.stl differ diff --git a/notebook_nueva/screen_mount.py b/notebook_nueva/screen_mount.py index c6d7216..ef9c1d5 100644 --- a/notebook_nueva/screen_mount.py +++ b/notebook_nueva/screen_mount.py @@ -42,6 +42,9 @@ board_cutout = cq.Sketch().trapezoid( kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1) +# y needs to be inverted because this is the top side +mounting_pillar_positions = [(x, -y) for x, y in mounting_pillar_positions] + mounting_pillars = ( cq.Sketch() .push(mounting_pillar_positions) diff --git a/notebook_nueva/screen_mount.stl b/notebook_nueva/screen_mount.stl index a579a71..8dbaaa3 100644 Binary files a/notebook_nueva/screen_mount.stl and b/notebook_nueva/screen_mount.stl differ