From dae56cbae311e30c9d461a29e54c611b9bde45b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 01:40:17 +0100 Subject: [PATCH] flyscreen-handle: for v3 test --- flyscreen-handle.scad | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(); -- 2.30.2