chiark / gitweb /
earring-stand: replace a -ppxl with eclip_wall_offset
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:07:14 +0000 (00:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:07:14 +0000 (00:07 +0100)
earring-stand.scad

index 154a5a2c32df85a462338e1b46d50d4b7013e30a..5e0d91997c3e51343a1d8a83999e101237a92432 100644 (file)
@@ -229,7 +229,7 @@ module Front(){
     translate([0, 0, ppxl])
     rotate([0,0,90]) {
     cube([front_width,
-         front_height - (-ppxl) + thicks[1],
+         front_height - eclip_wall_offset + thicks[1],
          thicks[1]]);
   }
 }