summaryrefslogtreecommitdiff
path: root/Regalmupfen.scad
diff options
context:
space:
mode:
Diffstat (limited to 'Regalmupfen.scad')
-rw-r--r--Regalmupfen.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/Regalmupfen.scad b/Regalmupfen.scad
new file mode 100644
index 0000000..d4bd861
--- /dev/null
+++ b/Regalmupfen.scad
@@ -0,0 +1,8 @@
+Radius = 0.5;
+Hoehe = 1.3;
+Bohrung = 0.25;
+
+difference() {
+ cylinder(h = Hoehe, r = Radius, center = true, $fn = 100);
+ rotate([0,90,0])cylinder(h = 4*Radius, r = Bohrung, center = true, $fn = 100);
+} \ No newline at end of file