From 240fb31296c3031fd5ea5db36df02e908ff54fe5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 29 Oct 2022 22:35:54 +0100 Subject: [PATCH] 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 --- treefoil.scad.pl | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.30.2