chiark / gitweb /
flyscreen-handle: for v3 test
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 00:40:17 +0000 (01:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 00:40:17 +0000 (01:40 +0100)
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();