summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Fahrradtaschenabstandshalter.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/Fahrradtaschenabstandshalter.scad b/Fahrradtaschenabstandshalter.scad
new file mode 100644
index 0000000..34b6a8e
--- /dev/null
+++ b/Fahrradtaschenabstandshalter.scad
@@ -0,0 +1,7 @@
+rout = 13/2;
+rin = 10/2;
+l = 20;
+h = 10;
+
+cylinder(r = rout, h = l);
+cube([]); \ No newline at end of file