chiark / gitweb /
scaffold-clamp: wip straphook
[reprap-play.git] / mic-camera-adapter.scad
index 439f460d886cf27d16a6147fd425c633a51d7d72..a6cb9f6c355cba2dac0d612525422dbb7af1e2f3 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C -*-
 
 // print on High Detail
-// but adjust infill to 50%
+// but adjust infill to 50%, shell thickness to 2mm
 
 include <threads.scad>
 include <camera-mount.scad>
@@ -45,7 +45,8 @@ module Adapter(){
          }
        }
       }
-      CameraMountThread(negative_l);
+      translate([0,0, midsection + negative_l])
+       CameraMountThread(negative_l);
     }
   }
 }