diff options
author | xengineering <me@xengineering.eu> | 2024-01-02 17:09:17 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 20:29:40 +0100 |
commit | 5371d56bd722c320c6a76753a6e68d9407cadbe3 (patch) | |
tree | 365cae9f6d1c4b82b783529c17480fc6fc5f0c44 /mech/parameters.scad | |
parent | 285e100abf2ec0736cded36aba938098b1b7bb60 (diff) | |
download | soundbox-5371d56bd722c320c6a76753a6e68d9407cadbe3.tar soundbox-5371d56bd722c320c6a76753a6e68d9407cadbe3.tar.zst soundbox-5371d56bd722c320c6a76753a6e68d9407cadbe3.zip |
mech: pcb_case: Switch shell to PCB-based params
After switching the panel to PCB-based dimensions the shell follows with
this commit.
Diffstat (limited to 'mech/parameters.scad')
-rw-r--r-- | mech/parameters.scad | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mech/parameters.scad b/mech/parameters.scad index 1cff75e..362b42d 100644 --- a/mech/parameters.scad +++ b/mech/parameters.scad @@ -17,13 +17,3 @@ drillings = [ base_drilling + dy, base_drilling + dx + dy ]; - -// TODO deprecated parameters -tol = 1; -base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol]; -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 |