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

index 61eebe2beafaf567b716d3acaa9a4cab5b0b3ee3..ef1ad56b7efae822b90d86571b90f715c3787e2f 100644 (file)
@@ -224,7 +224,11 @@ module Base(){
 }
 
 module Front(){
 }
 
 module Front(){
-  ObjectJoins(1);
+  %ObjectJoins(1);
+  rotate([0, 90-beta, 0])
+    translate([0, 0, ppxl])
+    rotate([0,0,90])
+    cube([front_width, front_height, thicks[1]]);
 }
 
 module Back(){
 }
 
 module Back(){