From ce984be643b3f74c92c5314ce4df0d774dfc4176 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 31 Jan 2014 10:16:00 +0100 Subject: another correction diff --git a/lampenhalter.scad b/lampenhalter.scad index f1f846a..b70a3fd 100644 --- a/lampenhalter.scad +++ b/lampenhalter.scad @@ -8,7 +8,7 @@ h = 5.1 + d; // dimension of the retainer hole: *w*idth, dep*t*h, *d*istance to edge aw = 8.6; at = 4.1; -ad = t - d - 32.6 - at; +ad = t - d - 34.6 - at; // curve radius of rounded corners cr = 2; -- cgit v0.10.1