I finally figured out how to get dimensions out of .dwg files in DraftSight! (Yes, I'm slow.)
So the angle of my stepped case is determined by the triangle ABC:
Code: Select all
<---------------------------- Overall Depth (d) ----------------------------->
+----------------------------------------------------------------------------+
| Upper deck height (u) |
| A---------------------------------------B
| | Lower deck height (l)
+------------------------------------C
<------- Mezzanine Depth (m) -------->
d = 101
m = 50.5 <-- Currently the mezzanine is 50:50, at 101/2
u = 12 (3 layers of 3 mm plus 2 layers of 1.5)
l = 7.5 (2 layers of 3 mm plus 1 layer of 1.5)
The angle I'm interested in is ABC
tan ABC = AC / AB = l / d-m = 7.5 / 50.5 = 0.148514851485
ABC = 8.5 degrees
Just got out a protractor and measured a couple keyboards. (An Apple Aluminium and a Model M.) They both look about 7 degrees, or a sliver under, in their incline, measured at the side of the case. I use all my keyboards sitting flat, without feet extended, so this angle is quite important to me. I'll do some more measuring…
I might push back that split in the mezzanine a bit. There's a lot of room in there!