summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lampenhalter.scad12
1 files changed, 6 insertions, 6 deletions
diff --git a/lampenhalter.scad b/lampenhalter.scad
index fee3dde..f1f846a 100644
--- a/lampenhalter.scad
+++ b/lampenhalter.scad
@@ -1,14 +1,14 @@
// dimension of the outer box: *w*idth, dep*t*h, *h*eight, thickness (d), width of the upper slot (wi)
d = 2.4;
-t = 50;
-w = 16.05 + 2*d;
-wi = 13.2;
-h = 5+2*d;
+t = 41 + d;
+w = 18 + 2*d;
+wi = 13.1;
+h = 5.1 + d;
// dimension of the retainer hole: *w*idth, dep*t*h, *d*istance to edge
-aw = 8.5;
+aw = 8.6;
at = 4.1;
-ad = 3;
+ad = t - d - 32.6 - at;
// curve radius of rounded corners
cr = 2;
contact: Jan Huwald // Impressum