summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--another.scad10
1 files changed, 6 insertions, 4 deletions
diff --git a/another.scad b/another.scad
index 03f3bf9..dbd20f3 100644
--- a/another.scad
+++ b/another.scad
@@ -41,2 +41,4 @@ module the_extruder(
41 mount_screwhead_d=6, mount_screwhead_h=3, 41 mount_screwhead_d=6, mount_screwhead_h=3,
42 idler_screw_d = 3,
43 idler_screwhead_d=6, idler_screwhead_h=3,
42 44
@@ -115,3 +117,3 @@ module the_extruder(
115 cylinder(d=idler_d,h=idler_h,center=true,$fn=30); 117 cylinder(d=idler_d,h=idler_h,center=true,$fn=30);
116 cylinder(d=idler_id,h=lever_thickness+2,center=true,$fn=30); 118 cylinder(d=idler_screw_d,h=lever_thickness+2,center=true,$fn=30);
117 }//place idler 119 }//place idler
@@ -162,5 +164,5 @@ module the_extruder(
162 } 164 }
163 cylinder(d=mount_screw_d+mount_screw_d_tolerance,h=lever_thickness+2,center=true,$fn=30); 165 cylinder(d=idler_screw_d,h=lever_thickness+2,center=true,$fn=30);
164 translate([0,0,lever_thickness/2-mount_screwhead_h]) 166 translate([0,0,lever_thickness/2-idler_screwhead_h])
165 cylinder(d=mount_screwhead_d,h=mount_screwhead_h+1,$fn=fnd*mount_screwhead_d); 167 cylinder(d=idler_screwhead_d,h=idler_screwhead_h+1,$fn=fnd*idler_screwhead_d);
166 } 168 }