chiark / gitweb /
stringing-test: wip
[reprap-play.git] / stringing-test.scad
diff --git a/stringing-test.scad b/stringing-test.scad
new file mode 100644 (file)
index 0000000..ecdb28f
--- /dev/null
@@ -0,0 +1,8 @@
+// -*- C -*-
+
+$fn= 20;
+
+cylinder(r=5, h=10);
+
+translate([30,0,0])
+  cylinder(r=10, h=10);