chiark / gitweb /
flyscreen-handle: take RetainCutout out of HandleSection too
[reprap-play.git] / flyscreen-handle.scad
index 89b7de808502a4be94c44b9475f1da0e36116ebd..1c55f80af6b833d9e5e8799ce5a2b41b1f661966 100644 (file)
@@ -123,10 +123,12 @@ module GappingSection(){
 
 module WithRetainSection(){
   difference(){
 
 module WithRetainSection(){
   difference(){
-    InsertSection();
+    union(){
+      InsertSection();
+      HandleSection();
+    }
     RetainCutout();
   }
     RetainCutout();
   }
-  HandleSection();
   RetainSection();
 }
 
   RetainSection();
 }