You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
230 B
OpenSCAD

difference(){
translate([0,0,0.01])cylinder(r=2.4,h=12,$fn=100);
union(){
cylinder(r=1.8,h=5,$fn=50);
difference(){
translate([0,0,4.99]) cylinder(r=1.6,h=5,$fn=135);
translate([0.45,-4,0]) cube([8,8,10]);
}
}
}