chiark / gitweb /
earring-stand: adjust front height
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 22:58:51 +0000 (23:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 22:58:51 +0000 (23:58 +0100)
earring-stand.scad

index 1a5f204e49a6dd92e1994dca419bb55696190419..437c038defcfe607a08d1698fae5c6de310babde 100644 (file)
@@ -227,7 +227,9 @@ module Front(){
   rotate([0, 90-beta, 0])
     translate([0, 0, ppxl])
     rotate([0,0,90])
-    cube([front_width, front_height, thicks[1]]);
+    cube([front_width,
+         front_height - (-ppxl) + thicks[1],
+         thicks[1]]);
 }
 
 module Back(){