body_l = 70 + barrier_h;
clip_l = 2;
-clip_w = 0.8;
+clip_w = 1.2;
clip_dist = 3;
+/*
// main cylinder
difference() {
cylinder(r = int_d/2 + wall/cos(30), $fn = 6, h = body_l);
cylinder(r = clip_w, h = clip_l, $fn = 4);
}
+*/
+
// lid
switch_w = 14;
switch_h = 9;
-lid_d = int_d + 2*wall/cos(30) + 2*clip_w/cos(30);
+// tady je jen 1.5* misto 2x, at je to tesnejsi
+lid_d = int_d + 2*wall/cos(30) + 1.5*clip_w/cos(30);
lid_h = clip_dist + 3*wall+3*clip_w + switch_h;
support_w = 4;