diff --git a/fagelbord.scad b/fagelbord.scad index 870a6ef..e988b60 100644 --- a/fagelbord.scad +++ b/fagelbord.scad @@ -5,6 +5,8 @@ stick=8.95; wallheight=20; $fn=1000; translate([0,0,0]){ + difference(){ + union(){ cylinder(d=maindia,h=mainheight); translate([0,0,mainheight]){ difference(){ @@ -13,10 +15,11 @@ translate([0,0,0]){ } cylinder(h=wallheight,r1=24,r2=15,center=false); } - difference(){ - rotate([0, 180, 0]) - cylinder(h = 10, d1 = wall+stick+2, d2 = wall+stick); - rotate([0, 180, 0]) + } + + //rotate([0, 180, 0]) + // cylinder(h = 10, d1 = wall+stick+2, d2 = wall+stick); + rotate([0, 0, 0]) cylinder(h = 10, d=stick); } } \ No newline at end of file