From 6136e9d54f90e4c8b6f57ea810d7cb6af2cef48a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Oct 2017 17:47:38 +0100 Subject: [PATCH 1/1] stringing-test: wip --- stringing-test.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stringing-test.scad 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); -- 2.30.2