Rev 3911 Rev 4130
Line 24... Line 24...
24 } 24 }
25   25  
26 translate ([thickness/2, thickness/2, 0]) 26 translate ([thickness/2, thickness/2, 0])
27 difference () { 27 difference () {
28 minkowski() { 28 minkowski() {
29 cube([150+clear, 110+clear, 5]); // hollow for BASE1115 29 cube([150-thickness/2+clear, 110-thickness/2+clear, 5]); // hollow for BASE1115
30 cylinder(r=5,h=0.1); 30 cylinder(r=5,h=0.1);
31 } 31 }
32 /// TODO Fixing cilinders teeths 32 /// TODO Fixing cilinders teeths
33 } 33 }
34 } 34 }