From 19dabba52eb83aa8ad1d7381ef1d06cfff10e6f1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Jan 2019 19:06:01 +0000 Subject: [PATCH 1/1] treefoil: printing angle --- treefoil.scad.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/treefoil.scad.pl b/treefoil.scad.pl index fb46fea..28e840e 100755 --- a/treefoil.scad.pl +++ b/treefoil.scad.pl @@ -63,6 +63,7 @@ module TraceEdge(p,q) { } } -Trace(); +rotate([-45,0,0]) + Trace(); -- 2.30.2