Erster Entwurf

This commit is contained in:
Arndt Heuvel 2024-03-05 16:17:49 +01:00
parent 2f97ba3b81
commit 80d088a155
2 changed files with 6 additions and 0 deletions

6
Zylinder.scad Normal file
View file

@ -0,0 +1,6 @@
$fn=100;
difference() {
cylinder(h=70,r=10.25);
translate([0,0,-0.5])cylinder(h=10.7,r=8);
cylinder(h=71,r=4.25);
}

BIN
Zylinder.stl Normal file

Binary file not shown.