chiark / gitweb /
poster-tube-lid: adjust demo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:31:25 +0000 (02:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 01:31:25 +0000 (02:31 +0100)
poster-tube-lid.scad

index 68bb15e439c1417e2f2e48b48eec5a357df483a8..bc2b74f2fdb643cdd799546e69fb5a827e3dc64e 100644 (file)
@@ -189,8 +189,8 @@ module BayonetCutout(){
 }
 
 module ProfilesDemo(){ ////toplevel
-  translate([-20,0]) MainProfile();
-  polygon(bayo_polygon, convexity=10);
+  translate([-10,0]) MainProfile();
+  translate([+10,0]) polygon(bayo_polygon, convexity=10);
 }
 
 module Cover(){ ////toplevel