From: Ian Jackson Date: Fri, 26 Aug 2016 17:37:10 +0000 (+0100) Subject: flyscreen-handle: take RetainCutout out of HandleSection too X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=1007db128ccc5bda3863758573688ec535d6b8c7 flyscreen-handle: take RetainCutout out of HandleSection too NFC with current design --- 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(); }