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.
dactyl-manuform-5-7/t.scad

13 lines
241 B
OpenSCAD

minkowski()
{
circle(1);
for(i=[0:5])
{
rotate([0,0,360/5 * i])
hull()
{
translate([20,0,0]) square(10);
square(2);
}
}
}