From 5fd6fd74d364d8594abb05c282b2ea9e76b5e43b Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 14 Nov 2023 18:25:37 -0500 Subject: Take some notes --- case/top.scad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/case/top.scad b/case/top.scad index caee717..3c0791f 100644 --- a/case/top.scad +++ b/case/top.scad @@ -1,5 +1,19 @@ $fn = 72; +/* + * Top screw holes are 15mm from top of case + * Side screws are 6.5mm from side of case + * Top middle screw post is 29.3mm long + * Other screw posts are 12mm long + * Screw post outer diameter 6.25mm + * Screw post inner diameter 3mm + * Horizontal ridge interval: 55.5mm + * Vertical ridge interval: 31.3mm + * Ridge thickness: 1.25mm + * First horizontal ridge: Starts at keyboard X offset + * First vertical ridge: 8mm + */ + key_switch_height = 11.10; key_switch_sizes = [ [0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], -- cgit v1.2.3