From: Ian Jackson Date: Mon, 13 Apr 2020 16:25:13 +0000 (+0100) Subject: mic-camera-adapter: adjustments from v2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9276722f6ea6278ddb49b70a5ceb441559a62f67;p=reprap-play.git mic-camera-adapter: adjustments from v2 Signed-off-by: Ian Jackson --- diff --git a/mic-camera-adapter.scad b/mic-camera-adapter.scad index 9c01cc4..e17d0c7 100644 --- a/mic-camera-adapter.scad +++ b/mic-camera-adapter.scad @@ -4,10 +4,10 @@ include inch = 25.4; -positive_dia = inch * 3/8.; +positive_dia = inch * 3/8. + 0.25; positive_l = inch * 1/2.; -negative_dia = inch * 1/4.; +negative_dia = inch * 1/4. + 0.25; negative_l = 10.0; negative_wall = 4; @@ -37,7 +37,7 @@ module Adapter(){ translate([0,0, midsection]) english_thread(diameter=negative_dia/inch, threads_per_inch=negative_tpi, - leadin=1, internal=true, test=$test, + leadin=0, internal=true, test=$test, length= (negative_l + inch/19) / inch); translate([0,0, midsection+negative_l]) { hull(){