From 1007db128ccc5bda3863758573688ec535d6b8c7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 18:37:10 +0100 Subject: [PATCH] flyscreen-handle: take RetainCutout out of HandleSection too NFC with current design --- flyscreen-handle.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 89b7de8..1c55f80 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -123,10 +123,12 @@ module GappingSection(){ module WithRetainSection(){ difference(){ - InsertSection(); + union(){ + InsertSection(); + HandleSection(); + } RetainCutout(); } - HandleSection(); RetainSection(); } -- 2.30.2