From a7b0012d1b9a146acf75048f1ffabca654ce3e79 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Aug 2016 14:56:42 +0100 Subject: [PATCH] flyscreen-handle: from v3: add Ribbles to bottom --- flyscreen-handle.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index f18a83f..5f1f643 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -185,6 +185,9 @@ module LeverSectBot(inadj=false){ LeverSect(false, inadj); PsHull([P5,P6,P7]); PsHull([P8b,P8eb,P9eb,P9b]); + Ribbles(P8eb[0], + P9b[0], + P8eb[1]); translate([pivot_x,0]) circle(r=pivot_r, $fn=20); } } -- 2.30.2