X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=belt-hole-cut-jig-simple.scad;h=68ef720a7fb2f7e894f0e547adf2c6664657ff30;hp=7608467ff619bc86c872fb55ed588de9700f2ec3;hb=10c578bf7a31fd28a44056ad0b34c3cc8dc278ef;hpb=ce638b9668aed0a39cc1ba7b381ce68023fa340c diff --git a/belt-hole-cut-jig-simple.scad b/belt-hole-cut-jig-simple.scad index 7608467..68ef720 100644 --- a/belt-hole-cut-jig-simple.scad +++ b/belt-hole-cut-jig-simple.scad @@ -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.0; +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); } }