From 4d30b3a808d86d16316a250809723211bc292f6c Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 13 Nov 2023 20:19:42 -0500 Subject: Initial commit of jealously guarded secrets --- case/top.scad | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 case/top.scad (limited to 'case') diff --git a/case/top.scad b/case/top.scad new file mode 100644 index 0000000..0d0a135 --- /dev/null +++ b/case/top.scad @@ -0,0 +1,20 @@ +$fn = 72; + +case_width_top = 317.5000; +case_width_bottom = 320.0000; +case_length_top = 150.0000; +case_length_bottom = 151.5000; + +wall_width = 2.5000; +wall_height = 17.2500; + +accent_width = 1.0000; +accent_y_stride = 19.0500; /* last accent is 4mm from top of case */ +accent_y_bottom = 12.0000; + +fin_width = 2.0000; +fin_gap_width = 2.0000; +fin_height = 12.0000; +fin_x_stride = 2.0000; +fin_x_first = 139.7500; +fin_count = 32; -- cgit v1.2.3