chiark / gitweb /
camera-mount: refactor l (nfc)
[reprap-play.git] / mic-camera-adapter.scad
index 416b5914633645a0716fc54ed486bdf60e62e8a0..439f460d886cf27d16a6147fd425c633a51d7d72 100644 (file)
@@ -9,6 +9,8 @@ include <camera-mount.scad>
 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,7 @@ module Adapter(){
          }
        }
       }
-      CameraMountThread();
+      CameraMountThread(negative_l);
     }
   }
 }