From: Ian Jackson Date: Sat, 29 Oct 2022 21:35:54 +0000 (+0100) Subject: treefoil: don't do a random rotation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=240fb31296c3031fd5ea5db36df02e908ff54fe5;p=reprap-play.git treefoil: don't do a random rotation Maybe this was to optimise the printing but now we use https://www.chiark.greenend.org.uk/ucgi/~ian/git/z3-treefoil/ program print-opt-orient Signed-off-by: Ian Jackson --- diff --git a/treefoil.scad.pl b/treefoil.scad.pl index dce511b..ef9ef26 100755 --- a/treefoil.scad.pl +++ b/treefoil.scad.pl @@ -74,7 +74,6 @@ module TraceEdge(p,q) { } rotate([0,0,45]) - rotate([0,90,0]) Trace();