easier to print
This commit is contained in:
parent
6107b8d7aa
commit
a3a8f7a95e
@ -3,17 +3,17 @@ mainheight=3;
|
|||||||
wall=1.26*3;
|
wall=1.26*3;
|
||||||
stick=8.95;
|
stick=8.95;
|
||||||
wallheight=20;
|
wallheight=20;
|
||||||
$fn=1000;
|
$fn=500;
|
||||||
translate([0,0,0]){
|
translate([0,0,0]){
|
||||||
difference(){
|
difference(){
|
||||||
union(){
|
union(){
|
||||||
cylinder(d=maindia,h=mainheight);
|
cylinder(d=maindia,h=mainheight);
|
||||||
translate([0,0,mainheight]){
|
translate([0,0,mainheight]){
|
||||||
difference(){
|
difference(){
|
||||||
cylinder(d=maindia,h=wallheight);
|
cylinder(d1=maindia-60,d2=maindia-wall,h=wallheight);
|
||||||
cylinder(d=maindia-wall,h=30);
|
cylinder(d1=maindia-60,d2=maindia-wall,h=30);
|
||||||
}
|
}
|
||||||
cylinder(h=wallheight,r1=24,r2=15,center=false);
|
cylinder(h=wallheight/2,r1=24,r2=15,center=false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user