This is for my personal random 3D models.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
185 B

$fn=100;
h_cylinder=19;
d_cylinder=8;
d_screw=5;
difference()
{
cylinder(h=h_cylinder, r=d_cylinder/2, center=true);
cylinder(h=h_cylinder+0.001, r=(d_screw*0.8)/2, center=true);
}