doggie-door/45mm-block.scad

9 lines
188 B
OpenSCAD
Raw Normal View History

2024-04-03 23:04:36 +00:00
$fn=12;
difference(){
cube([20,80,45]);
translate([20/2,80/4,45/2])
#cylinder(h=46,r=3,center=true);
translate([20/2,80/4*3,45/2])
#cylinder(h=46,r=3,center=true);
}