chiark / gitweb /
ksafe-base: introduce BaseProfile
[reprap-play.git] / belt-hole-cut-jig-simple.scad
index 116665bac82491b17188b90bce1025d4eba2cbbe..68ef720a7fb2f7e894f0e547adf2c6664657ff30 100644 (file)
@@ -3,7 +3,7 @@
 strap_thick = 3;
 strap_width = 26.75 + 0.7;
 
-punch_dia = 12.75;
+punch_dia = 11.10;
 
 punch_slop = 0.5;
 
@@ -11,11 +11,11 @@ jig_interval = 20;
 
 reg_blocks = 3;
 
-jig_iters = 7; //xxx
+jig_iters = 7;
 
 roof_thick = 4;
 regblock_thick = 4;
-punchtube_thick = 2.5;
+punchtube_thick = 1.8;
 
 total_h = 33;
 punchfree_h = 8;
@@ -70,7 +70,7 @@ module PerHole(){
 
 module Shells(){
   PerHole(){
-    cylinder(r=punchhole_r+punchtube_thick, h=total_h-punchfree_h);
+    cylinder(r=punchhole_r+punchtube_thick, h=total_h-punchfree_h, $fn=50);
   }
 }