chiark / gitweb /
stringing-test: wip
[reprap-play.git] / stringing-test.scad
index ecdb28f9ae8b7e410aeab5bc8835c897aa85b248..6dd252c18cd580533d96e720569ad1b2119c719f 100644 (file)
@@ -1,8 +1,11 @@
 // -*- C -*-
 
+height = 15;
 $fn= 20;
 
-cylinder(r=5, h=10);
+cube([20, 4, 2]);
+
+cylinder(r=4, h=height);
 
 translate([30,0,0])
-  cylinder(r=10, h=10);
+  cylinder(r=8, h=height);