X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mic-camera-adapter.scad;h=a6cb9f6c355cba2dac0d612525422dbb7af1e2f3;hb=eb06f06509cc2403d8592cd147d89d9a1b8bb97f;hp=416b5914633645a0716fc54ed486bdf60e62e8a0;hpb=58a204e128e7acbad710cd9264c40cb01150d357;p=reprap-play.git diff --git a/mic-camera-adapter.scad b/mic-camera-adapter.scad index 416b591..a6cb9f6 100644 --- a/mic-camera-adapter.scad +++ b/mic-camera-adapter.scad @@ -1,7 +1,7 @@ // -*- C -*- // print on High Detail -// but adjust infill to 50% +// but adjust infill to 50%, shell thickness to 2mm include include @@ -9,6 +9,8 @@ include positive_dia = inch * 3/8. - 0.375; positive_l = inch * 1/2.; +negative_l = negative_default_l; + negative_wall = 4; midsection = 4; @@ -43,7 +45,8 @@ module Adapter(){ } } } - CameraMountThread(); + translate([0,0, midsection + negative_l]) + CameraMountThread(negative_l); } } }