From: Ian Jackson Date: Sun, 27 Jan 2019 19:06:01 +0000 (+0000) Subject: treefoil: printing angle X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=19dabba52eb83aa8ad1d7381ef1d06cfff10e6f1 treefoil: printing angle --- 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();