From: Ian Jackson Date: Sun, 24 Jul 2016 00:02:48 +0000 (+0100) Subject: earring-stand: final fixes X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c6770a38097f337968503b3a427a1128f6109482;p=reprap-play.git earring-stand: final fixes --- diff --git a/earring-stand.scad b/earring-stand.scad index 6a680cb..175405c 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -260,7 +260,7 @@ module FrontPattern(){ xi * xstride, 0]) { for (yi=[ 0 : 10 ]) { - echo(yi); + //echo(yi); translate([0, yi * ystride + front_hex_dia*front_hex_y_fudge]) { for (dv=[ [0,0], @@ -310,7 +310,7 @@ module Back(){ } } -module BackPrint(){ ///toplevel +module BackPrint(){ ////toplevel rotate([0,-90,0]) Back(); }