From: Ian Jackson Date: Sun, 25 Oct 2020 22:27:31 +0000 (+0000) Subject: steamer-handle-clip: edits from v1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2543a39ec7dc253424a1708e95ac98056ccf94d0;p=reprap-play.git steamer-handle-clip: edits from v1 Signed-off-by: Ian Jackson --- 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])