From 6fd7e47aa3f3709503b8cda8c8e767d3309b5ac8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Aug 2016 16:13:54 +0100 Subject: [PATCH] flyscreen-handle: New inadj approach, fix undef --- flyscreen-handle.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index d9369b9..c7f057f 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -55,11 +55,11 @@ P6t = P5 + [ 0, outside_pushh - ourcirc_r*2 ]; P7 = [ P6t[0] + (P6t[1] - P1[1]) / outside_pushslope, P1[1] ]; -outside_push_inadj_slope = (P3t[1]-P4[1]) / (P6a[1]-P5[1]); - P3a = P3t + [ -outside_push_inadj, 0 ]; P6a = P6t + [ -outside_push_inadj, 0 ]; +outside_push_inadj_slope = (P3t[1]-P4[1]) / (P6a[1]-P5[1]); + module ExtrusionSect(){ cr = openingedge_dia/2; toph = opening_height/2 + opening_protrh; -- 2.30.2