From a94c8779dce8833baa5bbf36e96503bb03980a80 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 28 Jan 2019 22:34:44 +0000 Subject: [PATCH] was successful but rotate to use less support --- treefoil.scad.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- 2.30.2