From 2543a39ec7dc253424a1708e95ac98056ccf94d0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Oct 2020 22:27:31 +0000 Subject: [PATCH] steamer-handle-clip: edits from v1 Signed-off-by: Ian Jackson --- steamer-handle-clip.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/steamer-handle-clip.scad b/steamer-handle-clip.scad index dff7fc3..6939961 100644 --- a/steamer-handle-clip.scad +++ b/steamer-handle-clip.scad @@ -3,7 +3,7 @@ include include -width = 20; +width = 30; cup = 2.5; jaw = 32.36 - 2.00; th = 3.0; @@ -16,6 +16,8 @@ c = vectorlen2d([a, b]); r = a / (1 - cos(2*alpha)); C = [0, a-r]; +$fa = 1; + module HalfBaseline() { intersection(){ translate(C + [0, jaw/2]) -- 2.30.2