chiark / gitweb /
earring-stand: replace a -ppxl with eclip_wall_offset
[reprap-play.git] / earring-stand.scad
index f68ff55652ae66e0cb621c28c91e367f595780ad..5e0d91997c3e51343a1d8a83999e101237a92432 100644 (file)
@@ -224,13 +224,14 @@ module Base(){
 }
 
 module Front(){
-  %ObjectJoins(1);
+  ObjectJoins(1);
   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],
+         front_height - eclip_wall_offset + thicks[1],
          thicks[1]]);
+  }
 }
 
 module Back(){