From 522e12daf7f95b3652982f1225a89ff254f7d409 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 01:38:50 +0100 Subject: [PATCH] flyscreen-handle: for v3 test --- flyscreen-handle.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 68b2a2f..4fbca30 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -3,7 +3,7 @@ opening_height = 7.84 - 0.3; opening_depth = 7.88; openingcnr_dia = 2.75; -opening_topprotr = 1.54; +opening_topprotr = 1.54 - 0.65; gap = 0.25; @@ -164,5 +164,5 @@ module Test(){ //WithRetainSection(); //BasicSection(); //GappingSection(); -//Test(); -Handle(); +Test(); +//Handle(); -- 2.30.2