From: Ian Jackson Date: Sun, 1 Oct 2017 16:50:39 +0000 (+0100) Subject: stringing-test: wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9681106a8e31536907b42a0720b1da4f81b84dbd;p=reprap-play.git stringing-test: wip --- diff --git a/stringing-test.scad b/stringing-test.scad index ecdb28f..6dd252c 100644 --- a/stringing-test.scad +++ b/stringing-test.scad @@ -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);