From 094f52d0f010a3c9510ac06909c88587801303a9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 18:55:00 +0100 Subject: [PATCH] flyscreen-handle: need to test again --- flyscreen-handle.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 84edd65..00136e7 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -56,7 +56,7 @@ retain_mxy = [handle_x0 - retain_rad - retain_hgap_adjust, module InsertSection(){ hull(){ translate([-ins_irad, -ins_irad]) - mirror([1,0]) + mirror([1, 0]) square([opening_depth - ins_irad, 0.1]); translate([-ins_irad - topprotr_rad, topprotr_y - topprotr_rad]) @@ -64,7 +64,7 @@ module InsertSection(){ } translate([0, -ins_orad]) square([ins_irad+1, ins_th]); intersection(){ - translate([0.1, -ins_irad + 0.1]) + translate([0, -ins_irad]) mirror([1,1]) square([100, opening_depth]); difference(){ @@ -183,6 +183,6 @@ module Test(){ //WithRetainSection(); //BasicSection(); //GappingSection(); -//Test(); -Demo(); +Test(); +//Demo(); //Handle(); -- 2.30.2