From 5371d56bd722c320c6a76753a6e68d9407cadbe3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 2 Jan 2024 17:09:17 +0100 Subject: mech: pcb_case: Switch shell to PCB-based params After switching the panel to PCB-based dimensions the shell follows with this commit. --- mech/parameters.scad | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'mech/parameters.scad') 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 -- cgit v1.2.3-70-g09d2