diff --git a/notebook_nueva/screen_mount.py b/notebook_nueva/screen_mount.py index c81a0ac..bff74f4 100644 --- a/notebook_nueva/screen_mount.py +++ b/notebook_nueva/screen_mount.py @@ -47,6 +47,7 @@ def model(): .workplane() .tag("mid_height") .box(width, 59, 62) + # The screen goes at a 45 degree angle .faces(">Z") .transformed(rotate=(45, 0, 0)) # Move the screen "lower" so it doesn't interfere @@ -75,12 +76,12 @@ def model(): .cutBlind(100) # Make it hollow .faces("Z and |X") .fillet(5)