From 8b7509deeac3650ddeb6b657ce5b270bcf933ab5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Mar 2019 19:53:55 +0000 Subject: [PATCH] treefoil: better printing In our Cura support is at 90 degrees. Rotating the whole thing by 45deg means the support doesn't align to the structure, so it is easier to remove. Signed-off-by: Ian Jackson --- treefoil.scad.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/treefoil.scad.pl b/treefoil.scad.pl index 9a84a78..ee233a9 100755 --- a/treefoil.scad.pl +++ b/treefoil.scad.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Trying now with: +# Use: # - support X/Y dist 0.5mm use strict; @@ -68,7 +68,7 @@ module TraceEdge(p,q) { } } -rotate([0,0,90]) +rotate([0,0,45]) rotate([0,90,0]) Trace(); -- 2.30.2