chiark / gitweb /
earring-stand: back wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:07:21 +0000 (00:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:07:21 +0000 (00:07 +0100)
earring-stand.scad

index 5e0d91997c3e51343a1d8a83999e101237a92432..bf049ea88d4dda4d96eb6abeaf39426b65898ba8 100644 (file)
@@ -236,6 +236,19 @@ module Front(){
 
 module Back(){
   ObjectJoins(2);
+
+  zmin = pr[1];
+  zmax = pq[1] + eclip_prong_th;
+  height = zmax - zmin;
+
+  translate([pr[0] + eclip_wall_offset - thicks[2],
+            0, 0])
+    rotate([0,90,0])
+    rotate([0,0,90]) {
+    cube([front_width,
+         height,
+         thicks[2]]);
+  }
 }
 
 module Demo(){