chiark / gitweb /
flyscreen-handle: take RetainCutout out of HandleSection too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 17:37:10 +0000 (18:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 17:37:20 +0000 (18:37 +0100)
NFC with current design

flyscreen-handle.scad

index 89b7de808502a4be94c44b9475f1da0e36116ebd..1c55f80af6b833d9e5e8799ce5a2b41b1f661966 100644 (file)
@@ -123,10 +123,12 @@ module GappingSection(){
 
 module WithRetainSection(){
   difference(){
-    InsertSection();
+    union(){
+      InsertSection();
+      HandleSection();
+    }
     RetainCutout();
   }
-  HandleSection();
   RetainSection();
 }