chiark / gitweb /
flyscreen-handle: for v3 test
[reprap-play.git] / flyscreen-handle.scad
index 4fbca30688da7c7474025d15af614a7178768d6e..feb606b74a50acdec1f91e84969b62bbdeafea0d 100644 (file)
@@ -157,7 +157,11 @@ module Demo(){
 }
 
 module Test(){
-  linear_extrude(height=2) WithRetainSection();
+  linear_extrude(height=2) {
+    WithRetainSection();
+    translate([0, -handle_y0 + opening_topprotr])
+      BasicSection();
+  }
 }
 
 //Demo();