From: Ian Jackson Date: Mon, 28 Jan 2019 22:34:44 +0000 (+0000) Subject: was successful but rotate to use less support X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a94c8779dce8833baa5bbf36e96503bb03980a80;p=reprap-play.git was successful but rotate to use less support --- diff --git a/treefoil.scad.pl b/treefoil.scad.pl index 50a28bf..f206f2e 100755 --- a/treefoil.scad.pl +++ b/treefoil.scad.pl @@ -66,6 +66,8 @@ module TraceEdge(p,q) { } } -Trace(); +rotate([0,0,90]) + rotate([0,90,0]) + Trace();