From: Ian Jackson Date: Fri, 26 Aug 2016 17:55:00 +0000 (+0100) Subject: flyscreen-handle: need to test again X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=094f52d0f010a3c9510ac06909c88587801303a9;p=reprap-play.git flyscreen-handle: need to test again --- 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();