diff options
author | XANTRONIX Development | 2023-11-13 20:19:42 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-13 20:19:42 -0500 |
commit | 4d30b3a808d86d16316a250809723211bc292f6c (patch) | |
tree | 8174b02bba5acff4b3c0fa32c208ecf3bebec3b8 | |
parent | 3b0e20ee8dfe987b01ab3c7b53d5979cd84c97fa (diff) | |
download | xantronix-z32-4d30b3a808d86d16316a250809723211bc292f6c.tar.gz xantronix-z32-4d30b3a808d86d16316a250809723211bc292f6c.tar.bz2 xantronix-z32-4d30b3a808d86d16316a250809723211bc292f6c.zip |
Initial commit of jealously guarded secrets
-rw-r--r-- | case/top.scad | 20 |
1 files changed, 20 insertions, 0 deletions
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; |