chiark / gitweb /
earring-stand: deal with some comments and formatting
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:06:59 +0000 (00:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:06:59 +0000 (00:06 +0100)
earring-stand.scad

index f68ff55652ae66e0cb621c28c91e367f595780ad..154a5a2c32df85a462338e1b46d50d4b7013e30a 100644 (file)
@@ -224,13 +224,14 @@ module Base(){
 }
 
 module Front(){
 }
 
 module Front(){
-  %ObjectJoins(1);
+  ObjectJoins(1);
   rotate([0, 90-beta, 0])
     translate([0, 0, ppxl])
   rotate([0, 90-beta, 0])
     translate([0, 0, ppxl])
-    rotate([0,0,90])
+    rotate([0,0,90]) {
     cube([front_width,
          front_height - (-ppxl) + thicks[1],
          thicks[1]]);
     cube([front_width,
          front_height - (-ppxl) + thicks[1],
          thicks[1]]);
+  }
 }
 
 module Back(){
 }
 
 module Back(){