chiark / gitweb /
pattress-boxes-3-cover: Demo, wip
[reprap-play.git] / pattress-boxes-3-cover.scad
index 2799a3eccdee0e2a3dcc31e445b52dff655dadd1..f02ec0021beee2617df7ac2b853b2ef8171c3156 100644 (file)
@@ -121,7 +121,17 @@ module TopPattressBox(){
   }
 }
 
+module Demo(){
+  translate([0, -lid_inner_w/2, 0]) LidSide();
+  translate([0,0, lid_fatbox_h])
+    rotate([0,180,0]) translate([0, -patbox_side/2, 0])
+    rotate([0,0,90]) union(){
+      %TopPattressBox();
+  }
+}
+
 //LidSide();
 //PegProfile();
 //Peg();
-TopPattressBox();
+//TopPattressBox();
+Demo();