From: Ian Jackson Date: Fri, 26 Aug 2016 00:40:17 +0000 (+0100) Subject: flyscreen-handle: for v3 test X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dae56cbae311e30c9d461a29e54c611b9bde45b4;p=reprap-play.git flyscreen-handle: for v3 test --- diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 4fbca30..feb606b 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -157,7 +157,11 @@ module Demo(){ } module Test(){ - linear_extrude(height=2) WithRetainSection(); + linear_extrude(height=2) { + WithRetainSection(); + translate([0, -handle_y0 + opening_topprotr]) + BasicSection(); + } } //Demo();