chiark / gitweb /
scaffold-clamp-cleat: sort out toplevels
[reprap-play.git] / mic-table-clamp.scad
index d4f642160b4a5b9865a6298ef1ee42292222ae48..b88e8d160566795562000f5d7b8933737594e2e7 100644 (file)
@@ -11,8 +11,9 @@ include <camera-mount.scad>
 
 positive_dia = inch * 3/8. - 0.375;
 positive_l = inch * 1/2.;
-positive_blank_dia = 9.0;
 
+positive_blank_dia = 8.12;
+blank_l = 17;
 blank_taper = 1.0;
 
 stem_l = 40;
@@ -54,11 +55,11 @@ wingnut_wing_xrad = 8;
 wingnut_wing_xh = 5;
 wingnut_wing_th = 3;
 
-$test= true;
-///$test= false;
+//$test= true;
+$test= false;
 
-//$fa= 3;
-//$fs= 0.2;
+$fa= 3;
+$fs= 0.2;
 
 // calculated
 
@@ -99,9 +100,9 @@ module Stem(){ ////toplevel
 
 module StemBlankPart(){
   hull(){
-    cylinder(h = positive_l + 0.1 - blank_taper,
+    cylinder(h = blank_l + 0.1 - blank_taper,
             r = positive_blank_dia/2);
-    cylinder(h = positive_l + 0.1,
+    cylinder(h = blank_l + 0.1,
             r = positive_blank_dia/2 - blank_taper);
   }
 }