more designs

This commit is contained in:
2021-11-12 19:01:04 +01:00
parent 0069bcbe71
commit 861e4740a4
8 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
outer_dia = 16;
hole_dia = 5.5;
height=9;
linear_extrude(height=height){
difference() {
circle(r=outer_dia/2, $fn=50);
circle(r=hole_dia/2, $fn=20);
}
}