diff options
author | xengineering <me@xengineering.eu> | 2023-12-23 16:57:42 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 14:24:06 +0100 |
commit | 5f0b6e8bf4285c9945bccc69dc23fa020a51fcea (patch) | |
tree | d3989714ccba6868f9eeea58515e90ed0da339ef /mech/common.scad | |
parent | ee5994c2b09272bd192e1c74ac56f6333ff1cc0b (diff) | |
download | soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.tar soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.tar.zst soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.zip |
mech: Rename common.scad to parameters.scad
The old name was not descriptive and now the file contains only
parameters.
Diffstat (limited to 'mech/common.scad')
-rw-r--r-- | mech/common.scad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mech/common.scad b/mech/common.scad deleted file mode 100644 index eb2d368..0000000 --- a/mech/common.scad +++ /dev/null @@ -1,11 +0,0 @@ -t = 2; -tol = 1; -base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol]; -dx = [28.9,0]; -dy = [0,58.1]; -dim = [ - base_socket[0] + dx[0] + 3/2 + 4 + 2*t + tol, - base_socket[1] + dy[1] + 3/2 + 2 + 0.9 + 6 + t + tol, - 39 // TODO -]; -h = 10; // TODO |