diff --git a/notebook_nueva/left_screen_mount.stl b/notebook_nueva/left_screen_mount.stl index a9d4f1d..36dc76b 100644 Binary files a/notebook_nueva/left_screen_mount.stl and b/notebook_nueva/left_screen_mount.stl differ diff --git a/notebook_nueva/left_side.stl b/notebook_nueva/left_side.stl index 5bcc83a..dbc432d 100644 Binary files a/notebook_nueva/left_side.stl and b/notebook_nueva/left_side.stl differ diff --git a/notebook_nueva/model.stl b/notebook_nueva/model.stl index 298fe3a..ff572ae 100644 Binary files a/notebook_nueva/model.stl and b/notebook_nueva/model.stl differ diff --git a/notebook_nueva/right_screen_mount.stl b/notebook_nueva/right_screen_mount.stl index 76cb6d3..7dbd1c9 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 bfc187e..e11524a 100644 --- a/notebook_nueva/screen_mount.py +++ b/notebook_nueva/screen_mount.py @@ -17,9 +17,9 @@ height_bottom = 59 thickness = 48 # Will be shorter after construction # Visible screen size -vis_w = 220 -vis_h = 58 -viewport_cutout = cq.Sketch().trapezoid(vis_w, vis_h, 90, mode="a") +vis_w = 219 +vis_h = 55 +viewport_cutout = cq.Sketch().trapezoid(vis_w, vis_h, 90, mode="a").vertices().fillet(2) # Whole screen size scr_w = 231 @@ -130,6 +130,9 @@ def model(): .center(-width / 2, height_bottom - height / 2) .placeSketch(mounting_pillars) .extrude(10) + # Fillet the front edge of the screen case so it looks softer + .edges(">(0, -10, 5)") + .fillet(2) ) diff --git a/notebook_nueva/screen_mount.stl b/notebook_nueva/screen_mount.stl index d73235e..148552f 100644 Binary files a/notebook_nueva/screen_mount.stl and b/notebook_nueva/screen_mount.stl differ