From: Ian Jackson Date: Fri, 1 Mar 2019 19:53:55 +0000 (+0000) Subject: treefoil: better printing X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8b7509deeac3650ddeb6b657ce5b270bcf933ab5;p=reprap-play.git 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 --- 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();