From: Ian Jackson Date: Sat, 27 Aug 2016 15:13:54 +0000 (+0100) Subject: flyscreen-handle: New inadj approach, fix undef X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6fd7e47aa3f3709503b8cda8c8e767d3309b5ac8;hp=c29bea0d1bb1aabaa02d07c319b2780cfef45a4a;p=reprap-play.git flyscreen-handle: New inadj approach, fix undef --- 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;