From eec820d56da4e7fdcdfbb6596840bae2c55549e0 Mon Sep 17 00:00:00 2001 From: Sundog Date: Fri, 10 Jul 2020 11:01:52 -0700 Subject: [PATCH] add basis for OpenSCAD model of case --- soundslab_10000_v1.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 soundslab_10000_v1.scad diff --git a/soundslab_10000_v1.scad b/soundslab_10000_v1.scad new file mode 100644 index 0000000..fe27b0b --- /dev/null +++ b/soundslab_10000_v1.scad @@ -0,0 +1,8 @@ +// SoundSlab 10000 v1 case + +// parameters - all lengths in mm +battery_width = 60; +battery_length = 102; +battery_depth = 13; + +depth_of_circuit_boards = 18; // includes tallest component \ No newline at end of file