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,11 @@
third_dia = 63;
outer_dia = 81;
$fn=50;
linear_extrude(height=2, center=true, convexity=10, twist=0) {
difference(){
circle(r=outer_dia/2);
circle(r=third_dia/2);
}
}