From: Ian Jackson Date: Sun, 1 Oct 2017 16:47:38 +0000 (+0100) Subject: stringing-test: wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6136e9d54f90e4c8b6f57ea810d7cb6af2cef48a;hp=06c20ba39c89072b435979a06802557a6c821780;p=reprap-play.git stringing-test: wip --- diff --git a/stringing-test.scad b/stringing-test.scad new file mode 100644 index 0000000..ecdb28f --- /dev/null +++ b/stringing-test.scad @@ -0,0 +1,8 @@ +// -*- C -*- + +$fn= 20; + +cylinder(r=5, h=10); + +translate([30,0,0]) + cylinder(r=10, h=10);