Erster Entwurf
This commit is contained in:
parent
2f97ba3b81
commit
80d088a155
2 changed files with 6 additions and 0 deletions
6
Zylinder.scad
Normal file
6
Zylinder.scad
Normal 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
BIN
Zylinder.stl
Normal file
Binary file not shown.
Loading…
Reference in a new issue